diff --git a/.buildkite/ftr_oblt_stateful_configs.yml b/.buildkite/ftr_oblt_stateful_configs.yml index 381d4e7f24ba6..c2dd4a025b2ff 100644 --- a/.buildkite/ftr_oblt_stateful_configs.yml +++ b/.buildkite/ftr_oblt_stateful_configs.yml @@ -3,13 +3,13 @@ disabled: - x-pack/solutions/observability/plugins/observability_onboarding/e2e/ftr_config_open.ts - x-pack/solutions/observability/plugins/observability_onboarding/e2e/ftr_config_runner.ts - x-pack/solutions/observability/plugins/observability_onboarding/e2e/ftr_config.ts - - x-pack/plugins/observability_solution/apm/ftr_e2e/ftr_config_run.ts - - x-pack/plugins/observability_solution/apm/ftr_e2e/ftr_config.ts - - x-pack/plugins/observability_solution/inventory/e2e/ftr_config_run.ts - - x-pack/plugins/observability_solution/inventory/e2e/ftr_config.ts - - x-pack/plugins/observability_solution/profiling/e2e/ftr_config_open.ts - - x-pack/plugins/observability_solution/profiling/e2e/ftr_config_runner.ts - - x-pack/plugins/observability_solution/profiling/e2e/ftr_config.ts + - x-pack/solutions/observability/plugins/apm/ftr_e2e/ftr_config_run.ts + - x-pack/solutions/observability/plugins/apm/ftr_e2e/ftr_config.ts + - x-pack/solutions/observability/plugins/inventory/e2e/ftr_config_run.ts + - x-pack/solutions/observability/plugins/inventory/e2e/ftr_config.ts + - x-pack/solutions/observability/plugins/profiling/e2e/ftr_config_open.ts + - x-pack/solutions/observability/plugins/profiling/e2e/ftr_config_runner.ts + - x-pack/solutions/observability/plugins/profiling/e2e/ftr_config.ts #FTR configs - x-pack/solutions/observability/plugins/uptime/e2e/config.ts @@ -38,7 +38,6 @@ enabled: - x-pack/test/apm_api_integration/rules/config.ts - x-pack/test/apm_api_integration/trial/config.ts - x-pack/test/dataset_quality_api_integration/basic/config.ts - - x-pack/test/functional/apps/observability_logs_explorer/config.ts - x-pack/test/functional/apps/dataset_quality/config.ts - x-pack/test/functional/apps/slo/embeddables/config.ts - x-pack/test/functional/apps/uptime/config.ts diff --git a/.buildkite/pipeline-resource-definitions/kibana-package-registry.yml b/.buildkite/pipeline-resource-definitions/kibana-package-registry.yml index 392a511e22281..bde46b4050221 100644 --- a/.buildkite/pipeline-resource-definitions/kibana-package-registry.yml +++ b/.buildkite/pipeline-resource-definitions/kibana-package-registry.yml @@ -2,10 +2,10 @@ apiVersion: backstage.io/v1alpha1 kind: Resource metadata: - name: bk-kibana-package-registry-promote + name: bk-kibana-package-registry-verify-and-promote description: Promote package-registry/distribution:lite links: - - url: 'https://buildkite.com/elastic/kibana-package-registry-promote' + - url: 'https://buildkite.com/elastic/kibana-package-registry-verify-and-promote' title: Pipeline link spec: type: buildkite-pipeline @@ -15,18 +15,22 @@ spec: apiVersion: buildkite.elastic.dev/v1 kind: Pipeline metadata: - name: kibana / package registry promote - description: Promote package-registry/distribution:lite + name: kibana / package registry verify and promote + description: Verify and promote docker.elastic.co/package-registry/distribution:lite spec: env: SLACK_NOTIFICATIONS_CHANNEL: "#kibana-operations-alerts" - ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "false" + ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true" + REPORT_FAILED_TESTS_TO_GITHUB: 'true' repository: elastic/kibana branch_configuration: main default_branch: main pipeline_file: ".buildkite/pipelines/fleet/package_registry.yml" provider_settings: trigger_mode: none + schedules: + Daily promotion: + cronline: 0 22 * * * America/New_York teams: everyone: access_level: BUILD_AND_READ diff --git a/.buildkite/pipeline-resource-definitions/kibana-pr.yml b/.buildkite/pipeline-resource-definitions/kibana-pr.yml index 869a3a1f3f7ce..b32cc456515c2 100644 --- a/.buildkite/pipeline-resource-definitions/kibana-pr.yml +++ b/.buildkite/pipeline-resource-definitions/kibana-pr.yml @@ -20,7 +20,7 @@ spec: spec: env: ELASTIC_PR_COMMENTS_ENABLED: 'true' - GITHUB_BUILD_COMMIT_STATUS_ENABLED: 'true' + ELASTIC_GITHUB_BUILD_COMMIT_STATUS_ENABLED: 'true' GITHUB_BUILD_COMMIT_STATUS_CONTEXT: kibana-ci allow_rebuilds: true branch_configuration: '' diff --git a/.buildkite/pipelines/build_api_docs.yml b/.buildkite/pipelines/build_api_docs.yml index cf75ab2d82025..a7b6b7ccfcb52 100644 --- a/.buildkite/pipelines/build_api_docs.yml +++ b/.buildkite/pipelines/build_api_docs.yml @@ -18,7 +18,7 @@ steps: image: family/kibana-ubuntu-2004 imageProject: elastic-images-prod provider: gcp - machineType: n2-standard-4 + machineType: n2-highmem-4 preemptible: true key: build_api_docs timeout_in_minutes: 50 diff --git a/.buildkite/pipelines/chrome_forward_testing.yml b/.buildkite/pipelines/chrome_forward_testing.yml index 965f910e8e07e..adfea5d63fafc 100644 --- a/.buildkite/pipelines/chrome_forward_testing.yml +++ b/.buildkite/pipelines/chrome_forward_testing.yml @@ -97,7 +97,7 @@ steps: depends_on: - build timeout_in_minutes: 60 - parallelism: 8 + parallelism: 10 retry: automatic: - exit_status: '-1' @@ -153,7 +153,7 @@ steps: depends_on: - build timeout_in_minutes: 60 - parallelism: 6 + parallelism: 2 retry: automatic: - exit_status: '-1' @@ -181,7 +181,7 @@ steps: depends_on: - build timeout_in_minutes: 60 - parallelism: 6 + parallelism: 4 retry: automatic: - exit_status: '-1' @@ -209,7 +209,7 @@ steps: depends_on: - build timeout_in_minutes: 60 - parallelism: 6 + parallelism: 3 retry: automatic: - exit_status: '-1' @@ -265,7 +265,7 @@ steps: depends_on: - build timeout_in_minutes: 60 - parallelism: 2 + parallelism: 3 retry: automatic: - exit_status: '-1' @@ -279,7 +279,7 @@ steps: depends_on: - build timeout_in_minutes: 60 - parallelism: 6 + parallelism: 8 retry: automatic: - exit_status: '-1' diff --git a/.buildkite/pipelines/es_serverless/verify_es_serverless_image.yml b/.buildkite/pipelines/es_serverless/verify_es_serverless_image.yml index 3058293bae793..29ad5901ec014 100644 --- a/.buildkite/pipelines/es_serverless/verify_es_serverless_image.yml +++ b/.buildkite/pipelines/es_serverless/verify_es_serverless_image.yml @@ -107,7 +107,7 @@ steps: preemptible: true depends_on: build timeout_in_minutes: 60 - parallelism: 8 + parallelism: 10 retry: automatic: - exit_status: "-1" @@ -175,7 +175,7 @@ steps: preemptible: true depends_on: build timeout_in_minutes: 60 - parallelism: 2 + parallelism: 4 retry: automatic: - exit_status: "-1" diff --git a/.buildkite/pipelines/fleet/package_registry.yml b/.buildkite/pipelines/fleet/package_registry.yml index 52fc4f910713a..5343f87c9872f 100644 --- a/.buildkite/pipelines/fleet/package_registry.yml +++ b/.buildkite/pipelines/fleet/package_registry.yml @@ -1,2 +1,106 @@ +env: + IGNORE_SHIP_CI_STATS_ERROR: 'true' steps: - - command: echo "Placeholder" + - command: .buildkite/scripts/lifecycle/pre_build.sh + label: Pre-Build + timeout_in_minutes: 10 + agents: + image: family/kibana-ubuntu-2004 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-2 + + - wait + + - command: .buildkite/scripts/steps/build_kibana.sh + label: Build Kibana Distribution + agents: + image: family/kibana-ubuntu-2004 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-8 + preemptible: true + key: build + if: "build.env('KIBANA_BUILD_ID') == null || build.env('KIBANA_BUILD_ID') == ''" + timeout_in_minutes: 60 + retry: + automatic: + - exit_status: '-1' + limit: 3 + + - command: .buildkite/scripts/steps/test/pick_test_group_run_order.sh + label: 'Pick Test Group Run Order' + agents: + image: family/kibana-ubuntu-2004 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-2 + timeout_in_minutes: 10 + env: + JEST_UNIT_SCRIPT: '.buildkite/scripts/steps/test/jest.sh' + JEST_INTEGRATION_SCRIPT: '.buildkite/scripts/steps/test/jest_integration.sh' + FTR_CONFIGS_SCRIPT: '.buildkite/scripts/steps/test/ftr_configs.sh' + LIMIT_CONFIG_TYPE: integration,functional + retry: + automatic: + - exit_status: '*' + limit: 1 + + - command: .buildkite/scripts/steps/functional/defend_workflows.sh + label: 'Defend Workflows Cypress Tests' + agents: + image: family/kibana-ubuntu-2004 + imageProject: elastic-images-prod + provider: gcp + enableNestedVirtualization: true + machineType: n2-standard-4 + timeout_in_minutes: 60 + parallelism: 20 + key: defend-workflows-stateful + depends_on: build + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/functional/defend_workflows_serverless.sh + label: 'Defend Workflows Cypress Tests on Serverless' + agents: + image: family/kibana-ubuntu-2004 + imageProject: elastic-images-prod + provider: gcp + enableNestedVirtualization: true + machineType: n2-standard-4 + timeout_in_minutes: 60 + parallelism: 14 + key: defend-workflows-serverless + depends_on: build + retry: + automatic: + - exit_status: '-1' + limit: 1 + + - command: .buildkite/scripts/steps/fleet/promote_package_registry.sh + label: Promote docker.elastic.co/package-registry/distribution:lite + agents: + image: family/kibana-ubuntu-2004 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-2 + depends_on: + - ftr-configs + - jest-integration + - defend-workflows-stateful + - defend-workflows-serverless + + - wait: ~ + continue_on_failure: true + + - command: .buildkite/scripts/lifecycle/post_build.sh + label: Post-Build + timeout_in_minutes: 10 + agents: + image: family/kibana-ubuntu-2004 + imageProject: elastic-images-prod + provider: gcp + machineType: n2-standard-2 diff --git a/.buildkite/pipelines/on_merge.yml b/.buildkite/pipelines/on_merge.yml index b5bf31a1e1dfe..70edf113aba62 100644 --- a/.buildkite/pipelines/on_merge.yml +++ b/.buildkite/pipelines/on_merge.yml @@ -133,7 +133,7 @@ steps: image: family/kibana-ubuntu-2004 imageProject: elastic-images-prod provider: gcp - machineType: n2-standard-4 + machineType: n2-highmem-4 preemptible: true diskSizeGb: 75 timeout_in_minutes: 80 @@ -218,7 +218,7 @@ steps: machineType: n2-standard-4 preemptible: true timeout_in_minutes: 60 - parallelism: 8 + parallelism: 10 retry: automatic: - exit_status: '-1' @@ -278,7 +278,7 @@ steps: machineType: n2-standard-4 preemptible: true timeout_in_minutes: 60 - parallelism: 6 + parallelism: 2 retry: automatic: - exit_status: '-1' @@ -308,7 +308,7 @@ steps: machineType: n2-standard-4 preemptible: true timeout_in_minutes: 60 - parallelism: 6 + parallelism: 4 retry: automatic: - exit_status: '-1' @@ -338,7 +338,7 @@ steps: machineType: n2-standard-4 preemptible: true timeout_in_minutes: 60 - parallelism: 6 + parallelism: 3 retry: automatic: - exit_status: '-1' @@ -398,7 +398,7 @@ steps: machineType: n2-standard-4 preemptible: true timeout_in_minutes: 60 - parallelism: 2 + parallelism: 3 retry: automatic: - exit_status: '-1' @@ -413,7 +413,7 @@ steps: machineType: n2-standard-4 preemptible: true timeout_in_minutes: 60 - parallelism: 6 + parallelism: 8 retry: automatic: - exit_status: '-1' diff --git a/.buildkite/pipelines/pointer_compression.yml b/.buildkite/pipelines/pointer_compression.yml index 29f0b75ca4184..8a9dda84def5d 100644 --- a/.buildkite/pipelines/pointer_compression.yml +++ b/.buildkite/pipelines/pointer_compression.yml @@ -94,7 +94,7 @@ steps: depends_on: - build timeout_in_minutes: 60 - parallelism: 8 + parallelism: 10 retry: automatic: - exit_status: '-1' @@ -162,7 +162,7 @@ steps: depends_on: - build timeout_in_minutes: 60 - parallelism: 6 + parallelism: 2 retry: automatic: - exit_status: '-1' @@ -196,7 +196,7 @@ steps: depends_on: - build timeout_in_minutes: 60 - parallelism: 6 + parallelism: 4 retry: automatic: - exit_status: '-1' @@ -230,7 +230,7 @@ steps: depends_on: - build timeout_in_minutes: 60 - parallelism: 6 + parallelism: 3 retry: automatic: - exit_status: '-1' @@ -298,7 +298,7 @@ steps: depends_on: - build timeout_in_minutes: 60 - parallelism: 2 + parallelism: 3 retry: automatic: - exit_status: '-1' @@ -315,7 +315,7 @@ steps: depends_on: - build timeout_in_minutes: 60 - parallelism: 6 + parallelism: 8 retry: automatic: - exit_status: '-1' diff --git a/.buildkite/pipelines/pull_request/base.yml b/.buildkite/pipelines/pull_request/base.yml index 9e2e781dfd03a..cb60baac91011 100644 --- a/.buildkite/pipelines/pull_request/base.yml +++ b/.buildkite/pipelines/pull_request/base.yml @@ -136,7 +136,7 @@ steps: - command: .buildkite/scripts/steps/api_docs/build_api_docs.sh label: 'Build API Docs' agents: - machineType: n2-standard-4 + machineType: n2-highmem-4 preemptible: true diskSizeGb: 75 key: build_api_docs diff --git a/.buildkite/pipelines/pull_request/security_solution/detection_engine.yml b/.buildkite/pipelines/pull_request/security_solution/detection_engine.yml index 91b3ff7e6b7ff..c5ca79fc78ece 100644 --- a/.buildkite/pipelines/pull_request/security_solution/detection_engine.yml +++ b/.buildkite/pipelines/pull_request/security_solution/detection_engine.yml @@ -33,7 +33,7 @@ steps: - check_types - check_oas_snapshot timeout_in_minutes: 60 - parallelism: 2 + parallelism: 4 retry: automatic: - exit_status: '-1' @@ -73,7 +73,7 @@ steps: - check_types - check_oas_snapshot timeout_in_minutes: 60 - parallelism: 2 + parallelism: 3 retry: automatic: - exit_status: '-1' diff --git a/.buildkite/pipelines/pull_request/security_solution/explore.yml b/.buildkite/pipelines/pull_request/security_solution/explore.yml index 3805c8e37f905..730bcaafff745 100644 --- a/.buildkite/pipelines/pull_request/security_solution/explore.yml +++ b/.buildkite/pipelines/pull_request/security_solution/explore.yml @@ -13,7 +13,7 @@ steps: - check_types - check_oas_snapshot timeout_in_minutes: 60 - parallelism: 2 + parallelism: 3 retry: automatic: - exit_status: '-1' diff --git a/.buildkite/pipelines/pull_request/security_solution/investigations.yml b/.buildkite/pipelines/pull_request/security_solution/investigations.yml index bcabf31f70e8b..e001402daf725 100644 --- a/.buildkite/pipelines/pull_request/security_solution/investigations.yml +++ b/.buildkite/pipelines/pull_request/security_solution/investigations.yml @@ -13,7 +13,7 @@ steps: - check_types - check_oas_snapshot timeout_in_minutes: 60 - parallelism: 7 + parallelism: 8 retry: automatic: - exit_status: '-1' @@ -33,7 +33,7 @@ steps: - check_types - check_oas_snapshot timeout_in_minutes: 60 - parallelism: 8 + parallelism: 10 retry: automatic: - exit_status: '-1' diff --git a/.buildkite/pipelines/serverless_deployment/project-build-and-deploy-pr.yml b/.buildkite/pipelines/serverless_deployment/project-build-and-deploy-pr.yml index 04b738ff363e1..cfc6e1dd451d9 100644 --- a/.buildkite/pipelines/serverless_deployment/project-build-and-deploy-pr.yml +++ b/.buildkite/pipelines/serverless_deployment/project-build-and-deploy-pr.yml @@ -1,6 +1,6 @@ env: ELASTIC_PR_COMMENTS_ENABLED: 'true' - GITHUB_BUILD_COMMIT_STATUS_ENABLED: 'true' + ELASTIC_GITHUB_BUILD_COMMIT_STATUS_ENABLED: 'true' GITHUB_BUILD_COMMIT_STATUS_CONTEXT: kibana-deploy-project-from-pr steps: diff --git a/.buildkite/scripts/pipelines/pull_request/pipeline.ts b/.buildkite/scripts/pipelines/pull_request/pipeline.ts index bc62aea1ee83d..272823dd84fe3 100644 --- a/.buildkite/scripts/pipelines/pull_request/pipeline.ts +++ b/.buildkite/scripts/pipelines/pull_request/pipeline.ts @@ -51,7 +51,7 @@ const getPipeline = (filename: string, removeSteps = true) => { pipeline.push(getPipeline('.buildkite/pipelines/pull_request/base.yml', false)); - if (await doAnyChangesMatch([/^packages\/kbn-handlebars/])) { + if (await doAnyChangesMatch([/^src\/platform\/packages\/private\/kbn-handlebars/])) { pipeline.push(getPipeline('.buildkite/pipelines/pull_request/kbn_handlebars.yml')); } @@ -78,7 +78,7 @@ const getPipeline = (filename: string, removeSteps = true) => { if ( (await doAnyChangesMatch([ - /^x-pack\/plugins\/observability_solution\/apm/, + /^x-pack\/solutions\/observability\/plugins\/apm/, /^packages\/kbn-apm-synthtrace/, ])) || GITHUB_PR_LABELS.includes('ci:all-cypress-suites') @@ -88,7 +88,7 @@ const getPipeline = (filename: string, removeSteps = true) => { if ( (await doAnyChangesMatch([ - /^x-pack\/plugins\/observability_solution\/inventory/, + /^x-pack\/solutions\/observability\/plugins\/inventory/, /^packages\/kbn-apm-synthtrace/, ])) || GITHUB_PR_LABELS.includes('ci:all-cypress-suites') @@ -109,7 +109,7 @@ const getPipeline = (filename: string, removeSteps = true) => { } if ( - (await doAnyChangesMatch([/^x-pack\/plugins\/observability_solution\/profiling/])) || + (await doAnyChangesMatch([/^x-pack\/solutions\/observability\/plugins\/profiling/])) || GITHUB_PR_LABELS.includes('ci:all-cypress-suites') ) { pipeline.push(getPipeline('.buildkite/pipelines/pull_request/profiling_cypress.yml')); @@ -236,7 +236,7 @@ const getPipeline = (filename: string, removeSteps = true) => { if ( (await doAnyChangesMatch([ /^packages\/kbn-securitysolution-.*/, - /^x-pack\/solutions\/security\/plugins\/security_solution/, + /^x-pack\/solutions\/security\/platform\/plugins\/shared\/security_solution/, /^x-pack\/test\/defend_workflows_cypress/, /^x-pack\/test\/security_solution_cypress/, /^fleet_packages\.json/, @@ -253,19 +253,19 @@ const getPipeline = (filename: string, removeSteps = true) => { /^package.json/, /^packages\/kbn-securitysolution-.*/, /^x-pack\/platform\/plugins\/shared\/alerting/, - /^x-pack\/plugins\/data_views\/common/, + /^x-pack\/platform\/plugins\/shared\/data_views\/common/, /^x-pack\/solutions\/security\/plugins\/lists/, /^x-pack\/platform\/plugins\/shared\/rule_registry\/common/, - /^x-pack\/solutions\/security\/plugins\/security_solution/, - /^x-pack\/solutions\/security\/plugins\/security_solution_ess/, - /^x-pack\/solutions\/security\/plugins\/security_solution_serverless/, + /^x-pack\/solutions\/security\/platform\/plugins\/shared\/security_solution/, + /^x-pack\/solutions\/security\/platform\/plugins\/shared\/security_solution_ess/, + /^x-pack\/solutions\/security\/platform\/plugins\/shared\/security_solution_serverless/, /^x-pack\/platform\/plugins\/shared\/task_manager/, /^x-pack\/solutions\/security\/plugins\/timelines/, /^x-pack\/platform\/plugins\/shared\/triggers_actions_ui\/public\/application\/sections\/action_connector_form/, /^x-pack\/platform\/plugins\/shared\/triggers_actions_ui\/public\/application\/context\/actions_connectors_context\.tsx/, /^x-pack\/platform\/plugins\/shared\/triggers_actions_ui\/server\/connector_types\/openai/, /^x-pack\/platform\/plugins\/shared\/triggers_actions_ui\/server\/connector_types\/bedrock/, - /^x-pack\/plugins\/usage_collection\/public/, + /^x-pack\/platform\/plugins\/shared\/usage_collection\/public/, /^x-pack\/solutions\/security\/plugins\/elastic_assistant/, /^x-pack\/solutions\/security\/packages/, /^x-pack\/platform\/packages\/shared\/kbn-elastic-assistant/, @@ -296,59 +296,59 @@ const getPipeline = (filename: string, removeSteps = true) => { if ( (await doAnyChangesMatch([ /^package.json/, - /^packages\/kbn-discover-utils/, + /^src\/platform\/packages\/shared\/kbn-discover-utils/, /^packages\/kbn-doc-links/, /^packages\/kbn-dom-drag-drop/, - /^packages\/kbn-es-query/, - /^packages\/kbn-i18n/, - /^packages\/kbn-i18n-react/, + /^src\/platform\/packages\/shared\/kbn-es-query/, + /^src\/platform\/packages\/shared\/kbn-i18n/, + /^src\/platform\/packages\/shared\/kbn-i18n-react/, /^src\/platform\/packages\/shared\/kbn-grouping/, - /^packages\/kbn-resizable-layout/, - /^packages\/kbn-rison/, + /^src\/platform\/packages\/shared\/kbn-resizable-layout/, + /^src\/platform\/packages\/shared\/kbn-rison/, /^src\/platform\/packages\/shared\/kbn-rule-data-utils/, - /^packages\/kbn-safer-lodash-set/, - /^packages\/kbn-search-types/, + /^src\/platform\/packages\/shared\/kbn-safer-lodash-set/, + /^src\/platform\/packages\/shared\/kbn-search-types/, /^packages\/kbn-securitysolution-.*/, /^src\/platform\/packages\/shared\/kbn-securitysolution-ecs/, /^x-pack\/solutions\/security\/packages\/kbn-securitysolution-io-ts-alerting-types/, /^x-pack\/solutions\/security\/packages\/kbn-securitysolution-io-ts-list-types/, /^x-pack\/solutions\/security\/packages\/kbn-securitysolution-list-hooks/, /^x-pack\/solutions\/security\/packages\/kbn-securitysolution-t-grid/, - /^packages\/kbn-ui-theme/, - /^packages\/kbn-utility-types/, + /^src\/platform\/packages\/shared\/kbn-ui-theme/, + /^src\/platform\/packages\/shared\/kbn-utility-types/, /^packages\/react/, /^packages\/shared-ux/, /^src\/core/, /^src\/plugins\/charts/, /^src\/platform\/plugins\/shared\/controls/, /^src\/plugins\/data/, - /^src\/plugins\/data_views/, - /^src\/plugins\/discover/, - /^src\/plugins\/field_formats/, + /^src\/platform\/plugins\/shared\/data_views/, + /^src\/platform\/plugins\/shared\/discover/, + /^src\/platform\/plugins\/shared\/field_formats/, /^src\/platform\/plugins\/shared\/inspector/, - /^src\/plugins\/kibana_react/, - /^src\/plugins\/kibana_utils/, - /^src\/plugins\/saved_search/, - /^src\/plugins\/ui_actions/, - /^src\/plugins\/unified_histogram/, + /^src\/platform\/plugins\/shared\/kibana_react/, + /^src\/platform\/plugins\/shared\/kibana_utils/, + /^src\/platform\/plugins\/shared\/saved_search/, + /^src\/platform\/plugins\/shared\/ui_actions/, + /^src\/platform\/plugins\/shared\/unified_histogram/, /^src\/plugins\/unified_search/, /^x-pack\/platform\/packages\/shared\/kbn-elastic-assistant/, /^x-pack\/platform\/packages\/shared\/kbn-elastic-assistant-common/, /^x-pack\/solutions\/security\/packages/, /^x-pack\/platform\/plugins\/shared\/alerting/, /^x-pack\/platform\/plugins\/shared\/cases/, - /^x-pack\/plugins\/data_views\/common/, + /^x-pack\/platform\/plugins\/shared\/data_views\/common/, /^x-pack\/solutions\/security\/plugins\/elastic_assistant/, /^x-pack\/solutions\/security\/plugins\/lists/, /^x-pack\/platform\/plugins\/shared\/rule_registry\/common/, - /^x-pack\/solutions\/security\/plugins\/security_solution/, - /^x-pack\/solutions\/security\/plugins\/security_solution_ess/, - /^x-pack\/solutions\/security\/plugins\/security_solution_serverless/, + /^x-pack\/solutions\/security\/platform\/plugins\/shared\/security_solution/, + /^x-pack\/solutions\/security\/platform\/plugins\/shared\/security_solution_ess/, + /^x-pack\/solutions\/security\/platform\/plugins\/shared\/security_solution_serverless/, /^x-pack\/platform\/plugins\/shared\/task_manager/, /^x-pack\/solutions\/security\/plugins\/threat_intelligence/, /^x-pack\/solutions\/security\/plugins\/timelines/, /^x-pack\/platform\/plugins\/shared\/triggers_actions_ui/, - /^x-pack\/plugins\/usage_collection\/public/, + /^x-pack\/platform\/plugins\/shared\/usage_collection\/public/, /^x-pack\/test\/functional\/es_archives\/security_solution/, /^x-pack\/test\/security_solution_cypress/, ])) || @@ -363,7 +363,7 @@ const getPipeline = (filename: string, removeSteps = true) => { ((await doAnyChangesMatch([ /^x-pack\/platform\/plugins\/shared\/osquery/, /^x-pack\/test\/osquery_cypress/, - /^x-pack\/solutions\/security\/plugins\/security_solution/, + /^x-pack\/solutions\/security\/platform\/plugins\/shared\/security_solution/, ])) || GITHUB_PR_LABELS.includes('ci:all-cypress-suites')) && !GITHUB_PR_LABELS.includes('ci:skip-cypress-osquery') @@ -376,8 +376,8 @@ const getPipeline = (filename: string, removeSteps = true) => { if ( (await doAnyChangesMatch([ /^x-pack\/packages\/kbn-cloud-security-posture/, - /^x-pack\/solutions\/security\/plugins\/cloud_security_posture/, - /^x-pack\/solutions\/security\/plugins\/security_solution/, + /^x-pack\/solutions\/security\/platform\/plugins\/shared\/cloud_security_posture/, + /^x-pack\/solutions\/security\/platform\/plugins\/shared\/security_solution/, /^x-pack\/test\/security_solution_cypress/, ])) || GITHUB_PR_LABELS.includes('ci:all-cypress-suites') @@ -391,7 +391,7 @@ const getPipeline = (filename: string, removeSteps = true) => { if ( (await doAnyChangesMatch([ - /^x-pack\/plugins\/discover_enhanced\/ui_tests/, + /^x-pack\/platform\/plugins\/private\/discover_enhanced\/ui_tests/, /^packages\/kbn-scout/, ])) || GITHUB_PR_LABELS.includes('ci:scout-ui-tests') diff --git a/.buildkite/scripts/steps/api_docs/build_api_docs.sh b/.buildkite/scripts/steps/api_docs/build_api_docs.sh index 6bf566c36e43c..51a2b29bb31dd 100755 --- a/.buildkite/scripts/steps/api_docs/build_api_docs.sh +++ b/.buildkite/scripts/steps/api_docs/build_api_docs.sh @@ -5,7 +5,7 @@ set -euo pipefail .buildkite/scripts/bootstrap.sh echo "--- Build API Docs" -node --max-old-space-size=12000 scripts/build_api_docs +node --max-old-space-size=24000 scripts/build_api_docs if [[ "${PUBLISH_API_DOCS_CHANGES:-}" == "true" ]]; then echo "--- Store API Docs changes in Buildkite" diff --git a/.buildkite/scripts/steps/checks/baseline_plugin_public_api_docs.sh b/.buildkite/scripts/steps/checks/baseline_plugin_public_api_docs.sh index 5b8bc210ca725..97f43eb2d6d2d 100755 --- a/.buildkite/scripts/steps/checks/baseline_plugin_public_api_docs.sh +++ b/.buildkite/scripts/steps/checks/baseline_plugin_public_api_docs.sh @@ -5,4 +5,4 @@ set -euo pipefail source .buildkite/scripts/common/util.sh echo --- Building api docs -node --max-old-space-size=12000 scripts/build_api_docs +node --max-old-space-size=24000 scripts/build_api_docs diff --git a/.buildkite/scripts/steps/checks/quick_checks.txt b/.buildkite/scripts/steps/checks/quick_checks.txt index 7aa0f68118466..d6b6698b78f46 100644 --- a/.buildkite/scripts/steps/checks/quick_checks.txt +++ b/.buildkite/scripts/steps/checks/quick_checks.txt @@ -18,3 +18,4 @@ .buildkite/scripts/steps/checks/renovate.sh .buildkite/scripts/steps/checks/native_modules.sh .buildkite/scripts/steps/checks/test_files_missing_owner.sh +.buildkite/scripts/steps/checks/styled_components_mapping.sh diff --git a/.buildkite/scripts/steps/checks/styled_components_mapping.sh b/.buildkite/scripts/steps/checks/styled_components_mapping.sh new file mode 100644 index 0000000000000..2815bf41180b5 --- /dev/null +++ b/.buildkite/scripts/steps/checks/styled_components_mapping.sh @@ -0,0 +1,11 @@ +#!/usr/bin/env bash + +set -euo pipefail + +source .buildkite/scripts/common/util.sh + +echo --- Check styled-components mapping +cmd="node scripts/styled_components_mapping" + +eval "$cmd" +check_for_changed_files "$cmd" true diff --git a/.buildkite/scripts/steps/fleet/promote_package_registry.sh b/.buildkite/scripts/steps/fleet/promote_package_registry.sh new file mode 100755 index 0000000000000..5fa62369cfa87 --- /dev/null +++ b/.buildkite/scripts/steps/fleet/promote_package_registry.sh @@ -0,0 +1,22 @@ +#!/bin/bash + +set -euo pipefail + +PACKAGE_REGISTRY_BASE_IMAGE='docker.elastic.co/package-registry/distribution:lite' +PACKAGE_REGISTRY_TARGET_IMAGE='docker.elastic.co/kibana-ci/package-registry-distribution:lite' + +if [[ "$BUILDKITE_BRANCH" == "main" ]]; then + docker buildx imagetools create -t "$PACKAGE_REGISTRY_TARGET_IMAGE" "$PACKAGE_REGISTRY_BASE_IMAGE" + cat << EOF | buildkite-agent pipeline upload +steps: + - label: "Update cache for EPR image" + trigger: kibana-vm-images + async: true + build: + env: + IMAGES_CONFIG: "kibana/images.yml" + RETRY: "1" +EOF +else + echo "Skipping promotion for untracked branch $BUILDKITE_BRANCH" +fi diff --git a/.buildkite/scripts/steps/functional/apm_cypress.sh b/.buildkite/scripts/steps/functional/apm_cypress.sh index 1fc10089e8eb4..1b388eede871d 100755 --- a/.buildkite/scripts/steps/functional/apm_cypress.sh +++ b/.buildkite/scripts/steps/functional/apm_cypress.sh @@ -31,6 +31,6 @@ echo "--- APM Cypress Tests" cd "$XPACK_DIR" -node plugins/observability_solution/apm/scripts/test/e2e.js \ +node solutions/observability/plugins/apm/scripts/test/e2e.js \ --kibana-install-dir "$KIBANA_BUILD_LOCATION" \ $CYPRESS_ARGS diff --git a/.buildkite/scripts/steps/functional/inventory_cypress.sh b/.buildkite/scripts/steps/functional/inventory_cypress.sh index b45215ca86505..8dbf917e92fc5 100644 --- a/.buildkite/scripts/steps/functional/inventory_cypress.sh +++ b/.buildkite/scripts/steps/functional/inventory_cypress.sh @@ -14,5 +14,5 @@ echo "--- Observability Inventory Cypress Tests" cd "$XPACK_DIR" -node plugins/observability_solution/inventory/scripts/test/e2e.js \ +node solutions/observability/plugins/inventory/scripts/test/e2e.js \ --kibana-install-dir "$KIBANA_BUILD_LOCATION" \ \ No newline at end of file diff --git a/.buildkite/scripts/steps/functional/profiling_cypress.sh b/.buildkite/scripts/steps/functional/profiling_cypress.sh index 4e5fb770a12b4..318d45d0b125d 100644 --- a/.buildkite/scripts/steps/functional/profiling_cypress.sh +++ b/.buildkite/scripts/steps/functional/profiling_cypress.sh @@ -14,5 +14,5 @@ echo "--- Profiling Cypress Tests" cd "$XPACK_DIR" -NODE_OPTIONS=--openssl-legacy-provider node plugins/observability_solution/profiling/scripts/test/e2e.js \ +NODE_OPTIONS=--openssl-legacy-provider node solutions/observability/plugins/profiling/scripts/test/e2e.js \ --kibana-install-dir "$KIBANA_BUILD_LOCATION" \ \ No newline at end of file diff --git a/.buildkite/scripts/steps/functional/scout_ui_tests.sh b/.buildkite/scripts/steps/functional/scout_ui_tests.sh index bee4ec4020882..b568ed9c80b1a 100755 --- a/.buildkite/scripts/steps/functional/scout_ui_tests.sh +++ b/.buildkite/scripts/steps/functional/scout_ui_tests.sh @@ -6,7 +6,7 @@ source .buildkite/scripts/steps/functional/common.sh export JOB=kibana-scout-ui-tests -TEST_CONFIG="x-pack/plugins/discover_enhanced/ui_tests/playwright.config.ts" +TEST_CONFIG="x-pack/platform/plugins/private/discover_enhanced/ui_tests/playwright.config.ts" KIBANA_DIR="$KIBANA_BUILD_LOCATION" declare -A TESTS=( diff --git a/.buildkite/scripts/steps/on_merge_api_docs.sh b/.buildkite/scripts/steps/on_merge_api_docs.sh index 4ed14093a2108..10ff18dd4a2db 100755 --- a/.buildkite/scripts/steps/on_merge_api_docs.sh +++ b/.buildkite/scripts/steps/on_merge_api_docs.sh @@ -7,4 +7,4 @@ export DISABLE_BOOTSTRAP_VALIDATION=true .buildkite/scripts/bootstrap.sh echo "--- Build API Docs" -node --max-old-space-size=12000 scripts/build_api_docs +node --max-old-space-size=24000 scripts/build_api_docs diff --git a/.buildkite/scripts/steps/test/kbn_handlebars.sh b/.buildkite/scripts/steps/test/kbn_handlebars.sh index b66bc75679211..50180d27c3712 100755 --- a/.buildkite/scripts/steps/test/kbn_handlebars.sh +++ b/.buildkite/scripts/steps/test/kbn_handlebars.sh @@ -5,4 +5,4 @@ set -euo pipefail source .buildkite/scripts/common/util.sh echo '--- Checking for @kbn/handlebars upstream updates' -packages/kbn-handlebars/scripts/check_for_upstream_updates.sh +src/platform/packages/private/kbn-handlebars/scripts/check_for_upstream_updates.sh diff --git a/.eslintignore b/.eslintignore index 39ad20f0c1e01..270762242c87e 100644 --- a/.eslintignore +++ b/.eslintignore @@ -25,9 +25,9 @@ snapshots.js /x-pack/platform/plugins/private/canvas/canvas_plugin /x-pack/platform/plugins/private/canvas/shareable_runtime/build /x-pack/platform/plugins/private/canvas/storybook/build -/x-pack/plugins/reporting/server/export_types/printable_pdf/server/lib/pdf/assets/** -/x-pack/plugins/reporting/server/export_types/printable_pdf_v2/server/lib/pdf/assets/** -/x-pack/plugins/cloud_integrations/cloud_full_story/server/assets/** +/x-pack/platform/plugins/private/reporting/server/export_types/printable_pdf/server/lib/pdf/assets/** +/x-pack/platform/plugins/private/reporting/server/export_types/printable_pdf_v2/server/lib/pdf/assets/** +/x-pack/platform/plugins/private/cloud_integrations/cloud_full_story/server/assets/** # package overrides /packages/kbn-eslint-config diff --git a/.eslintrc.js b/.eslintrc.js index 496cad90dfd35..0e51464096200 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -84,7 +84,7 @@ const ELV2_LICENSE_HEADER = ` const SAFER_LODASH_SET_HEADER = ` /* * Elasticsearch B.V licenses this file to you under the MIT License. - * See \`packages/kbn-safer-lodash-set/LICENSE\` for more information. + * See \`src/platform/packages/shared/kbn-safer-lodash-set/LICENSE\` for more information. */ `; @@ -93,7 +93,7 @@ const SAFER_LODASH_SET_LODASH_HEADER = ` * This file is forked from the lodash project (https://lodash.com/), * and may include modifications made by Elasticsearch B.V. * Elasticsearch B.V. licenses this file to you under the MIT License. - * See \`packages/kbn-safer-lodash-set/LICENSE\` for more information. + * See \`src/platform/packages/shared/kbn-safer-lodash-set/LICENSE\` for more information. */ `; @@ -102,14 +102,14 @@ const SAFER_LODASH_SET_DEFINITELYTYPED_HEADER = ` * This file is forked from the DefinitelyTyped project (https://github.com/DefinitelyTyped/DefinitelyTyped), * and may include modifications made by Elasticsearch B.V. * Elasticsearch B.V. licenses this file to you under the MIT License. - * See \`packages/kbn-safer-lodash-set/LICENSE\` for more information. + * See \`src/platform/packages/shared/kbn-safer-lodash-set/LICENSE\` for more information. */ `; const KBN_HANDLEBARS_HEADER = ` /* * Elasticsearch B.V licenses this file to you under the MIT License. - * See \`packages/kbn-handlebars/LICENSE\` for more information. + * See \`src/platform/packages/private/kbn-handlebars/LICENSE\` for more information. */ `; @@ -118,7 +118,7 @@ const KBN_HANDLEBARS_HANDLEBARS_HEADER = ` * This file is forked from the handlebars project (https://github.com/handlebars-lang/handlebars.js), * and may include modifications made by Elasticsearch B.V. * Elasticsearch B.V. licenses this file to you under the MIT License. - * See \`packages/kbn-handlebars/LICENSE\` for more information. + * See \`src/platform/packages/private/kbn-handlebars/LICENSE\` for more information. */ `; @@ -283,14 +283,14 @@ module.exports = { * Temporarily disable some react rules for specific plugins, remove in separate PRs */ { - files: ['src/plugins/kibana_react/**/*.{js,mjs,ts,tsx}'], + files: ['src/platform/plugins/shared/kibana_react/**/*.{js,mjs,ts,tsx}'], rules: { 'react-hooks/rules-of-hooks': 'off', 'react-hooks/exhaustive-deps': 'off', }, }, { - files: ['src/plugins/kibana_utils/**/*.{js,mjs,ts,tsx}'], + files: ['src/platform/plugins/shared/kibana_utils/**/*.{js,mjs,ts,tsx}'], rules: { 'react-hooks/exhaustive-deps': 'off', }, @@ -364,7 +364,7 @@ module.exports = { { files: [ 'packages/kbn-eslint-config/**/*.{js,mjs,ts,tsx}', - 'packages/kbn-datemath/**/*.{js,mjs,ts,tsx}', + 'src/platform/packages/shared/kbn-datemath/**/*.{js,mjs,ts,tsx}', ], rules: { '@kbn/eslint/require-license-header': [ @@ -441,7 +441,7 @@ module.exports = { * safer-lodash-set package requires special license headers */ { - files: ['packages/kbn-safer-lodash-set/**/*.{js,mjs,ts,tsx}'], + files: ['src/platform/packages/shared/kbn-safer-lodash-set/**/*.{js,mjs,ts,tsx}'], rules: { '@kbn/eslint/require-license-header': [ 'error', @@ -471,7 +471,7 @@ module.exports = { }, { - files: ['packages/kbn-safer-lodash-set/test/*.{js,mjs,ts,tsx}'], + files: ['src/platform/packages/shared/kbn-safer-lodash-set/test/*.{js,mjs,ts,tsx}'], rules: { '@kbn/eslint/require-license-header': [ 'error', @@ -500,7 +500,7 @@ module.exports = { }, }, { - files: ['packages/kbn-safer-lodash-set/**/*.d.ts'], + files: ['src/platform/packages/shared/kbn-safer-lodash-set/**/*.d.ts'], rules: { '@kbn/eslint/require-license-header': [ 'error', @@ -533,7 +533,7 @@ module.exports = { * @kbn/handlebars package requires special license headers */ { - files: ['packages/kbn-handlebars/**/*.{js,mjs,ts,tsx}'], + files: ['src/platform/packages/private/kbn-handlebars/**/*.{js,mjs,ts,tsx}'], rules: { '@kbn/eslint/require-license-header': [ 'error', @@ -562,7 +562,7 @@ module.exports = { }, }, { - files: ['packages/kbn-handlebars/src/spec/**/*.{js,mjs,ts,tsx}'], + files: ['src/platform/packages/private/kbn-handlebars/src/spec/**/*.{js,mjs,ts,tsx}'], rules: { '@kbn/eslint/require-license-header': [ 'error', @@ -633,7 +633,7 @@ module.exports = { '**/*.test.js', 'x-pack/test/apm_api_integration/**/*.ts', 'x-pack/test/functional/apps/**/*.js', - 'x-pack/plugins/observability_solution/apm/**/*.js', + 'x-pack/solutions/observability/plugins/apm/**/*.js', 'test/*/config.ts', 'test/*/config_open.ts', 'test/*/*.config.ts', @@ -778,7 +778,7 @@ module.exports = { * Harden specific rules */ { - files: ['test/harden/*.js', 'packages/kbn-safer-lodash-set/test/*.js'], + files: ['test/harden/*.js', 'src/platform/packages/shared/kbn-safer-lodash-set/test/*.js'], rules: { 'mocha/handle-done-callback': 'off', }, @@ -913,7 +913,7 @@ module.exports = { */ { files: [ - 'x-pack/plugins/observability_solution/apm/**/*.{js,mjs,ts,tsx}', + 'x-pack/solutions/observability/plugins/apm/**/*.{js,mjs,ts,tsx}', 'x-pack/solutions/observability/plugins/observability/**/*.{js,mjs,ts,tsx}', 'x-pack/solutions/observability/plugins/exploratory_view/**/*.{js,mjs,ts,tsx}', 'x-pack/solutions/observability/plugins/ux/**/*.{js,mjs,ts,tsx}', @@ -934,7 +934,7 @@ module.exports = { }, { files: [ - 'x-pack/plugins/observability_solution/apm/**/*.stories.*', + 'x-pack/solutions/observability/plugins/apm/**/*.stories.*', 'x-pack/solutions/observability/plugins/observability/**/*.stories.*', 'x-pack/solutions/observability/plugins/exploratory_view/**/*.stories.*', 'x-pack/solutions/observability/plugins/slo/**/*.stories.*', @@ -999,7 +999,7 @@ module.exports = { }, { // require explicit return types in route handlers for performance reasons - files: ['x-pack/plugins/observability_solution/apm/server/**/route.ts'], + files: ['x-pack/solutions/observability/plugins/apm/server/**/route.ts'], rules: { '@typescript-eslint/explicit-function-return-type': [ 'error', @@ -1024,6 +1024,20 @@ module.exports = { ], }, }, + { + files: [ + 'x-pack/solutions/observability/plugins/apm/**/*.{js,mjs,ts,tsx}', + 'x-pack/solutions/observability/plugins/apm_data_access/**/*.{js,mjs,ts,tsx}', + 'x-pack/solutions/observability/plugins/infra/**/*.{js,mjs,ts,tsx}', + 'x-pack/solutions/observability/plugins/inventory/**/*.{js,mjs,ts,tsx}', + 'x-pack/solutions/observability/plugins/metrics_data_access/**/*.{js,mjs,ts,tsx}', + 'x-pack/solutions/observability/plugins/profiling/**/*.{js,mjs,ts,tsx}', + 'x-pack/solutions/observability/plugins/profiling_data_access/**/*.{js,mjs,ts,tsx}', + ], + rules: { + '@typescript-eslint/consistent-type-imports': 'error', + }, + }, /** * Fleet overrides @@ -1577,7 +1591,10 @@ module.exports = { * Discover overrides */ { - files: ['src/plugins/discover/**/*.{ts,tsx}', 'src/plugins/saved_search/**/*.{ts,tsx}'], + files: [ + 'src/platform/plugins/shared/discover/**/*.{ts,tsx}', + 'src/platform/plugins/shared/saved_search/**/*.{ts,tsx}', + ], rules: { '@typescript-eslint/no-explicit-any': 'error', '@typescript-eslint/ban-ts-comment': [ @@ -1837,24 +1854,24 @@ module.exports = { */ { files: [ - 'src/plugins/interactive_setup/**/*.{js,mjs,ts,tsx}', + 'src/platform/plugins/private/interactive_setup/**/*.{js,mjs,ts,tsx}', 'test/interactive_setup_api_integration/**/*.{js,mjs,ts,tsx}', 'test/interactive_setup_functional/**/*.{js,mjs,ts,tsx}', 'packages/kbn-mock-idp-plugin/**/*.{js,mjs,ts,tsx}', 'packages/kbn-mock-idp-utils/**/*.{js,mjs,ts,tsx}', - 'packages/kbn-security-hardening/**/*.{js,mjs,ts,tsx}', - 'packages/kbn-user-profile-components/**/*.{js,mjs,ts,tsx}', + 'src/platform/packages/shared/kbn-security-hardening/**/*.{js,mjs,ts,tsx}', + 'src/platform/packages/shared/kbn-user-profile-components/**/*.{js,mjs,ts,tsx}', - 'x-pack/plugins/encrypted_saved_objects/**/*.{js,mjs,ts,tsx}', + 'x-pack/platform/plugins/shared/encrypted_saved_objects/**/*.{js,mjs,ts,tsx}', 'x-pack/test/encrypted_saved_objects_api_integration/**/*.{js,mjs,ts,tsx}', - 'x-pack/plugins/security/**/*.{js,mjs,ts,tsx}', + 'x-pack/platform/plugins/shared/security/**/*.{js,mjs,ts,tsx}', 'x-pack/packages/security/**/*.{js,mjs,ts,tsx}', 'x-pack/test/security_api_integration/**/*.{js,mjs,ts,tsx}', 'x-pack/test/security_functional/**/*.{js,mjs,ts,tsx}', - 'x-pack/plugins/spaces/**/*.{js,mjs,ts,tsx}', + 'x-pack/platform/plugins/shared/spaces/**/*.{js,mjs,ts,tsx}', 'x-pack/test/spaces_api_integration/**/*.{js,mjs,ts,tsx}', ], rules: { @@ -1904,14 +1921,14 @@ module.exports = { */ { files: [ - 'packages/kbn-analytics/**', + 'src/platform/packages/shared/kbn-analytics/**', // 'packages/kbn-telemetry-tools/**', - 'src/plugins/kibana_usage_collection/**', - 'src/plugins/usage_collection/**', - 'src/plugins/telemetry/**', - 'src/plugins/telemetry_collection_manager/**', - 'src/plugins/telemetry_management_section/**', - 'x-pack/plugins/telemetry_collection_xpack/**', + 'src/platform/plugins/private/kibana_usage_collection/**', + 'src/platform/plugins/shared/usage_collection/**', + 'src/platform/plugins/shared/telemetry/**', + 'src/platform/plugins/shared/telemetry_collection_manager/**', + 'src/platform/plugins/shared/telemetry_management_section/**', + 'x-pack/platform/plugins/private/telemetry_collection_xpack/**', ], rules: { '@typescript-eslint/no-explicit-any': 'error', @@ -1921,21 +1938,21 @@ module.exports = { files: [ // core-team owned code 'src/core/**', - 'x-pack/plugins/features/**', - 'x-pack/plugins/licensing/**', - 'x-pack/plugins/global_search/**', - 'x-pack/plugins/cloud/**', - 'packages/kbn-config-schema', + 'x-pack/platform/plugins/shared/features/**', + 'x-pack/platform/plugins/shared/licensing/**', + 'x-pack/platform/plugins/shared/global_search/**', + 'x-pack/platform/plugins/shared/cloud/**', + 'src/platform/packages/shared/kbn-config-schema', 'src/plugins/status_page/**', - 'src/plugins/saved_objects_management/**', - 'packages/kbn-analytics/**', + 'src/platform/plugins/shared/saved_objects_management/**', + 'src/platform/packages/shared/kbn-analytics/**', 'packages/kbn-telemetry-tools/**', - 'src/plugins/kibana_usage_collection/**', - 'src/plugins/usage_collection/**', - 'src/plugins/telemetry/**', - 'src/plugins/telemetry_collection_manager/**', - 'src/plugins/telemetry_management_section/**', - 'x-pack/plugins/telemetry_collection_xpack/**', + 'src/platform/plugins/private/kibana_usage_collection/**', + 'src/platform/plugins/shared/usage_collection/**', + 'src/platform/plugins/shared/telemetry/**', + 'src/platform/plugins/shared/telemetry_collection_manager/**', + 'src/platform/plugins/shared/telemetry_management_section/**', + 'x-pack/platform/plugins/private/telemetry_collection_xpack/**', ], rules: { '@typescript-eslint/prefer-ts-expect-error': 'error', diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a8ae85ff969eb..1eba14ec39735 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -41,8 +41,6 @@ examples/unified_doc_viewer @elastic/kibana-core examples/unified_field_list_examples @elastic/kibana-data-discovery examples/user_profile_examples @elastic/kibana-security examples/v8_profiler_examples @elastic/response-ops -packages/analytics/utils/analytics_collection_utils @elastic/kibana-core -packages/cloud @elastic/kibana-core packages/content-management/content_editor @elastic/appex-sharedux packages/content-management/content_insights/content_insights_public @elastic/appex-sharedux packages/content-management/content_insights/content_insights_server @elastic/appex-sharedux @@ -59,19 +57,12 @@ packages/core/analytics/core-analytics-server-mocks @elastic/kibana-core packages/core/application/core-application-browser-mocks @elastic/kibana-core packages/core/apps/core-apps-browser-mocks @elastic/kibana-core packages/core/base/core-base-browser-mocks @elastic/kibana-core -packages/core/base/core-base-common-internal @elastic/kibana-core -packages/core/base/core-base-server-internal @elastic/kibana-core packages/core/base/core-base-server-mocks @elastic/kibana-core -packages/core/capabilities/core-capabilities-browser-internal @elastic/kibana-core packages/core/capabilities/core-capabilities-browser-mocks @elastic/kibana-core -packages/core/capabilities/core-capabilities-common @elastic/kibana-core -packages/core/capabilities/core-capabilities-server @elastic/kibana-core -packages/core/capabilities/core-capabilities-server-internal @elastic/kibana-core packages/core/capabilities/core-capabilities-server-mocks @elastic/kibana-core packages/core/chrome/core-chrome-browser @elastic/appex-sharedux packages/core/chrome/core-chrome-browser-internal @elastic/appex-sharedux packages/core/chrome/core-chrome-browser-mocks @elastic/appex-sharedux -packages/core/config/core-config-server-internal @elastic/kibana-core packages/core/custom-branding/core-custom-branding-browser @elastic/appex-sharedux packages/core/custom-branding/core-custom-branding-browser-internal @elastic/appex-sharedux packages/core/custom-branding/core-custom-branding-browser-mocks @elastic/appex-sharedux @@ -79,154 +70,48 @@ packages/core/custom-branding/core-custom-branding-common @elastic/appex-sharedu packages/core/custom-branding/core-custom-branding-server @elastic/appex-sharedux packages/core/custom-branding/core-custom-branding-server-internal @elastic/appex-sharedux packages/core/custom-branding/core-custom-branding-server-mocks @elastic/appex-sharedux -packages/core/deprecations/core-deprecations-browser @elastic/kibana-core -packages/core/deprecations/core-deprecations-browser-internal @elastic/kibana-core packages/core/deprecations/core-deprecations-browser-mocks @elastic/kibana-core -packages/core/deprecations/core-deprecations-common @elastic/kibana-core -packages/core/deprecations/core-deprecations-server @elastic/kibana-core -packages/core/deprecations/core-deprecations-server-internal @elastic/kibana-core packages/core/deprecations/core-deprecations-server-mocks @elastic/kibana-core -packages/core/doc-links/core-doc-links-browser @elastic/kibana-core -packages/core/doc-links/core-doc-links-browser-internal @elastic/kibana-core packages/core/doc-links/core-doc-links-browser-mocks @elastic/kibana-core -packages/core/doc-links/core-doc-links-server @elastic/kibana-core -packages/core/doc-links/core-doc-links-server-internal @elastic/kibana-core packages/core/doc-links/core-doc-links-server-mocks @elastic/kibana-core -packages/core/elasticsearch/core-elasticsearch-client-server-internal @elastic/kibana-core packages/core/elasticsearch/core-elasticsearch-client-server-mocks @elastic/kibana-core -packages/core/elasticsearch/core-elasticsearch-server @elastic/kibana-core -packages/core/elasticsearch/core-elasticsearch-server-internal @elastic/kibana-core packages/core/elasticsearch/core-elasticsearch-server-mocks @elastic/kibana-core -packages/core/environment/core-environment-server-internal @elastic/kibana-core packages/core/environment/core-environment-server-mocks @elastic/kibana-core -packages/core/execution-context/core-execution-context-browser @elastic/kibana-core -packages/core/execution-context/core-execution-context-browser-internal @elastic/kibana-core packages/core/execution-context/core-execution-context-browser-mocks @elastic/kibana-core -packages/core/execution-context/core-execution-context-common @elastic/kibana-core -packages/core/execution-context/core-execution-context-server @elastic/kibana-core -packages/core/execution-context/core-execution-context-server-internal @elastic/kibana-core packages/core/execution-context/core-execution-context-server-mocks @elastic/kibana-core -packages/core/fatal-errors/core-fatal-errors-browser @elastic/kibana-core -packages/core/fatal-errors/core-fatal-errors-browser-internal @elastic/kibana-core packages/core/fatal-errors/core-fatal-errors-browser-mocks @elastic/kibana-core -packages/core/feature-flags/core-feature-flags-browser @elastic/kibana-core -packages/core/feature-flags/core-feature-flags-browser-internal @elastic/kibana-core -packages/core/feature-flags/core-feature-flags-browser-mocks @elastic/kibana-core -packages/core/feature-flags/core-feature-flags-server @elastic/kibana-core -packages/core/feature-flags/core-feature-flags-server-internal @elastic/kibana-core -packages/core/feature-flags/core-feature-flags-server-mocks @elastic/kibana-core -packages/core/http/core-http-browser @elastic/kibana-core -packages/core/http/core-http-browser-internal @elastic/kibana-core packages/core/http/core-http-browser-mocks @elastic/kibana-core -packages/core/http/core-http-common @elastic/kibana-core -packages/core/http/core-http-context-server-internal @elastic/kibana-core packages/core/http/core-http-context-server-mocks @elastic/kibana-core -packages/core/http/core-http-request-handler-context-server @elastic/kibana-core -packages/core/http/core-http-request-handler-context-server-internal @elastic/kibana-core -packages/core/http/core-http-resources-server @elastic/kibana-core -packages/core/http/core-http-resources-server-internal @elastic/kibana-core packages/core/http/core-http-resources-server-mocks @elastic/kibana-core -packages/core/http/core-http-router-server-internal @elastic/kibana-core packages/core/http/core-http-router-server-mocks @elastic/kibana-core -packages/core/http/core-http-server @elastic/kibana-core -packages/core/http/core-http-server-internal @elastic/kibana-core packages/core/http/core-http-server-mocks @elastic/kibana-core -packages/core/http/core-http-server-utils @elastic/kibana-core -packages/core/i18n/core-i18n-browser @elastic/kibana-core -packages/core/i18n/core-i18n-browser-internal @elastic/kibana-core packages/core/i18n/core-i18n-browser-mocks @elastic/kibana-core -packages/core/i18n/core-i18n-server @elastic/kibana-core -packages/core/i18n/core-i18n-server-internal @elastic/kibana-core packages/core/i18n/core-i18n-server-mocks @elastic/kibana-core -packages/core/injected-metadata/core-injected-metadata-browser-internal @elastic/kibana-core packages/core/injected-metadata/core-injected-metadata-browser-mocks @elastic/kibana-core -packages/core/injected-metadata/core-injected-metadata-common-internal @elastic/kibana-core -packages/core/integrations/core-integrations-browser-internal @elastic/kibana-core packages/core/integrations/core-integrations-browser-mocks @elastic/kibana-core -packages/core/lifecycle/core-lifecycle-browser @elastic/kibana-core -packages/core/lifecycle/core-lifecycle-browser-internal @elastic/kibana-core packages/core/lifecycle/core-lifecycle-browser-mocks @elastic/kibana-core -packages/core/lifecycle/core-lifecycle-server @elastic/kibana-core -packages/core/lifecycle/core-lifecycle-server-internal @elastic/kibana-core packages/core/lifecycle/core-lifecycle-server-mocks @elastic/kibana-core -packages/core/logging/core-logging-browser-internal @elastic/kibana-core packages/core/logging/core-logging-browser-mocks @elastic/kibana-core -packages/core/logging/core-logging-common-internal @elastic/kibana-core -packages/core/logging/core-logging-server @elastic/kibana-core -packages/core/logging/core-logging-server-internal @elastic/kibana-core packages/core/logging/core-logging-server-mocks @elastic/kibana-core -packages/core/metrics/core-metrics-collectors-server-internal @elastic/kibana-core packages/core/metrics/core-metrics-collectors-server-mocks @elastic/kibana-core -packages/core/metrics/core-metrics-server @elastic/kibana-core -packages/core/metrics/core-metrics-server-internal @elastic/kibana-core packages/core/metrics/core-metrics-server-mocks @elastic/kibana-core -packages/core/mount-utils/core-mount-utils-browser @elastic/kibana-core -packages/core/mount-utils/core-mount-utils-browser-internal @elastic/kibana-core -packages/core/node/core-node-server @elastic/kibana-core -packages/core/node/core-node-server-internal @elastic/kibana-core packages/core/node/core-node-server-mocks @elastic/kibana-core -packages/core/notifications/core-notifications-browser @elastic/kibana-core -packages/core/notifications/core-notifications-browser-internal @elastic/kibana-core packages/core/notifications/core-notifications-browser-mocks @elastic/kibana-core -packages/core/overlays/core-overlays-browser @elastic/kibana-core -packages/core/overlays/core-overlays-browser-internal @elastic/kibana-core packages/core/overlays/core-overlays-browser-mocks @elastic/kibana-core -packages/core/plugins/core-plugins-base-server-internal @elastic/kibana-core -packages/core/plugins/core-plugins-browser @elastic/kibana-core -packages/core/plugins/core-plugins-browser-internal @elastic/kibana-core packages/core/plugins/core-plugins-browser-mocks @elastic/kibana-core -packages/core/plugins/core-plugins-contracts-browser @elastic/kibana-core -packages/core/plugins/core-plugins-contracts-server @elastic/kibana-core -packages/core/plugins/core-plugins-server @elastic/kibana-core -packages/core/plugins/core-plugins-server-internal @elastic/kibana-core packages/core/plugins/core-plugins-server-mocks @elastic/kibana-core -packages/core/preboot/core-preboot-server @elastic/kibana-core -packages/core/preboot/core-preboot-server-internal @elastic/kibana-core packages/core/preboot/core-preboot-server-mocks @elastic/kibana-core -packages/core/rendering/core-rendering-browser @elastic/kibana-core -packages/core/rendering/core-rendering-browser-internal @elastic/kibana-core packages/core/rendering/core-rendering-browser-mocks @elastic/kibana-core -packages/core/rendering/core-rendering-server-internal @elastic/kibana-core packages/core/rendering/core-rendering-server-mocks @elastic/kibana-core -packages/core/root/core-root-browser-internal @elastic/kibana-core -packages/core/root/core-root-server-internal @elastic/kibana-core -packages/core/saved-objects/core-saved-objects-api-browser @elastic/kibana-core -packages/core/saved-objects/core-saved-objects-api-server @elastic/kibana-core -packages/core/saved-objects/core-saved-objects-api-server-internal @elastic/kibana-core packages/core/saved-objects/core-saved-objects-api-server-mocks @elastic/kibana-core -packages/core/saved-objects/core-saved-objects-base-server-internal @elastic/kibana-core packages/core/saved-objects/core-saved-objects-base-server-mocks @elastic/kibana-core -packages/core/saved-objects/core-saved-objects-browser @elastic/kibana-core -packages/core/saved-objects/core-saved-objects-browser-internal @elastic/kibana-core packages/core/saved-objects/core-saved-objects-browser-mocks @elastic/kibana-core -packages/core/saved-objects/core-saved-objects-common @elastic/kibana-core -packages/core/saved-objects/core-saved-objects-import-export-server-internal @elastic/kibana-core packages/core/saved-objects/core-saved-objects-import-export-server-mocks @elastic/kibana-core -packages/core/saved-objects/core-saved-objects-migration-server-internal @elastic/kibana-core packages/core/saved-objects/core-saved-objects-migration-server-mocks @elastic/kibana-core -packages/core/saved-objects/core-saved-objects-server @elastic/kibana-core -packages/core/saved-objects/core-saved-objects-server-internal @elastic/kibana-core packages/core/saved-objects/core-saved-objects-server-mocks @elastic/kibana-core -packages/core/saved-objects/core-saved-objects-utils-server @elastic/kibana-core -packages/core/security/core-security-browser @elastic/kibana-core -packages/core/security/core-security-browser-internal @elastic/kibana-core -packages/core/security/core-security-browser-mocks @elastic/kibana-core -packages/core/security/core-security-common @elastic/kibana-core @elastic/kibana-security -packages/core/security/core-security-server @elastic/kibana-core -packages/core/security/core-security-server-internal @elastic/kibana-core -packages/core/security/core-security-server-mocks @elastic/kibana-core -packages/core/status/core-status-common @elastic/kibana-core -packages/core/status/core-status-server @elastic/kibana-core -packages/core/status/core-status-server-internal @elastic/kibana-core packages/core/status/core-status-server-mocks @elastic/kibana-core -packages/core/test-helpers/core-test-helpers-deprecations-getters @elastic/kibana-core -packages/core/test-helpers/core-test-helpers-http-setup-browser @elastic/kibana-core packages/core/test-helpers/core-test-helpers-kbn-server @elastic/kibana-core packages/core/test-helpers/core-test-helpers-model-versions @elastic/kibana-core -packages/core/test-helpers/core-test-helpers-so-type-serializer @elastic/kibana-core -packages/core/test-helpers/core-test-helpers-test-utils @elastic/kibana-core -packages/core/theme/core-theme-browser @elastic/kibana-core -packages/core/theme/core-theme-browser-internal @elastic/kibana-core packages/core/theme/core-theme-browser-mocks @elastic/kibana-core packages/core/ui-settings/core-ui-settings-browser @elastic/appex-sharedux packages/core/ui-settings/core-ui-settings-browser-internal @elastic/appex-sharedux @@ -235,23 +120,11 @@ packages/core/ui-settings/core-ui-settings-common @elastic/appex-sharedux packages/core/ui-settings/core-ui-settings-server @elastic/appex-sharedux packages/core/ui-settings/core-ui-settings-server-internal @elastic/appex-sharedux packages/core/ui-settings/core-ui-settings-server-mocks @elastic/appex-sharedux -packages/core/usage-data/core-usage-data-base-server-internal @elastic/kibana-core -packages/core/usage-data/core-usage-data-server @elastic/kibana-core -packages/core/usage-data/core-usage-data-server-internal @elastic/kibana-core packages/core/usage-data/core-usage-data-server-mocks @elastic/kibana-core -packages/core/user-profile/core-user-profile-browser @elastic/kibana-core -packages/core/user-profile/core-user-profile-browser-internal @elastic/kibana-core -packages/core/user-profile/core-user-profile-browser-mocks @elastic/kibana-core -packages/core/user-profile/core-user-profile-common @elastic/kibana-core -packages/core/user-profile/core-user-profile-server @elastic/kibana-core -packages/core/user-profile/core-user-profile-server-internal @elastic/kibana-core -packages/core/user-profile/core-user-profile-server-mocks @elastic/kibana-core packages/core/user-settings/core-user-settings-server @elastic/kibana-security packages/core/user-settings/core-user-settings-server-internal @elastic/kibana-security packages/core/user-settings/core-user-settings-server-mocks @elastic/kibana-security -packages/deeplinks/analytics @elastic/kibana-data-discovery @elastic/kibana-presentation @elastic/kibana-visualizations packages/deeplinks/shared @elastic/appex-sharedux -packages/default-nav/analytics @elastic/kibana-data-discovery @elastic/kibana-presentation @elastic/kibana-visualizations packages/home/sample_data_card @elastic/appex-sharedux packages/home/sample_data_tab @elastic/appex-sharedux packages/home/sample_data_types @elastic/appex-sharedux @@ -259,13 +132,8 @@ packages/kbn-ambient-common-types @elastic/kibana-operations packages/kbn-ambient-ftr-types @elastic/kibana-operations @elastic/appex-qa packages/kbn-ambient-storybook-types @elastic/kibana-operations packages/kbn-ambient-ui-types @elastic/kibana-operations -packages/kbn-analytics @elastic/kibana-core -packages/kbn-apm-config-loader @elastic/kibana-core @vigneshshanmugam -packages/kbn-apm-data-view @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 -packages/kbn-apm-types @elastic/obs-ux-infra_services-team -packages/kbn-apm-utils @elastic/obs-ux-infra_services-team packages/kbn-axe-config @elastic/kibana-qa packages/kbn-babel-preset @elastic/kibana-operations packages/kbn-babel-register @elastic/kibana-operations @@ -274,7 +142,6 @@ packages/kbn-bazel-runner @elastic/kibana-operations packages/kbn-calculate-auto @elastic/obs-ux-management-team packages/kbn-calculate-width-from-char-count @elastic/kibana-visualizations packages/kbn-capture-oas-snapshot-cli @elastic/kibana-core -packages/kbn-cbor @elastic/kibana-operations packages/kbn-chart-icons @elastic/kibana-visualizations packages/kbn-charts-theme @elastic/kibana-visualizations packages/kbn-check-mappings-update-cli @elastic/kibana-core @@ -286,31 +153,18 @@ packages/kbn-ci-stats-shipper-cli @elastic/kibana-operations packages/kbn-cli-dev-mode @elastic/kibana-operations packages/kbn-code-owners @elastic/appex-qa packages/kbn-coloring @elastic/kibana-visualizations -packages/kbn-config @elastic/kibana-core -packages/kbn-config-mocks @elastic/kibana-core -packages/kbn-config-schema @elastic/kibana-core -packages/kbn-content-management-utils @elastic/kibana-data-discovery -packages/kbn-crypto @elastic/kibana-security -packages/kbn-crypto-browser @elastic/kibana-core packages/kbn-cypress-config @elastic/kibana-operations packages/kbn-data-service @elastic/kibana-visualizations @elastic/kibana-data-discovery -packages/kbn-data-view-utils @elastic/kibana-data-discovery -packages/kbn-datemath @elastic/kibana-data-discovery packages/kbn-dependency-ownership @elastic/kibana-security packages/kbn-dependency-usage @elastic/kibana-security packages/kbn-dev-cli-errors @elastic/kibana-operations packages/kbn-dev-cli-runner @elastic/kibana-operations packages/kbn-dev-proc-runner @elastic/kibana-operations packages/kbn-dev-utils @elastic/kibana-operations -packages/kbn-discover-utils @elastic/kibana-data-discovery packages/kbn-docs-utils @elastic/kibana-operations packages/kbn-dom-drag-drop @elastic/kibana-visualizations @elastic/kibana-data-discovery -packages/kbn-ebt-tools @elastic/kibana-core packages/kbn-es @elastic/kibana-operations packages/kbn-es-archiver @elastic/kibana-operations @elastic/appex-qa -packages/kbn-es-errors @elastic/kibana-core -packages/kbn-es-query @elastic/kibana-data-discovery -packages/kbn-es-types @elastic/kibana-core @elastic/obs-knowledge-team packages/kbn-eslint-config @elastic/kibana-operations packages/kbn-eslint-plugin-css @elastic/appex-sharedux packages/kbn-eslint-plugin-disable @elastic/kibana-operations @@ -322,8 +176,6 @@ packages/kbn-event-annotation-common @elastic/kibana-visualizations packages/kbn-event-annotation-components @elastic/kibana-visualizations packages/kbn-expect @elastic/kibana-operations @elastic/appex-qa packages/kbn-failed-test-reporter-cli @elastic/kibana-operations @elastic/appex-qa -packages/kbn-field-types @elastic/kibana-data-discovery -packages/kbn-field-utils @elastic/kibana-data-discovery packages/kbn-find-used-node-modules @elastic/kibana-operations packages/kbn-formatters @elastic/obs-ux-logs-team packages/kbn-ftr-common-functional-services @elastic/kibana-operations @elastic/appex-qa @@ -336,11 +188,6 @@ packages/kbn-generate-csv @elastic/appex-sharedux packages/kbn-get-repo-files @elastic/kibana-operations packages/kbn-grid-layout @elastic/kibana-presentation packages/kbn-guided-onboarding @elastic/appex-sharedux -packages/kbn-handlebars @elastic/kibana-security -packages/kbn-hapi-mocks @elastic/kibana-core -packages/kbn-health-gateway-server @elastic/kibana-core -packages/kbn-i18n @elastic/kibana-core -packages/kbn-i18n-react @elastic/kibana-core packages/kbn-import-locator @elastic/kibana-operations packages/kbn-import-resolver @elastic/kibana-operations packages/kbn-interpreter @elastic/kibana-visualizations @@ -349,12 +196,9 @@ packages/kbn-jest-serializers @elastic/kibana-operations packages/kbn-journeys @elastic/kibana-operations @elastic/appex-qa packages/kbn-json-ast @elastic/kibana-operations packages/kbn-kibana-manifest-schema @elastic/kibana-operations -packages/kbn-lens-embeddable-utils @elastic/obs-ux-infra_services-team @elastic/kibana-visualizations packages/kbn-lens-formula-docs @elastic/kibana-visualizations packages/kbn-lint-packages-cli @elastic/kibana-operations packages/kbn-lint-ts-projects-cli @elastic/kibana-operations -packages/kbn-logging @elastic/kibana-core -packages/kbn-logging-mocks @elastic/kibana-core packages/kbn-managed-content-badge @elastic/kibana-visualizations packages/kbn-managed-vscode-config @elastic/kibana-operations packages/kbn-managed-vscode-config-cli @elastic/kibana-operations @@ -379,15 +223,11 @@ packages/kbn-picomatcher @elastic/kibana-operations packages/kbn-plugin-check @elastic/appex-sharedux packages/kbn-plugin-generator @elastic/kibana-operations packages/kbn-plugin-helpers @elastic/kibana-operations -packages/kbn-profiling-utils @elastic/obs-ux-infra_services-team -packages/kbn-react-field @elastic/kibana-data-discovery packages/kbn-react-mute-legacy-root-warning @elastic/appex-sharedux packages/kbn-recently-accessed @elastic/appex-sharedux packages/kbn-relocate @elastic/kibana-core packages/kbn-repo-file-maps @elastic/kibana-operations -packages/kbn-repo-info @elastic/kibana-operations packages/kbn-repo-linter @elastic/kibana-operations -packages/kbn-repo-packages @elastic/kibana-operations packages/kbn-repo-path @elastic/kibana-operations packages/kbn-repo-source-classifier @elastic/kibana-operations packages/kbn-repo-source-classifier-cli @elastic/kibana-operations @@ -402,30 +242,20 @@ packages/kbn-reporting/get_csv_panel_actions @elastic/appex-sharedux packages/kbn-reporting/mocks_server @elastic/appex-sharedux packages/kbn-reporting/public @elastic/appex-sharedux packages/kbn-reporting/server @elastic/appex-sharedux -packages/kbn-resizable-layout @elastic/kibana-data-discovery -packages/kbn-rison @elastic/kibana-operations -packages/kbn-router-to-openapispec @elastic/kibana-core -packages/kbn-safer-lodash-set @elastic/kibana-security packages/kbn-saved-objects-settings @elastic/appex-sharedux packages/kbn-saved-search-component @elastic/obs-ux-logs-team packages/kbn-scout @elastic/appex-qa packages/kbn-scout-info @elastic/appex-qa packages/kbn-scout-reporting @elastic/appex-qa packages/kbn-screenshotting-server @elastic/appex-sharedux -packages/kbn-search-errors @elastic/kibana-data-discovery -packages/kbn-search-response-warnings @elastic/kibana-data-discovery -packages/kbn-search-types @elastic/kibana-data-discovery -packages/kbn-security-hardening @elastic/kibana-security -packages/kbn-server-http-tools @elastic/kibana-core packages/kbn-set-map @elastic/kibana-operations -packages/kbn-shared-svg @elastic/obs-ux-infra_services-team packages/kbn-shared-ux-utility @elastic/appex-sharedux packages/kbn-some-dev-log @elastic/kibana-operations packages/kbn-sort-package-json @elastic/kibana-operations packages/kbn-sort-predicates @elastic/kibana-visualizations -packages/kbn-std @elastic/kibana-core packages/kbn-stdio-dev-helpers @elastic/kibana-operations packages/kbn-storybook @elastic/kibana-operations +packages/kbn-styled-components-mapping-cli @elastic/kibana-operations @elastic/eui-team packages/kbn-telemetry-tools @elastic/kibana-core packages/kbn-test @elastic/kibana-operations @elastic/appex-qa packages/kbn-test-eui-helpers @elastic/kibana-visualizations @@ -438,25 +268,13 @@ packages/kbn-transpose-utils @elastic/kibana-visualizations packages/kbn-ts-projects @elastic/kibana-operations packages/kbn-ts-type-check-cli @elastic/kibana-operations packages/kbn-ui-actions-browser @elastic/appex-sharedux -packages/kbn-ui-shared-deps-npm @elastic/kibana-operations -packages/kbn-ui-shared-deps-src @elastic/kibana-operations -packages/kbn-ui-theme @elastic/kibana-operations -packages/kbn-unified-data-table @elastic/kibana-data-discovery @elastic/security-threat-hunting-investigations -packages/kbn-unified-doc-viewer @elastic/kibana-data-discovery -packages/kbn-unified-field-list @elastic/kibana-data-discovery -packages/kbn-unsaved-changes-badge @elastic/kibana-data-discovery packages/kbn-use-tracked-promise @elastic/obs-ux-logs-team -packages/kbn-user-profile-components @elastic/kibana-security -packages/kbn-utility-types @elastic/kibana-core -packages/kbn-utility-types-jest @elastic/kibana-operations -packages/kbn-utils @elastic/kibana-operations packages/kbn-validate-next-docs-cli @elastic/kibana-operations packages/kbn-visualization-ui-components @elastic/kibana-visualizations packages/kbn-visualization-utils @elastic/kibana-visualizations packages/kbn-web-worker-stub @elastic/kibana-operations packages/kbn-whereis-pkg-cli @elastic/kibana-operations packages/kbn-yarn-lock-validator @elastic/kibana-operations -packages/kbn-zod @elastic/kibana-core packages/react/kibana_context/common @elastic/appex-sharedux packages/react/kibana_context/render @elastic/appex-sharedux packages/react/kibana_context/root @elastic/appex-sharedux @@ -533,17 +351,152 @@ src/core/packages/apps/browser-internal @elastic/kibana-core src/core/packages/apps/server-internal @elastic/kibana-core src/core/packages/base/browser-internal @elastic/kibana-core src/core/packages/base/common @elastic/kibana-core +src/core/packages/base/common-internal @elastic/kibana-core +src/core/packages/base/server-internal @elastic/kibana-core +src/core/packages/capabilities/browser-internal @elastic/kibana-core +src/core/packages/capabilities/common @elastic/kibana-core +src/core/packages/capabilities/server @elastic/kibana-core +src/core/packages/capabilities/server-internal @elastic/kibana-core +src/core/packages/config/server-internal @elastic/kibana-core +src/core/packages/deprecations/browser @elastic/kibana-core +src/core/packages/deprecations/browser-internal @elastic/kibana-core +src/core/packages/deprecations/common @elastic/kibana-core +src/core/packages/deprecations/server @elastic/kibana-core +src/core/packages/deprecations/server-internal @elastic/kibana-core +src/core/packages/doc-links/browser @elastic/kibana-core +src/core/packages/doc-links/browser-internal @elastic/kibana-core +src/core/packages/doc-links/server @elastic/kibana-core +src/core/packages/doc-links/server-internal @elastic/kibana-core +src/core/packages/elasticsearch/client-server-internal @elastic/kibana-core +src/core/packages/elasticsearch/server @elastic/kibana-core +src/core/packages/elasticsearch/server-internal @elastic/kibana-core +src/core/packages/environment/server-internal @elastic/kibana-core +src/core/packages/execution-context/browser @elastic/kibana-core +src/core/packages/execution-context/browser-internal @elastic/kibana-core +src/core/packages/execution-context/common @elastic/kibana-core +src/core/packages/execution-context/server @elastic/kibana-core +src/core/packages/execution-context/server-internal @elastic/kibana-core +src/core/packages/fatal-errors/browser @elastic/kibana-core +src/core/packages/fatal-errors/browser-internal @elastic/kibana-core +src/core/packages/feature-flags/browser @elastic/kibana-core +src/core/packages/feature-flags/browser-internal @elastic/kibana-core +src/core/packages/feature-flags/browser-mocks @elastic/kibana-core +src/core/packages/feature-flags/server @elastic/kibana-core +src/core/packages/feature-flags/server-internal @elastic/kibana-core +src/core/packages/feature-flags/server-mocks @elastic/kibana-core +src/core/packages/http/browser @elastic/kibana-core +src/core/packages/http/browser-internal @elastic/kibana-core +src/core/packages/http/common @elastic/kibana-core +src/core/packages/http/context-server-internal @elastic/kibana-core +src/core/packages/http/request-handler-context-server @elastic/kibana-core +src/core/packages/http/request-handler-context-server-internal @elastic/kibana-core +src/core/packages/http/resources-server @elastic/kibana-core +src/core/packages/http/resources-server-internal @elastic/kibana-core +src/core/packages/http/router-server-internal @elastic/kibana-core +src/core/packages/http/server @elastic/kibana-core +src/core/packages/http/server-internal @elastic/kibana-core +src/core/packages/http/server-utils @elastic/kibana-core +src/core/packages/i18n/browser @elastic/kibana-core +src/core/packages/i18n/browser-internal @elastic/kibana-core +src/core/packages/i18n/server @elastic/kibana-core +src/core/packages/i18n/server-internal @elastic/kibana-core +src/core/packages/injected-metadata/browser-internal @elastic/kibana-core +src/core/packages/injected-metadata/common-internal @elastic/kibana-core +src/core/packages/integrations/browser-internal @elastic/kibana-core +src/core/packages/lifecycle/browser @elastic/kibana-core +src/core/packages/lifecycle/browser-internal @elastic/kibana-core +src/core/packages/lifecycle/server @elastic/kibana-core +src/core/packages/lifecycle/server-internal @elastic/kibana-core +src/core/packages/logging/browser-internal @elastic/kibana-core +src/core/packages/logging/common-internal @elastic/kibana-core +src/core/packages/logging/server @elastic/kibana-core +src/core/packages/logging/server-internal @elastic/kibana-core +src/core/packages/metrics/collectors-server-internal @elastic/kibana-core +src/core/packages/metrics/server @elastic/kibana-core +src/core/packages/metrics/server-internal @elastic/kibana-core +src/core/packages/mount-utils/browser @elastic/kibana-core +src/core/packages/mount-utils/browser-internal @elastic/kibana-core +src/core/packages/node/server @elastic/kibana-core +src/core/packages/node/server-internal @elastic/kibana-core +src/core/packages/notifications/browser @elastic/kibana-core +src/core/packages/notifications/browser-internal @elastic/kibana-core +src/core/packages/overlays/browser @elastic/kibana-core +src/core/packages/overlays/browser-internal @elastic/kibana-core +src/core/packages/plugins/base-server-internal @elastic/kibana-core +src/core/packages/plugins/browser @elastic/kibana-core +src/core/packages/plugins/browser-internal @elastic/kibana-core +src/core/packages/plugins/contracts-browser @elastic/kibana-core +src/core/packages/plugins/contracts-server @elastic/kibana-core +src/core/packages/plugins/server @elastic/kibana-core +src/core/packages/plugins/server-internal @elastic/kibana-core +src/core/packages/preboot/server @elastic/kibana-core +src/core/packages/preboot/server-internal @elastic/kibana-core +src/core/packages/rendering/browser @elastic/kibana-core +src/core/packages/rendering/browser-internal @elastic/kibana-core +src/core/packages/rendering/server-internal @elastic/kibana-core +src/core/packages/root/browser-internal @elastic/kibana-core +src/core/packages/root/server-internal @elastic/kibana-core +src/core/packages/saved-objects/api-browser @elastic/kibana-core +src/core/packages/saved-objects/api-server @elastic/kibana-core +src/core/packages/saved-objects/api-server-internal @elastic/kibana-core +src/core/packages/saved-objects/base-server-internal @elastic/kibana-core +src/core/packages/saved-objects/browser @elastic/kibana-core +src/core/packages/saved-objects/browser-internal @elastic/kibana-core +src/core/packages/saved-objects/common @elastic/kibana-core +src/core/packages/saved-objects/import-export-server-internal @elastic/kibana-core +src/core/packages/saved-objects/migration-server-internal @elastic/kibana-core +src/core/packages/saved-objects/server @elastic/kibana-core +src/core/packages/saved-objects/server-internal @elastic/kibana-core +src/core/packages/saved-objects/utils-server @elastic/kibana-core +src/core/packages/security/browser @elastic/kibana-core +src/core/packages/security/browser-internal @elastic/kibana-core +src/core/packages/security/browser-mocks @elastic/kibana-core +src/core/packages/security/common @elastic/kibana-core @elastic/kibana-security +src/core/packages/security/server @elastic/kibana-core +src/core/packages/security/server-internal @elastic/kibana-core +src/core/packages/security/server-mocks @elastic/kibana-core +src/core/packages/status/common @elastic/kibana-core +src/core/packages/status/server @elastic/kibana-core +src/core/packages/status/server-internal @elastic/kibana-core +src/core/packages/test-helpers/deprecations-getters @elastic/kibana-core +src/core/packages/test-helpers/http-setup-browser @elastic/kibana-core +src/core/packages/test-helpers/so-type-serializer @elastic/kibana-core +src/core/packages/test-helpers/test-utils @elastic/kibana-core +src/core/packages/theme/browser @elastic/kibana-core +src/core/packages/theme/browser-internal @elastic/kibana-core +src/core/packages/usage-data/base-server-internal @elastic/kibana-core +src/core/packages/usage-data/server @elastic/kibana-core +src/core/packages/usage-data/server-internal @elastic/kibana-core +src/core/packages/user-profile/browser @elastic/kibana-core +src/core/packages/user-profile/browser-internal @elastic/kibana-core +src/core/packages/user-profile/browser-mocks @elastic/kibana-core +src/core/packages/user-profile/common @elastic/kibana-core +src/core/packages/user-profile/server @elastic/kibana-core +src/core/packages/user-profile/server-internal @elastic/kibana-core +src/core/packages/user-profile/server-mocks @elastic/kibana-core +src/platform/packages/private/analytics/utils/analytics_collection_utils @elastic/kibana-core +src/platform/packages/private/default-nav/analytics @elastic/kibana-data-discovery @elastic/kibana-presentation @elastic/kibana-visualizations src/platform/packages/private/default-nav/devtools @elastic/kibana-management src/platform/packages/private/default-nav/management @elastic/kibana-management src/platform/packages/private/default-nav/ml @elastic/ml-ui +src/platform/packages/private/kbn-apm-config-loader @elastic/kibana-core @vigneshshanmugam +src/platform/packages/private/kbn-config-mocks @elastic/kibana-core src/platform/packages/private/kbn-esql-editor @elastic/kibana-esql +src/platform/packages/private/kbn-handlebars @elastic/kibana-security +src/platform/packages/private/kbn-hapi-mocks @elastic/kibana-core +src/platform/packages/private/kbn-health-gateway-server @elastic/kibana-core src/platform/packages/private/kbn-language-documentation @elastic/kibana-esql src/platform/packages/private/kbn-management/settings/application @elastic/kibana-management src/platform/packages/private/kbn-management/settings/components/field_category @elastic/kibana-management src/platform/packages/private/kbn-management/settings/components/form @elastic/kibana-management src/platform/packages/private/kbn-mapbox-gl @elastic/kibana-presentation src/platform/packages/private/kbn-panel-loader @elastic/kibana-presentation -src/platform/packages/private/response-ops/rule_params @elastic/response-ops +src/platform/packages/private/kbn-repo-packages @elastic/kibana-operations +src/platform/packages/private/kbn-ui-shared-deps-npm @elastic/kibana-operations +src/platform/packages/private/kbn-ui-shared-deps-src @elastic/kibana-operations +src/platform/packages/private/kbn-unsaved-changes-badge @elastic/kibana-data-discovery +src/platform/packages/shared/cloud @elastic/kibana-core +src/platform/packages/shared/deeplinks/analytics @elastic/kibana-data-discovery @elastic/kibana-presentation @elastic/kibana-visualizations src/platform/packages/shared/deeplinks/devtools @elastic/kibana-management src/platform/packages/shared/deeplinks/fleet @elastic/fleet src/platform/packages/shared/deeplinks/management @elastic/kibana-management @@ -555,19 +508,42 @@ src/platform/packages/shared/kbn-actions-types @elastic/response-ops src/platform/packages/shared/kbn-alerting-types @elastic/response-ops src/platform/packages/shared/kbn-alerts-as-data-utils @elastic/response-ops src/platform/packages/shared/kbn-alerts-ui-shared @elastic/response-ops +src/platform/packages/shared/kbn-analytics @elastic/kibana-core +src/platform/packages/shared/kbn-apm-data-view @elastic/obs-ux-infra_services-team +src/platform/packages/shared/kbn-apm-utils @elastic/obs-ux-infra_services-team src/platform/packages/shared/kbn-avc-banner @elastic/security-defend-workflows src/platform/packages/shared/kbn-cases-components @elastic/response-ops +src/platform/packages/shared/kbn-cbor @elastic/kibana-operations src/platform/packages/shared/kbn-cell-actions @elastic/security-threat-hunting-explore +src/platform/packages/shared/kbn-config @elastic/kibana-core +src/platform/packages/shared/kbn-config-schema @elastic/kibana-core +src/platform/packages/shared/kbn-content-management-utils @elastic/kibana-data-discovery +src/platform/packages/shared/kbn-crypto @elastic/kibana-security +src/platform/packages/shared/kbn-crypto-browser @elastic/kibana-core src/platform/packages/shared/kbn-custom-icons @elastic/obs-ux-logs-team +src/platform/packages/shared/kbn-data-view-utils @elastic/kibana-data-discovery +src/platform/packages/shared/kbn-datemath @elastic/kibana-data-discovery src/platform/packages/shared/kbn-discover-contextual-components @elastic/obs-ux-logs-team @elastic/kibana-data-discovery +src/platform/packages/shared/kbn-discover-utils @elastic/kibana-data-discovery src/platform/packages/shared/kbn-doc-links @elastic/docs +src/platform/packages/shared/kbn-ebt-tools @elastic/kibana-core src/platform/packages/shared/kbn-elastic-agent-utils @elastic/obs-ux-logs-team +src/platform/packages/shared/kbn-es-errors @elastic/kibana-core +src/platform/packages/shared/kbn-es-query @elastic/kibana-data-discovery +src/platform/packages/shared/kbn-es-types @elastic/kibana-core @elastic/obs-knowledge-team src/platform/packages/shared/kbn-esql-ast @elastic/kibana-esql src/platform/packages/shared/kbn-esql-utils @elastic/kibana-esql src/platform/packages/shared/kbn-esql-validation-autocomplete @elastic/kibana-esql +src/platform/packages/shared/kbn-field-types @elastic/kibana-data-discovery +src/platform/packages/shared/kbn-field-utils @elastic/kibana-data-discovery src/platform/packages/shared/kbn-flot-charts @elastic/kibana-presentation @elastic/stack-monitoring src/platform/packages/shared/kbn-grouping @elastic/response-ops +src/platform/packages/shared/kbn-i18n @elastic/kibana-core +src/platform/packages/shared/kbn-i18n-react @elastic/kibana-core src/platform/packages/shared/kbn-io-ts-utils @elastic/obs-knowledge-team +src/platform/packages/shared/kbn-lens-embeddable-utils @elastic/obs-ux-infra_services-team @elastic/kibana-visualizations +src/platform/packages/shared/kbn-logging @elastic/kibana-core +src/platform/packages/shared/kbn-logging-mocks @elastic/kibana-core src/platform/packages/shared/kbn-management/cards_navigation @elastic/kibana-management src/platform/packages/shared/kbn-management/settings/components/field_input @elastic/kibana-management src/platform/packages/shared/kbn-management/settings/components/field_row @elastic/kibana-management @@ -576,45 +552,84 @@ src/platform/packages/shared/kbn-management/settings/types @elastic/kibana-manag src/platform/packages/shared/kbn-management/settings/utilities @elastic/kibana-management src/platform/packages/shared/kbn-openapi-common @elastic/security-detection-rule-management src/platform/packages/shared/kbn-osquery-io-ts-types @elastic/security-asset-management +src/platform/packages/shared/kbn-profiling-utils @elastic/obs-ux-infra_services-team +src/platform/packages/shared/kbn-react-field @elastic/kibana-data-discovery src/platform/packages/shared/kbn-react-hooks @elastic/obs-ux-logs-team +src/platform/packages/shared/kbn-repo-info @elastic/kibana-operations +src/platform/packages/shared/kbn-resizable-layout @elastic/kibana-data-discovery +src/platform/packages/shared/kbn-rison @elastic/kibana-operations +src/platform/packages/shared/kbn-router-to-openapispec @elastic/kibana-core src/platform/packages/shared/kbn-router-utils @elastic/obs-ux-logs-team src/platform/packages/shared/kbn-rrule @elastic/response-ops src/platform/packages/shared/kbn-rule-data-utils @elastic/security-detections-response @elastic/response-ops @elastic/obs-ux-management-team +src/platform/packages/shared/kbn-safer-lodash-set @elastic/kibana-security src/platform/packages/shared/kbn-search-api-panels @elastic/search-kibana src/platform/packages/shared/kbn-search-connectors @elastic/search-kibana +src/platform/packages/shared/kbn-search-errors @elastic/kibana-data-discovery +src/platform/packages/shared/kbn-search-response-warnings @elastic/kibana-data-discovery +src/platform/packages/shared/kbn-search-types @elastic/kibana-data-discovery +src/platform/packages/shared/kbn-security-hardening @elastic/kibana-security src/platform/packages/shared/kbn-securitysolution-ecs @elastic/security-threat-hunting-explore src/platform/packages/shared/kbn-securitysolution-es-utils @elastic/security-detection-engine src/platform/packages/shared/kbn-securitysolution-io-ts-types @elastic/security-detection-engine src/platform/packages/shared/kbn-securitysolution-io-ts-utils @elastic/security-detection-engine src/platform/packages/shared/kbn-securitysolution-rules @elastic/security-detection-engine +src/platform/packages/shared/kbn-server-http-tools @elastic/kibana-core src/platform/packages/shared/kbn-server-route-repository @elastic/obs-knowledge-team src/platform/packages/shared/kbn-server-route-repository-client @elastic/obs-knowledge-team src/platform/packages/shared/kbn-server-route-repository-utils @elastic/obs-knowledge-team +src/platform/packages/shared/kbn-shared-svg @elastic/obs-ux-infra_services-team src/platform/packages/shared/kbn-sse-utils @elastic/obs-knowledge-team src/platform/packages/shared/kbn-sse-utils-client @elastic/obs-knowledge-team src/platform/packages/shared/kbn-sse-utils-server @elastic/obs-knowledge-team +src/platform/packages/shared/kbn-std @elastic/kibana-core src/platform/packages/shared/kbn-timerange @elastic/obs-ux-logs-team src/platform/packages/shared/kbn-triggers-actions-ui-types @elastic/response-ops src/platform/packages/shared/kbn-try-in-console @elastic/search-kibana src/platform/packages/shared/kbn-typed-react-router-config @elastic/obs-knowledge-team @elastic/obs-ux-infra_services-team +src/platform/packages/shared/kbn-ui-theme @elastic/kibana-operations +src/platform/packages/shared/kbn-unified-data-table @elastic/kibana-data-discovery @elastic/security-threat-hunting-investigations +src/platform/packages/shared/kbn-unified-doc-viewer @elastic/kibana-data-discovery +src/platform/packages/shared/kbn-unified-field-list @elastic/kibana-data-discovery src/platform/packages/shared/kbn-unsaved-changes-prompt @elastic/kibana-management +src/platform/packages/shared/kbn-user-profile-components @elastic/kibana-security +src/platform/packages/shared/kbn-utility-types @elastic/kibana-core +src/platform/packages/shared/kbn-utility-types-jest @elastic/kibana-operations +src/platform/packages/shared/kbn-utils @elastic/kibana-operations src/platform/packages/shared/kbn-xstate-utils @elastic/obs-ux-logs-team +src/platform/packages/shared/kbn-zod @elastic/kibana-core src/platform/packages/shared/kbn-zod-helpers @elastic/security-detection-rule-management src/platform/packages/shared/presentation/presentation_containers @elastic/kibana-presentation src/platform/packages/shared/presentation/presentation_publishing @elastic/kibana-presentation +src/platform/packages/shared/response-ops/rule_params @elastic/response-ops src/platform/packages/shared/serverless/settings/search_project @elastic/search-kibana @elastic/kibana-management src/platform/packages/shared/serverless/settings/security_project @elastic/security-solution @elastic/kibana-management +src/platform/plugins/private/advanced_settings @elastic/appex-sharedux @elastic/kibana-management +src/platform/plugins/private/files_management @elastic/appex-sharedux +src/platform/plugins/private/ftr_apis @elastic/kibana-core +src/platform/plugins/private/image_embeddable @elastic/appex-sharedux src/platform/plugins/private/input_control_vis @elastic/kibana-presentation +src/platform/plugins/private/interactive_setup @elastic/kibana-security +src/platform/plugins/private/kibana_overview @elastic/appex-sharedux +src/platform/plugins/private/kibana_usage_collection @elastic/kibana-core src/platform/plugins/private/links @elastic/kibana-presentation src/platform/plugins/private/maps_ems @elastic/kibana-presentation +src/platform/plugins/private/no_data_page @elastic/appex-sharedux src/platform/plugins/private/presentation_panel @elastic/kibana-presentation src/platform/plugins/private/vis_type_markdown @elastic/kibana-presentation src/platform/plugins/shared/ai_assistant_management/selection @elastic/obs-ai-assistant src/platform/plugins/shared/console @elastic/kibana-management +src/platform/plugins/shared/content_management @elastic/appex-sharedux src/platform/plugins/shared/controls @elastic/kibana-presentation src/platform/plugins/shared/custom_integrations @elastic/fleet src/platform/plugins/shared/dashboard @elastic/kibana-presentation +src/platform/plugins/shared/data_view_editor @elastic/kibana-data-discovery +src/platform/plugins/shared/data_view_field_editor @elastic/kibana-data-discovery +src/platform/plugins/shared/data_view_management @elastic/kibana-data-discovery +src/platform/plugins/shared/data_views @elastic/kibana-data-discovery src/platform/plugins/shared/dev_tools @elastic/kibana-management +src/platform/plugins/shared/discover @elastic/kibana-data-discovery +src/platform/plugins/shared/discover_shared @elastic/kibana-data-discovery @elastic/obs-ux-logs-team src/platform/plugins/shared/embeddable @elastic/kibana-presentation src/platform/plugins/shared/es_ui_shared @elastic/kibana-management src/platform/plugins/shared/esql @elastic/kibana-esql @@ -625,10 +640,32 @@ src/platform/plugins/shared/expression_metric @elastic/kibana-presentation src/platform/plugins/shared/expression_repeat_image @elastic/kibana-presentation src/platform/plugins/shared/expression_reveal_image @elastic/kibana-presentation src/platform/plugins/shared/expression_shape @elastic/kibana-presentation +src/platform/plugins/shared/field_formats @elastic/kibana-data-discovery +src/platform/plugins/shared/files @elastic/appex-sharedux +src/platform/plugins/shared/guided_onboarding @elastic/appex-sharedux +src/platform/plugins/shared/home @elastic/appex-sharedux src/platform/plugins/shared/inspector @elastic/kibana-presentation +src/platform/plugins/shared/kibana_react @elastic/appex-sharedux +src/platform/plugins/shared/kibana_utils @elastic/appex-sharedux src/platform/plugins/shared/management @elastic/kibana-management +src/platform/plugins/shared/navigation @elastic/appex-sharedux +src/platform/plugins/shared/newsfeed @elastic/kibana-core src/platform/plugins/shared/presentation_util @elastic/kibana-presentation -src/plugins/advanced_settings @elastic/appex-sharedux @elastic/kibana-management +src/platform/plugins/shared/saved_objects @elastic/appex-sharedux +src/platform/plugins/shared/saved_objects_finder @elastic/kibana-data-discovery +src/platform/plugins/shared/saved_objects_management @elastic/kibana-core +src/platform/plugins/shared/saved_objects_tagging_oss @elastic/appex-sharedux +src/platform/plugins/shared/saved_search @elastic/kibana-data-discovery +src/platform/plugins/shared/screenshot_mode @elastic/appex-sharedux +src/platform/plugins/shared/share @elastic/appex-sharedux +src/platform/plugins/shared/telemetry @elastic/kibana-core +src/platform/plugins/shared/telemetry_collection_manager @elastic/kibana-core +src/platform/plugins/shared/telemetry_management_section @elastic/kibana-core +src/platform/plugins/shared/ui_actions @elastic/appex-sharedux +src/platform/plugins/shared/ui_actions_enhanced @elastic/appex-sharedux +src/platform/plugins/shared/unified_doc_viewer @elastic/kibana-data-discovery +src/platform/plugins/shared/unified_histogram @elastic/kibana-data-discovery +src/platform/plugins/shared/usage_collection @elastic/kibana-core src/plugins/chart_expressions/common @elastic/kibana-visualizations src/plugins/chart_expressions/expression_gauge @elastic/kibana-visualizations src/plugins/chart_expressions/expression_heatmap @elastic/kibana-visualizations @@ -638,49 +675,12 @@ src/plugins/chart_expressions/expression_partition_vis @elastic/kibana-visualiza src/plugins/chart_expressions/expression_tagcloud @elastic/kibana-visualizations src/plugins/chart_expressions/expression_xy @elastic/kibana-visualizations src/plugins/charts @elastic/kibana-visualizations -src/plugins/content_management @elastic/appex-sharedux src/plugins/data @elastic/kibana-visualizations @elastic/kibana-data-discovery -src/plugins/data_view_editor @elastic/kibana-data-discovery -src/plugins/data_view_field_editor @elastic/kibana-data-discovery -src/plugins/data_view_management @elastic/kibana-data-discovery -src/plugins/data_views @elastic/kibana-data-discovery -src/plugins/discover @elastic/kibana-data-discovery -src/plugins/discover_shared @elastic/kibana-data-discovery @elastic/obs-ux-logs-team src/plugins/event_annotation @elastic/kibana-visualizations src/plugins/event_annotation_listing @elastic/kibana-visualizations src/plugins/expressions @elastic/kibana-visualizations -src/plugins/field_formats @elastic/kibana-data-discovery -src/plugins/files @elastic/appex-sharedux -src/plugins/files_management @elastic/appex-sharedux -src/plugins/ftr_apis @elastic/kibana-core -src/plugins/guided_onboarding @elastic/appex-sharedux -src/plugins/home @elastic/appex-sharedux -src/plugins/image_embeddable @elastic/appex-sharedux -src/plugins/interactive_setup @elastic/kibana-security -src/plugins/kibana_overview @elastic/appex-sharedux -src/plugins/kibana_react @elastic/appex-sharedux -src/plugins/kibana_usage_collection @elastic/kibana-core -src/plugins/kibana_utils @elastic/appex-sharedux -src/plugins/navigation @elastic/appex-sharedux -src/plugins/newsfeed @elastic/kibana-core -src/plugins/no_data_page @elastic/appex-sharedux -src/plugins/saved_objects @elastic/appex-sharedux -src/plugins/saved_objects_finder @elastic/kibana-data-discovery -src/plugins/saved_objects_management @elastic/kibana-core -src/plugins/saved_objects_tagging_oss @elastic/appex-sharedux -src/plugins/saved_search @elastic/kibana-data-discovery -src/plugins/screenshot_mode @elastic/appex-sharedux -src/plugins/share @elastic/appex-sharedux -src/plugins/telemetry @elastic/kibana-core -src/plugins/telemetry_collection_manager @elastic/kibana-core -src/plugins/telemetry_management_section @elastic/kibana-core -src/plugins/ui_actions @elastic/appex-sharedux -src/plugins/ui_actions_enhanced @elastic/appex-sharedux -src/plugins/unified_doc_viewer @elastic/kibana-data-discovery -src/plugins/unified_histogram @elastic/kibana-data-discovery src/plugins/unified_search @elastic/kibana-visualizations src/plugins/url_forwarding @elastic/kibana-visualizations -src/plugins/usage_collection @elastic/kibana-core src/plugins/vis_default_editor @elastic/kibana-visualizations src/plugins/vis_types/gauge @elastic/kibana-visualizations src/plugins/vis_types/heatmap @elastic/kibana-visualizations @@ -757,15 +757,6 @@ x-pack/packages/ai-infra/product-doc-artifact-builder @elastic/appex-ai-infra x-pack/packages/kbn-random-sampling @elastic/kibana-visualizations x-pack/packages/kbn-streams-schema @elastic/streams-program-team x-pack/packages/kbn-synthetics-private-location @elastic/obs-ux-management-team -x-pack/packages/security/api_key_management @elastic/kibana-security -x-pack/packages/security/authorization_core @elastic/kibana-security -x-pack/packages/security/authorization_core_common @elastic/kibana-security -x-pack/packages/security/form_components @elastic/kibana-security -x-pack/packages/security/plugin_types_common @elastic/kibana-security -x-pack/packages/security/plugin_types_public @elastic/kibana-security -x-pack/packages/security/plugin_types_server @elastic/kibana-security -x-pack/packages/security/role_management_model @elastic/kibana-security -x-pack/packages/security/ui_components @elastic/kibana-security x-pack/performance @elastic/appex-qa x-pack/platform/packages/private/kbn-alerting-state-types @elastic/response-ops x-pack/platform/packages/private/kbn-infra-forge @elastic/obs-ux-management-team @@ -801,6 +792,10 @@ x-pack/platform/packages/private/ml/ui_actions @elastic/ml-ui x-pack/platform/packages/private/ml/url_state @elastic/ml-ui x-pack/platform/packages/private/ml/validators @elastic/ml-ui x-pack/platform/packages/private/rollup @elastic/kibana-management +x-pack/platform/packages/private/security/authorization_core @elastic/kibana-security +x-pack/platform/packages/private/security/authorization_core_common @elastic/kibana-security +x-pack/platform/packages/private/security/role_management_model @elastic/kibana-security +x-pack/platform/packages/private/security/ui_components @elastic/kibana-security x-pack/platform/packages/shared/ai-assistant/common @elastic/search-kibana x-pack/platform/packages/shared/ai-assistant/icon @elastic/appex-sharedux x-pack/platform/packages/shared/ai-infra/inference-common @elastic/appex-ai-infra @@ -829,12 +824,25 @@ x-pack/platform/packages/shared/ml/runtime_field_utils @elastic/ml-ui x-pack/platform/packages/shared/ml/trained_models_utils @elastic/ml-ui x-pack/platform/packages/shared/observability/alerting_rule_utils @elastic/obs-ux-management-team x-pack/platform/packages/shared/observability/logs_overview @elastic/obs-ux-logs-team +x-pack/platform/packages/shared/security/api_key_management @elastic/kibana-security +x-pack/platform/packages/shared/security/form_components @elastic/kibana-security +x-pack/platform/packages/shared/security/plugin_types_common @elastic/kibana-security +x-pack/platform/packages/shared/security/plugin_types_public @elastic/kibana-security +x-pack/platform/packages/shared/security/plugin_types_server @elastic/kibana-security +x-pack/platform/plugins/private/banners @elastic/appex-sharedux x-pack/platform/plugins/private/canvas @elastic/kibana-presentation +x-pack/platform/plugins/private/cloud_integrations/cloud_chat @elastic/kibana-core x-pack/platform/plugins/private/cloud_integrations/cloud_data_migration @elastic/kibana-management +x-pack/platform/plugins/private/cloud_integrations/cloud_full_story @elastic/kibana-core +x-pack/platform/plugins/private/cloud_integrations/cloud_links @elastic/kibana-core x-pack/platform/plugins/private/cross_cluster_replication @elastic/kibana-management +x-pack/platform/plugins/private/custom_branding @elastic/appex-sharedux x-pack/platform/plugins/private/data_usage @elastic/obs-ai-assistant @elastic/security-solution x-pack/platform/plugins/private/data_visualizer @elastic/ml-ui +x-pack/platform/plugins/private/discover_enhanced @elastic/kibana-data-discovery x-pack/platform/plugins/private/file_upload @elastic/kibana-presentation @elastic/ml-ui +x-pack/platform/plugins/private/global_search_bar @elastic/appex-sharedux +x-pack/platform/plugins/private/global_search_providers @elastic/appex-sharedux x-pack/platform/plugins/private/grokdebugger @elastic/kibana-management x-pack/platform/plugins/private/index_lifecycle_management @elastic/kibana-management x-pack/platform/plugins/private/license_api_guard @elastic/kibana-management @@ -843,11 +851,15 @@ x-pack/platform/plugins/private/monitoring @elastic/stack-monitoring x-pack/platform/plugins/private/monitoring_collection @elastic/stack-monitoring x-pack/platform/plugins/private/painless_lab @elastic/kibana-management x-pack/platform/plugins/private/remote_clusters @elastic/kibana-management +x-pack/platform/plugins/private/reporting @elastic/appex-sharedux x-pack/platform/plugins/private/rollup @elastic/kibana-management x-pack/platform/plugins/private/runtime_fields @elastic/kibana-management +x-pack/platform/plugins/private/saved_objects_tagging @elastic/appex-sharedux x-pack/platform/plugins/private/snapshot_restore @elastic/kibana-management +x-pack/platform/plugins/private/telemetry_collection_xpack @elastic/kibana-core x-pack/platform/plugins/private/transform @elastic/ml-ui x-pack/platform/plugins/private/translations @elastic/kibana-localization +x-pack/platform/plugins/private/upgrade_assistant @elastic/kibana-core x-pack/platform/plugins/private/watcher @elastic/kibana-management x-pack/platform/plugins/shared/actions @elastic/response-ops x-pack/platform/plugins/shared/ai_infra/llm_tasks @elastic/appex-ai-infra @@ -855,69 +867,50 @@ x-pack/platform/plugins/shared/ai_infra/product_doc_base @elastic/appex-ai-infra x-pack/platform/plugins/shared/aiops @elastic/ml-ui x-pack/platform/plugins/shared/alerting @elastic/response-ops x-pack/platform/plugins/shared/cases @elastic/response-ops +x-pack/platform/plugins/shared/cloud @elastic/kibana-core +x-pack/platform/plugins/shared/cloud_integrations/cloud_experiments @elastic/kibana-core x-pack/platform/plugins/shared/dashboard_enhanced @elastic/kibana-presentation x-pack/platform/plugins/shared/data_quality @elastic/obs-ux-logs-team x-pack/platform/plugins/shared/dataset_quality @elastic/obs-ux-logs-team x-pack/platform/plugins/shared/embeddable_enhanced @elastic/kibana-presentation +x-pack/platform/plugins/shared/encrypted_saved_objects @elastic/kibana-security x-pack/platform/plugins/shared/entity_manager @elastic/obs-entities x-pack/platform/plugins/shared/event_log @elastic/response-ops +x-pack/platform/plugins/shared/features @elastic/kibana-core x-pack/platform/plugins/shared/fields_metadata @elastic/obs-ux-logs-team x-pack/platform/plugins/shared/fleet @elastic/fleet +x-pack/platform/plugins/shared/global_search @elastic/appex-sharedux x-pack/platform/plugins/shared/index_management @elastic/kibana-management x-pack/platform/plugins/shared/inference @elastic/appex-ai-infra x-pack/platform/plugins/shared/ingest_pipelines @elastic/kibana-management x-pack/platform/plugins/shared/integration_assistant @elastic/security-scalability x-pack/platform/plugins/shared/license_management @elastic/kibana-management +x-pack/platform/plugins/shared/licensing @elastic/kibana-core x-pack/platform/plugins/shared/logs_data_access @elastic/obs-ux-logs-team x-pack/platform/plugins/shared/logs_shared @elastic/obs-ux-logs-team x-pack/platform/plugins/shared/maps @elastic/kibana-presentation x-pack/platform/plugins/shared/ml @elastic/ml-ui +x-pack/platform/plugins/shared/notifications @elastic/appex-sharedux x-pack/platform/plugins/shared/observability_solution/observability_ai_assistant @elastic/obs-ai-assistant x-pack/platform/plugins/shared/osquery @elastic/security-defend-workflows x-pack/platform/plugins/shared/rule_registry @elastic/response-ops @elastic/obs-ux-management-team x-pack/platform/plugins/shared/screenshotting @elastic/kibana-reporting-services x-pack/platform/plugins/shared/searchprofiler @elastic/kibana-management +x-pack/platform/plugins/shared/security @elastic/kibana-security +x-pack/platform/plugins/shared/serverless @elastic/appex-sharedux +x-pack/platform/plugins/shared/spaces @elastic/kibana-security x-pack/platform/plugins/shared/stack_alerts @elastic/response-ops x-pack/platform/plugins/shared/stack_connectors @elastic/response-ops x-pack/platform/plugins/shared/task_manager @elastic/response-ops x-pack/platform/plugins/shared/triggers_actions_ui @elastic/response-ops -x-pack/plugins/banners @elastic/appex-sharedux -x-pack/plugins/cloud @elastic/kibana-core -x-pack/plugins/cloud_integrations/cloud_chat @elastic/kibana-core -x-pack/plugins/cloud_integrations/cloud_experiments @elastic/kibana-core -x-pack/plugins/cloud_integrations/cloud_full_story @elastic/kibana-core -x-pack/plugins/cloud_integrations/cloud_links @elastic/kibana-core -x-pack/plugins/custom_branding @elastic/appex-sharedux -x-pack/plugins/discover_enhanced @elastic/kibana-data-discovery x-pack/plugins/drilldowns/url_drilldown @elastic/appex-sharedux -x-pack/plugins/encrypted_saved_objects @elastic/kibana-security -x-pack/plugins/features @elastic/kibana-core -x-pack/plugins/global_search @elastic/appex-sharedux -x-pack/plugins/global_search_bar @elastic/appex-sharedux -x-pack/plugins/global_search_providers @elastic/appex-sharedux x-pack/plugins/graph @elastic/kibana-visualizations x-pack/plugins/lens @elastic/kibana-visualizations -x-pack/plugins/licensing @elastic/kibana-core -x-pack/plugins/notifications @elastic/appex-sharedux -x-pack/plugins/observability_solution/apm @elastic/obs-ux-infra_services-team -x-pack/plugins/observability_solution/apm_data_access @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/inventory @elastic/obs-ux-infra_services-team -x-pack/plugins/observability_solution/inventory/e2e @elastic/obs-ux-infra_services-team -x-pack/plugins/observability_solution/metrics_data_access @elastic/obs-ux-infra_services-team -x-pack/plugins/observability_solution/profiling @elastic/obs-ux-infra_services-team -x-pack/plugins/observability_solution/profiling_data_access @elastic/obs-ux-infra_services-team -x-pack/plugins/reporting @elastic/appex-sharedux -x-pack/plugins/saved_objects_tagging @elastic/appex-sharedux -x-pack/plugins/security @elastic/kibana-security -x-pack/plugins/serverless @elastic/appex-sharedux -x-pack/plugins/spaces @elastic/kibana-security -x-pack/plugins/telemetry_collection_xpack @elastic/kibana-core -x-pack/plugins/upgrade_assistant @elastic/kibana-core x-pack/solutions/observability/packages/alert_details @elastic/obs-ux-management-team x-pack/solutions/observability/packages/alerting_test_data @elastic/obs-ux-management-team x-pack/solutions/observability/packages/get_padded_alert_time_range_util @elastic/obs-ux-management-team x-pack/solutions/observability/packages/kbn-alerts-grouping @elastic/response-ops +x-pack/solutions/observability/packages/kbn-apm-types @elastic/obs-ux-infra_services-team x-pack/solutions/observability/packages/kbn-custom-integrations @elastic/obs-ux-logs-team x-pack/solutions/observability/packages/kbn-investigation-shared @elastic/obs-ux-management-team x-pack/solutions/observability/packages/observability_ai/observability_ai_common @elastic/obs-ai-assistant @@ -926,11 +919,17 @@ x-pack/solutions/observability/packages/synthetics_test_data @elastic/obs-ux-man x-pack/solutions/observability/packages/utils_browser @elastic/observability-ui x-pack/solutions/observability/packages/utils_common @elastic/observability-ui x-pack/solutions/observability/packages/utils_server @elastic/observability-ui +x-pack/solutions/observability/plugins/apm @elastic/obs-ux-infra_services-team +x-pack/solutions/observability/plugins/apm_data_access @elastic/obs-ux-infra_services-team +x-pack/solutions/observability/plugins/apm/ftr_e2e @elastic/obs-ux-infra_services-team x-pack/solutions/observability/plugins/exploratory_view @elastic/obs-ux-management-team x-pack/solutions/observability/plugins/infra @elastic/obs-ux-logs-team @elastic/obs-ux-infra_services-team +x-pack/solutions/observability/plugins/inventory @elastic/obs-ux-infra_services-team +x-pack/solutions/observability/plugins/inventory/e2e @elastic/obs-ux-infra_services-team x-pack/solutions/observability/plugins/investigate @elastic/obs-ux-management-team x-pack/solutions/observability/plugins/investigate_app @elastic/obs-ux-management-team x-pack/solutions/observability/plugins/logs_explorer @elastic/obs-ux-logs-team +x-pack/solutions/observability/plugins/metrics_data_access @elastic/obs-ux-infra_services-team x-pack/solutions/observability/plugins/observability @elastic/obs-ux-management-team x-pack/solutions/observability/plugins/observability_ai_assistant_app @elastic/obs-ai-assistant x-pack/solutions/observability/plugins/observability_ai_assistant_management @elastic/obs-ai-assistant @@ -940,6 +939,8 @@ x-pack/solutions/observability/plugins/observability_onboarding/e2e @elastic/obs x-pack/solutions/observability/plugins/observability_shared @elastic/observability-ui x-pack/solutions/observability/plugins/observability_solution/entities_data_access @elastic/obs-entities x-pack/solutions/observability/plugins/observability_solution/entity_manager_app @elastic/obs-entities +x-pack/solutions/observability/plugins/profiling @elastic/obs-ux-infra_services-team +x-pack/solutions/observability/plugins/profiling_data_access @elastic/obs-ux-infra_services-team x-pack/solutions/observability/plugins/serverless_observability @elastic/obs-ux-management-team x-pack/solutions/observability/plugins/slo @elastic/obs-ux-management-team x-pack/solutions/observability/plugins/streams @elastic/streams-program-team @@ -1057,9 +1058,7 @@ x-pack/test_serverless/api_integration/test_suites/common/platform_security @ela # Observability Entities Team (@elastic/obs-entities) /x-pack/plugins/observability_solution/entities_data_access @elastic/obs-entities -/x-pack/packages/kbn-entities-schema @elastic/obs-entities /x-pack/test/api_integration/apis/entity_manager/fixture_plugin @elastic/obs-entities -/x-pack/plugins/entity_manager @elastic/obs-entities /x-pack/test/api_integration/apis/entity_manager @elastic/obs-entities @@ -1147,10 +1146,10 @@ x-pack/test_serverless/api_integration/test_suites/common/platform_security @ela /x-pack/test_serverless/functional/test_suites/common/examples/search_examples @elastic/kibana-data-discovery /x-pack/test_serverless/functional/test_suites/common/examples/unified_field_list_examples @elastic/kibana-data-discovery /x-pack/test_serverless/functional/test_suites/common/management/data_views @elastic/kibana-data-discovery -src/plugins/discover/public/context_awareness/profile_providers/security @elastic/kibana-data-discovery @elastic/security-threat-hunting-investigations +src/platform/plugins/shared/discover/public/context_awareness/profile_providers/security @elastic/kibana-data-discovery @elastic/security-threat-hunting-investigations # TODO: this deprecation_logs folder should be owned by kibana management team after 9.0 -src/plugins/discover/public/context_awareness/profile_providers/common/deprecation_logs @elastic/kibana-data-discovery @elastic/kibana-core -src/plugins/discover/public/context_awareness/profile_providers/observability @elastic/kibana-data-discovery @elastic/obs-ux-logs-team +src/platform/plugins/shared/discover/public/context_awareness/profile_providers/common/deprecation_logs @elastic/kibana-data-discovery @elastic/kibana-core +src/platform/plugins/shared/discover/public/context_awareness/profile_providers/observability @elastic/kibana-data-discovery @elastic/obs-ux-logs-team # Platform Docs /x-pack/test_serverless/functional/test_suites/security/screenshot_creation/index.ts @elastic/platform-docs @@ -1395,8 +1394,8 @@ packages/kbn-monaco/src/esql @elastic/kibana-esql /x-pack/test/functional/apps/apm/ @elastic/obs-ux-infra_services-team /x-pack/test/apm_api_integration/ @elastic/obs-ux-infra_services-team /src/apm.js @elastic/kibana-core @vigneshshanmugam -/packages/kbn-utility-types/src/dot.ts @dgieselaar -/packages/kbn-utility-types/src/dot_test.ts @dgieselaar +/src/platform/packages/shared/kbn-utility-types/src/dot.ts @dgieselaar +/src/platform/packages/shared/kbn-utility-types/src/dot_test.ts @dgieselaar /x-pack/test_serverless/api_integration/test_suites/observability/apm_api_integration/ @elastic/obs-ux-infra_services-team #CC# /src/plugins/apm_oss/ @elastic/apm-ui #CC# /x-pack/plugins/observability_solution/observability/ @elastic/apm-ui @@ -1436,7 +1435,7 @@ packages/kbn-monaco/src/esql @elastic/kibana-esql /x-pack/test/functional/apps/dataset_quality @elastic/obs-ux-logs-team /x-pack/test_serverless/functional/test_suites/observability/dataset_quality @elastic/obs-ux-logs-team /x-pack/test_serverless/functional/test_suites/observability/discover @elastic/obs-ux-logs-team @elastic/kibana-data-discovery -/src/plugins/unified_doc_viewer/public/components/doc_viewer_logs_overview @elastic/obs-ux-logs-team +/src/platform/plugins/shared/unified_doc_viewer/public/components/doc_viewer_logs_overview @elastic/obs-ux-logs-team /x-pack/test/api_integration/apis/logs_shared @elastic/obs-ux-logs-team # Observability-ui @@ -1580,7 +1579,7 @@ packages/kbn-monaco/src/esql @elastic/kibana-esql /.eslintignore @elastic/kibana-operations # QA - Appex QA -/x-pack/plugins/discover_enhanced/ui_tests/ @elastic/appex-qa # temporarily +/x-pack/platform/plugins/private/discover_enhanced/ui_tests/ @elastic/appex-qa # temporarily /x-pack/test/functional/fixtures/package_registry_config.yml @elastic/appex-qa # No usages found /x-pack/test/functional/fixtures/kbn_archiver/packaging.json @elastic/appex-qa # No usages found /x-pack/test/functional/es_archives/filebeat @elastic/appex-qa @@ -1764,7 +1763,7 @@ packages/kbn-monaco/src/esql @elastic/kibana-esql /x-pack/test/functional_cors @elastic/kibana-core /x-pack/test/stack_functional_integration/apps/telemetry @elastic/kibana-core /test/plugin_functional/plugins/core* @elastic/kibana-core -/test/plugin_functional/plugins/telemetry @elastic/kibana-core +/test/plugin_functional/platform/plugins/shared/telemetry @elastic/kibana-core /test/plugin_functional/plugins/session_notifications @elastic/kibana-core /test/plugin_functional/plugins/kbn_top_nav/ @elastic/kibana-core /test/plugin_functional/plugins/app_link_test @elastic/kibana-core @@ -1791,7 +1790,7 @@ packages/kbn-monaco/src/esql @elastic/kibana-esql /test/functional/apps/bundles @elastic/kibana-core # Assigned per https://github.com/elastic/kibana/pull/64367 /test/examples/hello_world @elastic/kibana-core /test/examples/routing/index.ts @elastic/kibana-core # Assigned per https://github.com/elastic/kibana/pull/69581 -/test/common/plugins/newsfeed @elastic/kibana-core +/test/common/platform/plugins/shared/newsfeed @elastic/kibana-core /test/common/configure_http2.ts @elastic/kibana-core /test/api_integration/apis/ui_counters @elastic/kibana-core /test/api_integration/apis/telemetry @elastic/kibana-core @@ -1826,10 +1825,10 @@ packages/kbn-monaco/src/esql @elastic/kibana-esql #CC# /src/core/server/csp/ @elastic/kibana-core #CC# /src/plugins/saved_objects/ @elastic/kibana-core -#CC# /x-pack/plugins/cloud/ @elastic/kibana-core -#CC# /x-pack/plugins/features/ @elastic/kibana-core +#CC# /x-pack/platform/plugins/shared/cloud/ @elastic/kibana-core +#CC# /x-pack/platform/plugins/shared/features/ @elastic/kibana-core #CC# /x-pack/plugins/global_search/ @elastic/kibana-core -#CC# /src/plugins/newsfeed @elastic/kibana-core +#CC# /src/platform/plugins/shared/newsfeed @elastic/kibana-core #CC# /x-pack/plugins/global_search_providers/ @elastic/kibana-core # AppEx AI Infra @@ -1844,9 +1843,9 @@ packages/kbn-monaco/src/esql @elastic/kibana-esql # Kibana Telemetry /.telemetryrc.json @elastic/kibana-core /x-pack/.telemetryrc.json @elastic/kibana-core -/src/plugins/telemetry/schema/ @elastic/kibana-core -/x-pack/plugins/telemetry_collection_xpack/schema/ @elastic/kibana-core -x-pack/plugins/cloud_integrations/cloud_full_story/server/config.ts @elastic/kibana-core @shahinakmal +/src/platform/plugins/shared/telemetry/schema/ @elastic/kibana-core +/x-pack/platform/plugins/private/telemetry_collection_xpack/schema/ @elastic/kibana-core +x-pack/platform/plugins/private/cloud_integrations/cloud_full_story/server/config.ts @elastic/kibana-core @shahinakmal # Kibana Localization /src/dev/i18n_tools/ @elastic/kibana-localization @elastic/kibana-core @@ -1890,11 +1889,11 @@ x-pack/plugins/cloud_integrations/cloud_full_story/server/config.ts @elastic/kib /.github/workflows/codeql-stats.yml @elastic/kibana-security /src/dev/eslint/security_eslint_rule_tests.ts @elastic/kibana-security /src/core/server/integration_tests/config/check_dynamic_config.test.ts @elastic/kibana-security -/src/plugins/telemetry/server/config/telemetry_labels.ts @elastic/kibana-security -/packages/kbn-std/src/is_internal_url.test.ts @elastic/kibana-core @elastic/kibana-security -/packages/kbn-std/src/is_internal_url.ts @elastic/kibana-core @elastic/kibana-security -/packages/kbn-std/src/parse_next_url.test.ts @elastic/kibana-core @elastic/kibana-security -/packages/kbn-std/src/parse_next_url.ts @elastic/kibana-core @elastic/kibana-security +/src/platform/plugins/shared/telemetry/server/config/telemetry_labels.ts @elastic/kibana-security +/src/platform/packages/shared/kbn-std/src/is_internal_url.test.ts @elastic/kibana-core @elastic/kibana-security +/src/platform/packages/shared/kbn-std/src/is_internal_url.ts @elastic/kibana-core @elastic/kibana-security +/src/platform/packages/shared/kbn-std/src/parse_next_url.test.ts @elastic/kibana-core @elastic/kibana-security +/src/platform/packages/shared/kbn-std/src/parse_next_url.ts @elastic/kibana-core @elastic/kibana-security /test/interactive_setup_api_integration/ @elastic/kibana-security /test/interactive_setup_functional/ @elastic/kibana-security /test/plugin_functional/plugins/hardening @elastic/kibana-security @@ -1918,8 +1917,8 @@ x-pack/plugins/cloud_integrations/cloud_full_story/server/config.ts @elastic/kib /x-pack/test_serverless/**/test_suites/search/platform_security/ @elastic/kibana-security /x-pack/test_serverless/**/test_suites/security/platform_security/ @elastic/kibana-security /x-pack/test_serverless/**/test_suites/observability/platform_security/ @elastic/kibana-security -/packages/core/http/core-http-server-internal/src/cdn_config/ @elastic/kibana-security @elastic/kibana-core -#CC# /x-pack/plugins/security/ @elastic/kibana-security +/src/core/packages/http/server-internal/src/cdn_config/ @elastic/kibana-security @elastic/kibana-core +#CC# /x-pack/platform/plugins/shared/security/ @elastic/kibana-security # Response Ops team /x-pack/test/functional/es_archives/rule_registry @elastic/response-ops @@ -2496,12 +2495,10 @@ x-pack/test/automatic_import_api_integration @elastic/security-scalability ## Packages x-pack/packages/kbn-cloud-security-posture @elastic/kibana-cloud-security-posture -x-pack/solutions/security/packages/distribution_bar @elastic/kibana-cloud-security-posture ## Plugins x-pack/plugins/cloud_defend @elastic/kibana-cloud-security-posture x-pack/plugins/cloud_security_posture @elastic/kibana-cloud-security-posture x-pack/plugins/kubernetes_security @elastic/kibana-cloud-security-posture -x-pack/plugins/session_view @elastic/kibana-cloud-security-posture ## Security Solution sub teams x-pack/solutions/security/plugins/security_solution/public/common/components/sessions_viewer @elastic/kibana-cloud-security-posture x-pack/solutions/security/plugins/security_solution/public/cloud_defend @elastic/kibana-cloud-security-posture @@ -2831,7 +2828,6 @@ src/platform/packages/private/kbn-apm-config-loader @elastic/kibana-core @vignes src/platform/packages/private/kbn-config-mocks @elastic/kibana-core src/platform/packages/private/kbn-esql-editor @elastic/kibana-esql src/platform/packages/private/kbn-generate-csv @elastic/appex-sharedux -src/platform/packages/private/kbn-handlebars @elastic/kibana-security src/platform/packages/private/kbn-hapi-mocks @elastic/kibana-core src/platform/packages/private/kbn-health-gateway-server @elastic/kibana-core src/platform/packages/private/kbn-item-buffer @elastic/appex-sharedux @@ -2865,7 +2861,6 @@ src/platform/packages/private/kbn-ui-shared-deps-npm @elastic/kibana-operations src/platform/packages/private/kbn-ui-shared-deps-src @elastic/kibana-operations src/platform/packages/private/kbn-unsaved-changes-badge @elastic/kibana-data-discovery src/platform/packages/private/react/kibana_context/root @elastic/appex-sharedux -src/platform/packages/private/response-ops/rule_params @elastic/response-ops src/platform/packages/private/serverless/project_switcher @elastic/appex-sharedux src/platform/packages/private/serverless/settings/common @elastic/appex-sharedux @elastic/kibana-management src/platform/packages/private/serverless/types @elastic/appex-sharedux @@ -2920,7 +2915,6 @@ src/platform/packages/shared/kbn-coloring @elastic/kibana-visualizations src/platform/packages/shared/kbn-config @elastic/kibana-core src/platform/packages/shared/kbn-config-schema @elastic/kibana-core src/platform/packages/shared/kbn-content-management-utils @elastic/kibana-data-discovery -src/platform/packages/shared/kbn-crypto @elastic/kibana-security src/platform/packages/shared/kbn-crypto-browser @elastic/kibana-core src/platform/packages/shared/kbn-custom-icons @elastic/obs-ux-logs-team src/platform/packages/shared/kbn-data-service @elastic/kibana-visualizations @elastic/kibana-data-discovery @@ -2976,13 +2970,11 @@ src/platform/packages/shared/kbn-router-to-openapispec @elastic/kibana-core src/platform/packages/shared/kbn-router-utils @elastic/obs-ux-logs-team src/platform/packages/shared/kbn-rrule @elastic/response-ops src/platform/packages/shared/kbn-rule-data-utils @elastic/security-detections-response @elastic/response-ops @elastic/obs-ux-management-team -src/platform/packages/shared/kbn-safer-lodash-set @elastic/kibana-security src/platform/packages/shared/kbn-search-api-panels @elastic/search-kibana src/platform/packages/shared/kbn-search-connectors @elastic/search-kibana src/platform/packages/shared/kbn-search-errors @elastic/kibana-data-discovery src/platform/packages/shared/kbn-search-response-warnings @elastic/kibana-data-discovery src/platform/packages/shared/kbn-search-types @elastic/kibana-data-discovery -src/platform/packages/shared/kbn-security-hardening @elastic/kibana-security src/platform/packages/shared/kbn-securitysolution-ecs @elastic/security-threat-hunting-explore src/platform/packages/shared/kbn-securitysolution-es-utils @elastic/security-detection-engine src/platform/packages/shared/kbn-securitysolution-io-ts-types @elastic/security-detection-engine @@ -3007,7 +2999,6 @@ src/platform/packages/shared/kbn-unified-data-table @elastic/kibana-data-discove src/platform/packages/shared/kbn-unified-doc-viewer @elastic/kibana-data-discovery src/platform/packages/shared/kbn-unified-field-list @elastic/kibana-data-discovery src/platform/packages/shared/kbn-unsaved-changes-prompt @elastic/kibana-management -src/platform/packages/shared/kbn-user-profile-components @elastic/kibana-security src/platform/packages/shared/kbn-utility-types @elastic/kibana-core src/platform/packages/shared/kbn-utility-types-jest @elastic/kibana-operations src/platform/packages/shared/kbn-utils @elastic/kibana-operations @@ -3062,6 +3053,7 @@ src/platform/packages/shared/shared-ux/prompt/no_data_views/types @elastic/appex src/platform/packages/shared/shared-ux/prompt/not_found @elastic/appex-sharedux src/platform/packages/shared/shared-ux/router/impl @elastic/appex-sharedux src/platform/packages/shared/shared-ux/storybook/mock @elastic/appex-sharedux +src/platform/packages/shared/response-ops/rule_params @elastic/response-ops src/platform/plugins/private/advanced_settings @elastic/appex-sharedux @elastic/kibana-management src/platform/plugins/private/event_annotation @elastic/kibana-visualizations src/platform/plugins/private/event_annotation_listing @elastic/kibana-visualizations @@ -3069,7 +3061,6 @@ src/platform/plugins/private/files_management @elastic/appex-sharedux src/platform/plugins/private/ftr_apis @elastic/kibana-core src/platform/plugins/private/image_embeddable @elastic/appex-sharedux src/platform/plugins/private/input_control_vis @elastic/kibana-presentation -src/platform/plugins/private/interactive_setup @elastic/kibana-security src/platform/plugins/private/kibana_overview @elastic/appex-sharedux src/platform/plugins/private/kibana_usage_collection @elastic/kibana-core src/platform/plugins/private/links @elastic/kibana-presentation @@ -3186,10 +3177,6 @@ x-pack/platform/packages/private/ml/ui_actions @elastic/ml-ui x-pack/platform/packages/private/ml/url_state @elastic/ml-ui x-pack/platform/packages/private/ml/validators @elastic/ml-ui x-pack/platform/packages/private/rollup @elastic/kibana-management -x-pack/platform/packages/private/security/authorization_core @elastic/kibana-security -x-pack/platform/packages/private/security/authorization_core_common @elastic/kibana-security -x-pack/platform/packages/private/security/role_management_model @elastic/kibana-security -x-pack/platform/packages/private/security/ui_components @elastic/kibana-security x-pack/platform/packages/shared/ai-infra/inference-common @elastic/appex-ai-infra x-pack/platform/packages/shared/ai-infra/product-doc-common @elastic/appex-ai-infra x-pack/platform/packages/shared/index-lifecycle-management/index_lifecycle_management_common_shared @elastic/kibana-management @@ -3207,7 +3194,6 @@ x-pack/platform/packages/shared/kbn-slo-schema @elastic/obs-ux-management-team x-pack/platform/packages/shared/ml/aiops_common @elastic/ml-ui x-pack/platform/packages/shared/ml/aiops_log_pattern_analysis @elastic/ml-ui x-pack/platform/packages/shared/ml/aiops_log_rate_analysis @elastic/ml-ui -x-pack/platform/packages/shared/ml/anomaly_utils @elastic/ml-ui x-pack/platform/packages/shared/ml/chi2test @elastic/ml-ui x-pack/platform/packages/shared/ml/error_utils @elastic/ml-ui x-pack/platform/packages/shared/ml/random_sampler_utils @elastic/ml-ui @@ -3215,11 +3201,6 @@ x-pack/platform/packages/shared/ml/response_stream @elastic/ml-ui x-pack/platform/packages/shared/ml/runtime_field_utils @elastic/ml-ui x-pack/platform/packages/shared/ml/trained_models_utils @elastic/ml-ui x-pack/platform/packages/shared/observability/alerting_rule_utils @elastic/obs-ux-management-team -x-pack/platform/packages/shared/security/api_key_management @elastic/kibana-security -x-pack/platform/packages/shared/security/form_components @elastic/kibana-security -x-pack/platform/packages/shared/security/plugin_types_common @elastic/kibana-security -x-pack/platform/packages/shared/security/plugin_types_public @elastic/kibana-security -x-pack/platform/packages/shared/security/plugin_types_server @elastic/kibana-security x-pack/platform/plugins/private/banners @elastic/appex-sharedux x-pack/platform/plugins/private/canvas @elastic/kibana-presentation x-pack/platform/plugins/private/cloud_integrations/cloud_chat @elastic/kibana-core @@ -3263,7 +3244,6 @@ x-pack/platform/plugins/shared/cloud @elastic/kibana-core x-pack/platform/plugins/shared/cloud_integrations/cloud_experiments @elastic/kibana-core x-pack/platform/plugins/shared/dashboard_enhanced @elastic/kibana-presentation x-pack/platform/plugins/shared/embeddable_enhanced @elastic/kibana-presentation -x-pack/platform/plugins/shared/encrypted_saved_objects @elastic/kibana-security x-pack/platform/plugins/shared/entity_manager @elastic/obs-entities x-pack/platform/plugins/shared/event_log @elastic/response-ops x-pack/platform/plugins/shared/features @elastic/kibana-core @@ -3285,9 +3265,7 @@ x-pack/platform/plugins/shared/osquery @elastic/security-defend-workflows x-pack/platform/plugins/shared/rule_registry @elastic/response-ops @elastic/obs-ux-management-team x-pack/platform/plugins/shared/screenshotting @elastic/kibana-reporting-services x-pack/platform/plugins/shared/searchprofiler @elastic/kibana-management -x-pack/platform/plugins/shared/security @elastic/kibana-security x-pack/platform/plugins/shared/serverless @elastic/appex-sharedux -x-pack/platform/plugins/shared/spaces @elastic/kibana-security x-pack/platform/plugins/shared/stack_alerts @elastic/response-ops x-pack/platform/plugins/shared/stack_connectors @elastic/response-ops x-pack/platform/plugins/shared/task_manager @elastic/response-ops @@ -3296,22 +3274,14 @@ x-pack/solutions/observability/packages/alert_details @elastic/obs-ux-management x-pack/solutions/observability/packages/alerting_test_data @elastic/obs-ux-management-team x-pack/solutions/observability/packages/get_padded_alert_time_range_util @elastic/obs-ux-management-team x-pack/solutions/observability/x-pack/solutions/observability/packages/kbn-alerts-grouping @elastic/response-ops -x-pack/solutions/observability/packages/kbn-apm-types @elastic/obs-ux-infra_services-team +x-pack/solutions/observability/x-pack/solutions/observability/packages/kbn-apm-types @elastic/obs-ux-infra_services-team x-pack/solutions/observability/x-pack/solutions/observability/packages/kbn-custom-integrations @elastic/obs-ux-logs-team x-pack/solutions/observability/packages/kbn-investigation-shared @elastic/obs-ux-management-team -x-pack/solutions/observability/src/platform/packages/shared/kbn-timerange @elastic/obs-ux-logs-team -x-pack/solutions/observability/src/platform/packages/shared/kbn-xstate-utils @elastic/obs-ux-logs-team -x-pack/solutions/observability/packages/logs_overview @elastic/obs-ux-logs-team x-pack/solutions/observability/packages/observability_ai/observability_ai_common @elastic/obs-ai-assistant x-pack/solutions/observability/packages/observability_ai/observability_ai_server @elastic/obs-ai-assistant -x-pack/solutions/observability/packages/observability_utils/observability_utils_browser @elastic/observability-ui -x-pack/solutions/observability/packages/observability_utils/observability_utils_common @elastic/observability-ui -x-pack/solutions/observability/packages/observability_utils/observability_utils_server @elastic/observability-ui x-pack/solutions/observability/packages/synthetics_test_data @elastic/obs-ux-management-team x-pack/solutions/observability/plugins/apm @elastic/obs-ux-infra_services-team x-pack/solutions/observability/plugins/apm_data_access @elastic/obs-ux-infra_services-team -x-pack/solutions/observability/platform/plugins/shared/data_quality @elastic/obs-ux-logs-team -x-pack/solutions/observability/plugins/dataset_quality @elastic/obs-ux-logs-team x-pack/solutions/observability/plugins/entities_data_access @elastic/obs-entities x-pack/solutions/observability/plugins/entity_manager_app @elastic/obs-entities x-pack/solutions/observability/plugins/exploratory_view @elastic/obs-ux-management-team @@ -3325,7 +3295,6 @@ x-pack/solutions/observability/plugins/observability @elastic/obs-ux-management- x-pack/solutions/observability/plugins/observability_ai_assistant_app @elastic/obs-ai-assistant x-pack/solutions/observability/plugins/observability_ai_assistant_management @elastic/obs-ai-assistant x-pack/solutions/observability/plugins/observability_logs_explorer @elastic/obs-ux-logs-team -x-pack/solutions/observability/plugins/observability_onboarding @elastic/obs-ux-logs-team @elastic/obs-ux-onboarding-team x-pack/solutions/observability/plugins/observability_shared @elastic/observability-ui x-pack/solutions/observability/plugins/profiling @elastic/obs-ux-infra_services-team x-pack/solutions/observability/plugins/profiling_data_access @elastic/obs-ux-infra_services-team @@ -3336,23 +3305,7 @@ x-pack/solutions/observability/plugins/streams_app @elastic/streams-program-team x-pack/solutions/observability/plugins/synthetics @elastic/obs-ux-management-team x-pack/solutions/observability/plugins/uptime @elastic/obs-ux-management-team x-pack/solutions/observability/plugins/ux @elastic/obs-ux-infra_services-team -x-pack/solutions/search/x-pack/solutions/search/packages/kbn-ipynb @elastic/search-kibana -x-pack/solutions/search/x-pack/solutions/search/packages/kbn-search-api-keys-components @elastic/search-kibana -x-pack/solutions/search/x-pack/solutions/search/packages/kbn-search-api-keys-server @elastic/search-kibana -x-pack/solutions/search/x-pack/solutions/search/packages/kbn-search-index-documents @elastic/search-kibana -x-pack/solutions/search/solutions/search/packages/search/shared_ui @elastic/search-kibana -x-pack/solutions/search/solutions/search/plugins/enterprise_search @elastic/search-kibana -x-pack/solutions/search/solutions/search/plugins/search_assistant @elastic/search-kibana -x-pack/solutions/search/solutions/search/plugins/search_connectors @elastic/search-kibana -x-pack/solutions/search/solutions/search/plugins/search_homepage @elastic/search-kibana -x-pack/solutions/search/solutions/search/plugins/search_indices @elastic/search-kibana -x-pack/solutions/search/solutions/search/plugins/search_inference_endpoints @elastic/search-kibana -x-pack/solutions/search/solutions/search/plugins/search_notebooks @elastic/search-kibana -x-pack/solutions/search/solutions/search/plugins/search_playground @elastic/search-kibana -x-pack/solutions/search/solutions/search/plugins/search_solution/search_navigation @elastic/search-kibana -x-pack/solutions/search/solutions/search/plugins/serverless_search @elastic/search-kibana x-pack/solutions/security/packages/data_table @elastic/security-threat-hunting-investigations -x-pack/solutions/security/packages/distribution_bar @elastic/kibana-cloud-security-posture x-pack/solutions/security/packages/ecs_data_quality_dashboard @elastic/security-threat-hunting-explore x-pack/solutions/security/packages/features @elastic/security-threat-hunting-explore x-pack/solutions/security/packages/kbn-cloud-security-posture/graph @elastic/kibana-cloud-security-posture @@ -3360,20 +3313,6 @@ x-pack/solutions/security/packages/kbn-cloud-security-posture/public @elastic/ki x-pack/solutions/security/packages/data-stream-adapter @elastic/security-threat-hunting x-pack/solutions/security/packages/expandable-flyout @elastic/security-threat-hunting-investigations x-pack/solutions/security/packages/index-adapter @elastic/security-threat-hunting -x-pack/solutions/security/x-pack/solutions/security/packages/kbn-securitysolution-autocomplete @elastic/security-detection-engine -x-pack/solutions/security/x-pack/solutions/security/packages/kbn-securitysolution-endpoint-exceptions-common @elastic/security-detection-engine -x-pack/solutions/security/x-pack/solutions/security/packages/kbn-securitysolution-exception-list-components @elastic/security-detection-engine -x-pack/solutions/security/x-pack/solutions/security/packages/kbn-securitysolution-exceptions-common @elastic/security-detection-engine -x-pack/solutions/security/x-pack/solutions/security/packages/kbn-securitysolution-hook-utils @elastic/security-detection-engine -x-pack/solutions/security/x-pack/solutions/security/packages/kbn-securitysolution-io-ts-alerting-types @elastic/security-detection-engine -x-pack/solutions/security/x-pack/solutions/security/packages/kbn-securitysolution-io-ts-list-types @elastic/security-detection-engine -x-pack/solutions/security/x-pack/solutions/security/packages/kbn-securitysolution-list-api @elastic/security-detection-engine -x-pack/solutions/security/x-pack/solutions/security/packages/kbn-securitysolution-list-constants @elastic/security-detection-engine -x-pack/solutions/security/x-pack/solutions/security/packages/kbn-securitysolution-list-hooks @elastic/security-detection-engine -x-pack/solutions/security/x-pack/solutions/security/packages/kbn-securitysolution-list-utils @elastic/security-detection-engine -x-pack/solutions/security/x-pack/solutions/security/packages/kbn-securitysolution-lists-common @elastic/security-detection-engine -x-pack/solutions/security/x-pack/solutions/security/packages/kbn-securitysolution-t-grid @elastic/security-detection-engine -x-pack/solutions/security/x-pack/solutions/security/packages/kbn-securitysolution-utils @elastic/security-detection-engine x-pack/solutions/security/packages/navigation @elastic/security-threat-hunting-explore x-pack/solutions/security/packages/side_nav @elastic/security-threat-hunting-explore x-pack/solutions/security/packages/upselling @elastic/security-threat-hunting-explore @@ -3383,10 +3322,6 @@ x-pack/solutions/security/plugins/cloud_security_posture @elastic/kibana-cloud-s x-pack/solutions/security/plugins/ecs_data_quality_dashboard @elastic/security-threat-hunting-explore x-pack/solutions/security/plugins/elastic_assistant @elastic/security-generative-ai x-pack/solutions/security/plugins/kubernetes_security @elastic/kibana-cloud-security-posture -x-pack/solutions/security/solutions/security/plugins/lists @elastic/security-detection-engine -x-pack/solutions/security/solutions/security/plugins/security_solution @elastic/security-solution -x-pack/solutions/security/solutions/security/plugins/security_solution_ess @elastic/security-solution -x-pack/solutions/security/solutions/security/plugins/security_solution_serverless @elastic/security-solution x-pack/solutions/security/plugins/session_view @elastic/kibana-cloud-security-posture x-pack/solutions/security/plugins/threat_intelligence @elastic/security-threat-hunting-investigations x-pack/solutions/security/plugins/timelines @elastic/security-threat-hunting-investigations diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 000a80d2b84f8..74b56d73be87a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,7 +9,7 @@ Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. -- [ ] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) +- [ ] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the [docker list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker) diff --git a/.github/codeql/codeql-config.yml b/.github/codeql/codeql-config.yml index 3cd6d2d6f98d4..a0a947954f85e 100644 --- a/.github/codeql/codeql-config.yml +++ b/.github/codeql/codeql-config.yml @@ -89,6 +89,7 @@ paths-ignore: - x-pack/examples - x-pack/performance - x-pack/platform/**/scripts + - x-pack/plugins/observability_solution/*/scripts - x-pack/scripts - x-pack/solutions/**/scripts - x-pack/test diff --git a/.github/paths-labeller.yml b/.github/paths-labeller.yml index d7a60b0e88e85..60914a26ad8ed 100644 --- a/.github/paths-labeller.yml +++ b/.github/paths-labeller.yml @@ -9,11 +9,11 @@ - 'src/plugins/expressions/**/*.*' - 'src/plugins/bfetch/**/*.*' - 'Team:obs-ux-infra_services': - - 'x-pack/plugins/observability_solution/apm/**/*.*' + - 'x-pack/solutions/observability/plugins/apm/**/*.*' - 'x-pack/test/apm_api_integration/**/*.*' - 'packages/kbn-apm-synthtrace/**/*.*' - 'packages/kbn-apm-synthtrace-client/**/*.*' - - 'packages/kbn-apm-utils/**/*.*' + - 'src/platform/packages/shared/kbn-apm-utils/**/*.*' - 'x-pack/solutions/observability/plugins/ux/**/*.*' - 'Team:Fleet': - 'x-pack/platform/plugins/shared/fleet/**/*.*' diff --git a/.github/workflows/alert-failed-test.yml b/.github/workflows/alert-failed-test.yml index 90e7ef6371d1a..d251a115ec86d 100644 --- a/.github/workflows/alert-failed-test.yml +++ b/.github/workflows/alert-failed-test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout kibana-operations - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: 'elastic/kibana-operations' ref: main diff --git a/.github/workflows/codeql-stats.yml b/.github/workflows/codeql-stats.yml index e6b10f028dffc..df99b9a47c631 100644 --- a/.github/workflows/codeql-stats.yml +++ b/.github/workflows/codeql-stats.yml @@ -11,7 +11,7 @@ jobs: if: github.repository == 'elastic/kibana' # Hack: Do not run on forks steps: - name: Checkout kibana-operations - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: 'elastic/kibana-operations' ref: main diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e80b3b2c73463..a6312dbf63ac8 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: ref: ${{ matrix.branch }} @@ -46,10 +46,15 @@ jobs: echo "CHECKOUT_REF=$(git symbolic-ref HEAD)" >> "$GITHUB_ENV" echo "CHECKOUT_SHA=$(git rev-parse HEAD)" >> "$GITHUB_ENV" + - name: Set experimental environment variable for 8.x branch + if: env.CHECKOUT_REF == 'refs/heads/8.x' + run: echo "CODEQL_EXTRACTOR_JAVASCRIPT_OPTION_SKIP_TYPES=true" >> "$GITHUB_ENV" + - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3 env: NODE_OPTIONS: "--max-old-space-size=6144" + CODEQL_EXTRACTOR_JAVASCRIPT_OPTION_SKIP_TYPES: ${{ env.CODEQL_EXTRACTOR_JAVASCRIPT_OPTION_SKIP_TYPES }} with: category: "/language:${{matrix.language}}" ref: ${{ env.CHECKOUT_REF }} @@ -61,7 +66,7 @@ jobs: if: github.repository == 'elastic/kibana' # Hack: Do not run on forks steps: - name: Checkout kibana-operations - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: 'elastic/kibana-operations' ref: main diff --git a/.github/workflows/label-failed-test.yml b/.github/workflows/label-failed-test.yml index b3732eff3b2e5..5a066ac5dcfe3 100644 --- a/.github/workflows/label-failed-test.yml +++ b/.github/workflows/label-failed-test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout kibana-operations - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: 'elastic/kibana-operations' ref: main diff --git a/.github/workflows/launchdarkly-code-references.yml b/.github/workflows/launchdarkly-code-references.yml index 23b877ce40d06..70acb7fe7d75f 100644 --- a/.github/workflows/launchdarkly-code-references.yml +++ b/.github/workflows/launchdarkly-code-references.yml @@ -11,7 +11,7 @@ jobs: if: github.event.repository.fork == false runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 11 # This value must be set if the lookback configuration option is not disabled for find-code-references. Read more: https://github.com/launchdarkly/ld-find-code-refs#searching-for-unused-flags-extinctions - name: LaunchDarkly Code References diff --git a/.github/workflows/on-merge.yml b/.github/workflows/on-merge.yml index 7ab6aa106d7f6..36985c31bbf0d 100644 --- a/.github/workflows/on-merge.yml +++ b/.github/workflows/on-merge.yml @@ -29,7 +29,7 @@ jobs: contains(github.event.pull_request.labels.*.name, 'auto-backport')))) steps: - name: Checkout Actions - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: 'elastic/kibana-github-actions' ref: main diff --git a/.github/workflows/skip-failed-test.yml b/.github/workflows/skip-failed-test.yml index 46c569aeeef08..04ecd87aa2ac0 100644 --- a/.github/workflows/skip-failed-test.yml +++ b/.github/workflows/skip-failed-test.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: 'elastic/kibana-github-actions' ref: main @@ -30,7 +30,7 @@ jobs: token: ${{secrets.KIBANAMACHINE_TOKEN}} - name: Checkout kibana-operations - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: 'elastic/kibana-operations' ref: main diff --git a/.github/workflows/updatecli-compose.yml b/.github/workflows/updatecli-compose.yml index 44a937db3fa6d..2cea60f627af0 100644 --- a/.github/workflows/updatecli-compose.yml +++ b/.github/workflows/updatecli-compose.yml @@ -18,7 +18,7 @@ jobs: packages: read pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 with: diff --git a/.gitignore b/.gitignore index 8137820e3b25d..e59ae47c01cde 100644 --- a/.gitignore +++ b/.gitignore @@ -92,8 +92,8 @@ npm-debug.log* ## @cypress/snapshot from apm plugin /snapshots.js /apm-diagnostics*.json -/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_map/snapshots/*.actual.png -/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_map/snapshots/*.diff.png +/x-pack/solutions/observability/plugins/apm/ftr_e2e/cypress/e2e/service_map/snapshots/*.actual.png +/x-pack/solutions/observability/plugins/apm/ftr_e2e/cypress/e2e/service_map/snapshots/*.diff.png # transpiled cypress config x-pack/platform/plugins/shared/fleet/cypress.config.d.ts @@ -132,8 +132,8 @@ elastic-agent-* fleet-server-* elastic-agent.yml fleet-server.yml -/packages/*/package-map.json -/packages/*/config-paths.json +src/platform/packages/**/package-map.json +/packages/**/config-paths.json /packages/kbn-synthetic-package-map/ **/.synthetics/ **/.journeys/ diff --git a/.i18nrc.json b/.i18nrc.json index 22445f4932d8b..58ca65b9778f4 100644 --- a/.i18nrc.json +++ b/.i18nrc.json @@ -1,6 +1,6 @@ { "paths": { - "advancedSettings": "src/plugins/advanced_settings", + "advancedSettings": "src/platform/plugins/private/advanced_settings", "aiAssistantManagementSelection": "src/platform/plugins/shared/ai_assistant_management/selection", "alerts": "packages/kbn-alerts/src", "alertsUIShared": "src/platform/packages/shared/kbn-alerts-ui-shared/src", @@ -17,24 +17,24 @@ "customIntegrations": "src/platform/plugins/shared/custom_integrations", "customIntegrationsPackage": "x-pack/solutions/observability/packages/kbn-custom-integrations", "dashboard": "src/platform/plugins/shared/dashboard", - "cloud": "packages/cloud", + "cloud": "src/platform/packages/shared/cloud", "domDragDrop": "packages/kbn-dom-drag-drop", "controls": "src/platform/plugins/shared/controls", "data": "src/plugins/data", "observabilityAlertDetails": "x-pack/solutions/observability/packages/alert_details", - "dataViews": "src/plugins/data_views", + "dataViews": "src/platform/plugins/shared/data_views", "defaultNavigation": ["packages/default-nav", "src/platform/packages/private/default-nav"], "devTools": "src/platform/plugins/shared/dev_tools", "discover": [ - "src/plugins/discover", - "packages/kbn-discover-utils", + "src/platform/plugins/shared/discover", + "src/platform/packages/shared/kbn-discover-utils", "src/platform/packages/shared/kbn-discover-contextual-components" ], - "savedSearch": "src/plugins/saved_search", + "savedSearch": "src/platform/plugins/shared/saved_search", "embeddableApi": "src/platform/plugins/shared/embeddable", "presentationPanel": "src/platform/plugins/private/presentation_panel", "embeddableExamples": "examples/embeddable_examples", - "esQuery": "packages/kbn-es-query/src", + "esQuery": "src/platform/packages/shared/kbn-es-query/src", "kbnGridLayout": "packages/kbn-grid-layout", "esUi": "src/platform/plugins/shared/es_ui_shared", "expandableFlyout": "packages/kbn-expandable-flyout", @@ -56,35 +56,34 @@ "eventAnnotationListing": "src/plugins/event_annotation_listing", "eventAnnotationCommon": "packages/kbn-event-annotation-common", "eventAnnotationComponents": "packages/kbn-event-annotation-components", - "fieldUtils": "packages/kbn-field-utils", - "fieldFormats": "src/plugins/field_formats", - "files": "src/plugins/files", - "filesManagement": "src/plugins/files_management", + "fieldUtils": "src/platform/packages/shared/kbn-field-utils", + "fieldFormats": "src/platform/plugins/shared/field_formats", + "files": "src/platform/plugins/shared/files", + "filesManagement": "src/platform/plugins/private/files_management", "flot": "src/platform/packages/shared/kbn-flot-charts/lib", "generateCsv": "packages/kbn-generate-csv", "grouping": "src/platform/packages/shared/kbn-grouping/src", "alertsGrouping": "x-pack/solutions/observability/packages/kbn-alerts-grouping", - "guidedOnboarding": "src/plugins/guided_onboarding", + "guidedOnboarding": "src/platform/plugins/shared/guided_onboarding", "guidedOnboardingPackage": "packages/kbn-guided-onboarding", - "home": "src/plugins/home", + "home": "src/platform/plugins/shared/home", "homePackages": "packages/home", - "indexPatternEditor": "src/plugins/data_view_editor", - "indexPatternFieldEditor": "src/plugins/data_view_field_editor", - "indexPatternManagement": "src/plugins/data_view_management", + "indexPatternEditor": "src/platform/plugins/shared/data_view_editor", + "indexPatternFieldEditor": "src/platform/plugins/shared/data_view_field_editor", + "indexPatternManagement": "src/platform/plugins/shared/data_view_management", "inputControl": "src/platform/plugins/private/input_control_vis", "inspector": "src/platform/plugins/shared/inspector", "inspectorViews": "src/legacy/core_plugins/inspector_views", - "interactiveSetup": "src/plugins/interactive_setup", + "interactiveSetup": "src/platform/plugins/private/interactive_setup", "interpreter": "src/legacy/core_plugins/interpreter", - "imageEmbeddable": "src/plugins/image_embeddable", + "imageEmbeddable": "src/platform/plugins/private/image_embeddable", "kbn": "src/legacy/core_plugins/kibana", "kbn-esql-validation-autocomplete": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src", - "kbnConfig": "packages/kbn-config/src", + "kbnConfig": "src/platform/packages/shared/kbn-config/src", "kbnDocViews": "src/legacy/core_plugins/kbn_doc_views", - "kibana_react": "src/legacy/core_plugins/kibana_react", - "kibana_utils": "src/plugins/kibana_utils", - "kibana-react": "src/plugins/kibana_react", - "kibanaOverview": "src/plugins/kibana_overview", + "kibana_utils": "src/platform/plugins/shared/kibana_utils", + "kibana-react": "src/platform/plugins/shared/kibana_react", + "kibanaOverview": "src/platform/plugins/private/kibana_overview", "lensFormulaDocs": "packages/kbn-lens-formula-docs", "lists": "x-pack/solutions/security/packages/kbn-securitysolution-list-utils/src", "exceptionList-components": "x-pack/solutions/security/packages/kbn-securitysolution-exception-list-components/src", @@ -95,29 +94,29 @@ "packages/kbn-management" ], "monaco": "packages/kbn-monaco/src", - "navigation": ["src/plugins/navigation", "packages/solution-nav"], + "navigation": ["src/platform/plugins/shared/navigation", "packages/solution-nav"], "links": "src/platform/plugins/private/links", - "newsfeed": "src/plugins/newsfeed", + "newsfeed": "src/platform/plugins/shared/newsfeed", "presentationUtil": "src/platform/plugins/shared/presentation_util", "randomSampling": "x-pack/packages/kbn-random-sampling", "reactPackages": "packages/react", "esqlEditor": "src/platform/packages/private/kbn-esql-editor", "esqlUtils": "src/platform/packages/shared/kbn-esql-utils", "reporting": "packages/kbn-reporting", - "savedObjects": "src/plugins/saved_objects", - "savedObjectsFinder": "src/plugins/saved_objects_finder", - "savedObjectsManagement": "src/plugins/saved_objects_management", + "savedObjects": "src/platform/plugins/shared/saved_objects", + "savedObjectsFinder": "src/platform/plugins/shared/saved_objects_finder", + "savedObjectsManagement": "src/platform/plugins/shared/saved_objects_management", "searchConnectors": "src/platform/packages/shared/kbn-search-connectors", "searchConnectorsPlugin": "x-pack/solutions/search/plugins/search_connectors", "server": "src/legacy/server", - "share": ["src/plugins/share", "packages/kbn-reporting-share"], + "share": ["src/platform/plugins/shared/share", "packages/kbn-reporting-share"], "sharedUXPackages": "packages/shared-ux", "searchApiKeysComponents": "x-pack/solutions/search/packages/kbn-search-api-keys-components", "searchApiPanels": "src/platform/packages/shared/kbn-search-api-panels/", - "searchErrors": "packages/kbn-search-errors", + "searchErrors": "src/platform/packages/shared/kbn-search-errors", "searchIndexDocuments": "x-pack/solutions/search/packages/kbn-search-index-documents", - "searchResponseWarnings": "packages/kbn-search-response-warnings", - "searchTypes": "packages/kbn-search-types", + "searchResponseWarnings": "src/platform/packages/shared/kbn-search-response-warnings", + "searchTypes": "src/platform/packages/shared/kbn-search-types", "securitySolutionPackages": [ "x-pack/solutions/security/packages/data_table", "x-pack/solutions/security/packages/ecs_data_quality_dashboard", @@ -135,14 +134,14 @@ "esql": "src/platform/plugins/shared/esql", "esqlDataGrid": "src/platform/plugins/shared/esql_datagrid", "statusPage": "src/legacy/core_plugins/status_page", - "telemetry": ["src/plugins/telemetry", "src/plugins/telemetry_management_section"], + "telemetry": ["src/platform/plugins/shared/telemetry", "src/platform/plugins/shared/telemetry_management_section"], "timelion": ["src/plugins/vis_types/timelion"], "tryInConsole": "src/platform/packages/shared/kbn-try-in-console/", - "uiActions": ["src/plugins/ui_actions", "packages/kbn-ui-actions-browser"], - "uiActionsEnhanced": "src/plugins/ui_actions_enhanced", + "uiActions": ["src/platform/plugins/shared/ui_actions", "packages/kbn-ui-actions-browser"], + "uiActionsEnhanced": "src/platform/plugins/shared/ui_actions_enhanced", "uiActionsExamples": "examples/ui_action_examples", - "usageCollection": "src/plugins/usage_collection", - "userProfileComponents": "packages/kbn-user-profile-components", + "usageCollection": "src/platform/plugins/shared/usage_collection", + "userProfileComponents": "src/platform/packages/shared/kbn-user-profile-components", "utils": "x-pack/solutions/security/packages/kbn-securitysolution-utils/src", "visDefaultEditor": "src/plugins/vis_default_editor", "visTypeGauge": "src/plugins/vis_types/gauge", @@ -159,12 +158,12 @@ "visualizations": "src/plugins/visualizations", "visualizationUiComponents": "packages/kbn-visualization-ui-components", "visualizationUtils": "packages/kbn-visualization-utils", - "unifiedDocViewer": ["src/plugins/unified_doc_viewer", "packages/kbn-unified-doc-viewer"], + "unifiedDocViewer": ["src/platform/plugins/shared/unified_doc_viewer", "src/platform/packages/shared/kbn-unified-doc-viewer"], "unifiedSearch": "src/plugins/unified_search", - "unifiedFieldList": "packages/kbn-unified-field-list", - "unifiedHistogram": "src/plugins/unified_histogram", - "unifiedDataTable": "packages/kbn-unified-data-table", - "unsavedChangesBadge": "packages/kbn-unsaved-changes-badge", + "unifiedFieldList": "src/platform/packages/shared/kbn-unified-field-list", + "unifiedHistogram": "src/platform/plugins/shared/unified_histogram", + "unifiedDataTable": "src/platform/packages/shared/kbn-unified-data-table", + "unsavedChangesBadge": "src/platform/packages/private/kbn-unsaved-changes-badge", "unsavedChangesPrompt": "src/platform/packages/shared/kbn-unsaved-changes-prompt", "managedContentBadge": "packages/kbn-managed-content-badge", "responseOpsRuleForm": "packages/response-ops/rule_form" diff --git a/.telemetryrc.json b/.telemetryrc.json index 2387ef73c88ec..273912101b5fe 100644 --- a/.telemetryrc.json +++ b/.telemetryrc.json @@ -1,19 +1,19 @@ [ { - "output": "src/plugins/telemetry/schema/oss_plugins.json", + "output": "src/platform/plugins/shared/telemetry/schema/oss_plugins.json", "root": "src/plugins/", - "exclude": [ - "src/plugins/kibana_usage_collection/server/collectors/config_usage/register_config_usage_collector.ts" - ] + "exclude": [] }, { - "output": "src/plugins/telemetry/schema/kbn_packages.json", + "output": "src/platform/plugins/shared/telemetry/schema/kbn_packages.json", "root": "packages/", "exclude": [] }, { - "output": "src/plugins/telemetry/schema/oss_platform.json", + "output": "src/platform/plugins/shared/telemetry/schema/oss_platform.json", "root": "src/platform/", - "exclude": [] + "exclude": [ + "src/platform/plugins/private/kibana_usage_collection/server/collectors/config_usage/register_config_usage_collector.ts" + ] } ] diff --git a/NOTICE.txt b/NOTICE.txt index 9cd38e6773d88..312326d7e41a9 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,5 +1,5 @@ Kibana source code with Kibana X-Pack source code -Copyright 2012-2024 Elasticsearch B.V. +Copyright 2012-2025 Elasticsearch B.V. --- Adapted from remote-web-worker, which was available under a "MIT" license. diff --git a/api_docs/actions.devdocs.json b/api_docs/actions.devdocs.json index 6ec4120835591..6fdcde7c50d0e 100644 --- a/api_docs/actions.devdocs.json +++ b/api_docs/actions.devdocs.json @@ -18,13 +18,7 @@ "text": "Plugin" }, " implements ", - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.Plugin", - "text": "Plugin" - }, + "Plugin", "<", { "pluginId": "actions", @@ -61,13 +55,7 @@ "label": "ctx", "description": [], "signature": [ - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", "<", "Config", ">" @@ -670,13 +658,7 @@ "label": "kibanaRequest", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined" ], "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.ts", @@ -1979,13 +1961,7 @@ "label": "savedObjectsClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/sub_action_connector.ts", "deprecated": false, @@ -2437,13 +2413,7 @@ "description": [], "signature": [ "(source: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", "HttpRequestExecutionSource" ], @@ -2459,13 +2429,7 @@ "label": "source", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/platform/plugins/shared/actions/server/lib/action_execution_source.ts", @@ -2522,13 +2486,7 @@ "description": [], "signature": [ "(source: Omit<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", ", \"name\">) => ", "SavedObjectExecutionSource" ], @@ -2545,13 +2503,7 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", ", \"name\">" ], "path": "x-pack/platform/plugins/shared/actions/server/lib/action_execution_source.ts", @@ -3322,13 +3274,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined" ], "path": "x-pack/platform/plugins/shared/actions/server/types.ts", @@ -3708,13 +3654,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined" ], "path": "x-pack/platform/plugins/shared/actions/server/sub_action_framework/types.ts", @@ -4330,13 +4270,7 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => Promise<", { "pluginId": "@kbn/utility-types", @@ -4367,13 +4301,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", @@ -4393,13 +4321,7 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", { "pluginId": "@kbn/utility-types", @@ -4430,13 +4352,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts", diff --git a/api_docs/actions.mdx b/api_docs/actions.mdx index ed1d182866342..0a1e2f43ac9e9 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-12-27 +date: 2025-01-05 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 de77ac5583a06..2e0828b9bce8d 100644 --- a/api_docs/advanced_settings.devdocs.json +++ b/api_docs/advanced_settings.devdocs.json @@ -17,7 +17,7 @@ "signature": [ "{ addSpaceSection: (Component: RegistryComponent, queryMatch: QueryMatchFn) => void; addGlobalSection: (Component: RegistryComponent, queryMatch: QueryMatchFn) => void; }" ], - "path": "src/plugins/advanced_settings/public/types.ts", + "path": "src/platform/plugins/private/advanced_settings/public/types.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "setup", @@ -49,7 +49,7 @@ }, "[]; }" ], - "path": "src/plugins/advanced_settings/public/types.ts", + "path": "src/platform/plugins/private/advanced_settings/public/types.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", diff --git a/api_docs/advanced_settings.mdx b/api_docs/advanced_settings.mdx index 632ff09be849d..c877efce14cd1 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-12-27 +date: 2025-01-05 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 b540a081a6bbd..8c908c938df61 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-12-27 +date: 2025-01-05 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 0ca8b926bbcfa..c84ac2b685cc2 100644 --- a/api_docs/aiops.devdocs.json +++ b/api_docs/aiops.devdocs.json @@ -292,13 +292,7 @@ "\nProvides execution context for data fetching." ], "signature": [ - { - "pluginId": "@kbn/core-execution-context-browser", - "scope": "public", - "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-public.ExecutionContextSetup", - "text": "ExecutionContextSetup" - } + "ExecutionContextSetup" ], "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, @@ -371,13 +365,7 @@ "\nUsed for data fetching." ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, @@ -393,13 +381,7 @@ "\nUsed for toast notifications." ], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.NotificationsSetup", - "text": "NotificationsSetup" - } + "NotificationsSetup" ], "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, @@ -438,13 +420,7 @@ "\nTheme service." ], "signature": [ - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - } + "ThemeServiceSetup" ], "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, @@ -595,13 +571,7 @@ "\nInternationalisation service" ], "signature": [ - { - "pluginId": "@kbn/core-i18n-browser", - "scope": "public", - "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-public.I18nStart", - "text": "I18nStart" - } + "I18nStart" ], "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, diff --git a/api_docs/aiops.mdx b/api_docs/aiops.mdx index 6e74a22214948..d6de96c4d1c32 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-12-27 +date: 2025-01-05 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 b155ae8b5a06c..5643941331826 100644 --- a/api_docs/alerting.devdocs.json +++ b/api_docs/alerting.devdocs.json @@ -1937,13 +1937,7 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => Promise<", "RulesClientApi", ">" @@ -1960,13 +1954,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts", @@ -1986,13 +1974,7 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => Promise<", { "pluginId": "@kbn/utility-types", @@ -2023,13 +2005,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts", @@ -3622,13 +3598,7 @@ "label": "savedObjectsClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, @@ -3642,13 +3612,7 @@ "label": "scopedClusterClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.IScopedClusterClient", - "text": "IScopedClusterClient" - } + "IScopedClusterClient" ], "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", "deprecated": false, @@ -3758,13 +3722,7 @@ "label": "references", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", @@ -4070,13 +4028,7 @@ "text": "RuleParamsAndRefs" }, "; injectReferences: (params: ExtractedParams, references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]) => Params; } | undefined" ], "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", @@ -4643,13 +4595,7 @@ "label": "RuleActionParams", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -4861,13 +4807,7 @@ "text": "AlertingAuthorization" }, "; getAuditLogger: () => ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditLogger", - "text": "AuditLogger" - }, + "AuditLogger", " | undefined; getTags: (params: Readonly<{ search?: string | undefined; perPage?: number | undefined; } & { page: number; }>) => Promise>; getScheduleFrequency: () => Promise>; }" ], "path": "x-pack/platform/plugins/shared/alerting/server/index.ts", @@ -6135,13 +6075,7 @@ "text": "AlertDelay" }, " extends ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -6233,13 +6167,7 @@ "text": "AlertsFilter" }, " extends ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -6307,13 +6235,7 @@ "text": "AlertsFilterTimeframe" }, " extends ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -6927,13 +6849,7 @@ "text": "Flapping" }, " extends ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -7381,13 +7297,7 @@ "text": "IntervalSchedule" }, " extends ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -7470,13 +7380,7 @@ "label": "savedObjectsClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts", "deprecated": false, @@ -8385,13 +8289,7 @@ "label": "params", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -8472,13 +8370,7 @@ "text": "RuleActionFrequency" }, " extends ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -8793,13 +8685,7 @@ "text": "RuleMonitoringCalculatedMetrics" }, " extends ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -8877,13 +8763,7 @@ "text": "RuleMonitoringHistory" }, " extends ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -8958,13 +8838,7 @@ "text": "RuleMonitoringLastRun" }, " extends ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -9020,13 +8894,7 @@ "text": "RuleMonitoringLastRunMetrics" }, " extends ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts", "deprecated": false, @@ -9541,13 +9409,7 @@ "label": "params", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -10901,13 +10763,7 @@ "label": "MappedParams", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - }, + "SavedObjectAttributes", " & ", { "pluginId": "@kbn/alerting-types", @@ -11127,13 +10983,7 @@ "text": "SanitizedRuleAction" }, "[]; } & Omit<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsResolveResponse", - "text": "SavedObjectsResolveResponse" - }, + "SavedObjectsResolveResponse", ", \"saved_object\"> & { outcome: string; alias_target_id?: string | undefined; }" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", @@ -11205,13 +11055,7 @@ "label": "RuleActionAlertsFilterProperty", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttribute", - "text": "SavedObjectAttribute" - }, + "SavedObjectAttribute", " | ", { "pluginId": "@kbn/alerting-types", @@ -11256,21 +11100,9 @@ "label": "RuleActionParam", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributeSingle", - "text": "SavedObjectAttributeSingle" - }, + "SavedObjectAttributeSingle", " | ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributeSingle", - "text": "SavedObjectAttributeSingle" - }, + "SavedObjectAttributeSingle", "[]" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", @@ -11286,13 +11118,7 @@ "label": "RuleActionParams", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, diff --git a/api_docs/alerting.mdx b/api_docs/alerting.mdx index 65350c918a122..96a0506fdfbdf 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-12-27 +date: 2025-01-05 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 0af4252018951..9f52af652fde0 100644 --- a/api_docs/apm.devdocs.json +++ b/api_docs/apm.devdocs.json @@ -11,7 +11,7 @@ "tags": [], "label": "ConfigSchema", "description": [], - "path": "x-pack/plugins/observability_solution/apm/public/index.ts", + "path": "x-pack/solutions/observability/plugins/apm/public/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22,7 +22,7 @@ "tags": [], "label": "serviceMapEnabled", "description": [], - "path": "x-pack/plugins/observability_solution/apm/public/index.ts", + "path": "x-pack/solutions/observability/plugins/apm/public/index.ts", "deprecated": false, "trackAdoption": false }, @@ -36,7 +36,7 @@ "signature": [ "{ enabled: boolean; }" ], - "path": "x-pack/plugins/observability_solution/apm/public/index.ts", + "path": "x-pack/solutions/observability/plugins/apm/public/index.ts", "deprecated": false, "trackAdoption": false }, @@ -47,7 +47,7 @@ "tags": [], "label": "latestAgentVersionsUrl", "description": [], - "path": "x-pack/plugins/observability_solution/apm/public/index.ts", + "path": "x-pack/solutions/observability/plugins/apm/public/index.ts", "deprecated": false, "trackAdoption": false }, @@ -58,7 +58,7 @@ "tags": [], "label": "serverlessOnboarding", "description": [], - "path": "x-pack/plugins/observability_solution/apm/public/index.ts", + "path": "x-pack/solutions/observability/plugins/apm/public/index.ts", "deprecated": false, "trackAdoption": false }, @@ -69,7 +69,7 @@ "tags": [], "label": "managedServiceUrl", "description": [], - "path": "x-pack/plugins/observability_solution/apm/public/index.ts", + "path": "x-pack/solutions/observability/plugins/apm/public/index.ts", "deprecated": false, "trackAdoption": false }, @@ -83,7 +83,7 @@ "signature": [ "{ agentConfigurationAvailable: boolean; configurableIndicesAvailable: boolean; infrastructureTabAvailable: boolean; infraUiAvailable: boolean; migrationToFleetAvailable: boolean; sourcemapApiAvailable: boolean; storageExplorerAvailable: boolean; profilingIntegrationAvailable: boolean; ruleFormV2Enabled: boolean; }" ], - "path": "x-pack/plugins/observability_solution/apm/public/index.ts", + "path": "x-pack/solutions/observability/plugins/apm/public/index.ts", "deprecated": false, "trackAdoption": false }, @@ -97,7 +97,7 @@ "signature": [ "{ enabled: boolean; }" ], - "path": "x-pack/plugins/observability_solution/apm/public/index.ts", + "path": "x-pack/solutions/observability/plugins/apm/public/index.ts", "deprecated": false, "trackAdoption": false } @@ -146,7 +146,7 @@ }, ">; } & { kuery?: string | undefined; rangeFrom?: string | undefined; rangeTo?: string | undefined; }; })>; }" ], - "path": "x-pack/plugins/observability_solution/apm/public/plugin.ts", + "path": "x-pack/solutions/observability/plugins/apm/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "setup", @@ -162,7 +162,7 @@ "signature": [ "void" ], - "path": "x-pack/plugins/observability_solution/apm/public/plugin.ts", + "path": "x-pack/solutions/observability/plugins/apm/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -187,13 +187,7 @@ "text": "APMPlugin" }, " implements ", - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.Plugin", - "text": "Plugin" - }, + "Plugin", "<", { "pluginId": "apm", @@ -208,7 +202,7 @@ "APMPluginStartDependencies", ">" ], - "path": "x-pack/plugins/observability_solution/apm/server/plugin.ts", + "path": "x-pack/solutions/observability/plugins/apm/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -222,7 +216,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/observability_solution/apm/server/plugin.ts", + "path": "x-pack/solutions/observability/plugins/apm/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -234,16 +228,10 @@ "label": "initContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", "" ], - "path": "x-pack/plugins/observability_solution/apm/server/plugin.ts", + "path": "x-pack/solutions/observability/plugins/apm/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -260,13 +248,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<", "APMPluginStartDependencies", ", unknown>, plugins: ", @@ -277,7 +259,7 @@ "SearchAggregatedTransactionSetting", "; telemetryCollectionEnabled: boolean; metricsInterval: number; forceSyntheticSource: boolean; latestAgentVersionsUrl: string; serverless: Readonly<{} & { enabled: true; }>; serverlessOnboarding: boolean; managedServiceUrl: string; featureFlags: Readonly<{} & { agentConfigurationAvailable: boolean; configurableIndicesAvailable: boolean; infrastructureTabAvailable: boolean; infraUiAvailable: boolean; migrationToFleetAvailable: boolean; sourcemapApiAvailable: boolean; storageExplorerAvailable: boolean; profilingIntegrationAvailable: boolean; ruleFormV2Enabled: boolean; }>; }>>; }" ], - "path": "x-pack/plugins/observability_solution/apm/server/plugin.ts", + "path": "x-pack/solutions/observability/plugins/apm/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -289,18 +271,12 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<", "APMPluginStartDependencies", ", unknown>" ], - "path": "x-pack/plugins/observability_solution/apm/server/plugin.ts", + "path": "x-pack/solutions/observability/plugins/apm/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -315,7 +291,7 @@ "signature": [ "APMPluginSetupDependencies" ], - "path": "x-pack/plugins/observability_solution/apm/server/plugin.ts", + "path": "x-pack/solutions/observability/plugins/apm/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -332,18 +308,12 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", plugins: ", "APMPluginStartDependencies", ") => void" ], - "path": "x-pack/plugins/observability_solution/apm/server/plugin.ts", + "path": "x-pack/solutions/observability/plugins/apm/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -355,15 +325,9 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], - "path": "x-pack/plugins/observability_solution/apm/server/plugin.ts", + "path": "x-pack/solutions/observability/plugins/apm/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -378,7 +342,7 @@ "signature": [ "APMPluginStartDependencies" ], - "path": "x-pack/plugins/observability_solution/apm/server/plugin.ts", + "path": "x-pack/solutions/observability/plugins/apm/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -396,7 +360,7 @@ "signature": [ "() => void" ], - "path": "x-pack/plugins/observability_solution/apm/server/plugin.ts", + "path": "x-pack/solutions/observability/plugins/apm/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -420,7 +384,7 @@ "signature": [ "\"POST /internal/apm/data_view/static\" | \"GET /internal/apm/data_view/index_pattern\" | \"GET /internal/apm/environments\" | \"GET /internal/apm/services/{serviceName}/errors/groups/main_statistics\" | \"GET /internal/apm/services/{serviceName}/errors/groups/main_statistics_by_transaction_name\" | \"POST /internal/apm/services/{serviceName}/errors/groups/detailed_statistics\" | \"GET /internal/apm/services/{serviceName}/errors/{groupId}/samples\" | \"GET /internal/apm/services/{serviceName}/errors/{groupId}/error/{errorId}\" | \"GET /internal/apm/services/{serviceName}/errors/distribution\" | \"GET /internal/apm/services/{serviceName}/errors/{groupId}/top_erroneous_transactions\" | \"POST /internal/apm/latency/overall_distribution/transactions\" | \"GET /internal/apm/services/{serviceName}/metrics/charts\" | \"GET /internal/apm/services/{serviceName}/metrics/nodes\" | \"GET /internal/apm/services/{serviceName}/metrics/serverless/charts\" | \"GET /internal/apm/services/{serviceName}/metrics/serverless/summary\" | \"GET /internal/apm/services/{serviceName}/metrics/serverless/functions_overview\" | \"GET /internal/apm/services/{serviceName}/metrics/serverless/active_instances\" | \"GET /internal/apm/observability_overview\" | \"GET /internal/apm/observability_overview/has_data\" | \"GET /internal/apm/service-map\" | \"GET /internal/apm/service-map/service/{serviceName}\" | \"GET /internal/apm/service-map/dependency\" | \"GET /internal/apm/services\" | \"POST /internal/apm/services/detailed_statistics\" | \"GET /internal/apm/services/{serviceName}/metadata/details\" | \"GET /internal/apm/services/{serviceName}/metadata/icons\" | \"GET /internal/apm/services/{serviceName}/agent\" | \"GET /internal/apm/services/{serviceName}/transaction_types\" | \"GET /internal/apm/services/{serviceName}/node/{serviceNodeName}/metadata\" | \"GET /api/apm/services/{serviceName}/annotation/search 2023-10-31\" | \"POST /api/apm/services/{serviceName}/annotation 2023-10-31\" | \"GET /internal/apm/services/{serviceName}/service_overview_instances/details/{serviceNodeName}\" | \"GET /internal/apm/services/{serviceName}/throughput\" | \"GET /internal/apm/services/{serviceName}/service_overview_instances/main_statistics\" | \"GET /internal/apm/services/{serviceName}/service_overview_instances/detailed_statistics\" | \"GET /internal/apm/services/{serviceName}/dependencies\" | \"GET /internal/apm/services/{serviceName}/dependencies/breakdown\" | \"GET /internal/apm/services/{serviceName}/anomaly_charts\" | \"GET /internal/apm/services/{serviceName}/alerts_count\" | \"GET /internal/apm/entities/services/{serviceName}/logs_rate_timeseries\" | \"GET /internal/apm/entities/services/{serviceName}/logs_error_rate_timeseries\" | \"GET /internal/apm/entities/services/{serviceName}/summary\" | \"GET /internal/apm/service-groups\" | \"GET /internal/apm/service-group\" | \"POST /internal/apm/service-group\" | \"DELETE /internal/apm/service-group\" | \"GET /internal/apm/service-group/services\" | \"GET /internal/apm/service-group/counts\" | \"GET /internal/apm/suggestions\" | \"GET /internal/apm/traces/{traceId}\" | \"GET /internal/apm/traces\" | \"GET /internal/apm/traces/{traceId}/root_transaction\" | \"GET /internal/apm/transactions/{transactionId}\" | \"GET /internal/apm/traces/find\" | \"POST /internal/apm/traces/aggregated_critical_path\" | \"GET /internal/apm/traces/{traceId}/transactions/{transactionId}\" | \"GET /internal/apm/traces/{traceId}/spans/{spanId}\" | \"GET /internal/apm/transactions\" | \"GET /internal/apm/services/{serviceName}/transactions/groups/main_statistics\" | \"GET /internal/apm/services/{serviceName}/transactions/groups/detailed_statistics\" | \"GET /internal/apm/services/{serviceName}/transactions/charts/latency\" | \"GET /internal/apm/services/{serviceName}/transactions/traces/samples\" | \"GET /internal/apm/services/{serviceName}/transaction/charts/breakdown\" | \"GET /internal/apm/services/{serviceName}/transactions/charts/error_rate\" | \"GET /internal/apm/services/{serviceName}/transactions/charts/coldstart_rate\" | \"GET /internal/apm/services/{serviceName}/transactions/charts/coldstart_rate_by_transaction_name\" | \"GET /internal/apm/rule_types/transaction_error_rate/chart_preview\" | \"GET /internal/apm/rule_types/error_count/chart_preview\" | \"GET /internal/apm/rule_types/transaction_duration/chart_preview\" | \"GET /api/apm/settings/agent-configuration 2023-10-31\" | \"GET /api/apm/settings/agent-configuration/view 2023-10-31\" | \"DELETE /api/apm/settings/agent-configuration 2023-10-31\" | \"PUT /api/apm/settings/agent-configuration 2023-10-31\" | \"POST /api/apm/settings/agent-configuration/search 2023-10-31\" | \"GET /api/apm/settings/agent-configuration/environments 2023-10-31\" | \"GET /api/apm/settings/agent-configuration/agent_name 2023-10-31\" | \"GET /internal/apm/settings/anomaly-detection/jobs\" | \"POST /internal/apm/settings/anomaly-detection/jobs\" | \"GET /internal/apm/settings/anomaly-detection/environments\" | \"POST /internal/apm/settings/anomaly-detection/update_to_v3\" | \"GET /internal/apm/settings/apm-index-settings\" | \"GET /internal/apm/settings/apm-indices\" | \"POST /internal/apm/settings/apm-indices/save\" | \"GET /internal/apm/settings/custom_links/transaction\" | \"GET /internal/apm/settings/custom_links\" | \"POST /internal/apm/settings/custom_links\" | \"PUT /internal/apm/settings/custom_links/{id}\" | \"DELETE /internal/apm/settings/custom_links/{id}\" | \"GET /api/apm/sourcemaps 2023-10-31\" | \"POST /api/apm/sourcemaps 2023-10-31\" | \"DELETE /api/apm/sourcemaps/{id} 2023-10-31\" | \"POST /internal/apm/sourcemaps/migrate_fleet_artifacts\" | \"GET /internal/apm/fleet/has_apm_policies\" | \"GET /internal/apm/fleet/agents\" | \"POST /api/apm/fleet/apm_server_schema 2023-10-31\" | \"GET /internal/apm/fleet/apm_server_schema/unsupported\" | \"GET /internal/apm/fleet/migration_check\" | \"POST /internal/apm/fleet/cloud_apm_package_policy\" | \"GET /internal/apm/fleet/java_agent_versions\" | \"GET /internal/apm/dependencies/top_dependencies\" | \"GET /internal/apm/dependencies/upstream_services\" | \"GET /internal/apm/dependencies/metadata\" | \"GET /internal/apm/dependencies/charts/latency\" | \"GET /internal/apm/dependencies/charts/throughput\" | \"GET /internal/apm/dependencies/charts/error_rate\" | \"GET /internal/apm/dependencies/operations\" | \"GET /internal/apm/dependencies/charts/distribution\" | \"GET /internal/apm/dependencies/operations/spans\" | \"GET /internal/apm/correlations/field_candidates/transactions\" | \"GET /internal/apm/correlations/field_value_stats/transactions\" | \"POST /internal/apm/correlations/field_value_pairs/transactions\" | \"POST /internal/apm/correlations/significant_correlations/transactions\" | \"POST /internal/apm/correlations/p_values/transactions\" | \"GET /internal/apm/fallback_to_transactions\" | \"GET /internal/apm/has_data\" | \"GET /internal/apm/has_entities\" | \"GET /internal/apm/event_metadata/{processorEvent}/{id}\" | \"GET /internal/apm/agent_keys\" | \"GET /internal/apm/agent_keys/privileges\" | \"POST /internal/apm/api_key/invalidate\" | \"POST /api/apm/agent_keys 2023-10-31\" | \"GET /internal/apm/storage_explorer\" | \"GET /internal/apm/services/{serviceName}/storage_details\" | \"GET /internal/apm/storage_chart\" | \"GET /internal/apm/storage_explorer/privileges\" | \"GET /internal/apm/storage_explorer_summary_stats\" | \"GET /internal/apm/storage_explorer/is_cross_cluster_search\" | \"GET /internal/apm/storage_explorer/get_services\" | \"GET /internal/apm/traces/{traceId}/span_links/{spanId}/parents\" | \"GET /internal/apm/traces/{traceId}/span_links/{spanId}/children\" | \"GET /internal/apm/services/{serviceName}/infrastructure_attributes\" | \"GET /internal/apm/debug-telemetry\" | \"GET /internal/apm/time_range_metadata\" | \"GET /internal/apm/settings/labs\" | \"GET /internal/apm/get_agents_per_service\" | \"GET /internal/apm/get_latest_agent_versions\" | \"GET /internal/apm/services/{serviceName}/agent_instances\" | \"GET /internal/apm/mobile-services/{serviceName}/error/http_error_rate\" | \"GET /internal/apm/mobile-services/{serviceName}/errors/groups/main_statistics\" | \"POST /internal/apm/mobile-services/{serviceName}/errors/groups/detailed_statistics\" | \"GET /internal/apm/mobile-services/{serviceName}/error_terms\" | \"POST /internal/apm/mobile-services/{serviceName}/crashes/groups/detailed_statistics\" | \"GET /internal/apm/mobile-services/{serviceName}/crashes/groups/main_statistics\" | \"GET /internal/apm/mobile-services/{serviceName}/crashes/distribution\" | \"GET /internal/apm/services/{serviceName}/mobile/filters\" | \"GET /internal/apm/mobile-services/{serviceName}/most_used_charts\" | \"GET /internal/apm/mobile-services/{serviceName}/transactions/charts/sessions\" | \"GET /internal/apm/mobile-services/{serviceName}/transactions/charts/http_requests\" | \"GET /internal/apm/mobile-services/{serviceName}/stats\" | \"GET /internal/apm/mobile-services/{serviceName}/location/stats\" | \"GET /internal/apm/mobile-services/{serviceName}/terms\" | \"GET /internal/apm/mobile-services/{serviceName}/main_statistics\" | \"GET /internal/apm/mobile-services/{serviceName}/detailed_statistics\" | \"GET /internal/apm/diagnostics\" | \"POST /internal/apm/assistant/get_apm_timeseries\" | \"GET /internal/apm/assistant/get_downstream_dependencies\" | \"GET /internal/apm/services/{serviceName}/profiling/flamegraph\" | \"GET /internal/apm/profiling/status\" | \"GET /internal/apm/services/{serviceName}/profiling/functions\" | \"GET /internal/apm/services/{serviceName}/profiling/hosts/flamegraph\" | \"GET /internal/apm/services/{serviceName}/profiling/hosts/functions\" | \"POST /internal/apm/custom-dashboard\" | \"DELETE /internal/apm/custom-dashboard\" | \"GET /internal/apm/services/{serviceName}/dashboards\"" ], - "path": "x-pack/plugins/observability_solution/apm/server/routes/apm_routes/get_global_apm_server_route_repository.ts", + "path": "x-pack/solutions/observability/plugins/apm/server/routes/apm_routes/get_global_apm_server_route_repository.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -435,7 +399,7 @@ "signature": [ "\"apm\"" ], - "path": "x-pack/plugins/observability_solution/apm/common/rules/apm_rule_types.ts", + "path": "x-pack/solutions/observability/plugins/apm/common/rules/apm_rule_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -452,7 +416,7 @@ "SearchAggregatedTransactionSetting", "; readonly telemetryCollectionEnabled: boolean; readonly metricsInterval: number; readonly forceSyntheticSource: boolean; readonly latestAgentVersionsUrl: string; readonly serverless: Readonly<{} & { enabled: true; }>; readonly serverlessOnboarding: boolean; readonly managedServiceUrl: string; readonly featureFlags: Readonly<{} & { agentConfigurationAvailable: boolean; configurableIndicesAvailable: boolean; infrastructureTabAvailable: boolean; infraUiAvailable: boolean; migrationToFleetAvailable: boolean; sourcemapApiAvailable: boolean; storageExplorerAvailable: boolean; profilingIntegrationAvailable: boolean; ruleFormV2Enabled: boolean; }>; }" ], - "path": "x-pack/plugins/observability_solution/apm/server/index.ts", + "path": "x-pack/solutions/observability/plugins/apm/server/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4442,13 +4406,7 @@ "; }>, ", "APMRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<{}>, ", "APMRouteCreateOptions", ">; \"GET /internal/apm/settings/apm-indices\": ", @@ -8995,7 +8953,7 @@ "APMRouteCreateOptions", ">; }" ], - "path": "x-pack/plugins/observability_solution/apm/server/routes/apm_routes/get_global_apm_server_route_repository.ts", + "path": "x-pack/solutions/observability/plugins/apm/server/routes/apm_routes/get_global_apm_server_route_repository.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -9009,7 +8967,7 @@ "tags": [], "label": "APMPluginSetup", "description": [], - "path": "x-pack/plugins/observability_solution/apm/server/types.ts", + "path": "x-pack/solutions/observability/plugins/apm/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9026,7 +8984,7 @@ "SearchAggregatedTransactionSetting", "; telemetryCollectionEnabled: boolean; metricsInterval: number; forceSyntheticSource: boolean; latestAgentVersionsUrl: string; serverless: Readonly<{} & { enabled: true; }>; serverlessOnboarding: boolean; managedServiceUrl: string; featureFlags: Readonly<{} & { agentConfigurationAvailable: boolean; configurableIndicesAvailable: boolean; infrastructureTabAvailable: boolean; infraUiAvailable: boolean; migrationToFleetAvailable: boolean; sourcemapApiAvailable: boolean; storageExplorerAvailable: boolean; profilingIntegrationAvailable: boolean; ruleFormV2Enabled: boolean; }>; }>>" ], - "path": "x-pack/plugins/observability_solution/apm/server/types.ts", + "path": "x-pack/solutions/observability/plugins/apm/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -9052,7 +9010,7 @@ "CriticalPathTreeNode", "[]; maxDepth: number; numNodes: number; }" ], - "path": "x-pack/plugins/observability_solution/apm/common/critical_path/get_aggregated_critical_path_root_nodes.ts", + "path": "x-pack/solutions/observability/plugins/apm/common/critical_path/get_aggregated_critical_path_root_nodes.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9063,7 +9021,7 @@ "tags": [], "label": "params", "description": [], - "path": "x-pack/plugins/observability_solution/apm/common/critical_path/get_aggregated_critical_path_root_nodes.ts", + "path": "x-pack/solutions/observability/plugins/apm/common/critical_path/get_aggregated_critical_path_root_nodes.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9077,7 +9035,7 @@ "signature": [ "CriticalPathResponse" ], - "path": "x-pack/plugins/observability_solution/apm/common/critical_path/get_aggregated_critical_path_root_nodes.ts", + "path": "x-pack/solutions/observability/plugins/apm/common/critical_path/get_aggregated_critical_path_root_nodes.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/apm.mdx b/api_docs/apm.mdx index 2155c07ebc69d..cccd92e5ef0df 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-12-27 +date: 2025-01-05 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 be97ce96ca40e..a708df86f5aff 100644 --- a/api_docs/apm_data_access.devdocs.json +++ b/api_docs/apm_data_access.devdocs.json @@ -17,7 +17,7 @@ "tags": [], "label": "APMEventClient", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -31,7 +31,7 @@ "signature": [ "{ readonly error: string; readonly transaction: string; readonly span: string; readonly metric: string; readonly onboarding: string; readonly sourcemap: string; }" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false }, @@ -45,7 +45,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -65,7 +65,7 @@ "text": "APMEventClientConfig" } ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -91,7 +91,7 @@ }, ">(operationName: string, params: TParams) => Promise>" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -105,7 +105,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -120,7 +120,7 @@ "signature": [ "TParams" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -146,7 +146,7 @@ }, ">(operationName: string, params: TParams) => Promise>" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -160,7 +160,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -175,7 +175,7 @@ "signature": [ "TParams" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -201,7 +201,7 @@ }, ">(operationName: string, ...allParams: TParams[]) => Promise>" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -215,7 +215,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -230,7 +230,7 @@ "signature": [ "TParams[]" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -250,7 +250,7 @@ "EqlSearchResponse", ">" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -264,7 +264,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -279,7 +279,7 @@ "signature": [ "APMEventEqlSearchRequest" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -301,7 +301,7 @@ "FieldCapsResponse", ">" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -315,7 +315,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -330,7 +330,7 @@ "signature": [ "APMEventFieldCapsRequest" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -352,7 +352,7 @@ "TermsEnumResponse", ">" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -366,7 +366,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -381,7 +381,7 @@ "signature": [ "APMEventTermsEnumRequest" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -407,7 +407,7 @@ }, ") => string[]" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -427,7 +427,7 @@ "text": "ProcessorEvent" } ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -448,7 +448,7 @@ "tags": [], "label": "ApmDataAccessPrivilegesCheck", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/check_privileges.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/check_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -460,16 +460,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/check_privileges.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/check_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -490,7 +484,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/check_privileges.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/check_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -504,7 +498,7 @@ "signature": [ "() => Promise>" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/check_privileges.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/check_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -520,7 +514,7 @@ "tags": [], "label": "ApmDataAccessServicesParams", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/services/get_services.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/services/get_services.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -540,7 +534,7 @@ "text": "APMEventClient" } ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/services/get_services.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/services/get_services.ts", "deprecated": false, "trackAdoption": false } @@ -554,7 +548,7 @@ "tags": [], "label": "APMEventClientConfig", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1822,7 +1816,7 @@ "default", "; }" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false }, @@ -1833,7 +1827,7 @@ "tags": [], "label": "debug", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false }, @@ -1845,16 +1839,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false }, @@ -1868,7 +1856,7 @@ "signature": [ "{ readonly error: string; readonly transaction: string; readonly span: string; readonly metric: string; readonly onboarding: string; readonly sourcemap: string; }" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false }, @@ -1881,13 +1869,7 @@ "description": [], "signature": [ "{ includeFrozen: boolean; inspectableEsQueriesMap?: WeakMap<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", ", "InspectResponse", "> | undefined; excludedDataTiers?: ", @@ -1900,7 +1882,7 @@ }, "[] | undefined; }" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false } @@ -1914,7 +1896,7 @@ "tags": [], "label": "DocumentSourcesRequest", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/services/get_document_sources/get_document_sources.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/services/get_document_sources/get_document_sources.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1934,7 +1916,7 @@ "text": "APMEventClient" } ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/services/get_document_sources/get_document_sources.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/services/get_document_sources/get_document_sources.ts", "deprecated": false, "trackAdoption": false }, @@ -1945,7 +1927,7 @@ "tags": [], "label": "start", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/services/get_document_sources/get_document_sources.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/services/get_document_sources/get_document_sources.ts", "deprecated": false, "trackAdoption": false }, @@ -1956,7 +1938,7 @@ "tags": [], "label": "end", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/services/get_document_sources/get_document_sources.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/services/get_document_sources/get_document_sources.ts", "deprecated": false, "trackAdoption": false }, @@ -1967,7 +1949,7 @@ "tags": [], "label": "kuery", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/services/get_document_sources/get_document_sources.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/services/get_document_sources/get_document_sources.ts", "deprecated": false, "trackAdoption": false }, @@ -1978,7 +1960,7 @@ "tags": [], "label": "enableServiceTransactionMetrics", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/services/get_document_sources/get_document_sources.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/services/get_document_sources/get_document_sources.ts", "deprecated": false, "trackAdoption": false }, @@ -1989,7 +1971,7 @@ "tags": [], "label": "enableContinuousRollups", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/services/get_document_sources/get_document_sources.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/services/get_document_sources/get_document_sources.ts", "deprecated": false, "trackAdoption": false } @@ -2003,7 +1985,7 @@ "tags": [], "label": "GetDocumentTypeParams", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/services/get_document_type_config/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/services/get_document_type_config/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2014,7 +1996,7 @@ "tags": [], "label": "start", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/services/get_document_type_config/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/services/get_document_type_config/index.ts", "deprecated": false, "trackAdoption": false }, @@ -2025,7 +2007,7 @@ "tags": [], "label": "end", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/services/get_document_type_config/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/services/get_document_type_config/index.ts", "deprecated": false, "trackAdoption": false }, @@ -2047,7 +2029,7 @@ }, " & { hasDocs: boolean; hasDurationSummaryField: boolean; })[]" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/services/get_document_type_config/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/services/get_document_type_config/index.ts", "deprecated": false, "trackAdoption": false }, @@ -2068,7 +2050,7 @@ }, "[]" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/services/get_document_type_config/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/services/get_document_type_config/index.ts", "deprecated": false, "trackAdoption": false }, @@ -2082,7 +2064,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/services/get_document_type_config/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/services/get_document_type_config/index.ts", "deprecated": false, "trackAdoption": false } @@ -2096,7 +2078,7 @@ "tags": [], "label": "HostNamesRequest", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/services/get_host_names/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/services/get_host_names/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2111,7 +2093,7 @@ "QueryDslQueryContainer", " | undefined" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/services/get_host_names/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/services/get_host_names/index.ts", "deprecated": false, "trackAdoption": false }, @@ -2125,7 +2107,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/services/get_host_names/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/services/get_host_names/index.ts", "deprecated": false, "trackAdoption": false }, @@ -2136,7 +2118,7 @@ "tags": [], "label": "start", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/services/get_host_names/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/services/get_host_names/index.ts", "deprecated": false, "trackAdoption": false }, @@ -2147,7 +2129,7 @@ "tags": [], "label": "end", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/services/get_host_names/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/services/get_host_names/index.ts", "deprecated": false, "trackAdoption": false }, @@ -2161,7 +2143,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/services/get_host_names/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/services/get_host_names/index.ts", "deprecated": false, "trackAdoption": false }, @@ -2183,7 +2165,7 @@ }, " & { hasDocs: boolean; hasDurationSummaryField: boolean; })[]" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/services/get_host_names/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/services/get_host_names/index.ts", "deprecated": false, "trackAdoption": false } @@ -2203,7 +2185,7 @@ "signature": [ "{ readonly indices: Readonly<{} & { error: string; transaction: string; span: string; metric: string; onboarding: string; sourcemap: string; }>; }" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2260,7 +2242,7 @@ "HostServicesRequest", ") => Promise<{ services: { serviceName: string; agentName: string | null; }[]; }>; }" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/types.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2293,7 +2275,7 @@ }, "[]; }); body: { size: number; track_total_hits: number | boolean; }; }" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2308,7 +2290,7 @@ "signature": [ "{ readonly error: string; readonly transaction: string; readonly span: string; readonly metric: string; readonly onboarding: string; readonly sourcemap: string; }" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2325,7 +2307,7 @@ "SearchRequest", ", \"index\"> & { body: { size: number; track_total_hits: number | boolean; }; }" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2339,7 +2321,7 @@ "tags": [], "label": "ApmDataAccessPluginSetup", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/types.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2353,7 +2335,7 @@ "signature": [ "{ readonly error: string; readonly transaction: string; readonly span: string; readonly metric: string; readonly onboarding: string; readonly sourcemap: string; }" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/types.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2366,16 +2348,10 @@ "description": [], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ") => Promise>" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/types.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2387,15 +2363,9 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/types.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2463,7 +2433,7 @@ "HostServicesRequest", ") => Promise<{ services: { serviceName: string; agentName: string | null; }[]; }>; }" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/types.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2484,7 +2454,7 @@ "text": "ApmDataAccessServicesParams" } ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/services/get_services.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/services/get_services.ts", "deprecated": false, "trackAdoption": false } @@ -2501,7 +2471,7 @@ "tags": [], "label": "ApmDataAccessPluginStart", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/types.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2523,7 +2493,7 @@ }, ", \"request\">) => Promise" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/types.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2545,7 +2515,7 @@ }, ", \"request\">" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/server/types.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2571,7 +2541,7 @@ "signature": [ "({\n start,\n end,\n numBuckets = 50,\n minBucketSize,\n}: { start: number; end: number; numBuckets?: number | undefined; minBucketSize?: number | undefined; }) => { bucketSize: number; intervalString: string; }" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/common/utils/get_bucket_size/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/common/utils/get_bucket_size/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2582,7 +2552,7 @@ "tags": [], "label": "{\n start,\n end,\n numBuckets = 50,\n minBucketSize,\n}", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/common/utils/get_bucket_size/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/common/utils/get_bucket_size/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2593,7 +2563,7 @@ "tags": [], "label": "start", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/common/utils/get_bucket_size/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/common/utils/get_bucket_size/index.ts", "deprecated": false, "trackAdoption": false }, @@ -2604,7 +2574,7 @@ "tags": [], "label": "end", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/common/utils/get_bucket_size/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/common/utils/get_bucket_size/index.ts", "deprecated": false, "trackAdoption": false }, @@ -2618,7 +2588,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/common/utils/get_bucket_size/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/common/utils/get_bucket_size/index.ts", "deprecated": false, "trackAdoption": false }, @@ -2632,7 +2602,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/common/utils/get_bucket_size/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/common/utils/get_bucket_size/index.ts", "deprecated": false, "trackAdoption": false } @@ -2668,7 +2638,7 @@ }, "; bucketSizeInSeconds: number; }" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/common/utils/get_preferred_bucket_size_and_data_source.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/common/utils/get_preferred_bucket_size_and_data_source.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2679,7 +2649,7 @@ "tags": [], "label": "{\n sources,\n bucketSizeInSeconds,\n}", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/common/utils/get_preferred_bucket_size_and_data_source.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/common/utils/get_preferred_bucket_size_and_data_source.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2700,7 +2670,7 @@ }, "[]" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/common/utils/get_preferred_bucket_size_and_data_source.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/common/utils/get_preferred_bucket_size_and_data_source.ts", "deprecated": false, "trackAdoption": false }, @@ -2711,7 +2681,7 @@ "tags": [], "label": "bucketSizeInSeconds", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/common/utils/get_preferred_bucket_size_and_data_source.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/common/utils/get_preferred_bucket_size_and_data_source.ts", "deprecated": false, "trackAdoption": false } @@ -2740,7 +2710,7 @@ }, "" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/common/data_source.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/common/data_source.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2760,7 +2730,7 @@ "text": "RollupInterval" } ], - "path": "x-pack/plugins/observability_solution/apm_data_access/common/data_source.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/common/data_source.ts", "deprecated": false, "trackAdoption": false }, @@ -2774,7 +2744,7 @@ "signature": [ "TDocumentType" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/common/data_source.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/common/data_source.ts", "deprecated": false, "trackAdoption": false } @@ -2788,7 +2758,7 @@ "tags": [], "label": "TimeRangeMetadata", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/common/time_range_metadata.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/common/time_range_metadata.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2799,7 +2769,7 @@ "tags": [], "label": "isUsingServiceDestinationMetrics", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/common/time_range_metadata.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/common/time_range_metadata.ts", "deprecated": false, "trackAdoption": false }, @@ -2821,7 +2791,7 @@ }, " & { hasDocs: boolean; hasDurationSummaryField: boolean; })[]" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/common/time_range_metadata.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/common/time_range_metadata.ts", "deprecated": false, "trackAdoption": false } @@ -2837,7 +2807,7 @@ "tags": [], "label": "ApmDocumentType", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/common/document_type.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/common/document_type.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2849,7 +2819,7 @@ "tags": [], "label": "RollupInterval", "description": [], - "path": "x-pack/plugins/observability_solution/apm_data_access/common/rollup.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/common/rollup.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2873,7 +2843,7 @@ }, " & { hasDurationSummaryField: boolean; hasDocs: boolean; }" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/common/data_source.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/common/data_source.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2911,7 +2881,7 @@ }, ".TransactionEvent" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/common/document_type.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/common/document_type.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2941,7 +2911,7 @@ }, ".TransactionEvent" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/common/document_type.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/common/document_type.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2956,7 +2926,7 @@ "signature": [ "\"apmDataAccess\"" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/common/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2971,7 +2941,7 @@ "signature": [ "\"apmDataAccess\"" ], - "path": "x-pack/plugins/observability_solution/apm_data_access/common/index.ts", + "path": "x-pack/solutions/observability/plugins/apm_data_access/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/apm_data_access.mdx b/api_docs/apm_data_access.mdx index 4b29826bccd87..b4a9ce4dff11a 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmDataAccess'] --- import apmDataAccessObj from './apm_data_access.devdocs.json'; diff --git a/api_docs/asset_inventory.mdx b/api_docs/asset_inventory.mdx index 6af4d7d9ffd8c..6c1ed8b072848 100644 --- a/api_docs/asset_inventory.mdx +++ b/api_docs/asset_inventory.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/assetInventory title: "assetInventory" image: https://source.unsplash.com/400x175/?github description: API docs for the assetInventory plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'assetInventory'] --- import assetInventoryObj from './asset_inventory.devdocs.json'; diff --git a/api_docs/banners.devdocs.json b/api_docs/banners.devdocs.json index 6bd8c557af59f..edaf9c9d07d6e 100644 --- a/api_docs/banners.devdocs.json +++ b/api_docs/banners.devdocs.json @@ -27,7 +27,7 @@ "tags": [], "label": "BannerConfiguration", "description": [], - "path": "x-pack/plugins/banners/common/types.ts", + "path": "x-pack/platform/plugins/private/banners/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -41,7 +41,7 @@ "signature": [ "\"disabled\" | \"top\"" ], - "path": "x-pack/plugins/banners/common/types.ts", + "path": "x-pack/platform/plugins/private/banners/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -52,7 +52,7 @@ "tags": [], "label": "textContent", "description": [], - "path": "x-pack/plugins/banners/common/types.ts", + "path": "x-pack/platform/plugins/private/banners/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -63,7 +63,7 @@ "tags": [], "label": "textColor", "description": [], - "path": "x-pack/plugins/banners/common/types.ts", + "path": "x-pack/platform/plugins/private/banners/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -74,7 +74,7 @@ "tags": [], "label": "backgroundColor", "description": [], - "path": "x-pack/plugins/banners/common/types.ts", + "path": "x-pack/platform/plugins/private/banners/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -88,7 +88,7 @@ "tags": [], "label": "BannerInfoResponse", "description": [], - "path": "x-pack/plugins/banners/common/types.ts", + "path": "x-pack/platform/plugins/private/banners/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -99,7 +99,7 @@ "tags": [], "label": "allowed", "description": [], - "path": "x-pack/plugins/banners/common/types.ts", + "path": "x-pack/platform/plugins/private/banners/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -119,7 +119,7 @@ "text": "BannerConfiguration" } ], - "path": "x-pack/plugins/banners/common/types.ts", + "path": "x-pack/platform/plugins/private/banners/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -139,7 +139,7 @@ "signature": [ "\"disabled\" | \"top\"" ], - "path": "x-pack/plugins/banners/common/types.ts", + "path": "x-pack/platform/plugins/private/banners/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/banners.mdx b/api_docs/banners.mdx index 6116c232f646e..12393d3a31016 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'banners'] --- import bannersObj from './banners.devdocs.json'; diff --git a/api_docs/canvas.devdocs.json b/api_docs/canvas.devdocs.json index 2a68b5c907c0a..431be1768bc27 100644 --- a/api_docs/canvas.devdocs.json +++ b/api_docs/canvas.devdocs.json @@ -24,13 +24,7 @@ "description": [], "signature": [ "{ services: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", " & ", "CanvasStartDeps", " & { canvas: ", diff --git a/api_docs/canvas.mdx b/api_docs/canvas.mdx index d3a0a72a4cd31..b87e130fd163b 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-12-27 +date: 2025-01-05 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 5e2b04ba5eae3..ebde3b2df2eeb 100644 --- a/api_docs/cases.devdocs.json +++ b/api_docs/cases.devdocs.json @@ -317,7 +317,7 @@ "section": "def-common.ConnectorTypes", "text": "ConnectorTypes" }, - ".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; } & { name: string; }) | ({ type: ", + ".serviceNowITSM; fields: ({ impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } & { additionalFields?: string | null | undefined; }) | null; } & { name: string; }) | ({ type: ", { "pluginId": "cases", "scope": "common", @@ -325,7 +325,7 @@ "section": "def-common.ConnectorTypes", "text": "ConnectorTypes" }, - ".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; } & { name: string; }) | ({ type: ", + ".serviceNowSIR; fields: ({ category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } & { additionalFields?: string | null | undefined; }) | null; } & { name: string; }) | ({ type: ", { "pluginId": "cases", "scope": "common", @@ -539,7 +539,7 @@ "section": "def-common.ConnectorTypes", "text": "ConnectorTypes" }, - ".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; } & { name: string; }) | ({ type: ", + ".serviceNowITSM; fields: ({ impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } & { additionalFields?: string | null | undefined; }) | null; } & { name: string; }) | ({ type: ", { "pluginId": "cases", "scope": "common", @@ -547,7 +547,7 @@ "section": "def-common.ConnectorTypes", "text": "ConnectorTypes" }, - ".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; } & { name: string; }) | ({ type: ", + ".serviceNowSIR; fields: ({ category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } & { additionalFields?: string | null | undefined; }) | null; } & { name: string; }) | ({ type: ", { "pluginId": "cases", "scope": "common", @@ -1030,13 +1030,7 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => Promise<", { "pluginId": "cases", @@ -1061,13 +1055,7 @@ "a KibanaRequest" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/platform/plugins/shared/cases/server/types.ts", @@ -2004,7 +1992,7 @@ "section": "def-common.ConnectorTypes", "text": "ConnectorTypes" }, - ".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; } & { name: string; }) | ({ type: ", + ".serviceNowITSM; fields: ({ impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } & { additionalFields?: string | null | undefined; }) | null; } & { name: string; }) | ({ type: ", { "pluginId": "cases", "scope": "common", @@ -2012,7 +2000,7 @@ "section": "def-common.ConnectorTypes", "text": "ConnectorTypes" }, - ".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; } & { name: string; }) | ({ type: ", + ".serviceNowSIR; fields: ({ category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } & { additionalFields?: string | null | undefined; }) | null; } & { name: string; }) | ({ type: ", { "pluginId": "cases", "scope": "common", @@ -2208,7 +2196,7 @@ "section": "def-common.ConnectorTypes", "text": "ConnectorTypes" }, - ".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; } & { name: string; }) | ({ type: ", + ".serviceNowITSM; fields: ({ impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } & { additionalFields?: string | null | undefined; }) | null; } & { name: string; }) | ({ type: ", { "pluginId": "cases", "scope": "common", @@ -2216,7 +2204,7 @@ "section": "def-common.ConnectorTypes", "text": "ConnectorTypes" }, - ".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; } & { name: string; }) | ({ type: ", + ".serviceNowSIR; fields: ({ category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } & { additionalFields?: string | null | undefined; }) | null; } & { name: string; }) | ({ type: ", { "pluginId": "cases", "scope": "common", @@ -2309,7 +2297,7 @@ "section": "def-common.ConnectorTypes", "text": "ConnectorTypes" }, - ".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; } & { name: string; }) | ({ type: ", + ".serviceNowITSM; fields: ({ impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } & { additionalFields?: string | null | undefined; }) | null; } & { name: string; }) | ({ type: ", { "pluginId": "cases", "scope": "common", @@ -2317,7 +2305,7 @@ "section": "def-common.ConnectorTypes", "text": "ConnectorTypes" }, - ".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; } & { name: string; }) | ({ type: ", + ".serviceNowSIR; fields: ({ category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } & { additionalFields?: string | null | undefined; }) | null; } & { name: string; }) | ({ type: ", { "pluginId": "cases", "scope": "common", @@ -2402,7 +2390,7 @@ "section": "def-common.ConnectorTypes", "text": "ConnectorTypes" }, - ".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; } & { name: string; }) | ({ type: ", + ".serviceNowITSM; fields: ({ impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } & { additionalFields?: string | null | undefined; }) | null; } & { name: string; }) | ({ type: ", { "pluginId": "cases", "scope": "common", @@ -2410,7 +2398,7 @@ "section": "def-common.ConnectorTypes", "text": "ConnectorTypes" }, - ".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; } & { name: string; }) | ({ type: ", + ".serviceNowSIR; fields: ({ category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } & { additionalFields?: string | null | undefined; }) | null; } & { name: string; }) | ({ type: ", { "pluginId": "cases", "scope": "common", @@ -2653,7 +2641,7 @@ "section": "def-common.ConnectorTypes", "text": "ConnectorTypes" }, - ".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; } & { name: string; }) | ({ type: ", + ".serviceNowITSM; fields: ({ impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } & { additionalFields?: string | null | undefined; }) | null; } & { name: string; }) | ({ type: ", { "pluginId": "cases", "scope": "common", @@ -2661,7 +2649,7 @@ "section": "def-common.ConnectorTypes", "text": "ConnectorTypes" }, - ".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; } & { name: string; }) | ({ type: ", + ".serviceNowSIR; fields: ({ category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } & { additionalFields?: string | null | undefined; }) | null; } & { name: string; }) | ({ type: ", { "pluginId": "cases", "scope": "common", @@ -2842,7 +2830,7 @@ "section": "def-common.ConnectorTypes", "text": "ConnectorTypes" }, - ".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; name: string; } | { id: string; type: ", + ".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; additionalFields?: string | null | undefined; } | null; name: string; } | { id: string; type: ", { "pluginId": "cases", "scope": "common", @@ -2850,7 +2838,7 @@ "section": "def-common.ConnectorTypes", "text": "ConnectorTypes" }, - ".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; name: string; } | { id: string; type: ", + ".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; additionalFields?: string | null | undefined; } | null; name: string; } | { id: string; type: ", { "pluginId": "cases", "scope": "common", @@ -3052,7 +3040,7 @@ "section": "def-common.ConnectorTypes", "text": "ConnectorTypes" }, - ".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; name: string; } | { id: string; type: ", + ".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; additionalFields?: string | null | undefined; } | null; name: string; } | { id: string; type: ", { "pluginId": "cases", "scope": "common", @@ -3060,7 +3048,7 @@ "section": "def-common.ConnectorTypes", "text": "ConnectorTypes" }, - ".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; name: string; } | { id: string; type: ", + ".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; additionalFields?: string | null | undefined; } | null; name: string; } | { id: string; type: ", { "pluginId": "cases", "scope": "common", @@ -3658,7 +3646,7 @@ "section": "def-common.ConnectorTypes", "text": "ConnectorTypes" }, - ".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; } & { name: string; }) | ({ type: ", + ".serviceNowITSM; fields: ({ impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } & { additionalFields?: string | null | undefined; }) | null; } & { name: string; }) | ({ type: ", { "pluginId": "cases", "scope": "common", @@ -3666,7 +3654,7 @@ "section": "def-common.ConnectorTypes", "text": "ConnectorTypes" }, - ".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; } & { name: string; }) | ({ type: ", + ".serviceNowSIR; fields: ({ category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } & { additionalFields?: string | null | undefined; }) | null; } & { name: string; }) | ({ type: ", { "pluginId": "cases", "scope": "common", @@ -3728,7 +3716,7 @@ "section": "def-common.ConnectorTypes", "text": "ConnectorTypes" }, - ".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; } & { name: string; }) | ({ type: ", + ".serviceNowITSM; fields: ({ impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } & { additionalFields?: string | null | undefined; }) | null; } & { name: string; }) | ({ type: ", { "pluginId": "cases", "scope": "common", @@ -3736,7 +3724,7 @@ "section": "def-common.ConnectorTypes", "text": "ConnectorTypes" }, - ".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; } & { name: string; }) | ({ type: ", + ".serviceNowSIR; fields: ({ category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } & { additionalFields?: string | null | undefined; }) | null; } & { name: string; }) | ({ type: ", { "pluginId": "cases", "scope": "common", diff --git a/api_docs/cases.mdx b/api_docs/cases.mdx index 93687507b1d46..37df4c996bb2b 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-12-27 +date: 2025-01-05 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 0e9adb3e303c7..d6bcc6415ffff 100644 --- a/api_docs/charts.devdocs.json +++ b/api_docs/charts.devdocs.json @@ -2301,13 +2301,7 @@ ">; readonly darkModeEnabled$: ", "Observable", "<", - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.CoreTheme", - "text": "CoreTheme" - }, + "CoreTheme", ">; useDarkMode: () => boolean; useChartsTheme: () => ", "RecursivePartial", "<", diff --git a/api_docs/charts.mdx b/api_docs/charts.mdx index 093fd6fd47914..0ed94a110112d 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'charts'] --- import chartsObj from './charts.devdocs.json'; diff --git a/api_docs/cloud.devdocs.json b/api_docs/cloud.devdocs.json index 354f3b99d8c05..90d4943bc48f1 100644 --- a/api_docs/cloud.devdocs.json +++ b/api_docs/cloud.devdocs.json @@ -11,7 +11,7 @@ "tags": [], "label": "CloudConfigType", "description": [], - "path": "x-pack/plugins/cloud/public/plugin.tsx", + "path": "x-pack/platform/plugins/shared/cloud/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -25,7 +25,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/plugin.tsx", + "path": "x-pack/platform/plugins/shared/cloud/public/plugin.tsx", "deprecated": false, "trackAdoption": false }, @@ -39,7 +39,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/plugin.tsx", + "path": "x-pack/platform/plugins/shared/cloud/public/plugin.tsx", "deprecated": false, "trackAdoption": false }, @@ -53,7 +53,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/plugin.tsx", + "path": "x-pack/platform/plugins/shared/cloud/public/plugin.tsx", "deprecated": false, "trackAdoption": false }, @@ -67,7 +67,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/plugin.tsx", + "path": "x-pack/platform/plugins/shared/cloud/public/plugin.tsx", "deprecated": false, "trackAdoption": false }, @@ -81,7 +81,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/plugin.tsx", + "path": "x-pack/platform/plugins/shared/cloud/public/plugin.tsx", "deprecated": false, "trackAdoption": false }, @@ -95,7 +95,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/plugin.tsx", + "path": "x-pack/platform/plugins/shared/cloud/public/plugin.tsx", "deprecated": false, "trackAdoption": false }, @@ -109,7 +109,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/plugin.tsx", + "path": "x-pack/platform/plugins/shared/cloud/public/plugin.tsx", "deprecated": false, "trackAdoption": false }, @@ -123,7 +123,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/plugin.tsx", + "path": "x-pack/platform/plugins/shared/cloud/public/plugin.tsx", "deprecated": false, "trackAdoption": false }, @@ -137,7 +137,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/plugin.tsx", + "path": "x-pack/platform/plugins/shared/cloud/public/plugin.tsx", "deprecated": false, "trackAdoption": false }, @@ -151,7 +151,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/plugin.tsx", + "path": "x-pack/platform/plugins/shared/cloud/public/plugin.tsx", "deprecated": false, "trackAdoption": false }, @@ -165,7 +165,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/plugin.tsx", + "path": "x-pack/platform/plugins/shared/cloud/public/plugin.tsx", "deprecated": false, "trackAdoption": false }, @@ -179,7 +179,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/plugin.tsx", + "path": "x-pack/platform/plugins/shared/cloud/public/plugin.tsx", "deprecated": false, "trackAdoption": false }, @@ -193,7 +193,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/plugin.tsx", + "path": "x-pack/platform/plugins/shared/cloud/public/plugin.tsx", "deprecated": false, "trackAdoption": false }, @@ -207,7 +207,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/plugin.tsx", + "path": "x-pack/platform/plugins/shared/cloud/public/plugin.tsx", "deprecated": false, "trackAdoption": false }, @@ -221,7 +221,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/cloud/public/plugin.tsx", + "path": "x-pack/platform/plugins/shared/cloud/public/plugin.tsx", "deprecated": false, "trackAdoption": false }, @@ -235,7 +235,7 @@ "signature": [ "{ default_solution?: string | undefined; } | undefined" ], - "path": "x-pack/plugins/cloud/public/plugin.tsx", + "path": "x-pack/platform/plugins/shared/cloud/public/plugin.tsx", "deprecated": false, "trackAdoption": false }, @@ -249,7 +249,7 @@ "signature": [ "{ project_id: string; project_name?: string | undefined; project_type?: string | undefined; orchestrator_target?: string | undefined; } | undefined" ], - "path": "x-pack/plugins/cloud/public/plugin.tsx", + "path": "x-pack/platform/plugins/shared/cloud/public/plugin.tsx", "deprecated": false, "trackAdoption": false } @@ -263,7 +263,7 @@ "tags": [], "label": "CloudStart", "description": [], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -279,7 +279,7 @@ "signature": [ "React.FunctionComponent<{ children?: React.ReactNode; }>" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -323,7 +323,7 @@ "description": [ "\n`true` when Kibana is running on Elastic Cloud." ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -339,7 +339,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -355,7 +355,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -371,7 +371,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -387,7 +387,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -403,7 +403,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -419,7 +419,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -435,7 +435,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -451,7 +451,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -467,7 +467,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -485,7 +485,7 @@ "PublicElasticsearchConfigType", ">" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -503,7 +503,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -516,7 +516,7 @@ "description": [ "\n`true` when running on Serverless Elastic Cloud\nNote that `isCloudEnabled` will always be true when `isServerlessEnabled` is." ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -532,7 +532,7 @@ "signature": [ "{ projectId?: string | undefined; projectName?: string | undefined; projectType?: string | undefined; }" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -550,7 +550,7 @@ "tags": [], "label": "CloudSetup", "description": [], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -566,7 +566,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -582,7 +582,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -598,7 +598,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -614,7 +614,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -632,7 +632,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -648,7 +648,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -664,7 +664,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -680,7 +680,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -696,7 +696,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -712,7 +712,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -728,7 +728,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -746,7 +746,7 @@ "PublicElasticsearchConfigType", ">" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -764,7 +764,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -780,7 +780,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -796,7 +796,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -809,7 +809,7 @@ "description": [ "\n`true` when Kibana is running on Elastic Cloud." ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -825,7 +825,7 @@ "signature": [ "Date | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -841,7 +841,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -857,7 +857,7 @@ "signature": [ "(contextProvider: React.FC<{}>) => void" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -873,7 +873,7 @@ "signature": [ "React.FC<{}>" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -901,7 +901,7 @@ }, " | undefined; }" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -914,7 +914,7 @@ "description": [ "\n`true` when running on Serverless Elastic Cloud\nNote that `isCloudEnabled` will always be true when `isServerlessEnabled` is." ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -930,7 +930,7 @@ "signature": [ "{ projectId?: string | undefined; projectName?: string | undefined; projectType?: string | undefined; orchestratorTarget?: string | undefined; }" ], - "path": "x-pack/plugins/cloud/public/types.ts", + "path": "x-pack/platform/plugins/shared/cloud/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -955,7 +955,7 @@ "description": [ "\nSetup contract" ], - "path": "x-pack/plugins/cloud/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/cloud/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -973,7 +973,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/cloud/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -991,7 +991,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/cloud/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -1007,7 +1007,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/cloud/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -1023,7 +1023,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/cloud/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -1039,7 +1039,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/cloud/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -1055,7 +1055,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/cloud/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -1071,7 +1071,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/cloud/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -1087,7 +1087,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/cloud/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -1103,7 +1103,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/cloud/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -1119,7 +1119,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/cloud/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -1132,7 +1132,7 @@ "description": [ "\nThis is set to `true` for both ESS and ECE deployments." ], - "path": "x-pack/plugins/cloud/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/cloud/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -1148,7 +1148,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/cloud/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/cloud/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -1164,7 +1164,7 @@ "signature": [ "Date | undefined" ], - "path": "x-pack/plugins/cloud/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/cloud/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -1180,7 +1180,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/cloud/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/cloud/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -1196,7 +1196,7 @@ "signature": [ "{ url?: string | undefined; secretToken?: string | undefined; }" ], - "path": "x-pack/plugins/cloud/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/cloud/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -1220,7 +1220,7 @@ }, " | undefined; }" ], - "path": "x-pack/plugins/cloud/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/cloud/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -1233,7 +1233,7 @@ "description": [ "\n`true` when running on Serverless Elastic Cloud\nNote that `isCloudEnabled` will always be true when `isServerlessEnabled` is." ], - "path": "x-pack/plugins/cloud/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/cloud/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -1251,7 +1251,7 @@ "signature": [ "{ projectId?: string | undefined; projectName?: string | undefined; projectType?: string | undefined; orchestratorTarget?: string | undefined; }" ], - "path": "x-pack/plugins/cloud/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/cloud/server/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -1268,7 +1268,7 @@ "description": [ "\nStart contract" ], - "path": "x-pack/plugins/cloud/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/cloud/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1281,7 +1281,7 @@ "description": [ "\nThis is set to `true` for both ESS and ECE deployments." ], - "path": "x-pack/plugins/cloud/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/cloud/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -1297,7 +1297,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/cloud/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -1313,7 +1313,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/cloud/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/cloud/server/plugin.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/cloud.mdx b/api_docs/cloud.mdx index 811ba8a7c82d4..a8e60e0a5dbe6 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-12-27 +date: 2025-01-05 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 86737a1b6317e..3f850795adaea 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-12-27 +date: 2025-01-05 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 b51e60cbb5236..9ddba167aa10b 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudDefend'] --- import cloudDefendObj from './cloud_defend.devdocs.json'; diff --git a/api_docs/cloud_security_posture.mdx b/api_docs/cloud_security_posture.mdx index b5eef823edbe8..4fc87cd7d8d93 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-12-27 +date: 2025-01-05 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 f5b206f036206..bcc57745879c2 100644 --- a/api_docs/console.devdocs.json +++ b/api_docs/console.devdocs.json @@ -18,13 +18,7 @@ "text": "ConsoleUIPlugin" }, " implements ", - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.Plugin", - "text": "Plugin" - }, + "Plugin", "<", { "pluginId": "console", @@ -77,13 +71,7 @@ "label": "ctx", "description": [], "signature": [ - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", "" ], "path": "src/platform/plugins/shared/console/public/plugin.ts", @@ -103,13 +91,7 @@ "description": [], "signature": [ "({ notifications, getStartServices, http }: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", ", { devTools, home, share, usageCollection }: ", { "pluginId": "console", @@ -139,13 +121,7 @@ "label": "{ notifications, getStartServices, http }", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "" ], "path": "src/platform/plugins/shared/console/public/plugin.ts", @@ -186,13 +162,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", deps: ", { "pluginId": "console", @@ -222,13 +192,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/platform/plugins/shared/console/public/plugin.ts", "deprecated": false, diff --git a/api_docs/console.mdx b/api_docs/console.mdx index 0dfd3752548e8..01363ae680da0 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-12-27 +date: 2025-01-05 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 2b8f43fac75ea..5f5c925c7e9fb 100644 --- a/api_docs/content_management.devdocs.json +++ b/api_docs/content_management.devdocs.json @@ -9,7 +9,7 @@ "tags": [], "label": "ContentClient", "description": [], - "path": "src/plugins/content_management/public/content_client/content_client.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -23,7 +23,7 @@ "signature": [ "QueryClient" ], - "path": "src/plugins/content_management/public/content_client/content_client.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client.tsx", "deprecated": false, "trackAdoption": false }, @@ -69,7 +69,7 @@ }, ", O = unknown>(_input: I) => { queryKey: readonly [string, \"search\", unknown, object | undefined]; queryFn: () => Promise; }; }" ], - "path": "src/plugins/content_management/public/content_client/content_client.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client.tsx", "deprecated": false, "trackAdoption": false }, @@ -83,7 +83,7 @@ "signature": [ "any" ], - "path": "src/plugins/content_management/public/content_client/content_client.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -104,7 +104,7 @@ "text": "CrudClient" } ], - "path": "src/plugins/content_management/public/content_client/content_client.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -119,7 +119,7 @@ "signature": [ "ContentTypeRegistry" ], - "path": "src/plugins/content_management/public/content_client/content_client.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -153,7 +153,7 @@ }, ", O = unknown>(input: I) => Promise" ], - "path": "src/plugins/content_management/public/content_client/content_client.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -167,7 +167,7 @@ "signature": [ "I" ], - "path": "src/plugins/content_management/public/content_client/content_client.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -205,7 +205,7 @@ "QueryObserverResult", ">" ], - "path": "src/plugins/content_management/public/content_client/content_client.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -219,7 +219,7 @@ "signature": [ "I" ], - "path": "src/plugins/content_management/public/content_client/content_client.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -245,7 +245,7 @@ }, ", O = unknown>(input: I) => Promise" ], - "path": "src/plugins/content_management/public/content_client/content_client.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -259,7 +259,7 @@ "signature": [ "I" ], - "path": "src/plugins/content_management/public/content_client/content_client.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -285,7 +285,7 @@ }, ", O = unknown>(input: I) => Promise" ], - "path": "src/plugins/content_management/public/content_client/content_client.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -299,7 +299,7 @@ "signature": [ "I" ], - "path": "src/plugins/content_management/public/content_client/content_client.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -325,7 +325,7 @@ }, ", O = unknown>(input: I) => Promise" ], - "path": "src/plugins/content_management/public/content_client/content_client.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -339,7 +339,7 @@ "signature": [ "I" ], - "path": "src/plugins/content_management/public/content_client/content_client.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -365,7 +365,7 @@ }, ", O = unknown>(input: I) => Promise" ], - "path": "src/plugins/content_management/public/content_client/content_client.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -379,7 +379,7 @@ "signature": [ "I" ], - "path": "src/plugins/content_management/public/content_client/content_client.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -409,7 +409,7 @@ "QueryObserverResult", ">" ], - "path": "src/plugins/content_management/public/content_client/content_client.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -423,7 +423,7 @@ "signature": [ "I" ], - "path": "src/plugins/content_management/public/content_client/content_client.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -449,7 +449,7 @@ }, ") => Promise<{ hits: T[]; pagination: { total: number; cursor?: string | undefined; }; }>" ], - "path": "src/plugins/content_management/public/content_client/content_client.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -469,7 +469,7 @@ "text": "MSearchIn" } ], - "path": "src/plugins/content_management/public/content_client/content_client.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -500,7 +500,7 @@ }, "; }>) => React.JSX.Element" ], - "path": "src/plugins/content_management/public/content_client/content_client_context.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client_context.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -522,7 +522,7 @@ }, "; }>" ], - "path": "src/plugins/content_management/public/content_client/content_client_context.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client_context.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -548,7 +548,7 @@ "text": "ContentClient" } ], - "path": "src/plugins/content_management/public/content_client/content_client_context.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client_context.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -583,7 +583,7 @@ "UseMutationResult", "" ], - "path": "src/plugins/content_management/public/content_client/content_client_mutation_hooks.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client_mutation_hooks.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -618,7 +618,7 @@ "UseMutationResult", "" ], - "path": "src/plugins/content_management/public/content_client/content_client_mutation_hooks.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client_mutation_hooks.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -663,7 +663,7 @@ "UseQueryResult", "" ], - "path": "src/plugins/content_management/public/content_client/content_client_query_hooks.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client_query_hooks.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -679,7 +679,7 @@ "signature": [ "I" ], - "path": "src/plugins/content_management/public/content_client/content_client_query_hooks.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client_query_hooks.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -703,7 +703,7 @@ }, " | undefined" ], - "path": "src/plugins/content_management/public/content_client/content_client_query_hooks.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client_query_hooks.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -750,7 +750,7 @@ "UseQueryResult", "" ], - "path": "src/plugins/content_management/public/content_client/content_client_query_hooks.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client_query_hooks.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -766,7 +766,7 @@ "signature": [ "I" ], - "path": "src/plugins/content_management/public/content_client/content_client_query_hooks.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client_query_hooks.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -790,7 +790,7 @@ }, " | undefined" ], - "path": "src/plugins/content_management/public/content_client/content_client_query_hooks.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client_query_hooks.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -827,7 +827,7 @@ "UseMutationResult", "" ], - "path": "src/plugins/content_management/public/content_client/content_client_mutation_hooks.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client_mutation_hooks.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -843,7 +843,7 @@ "tags": [], "label": "CrudClient", "description": [], - "path": "src/plugins/content_management/public/crud_client/crud_client.ts", + "path": "src/platform/plugins/shared/content_management/public/crud_client/crud_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -865,7 +865,7 @@ }, ") => Promise" ], - "path": "src/plugins/content_management/public/crud_client/crud_client.ts", + "path": "src/platform/plugins/shared/content_management/public/crud_client/crud_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -886,7 +886,7 @@ }, "" ], - "path": "src/plugins/content_management/public/crud_client/crud_client.ts", + "path": "src/platform/plugins/shared/content_management/public/crud_client/crud_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -912,7 +912,7 @@ }, ") => Promise" ], - "path": "src/plugins/content_management/public/crud_client/crud_client.ts", + "path": "src/platform/plugins/shared/content_management/public/crud_client/crud_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -933,7 +933,7 @@ }, "" ], - "path": "src/plugins/content_management/public/crud_client/crud_client.ts", + "path": "src/platform/plugins/shared/content_management/public/crud_client/crud_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -959,7 +959,7 @@ }, ") => Promise" ], - "path": "src/plugins/content_management/public/crud_client/crud_client.ts", + "path": "src/platform/plugins/shared/content_management/public/crud_client/crud_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -980,7 +980,7 @@ }, "" ], - "path": "src/plugins/content_management/public/crud_client/crud_client.ts", + "path": "src/platform/plugins/shared/content_management/public/crud_client/crud_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1006,7 +1006,7 @@ }, ") => Promise" ], - "path": "src/plugins/content_management/public/crud_client/crud_client.ts", + "path": "src/platform/plugins/shared/content_management/public/crud_client/crud_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1027,7 +1027,7 @@ }, "" ], - "path": "src/plugins/content_management/public/crud_client/crud_client.ts", + "path": "src/platform/plugins/shared/content_management/public/crud_client/crud_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1053,7 +1053,7 @@ }, ") => Promise" ], - "path": "src/plugins/content_management/public/crud_client/crud_client.ts", + "path": "src/platform/plugins/shared/content_management/public/crud_client/crud_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1074,7 +1074,7 @@ }, "" ], - "path": "src/plugins/content_management/public/crud_client/crud_client.ts", + "path": "src/platform/plugins/shared/content_management/public/crud_client/crud_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1100,7 +1100,7 @@ }, ") => Promise) | undefined" ], - "path": "src/plugins/content_management/public/crud_client/crud_client.ts", + "path": "src/platform/plugins/shared/content_management/public/crud_client/crud_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1120,7 +1120,7 @@ "text": "MSearchIn" } ], - "path": "src/plugins/content_management/public/crud_client/crud_client.ts", + "path": "src/platform/plugins/shared/content_management/public/crud_client/crud_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1146,7 +1146,7 @@ "signature": [ "{ enabled?: boolean | undefined; }" ], - "path": "src/plugins/content_management/public/content_client/content_client_query_hooks.tsx", + "path": "src/platform/plugins/shared/content_management/public/content_client/content_client_query_hooks.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1160,7 +1160,7 @@ "tags": [], "label": "ContentManagementPublicStart", "description": [], - "path": "src/plugins/content_management/public/types.ts", + "path": "src/platform/plugins/shared/content_management/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1180,7 +1180,7 @@ "text": "ContentClient" } ], - "path": "src/plugins/content_management/public/types.ts", + "path": "src/platform/plugins/shared/content_management/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1198,7 +1198,7 @@ "ContentType", "[]; }" ], - "path": "src/plugins/content_management/public/types.ts", + "path": "src/platform/plugins/shared/content_management/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -1213,7 +1213,7 @@ "tags": [], "label": "ContentManagementPublicSetup", "description": [], - "path": "src/plugins/content_management/public/types.ts", + "path": "src/platform/plugins/shared/content_management/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1231,7 +1231,7 @@ "ContentType", "; }" ], - "path": "src/plugins/content_management/public/types.ts", + "path": "src/platform/plugins/shared/content_management/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -1261,7 +1261,7 @@ }, "" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1285,7 +1285,7 @@ }, ", id: string, options?: object | undefined) => Promise<{ item: T; meta?: undefined; } | { item: T; meta: any; }>" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1305,7 +1305,7 @@ "text": "StorageContext" } ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1320,7 +1320,7 @@ "signature": [ "string" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1335,7 +1335,7 @@ "signature": [ "object | undefined" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1363,7 +1363,7 @@ }, ", ids: string[], options?: object | undefined) => Promise<{ hits: ({ item: T; meta?: undefined; } | { item: T; meta: any; })[]; }>" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1383,7 +1383,7 @@ "text": "StorageContext" } ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1398,7 +1398,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1413,7 +1413,7 @@ "signature": [ "object | undefined" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1441,7 +1441,7 @@ }, ", data: object, options?: object | undefined) => Promise<{ item: T; meta?: undefined; } | { item: T; meta: any; }>" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1461,7 +1461,7 @@ "text": "StorageContext" } ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1476,7 +1476,7 @@ "signature": [ "object" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1491,7 +1491,7 @@ "signature": [ "object | undefined" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1519,7 +1519,7 @@ }, ", id: string, data: object, options?: object | undefined) => Promise<{ item: U; meta?: undefined; } | { item: U; meta: any; }>" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1539,7 +1539,7 @@ "text": "StorageContext" } ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1554,7 +1554,7 @@ "signature": [ "string" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1569,7 +1569,7 @@ "signature": [ "object" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1584,7 +1584,7 @@ "signature": [ "object | undefined" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1620,7 +1620,7 @@ }, ">" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1640,7 +1640,7 @@ "text": "StorageContext" } ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1655,7 +1655,7 @@ "signature": [ "string" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1670,7 +1670,7 @@ "signature": [ "object | undefined" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1706,7 +1706,7 @@ }, ", options?: object | undefined) => Promise<{ hits: T[]; pagination: { total: number; cursor?: string | undefined; }; }>" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1726,7 +1726,7 @@ "text": "StorageContext" } ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1747,7 +1747,7 @@ "text": "SearchQuery" } ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1762,7 +1762,7 @@ "signature": [ "object | undefined" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1782,7 +1782,7 @@ "signature": [ "TMSearchConfig | undefined" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false } @@ -1808,7 +1808,7 @@ }, "" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1821,7 +1821,7 @@ "description": [ "\nThe saved object type that corresponds to this content type." ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1844,16 +1844,10 @@ "text": "StorageContext" }, ", savedObject: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindResult", - "text": "SavedObjectsFindResult" - }, + "SavedObjectsFindResult", ") => T" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1873,7 +1867,7 @@ "text": "StorageContext" } ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1886,16 +1880,10 @@ "label": "savedObject", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindResult", - "text": "SavedObjectsFindResult" - }, + "SavedObjectsFindResult", "" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1915,7 +1903,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false } @@ -1931,7 +1919,7 @@ "description": [ "Context that is sent to all storage instance methods" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1945,15 +1933,9 @@ "The Core HTTP request handler context" ], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - } + "RequestHandlerContext" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1967,7 +1949,7 @@ "signature": [ "{ request: number; latest: number; }" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1983,7 +1965,7 @@ "StorageContextGetTransformFn", "; }" ], - "path": "src/plugins/content_management/server/core/types.ts", + "path": "src/platform/plugins/shared/content_management/server/core/types.ts", "deprecated": false, "trackAdoption": false } @@ -2012,7 +1994,7 @@ " extends ", "CoreApi" ], - "path": "src/plugins/content_management/server/types.ts", + "path": "src/platform/plugins/shared/content_management/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2026,7 +2008,7 @@ "signature": [ "{ registerFavoriteType: (type: string, config?: FavoriteTypeConfig) => void; }" ], - "path": "src/plugins/content_management/server/types.ts", + "path": "src/platform/plugins/shared/content_management/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -2041,7 +2023,7 @@ "tags": [], "label": "ContentManagementServerStart", "description": [], - "path": "src/plugins/content_management/server/types.ts", + "path": "src/platform/plugins/shared/content_management/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2070,7 +2052,7 @@ }, "" ], - "path": "src/plugins/content_management/common/rpc/bulk_get.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/bulk_get.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2084,7 +2066,7 @@ "signature": [ "T" ], - "path": "src/plugins/content_management/common/rpc/bulk_get.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/bulk_get.ts", "deprecated": false, "trackAdoption": false }, @@ -2098,7 +2080,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/content_management/common/rpc/bulk_get.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/bulk_get.ts", "deprecated": false, "trackAdoption": false }, @@ -2112,7 +2094,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/content_management/common/rpc/bulk_get.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/bulk_get.ts", "deprecated": false, "trackAdoption": false }, @@ -2126,7 +2108,7 @@ "signature": [ "Options | undefined" ], - "path": "src/plugins/content_management/common/rpc/bulk_get.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/bulk_get.ts", "deprecated": false, "trackAdoption": false } @@ -2150,7 +2132,7 @@ }, "" ], - "path": "src/plugins/content_management/common/rpc/create.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/create.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2164,7 +2146,7 @@ "signature": [ "T" ], - "path": "src/plugins/content_management/common/rpc/create.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/create.ts", "deprecated": false, "trackAdoption": false }, @@ -2178,7 +2160,7 @@ "signature": [ "Data" ], - "path": "src/plugins/content_management/common/rpc/create.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/create.ts", "deprecated": false, "trackAdoption": false }, @@ -2192,7 +2174,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/content_management/common/rpc/create.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/create.ts", "deprecated": false, "trackAdoption": false }, @@ -2206,7 +2188,7 @@ "signature": [ "Options | undefined" ], - "path": "src/plugins/content_management/common/rpc/create.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/create.ts", "deprecated": false, "trackAdoption": false } @@ -2230,7 +2212,7 @@ }, "" ], - "path": "src/plugins/content_management/common/rpc/delete.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/delete.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2244,7 +2226,7 @@ "signature": [ "T" ], - "path": "src/plugins/content_management/common/rpc/delete.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/delete.ts", "deprecated": false, "trackAdoption": false }, @@ -2255,7 +2237,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/content_management/common/rpc/delete.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/delete.ts", "deprecated": false, "trackAdoption": false }, @@ -2269,7 +2251,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/content_management/common/rpc/delete.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/delete.ts", "deprecated": false, "trackAdoption": false }, @@ -2283,7 +2265,7 @@ "signature": [ "Options | undefined" ], - "path": "src/plugins/content_management/common/rpc/delete.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/delete.ts", "deprecated": false, "trackAdoption": false } @@ -2297,7 +2279,7 @@ "tags": [], "label": "DeleteResult", "description": [], - "path": "src/plugins/content_management/common/rpc/delete.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/delete.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2308,7 +2290,7 @@ "tags": [], "label": "success", "description": [], - "path": "src/plugins/content_management/common/rpc/delete.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/delete.ts", "deprecated": false, "trackAdoption": false } @@ -2332,7 +2314,7 @@ }, "" ], - "path": "src/plugins/content_management/common/rpc/get.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/get.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2343,7 +2325,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/content_management/common/rpc/get.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/get.ts", "deprecated": false, "trackAdoption": false }, @@ -2357,7 +2339,7 @@ "signature": [ "T" ], - "path": "src/plugins/content_management/common/rpc/get.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/get.ts", "deprecated": false, "trackAdoption": false }, @@ -2371,7 +2353,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/content_management/common/rpc/get.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/get.ts", "deprecated": false, "trackAdoption": false }, @@ -2385,7 +2367,7 @@ "signature": [ "Options | undefined" ], - "path": "src/plugins/content_management/common/rpc/get.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/get.ts", "deprecated": false, "trackAdoption": false } @@ -2399,7 +2381,7 @@ "tags": [], "label": "MSearchIn", "description": [], - "path": "src/plugins/content_management/common/rpc/msearch.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/msearch.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2413,7 +2395,7 @@ "signature": [ "{ contentTypeId: string; version?: number | undefined; }[]" ], - "path": "src/plugins/content_management/common/rpc/msearch.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/msearch.ts", "deprecated": false, "trackAdoption": false }, @@ -2433,7 +2415,7 @@ "text": "SearchQuery" } ], - "path": "src/plugins/content_management/common/rpc/msearch.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/msearch.ts", "deprecated": false, "trackAdoption": false } @@ -2457,7 +2439,7 @@ }, "" ], - "path": "src/plugins/content_management/common/rpc/msearch.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/msearch.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2471,7 +2453,7 @@ "signature": [ "{ contentTypeId: string; version?: number | undefined; }[]" ], - "path": "src/plugins/content_management/common/rpc/msearch.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/msearch.ts", "deprecated": false, "trackAdoption": false }, @@ -2485,7 +2467,7 @@ "signature": [ "{ hits: T[]; pagination: { total: number; cursor?: string | undefined; }; }" ], - "path": "src/plugins/content_management/common/rpc/msearch.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/msearch.ts", "deprecated": false, "trackAdoption": false } @@ -2499,7 +2481,7 @@ "tags": [], "label": "ProcedureSchemas", "description": [], - "path": "src/plugins/content_management/common/rpc/types.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2521,7 +2503,7 @@ }, "" ], - "path": "src/plugins/content_management/common/rpc/types.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2543,7 +2525,7 @@ }, " | undefined" ], - "path": "src/plugins/content_management/common/rpc/types.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/types.ts", "deprecated": false, "trackAdoption": false } @@ -2567,7 +2549,7 @@ }, "" ], - "path": "src/plugins/content_management/common/rpc/search.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/search.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2581,7 +2563,7 @@ "signature": [ "T" ], - "path": "src/plugins/content_management/common/rpc/search.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/search.ts", "deprecated": false, "trackAdoption": false }, @@ -2601,7 +2583,7 @@ "text": "SearchQuery" } ], - "path": "src/plugins/content_management/common/rpc/search.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/search.ts", "deprecated": false, "trackAdoption": false }, @@ -2615,7 +2597,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/content_management/common/rpc/search.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/search.ts", "deprecated": false, "trackAdoption": false }, @@ -2629,7 +2611,7 @@ "signature": [ "Options | undefined" ], - "path": "src/plugins/content_management/common/rpc/search.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/search.ts", "deprecated": false, "trackAdoption": false } @@ -2643,7 +2625,7 @@ "tags": [], "label": "SearchQuery", "description": [], - "path": "src/plugins/content_management/common/rpc/search.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/search.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2659,7 +2641,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/content_management/common/rpc/search.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/search.ts", "deprecated": false, "trackAdoption": false }, @@ -2675,7 +2657,7 @@ "signature": [ "{ included?: string[] | undefined; excluded?: string[] | undefined; } | undefined" ], - "path": "src/plugins/content_management/common/rpc/search.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/search.ts", "deprecated": false, "trackAdoption": false }, @@ -2691,7 +2673,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/content_management/common/rpc/search.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/search.ts", "deprecated": false, "trackAdoption": false }, @@ -2707,7 +2689,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/content_management/common/rpc/search.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/search.ts", "deprecated": false, "trackAdoption": false } @@ -2731,7 +2713,7 @@ }, "" ], - "path": "src/plugins/content_management/common/rpc/update.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/update.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2745,7 +2727,7 @@ "signature": [ "T" ], - "path": "src/plugins/content_management/common/rpc/update.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/update.ts", "deprecated": false, "trackAdoption": false }, @@ -2756,7 +2738,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/content_management/common/rpc/update.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/update.ts", "deprecated": false, "trackAdoption": false }, @@ -2770,7 +2752,7 @@ "signature": [ "Data" ], - "path": "src/plugins/content_management/common/rpc/update.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/update.ts", "deprecated": false, "trackAdoption": false }, @@ -2784,7 +2766,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/content_management/common/rpc/update.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/update.ts", "deprecated": false, "trackAdoption": false }, @@ -2798,7 +2780,7 @@ "signature": [ "Options | undefined" ], - "path": "src/plugins/content_management/common/rpc/update.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/update.ts", "deprecated": false, "trackAdoption": false } @@ -2818,7 +2800,7 @@ "signature": [ "\"/api/content_management/rpc\"" ], - "path": "src/plugins/content_management/common/constants.ts", + "path": "src/platform/plugins/shared/content_management/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2837,7 +2819,7 @@ "ItemResult", "[]; meta: ResultMeta; }" ], - "path": "src/plugins/content_management/common/rpc/bulk_get.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/bulk_get.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2852,7 +2834,7 @@ "signature": [ "M extends void ? { item: T; meta?: undefined; } : { item: T; meta: M; }" ], - "path": "src/plugins/content_management/common/rpc/create.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/create.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2867,7 +2849,7 @@ "signature": [ "M extends void ? { item: T; meta?: undefined; } : { item: T; meta: M; }" ], - "path": "src/plugins/content_management/common/rpc/get.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/get.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2888,7 +2870,7 @@ "text": "SearchQuery" } ], - "path": "src/plugins/content_management/common/rpc/msearch.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/msearch.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2903,7 +2885,7 @@ "signature": [ "{ hits: T[]; pagination: { total: number; cursor?: string | undefined; }; }" ], - "path": "src/plugins/content_management/common/rpc/msearch.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/msearch.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2918,7 +2900,7 @@ "signature": [ "\"contentManagement\"" ], - "path": "src/plugins/content_management/common/constants.ts", + "path": "src/platform/plugins/shared/content_management/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2933,7 +2915,7 @@ "signature": [ "\"create\" | \"update\" | \"get\" | \"delete\" | \"search\" | \"bulkGet\" | \"mSearch\"" ], - "path": "src/plugins/content_management/common/rpc/constants.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2948,7 +2930,7 @@ "signature": [ "M extends void ? { hits: T[]; pagination: { total: number; cursor?: string | undefined; }; } : { hits: T[]; pagination: { total: number; cursor?: string | undefined; }; meta: M; }" ], - "path": "src/plugins/content_management/common/rpc/search.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/search.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2963,7 +2945,7 @@ "signature": [ "M extends void ? { item: T; meta?: undefined; } : { item: T; meta: M; }" ], - "path": "src/plugins/content_management/common/rpc/update.ts", + "path": "src/platform/plugins/shared/content_management/common/rpc/update.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/content_management.mdx b/api_docs/content_management.mdx index 7790fb8d414bc..99e36f2286be7 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'contentManagement'] --- import contentManagementObj from './content_management.devdocs.json'; diff --git a/api_docs/controls.mdx b/api_docs/controls.mdx index 95a1dae69719e..1f2a5ea7942db 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'controls'] --- import controlsObj from './controls.devdocs.json'; diff --git a/api_docs/custom_integrations.mdx b/api_docs/custom_integrations.mdx index b070125a9d7f2..2dfdf6b932239 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-12-27 +date: 2025-01-05 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 a87c20026cbcf..a376b80d6c9a5 100644 --- a/api_docs/dashboard.devdocs.json +++ b/api_docs/dashboard.devdocs.json @@ -660,79 +660,6 @@ ], "initialIsOpen": false }, - { - "parentPluginId": "dashboard", - "id": "def-public.IProvidesLegacyPanelPlacementSettings", - "type": "Interface", - "tags": [], - "label": "IProvidesLegacyPanelPlacementSettings", - "description": [], - "signature": [ - { - "pluginId": "dashboard", - "scope": "public", - "docId": "kibDashboardPluginApi", - "section": "def-public.IProvidesLegacyPanelPlacementSettings", - "text": "IProvidesLegacyPanelPlacementSettings" - }, - "" - ], - "path": "src/platform/plugins/shared/dashboard/public/dashboard_container/panel_placement/types.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "dashboard", - "id": "def-public.IProvidesLegacyPanelPlacementSettings.getLegacyPanelPlacementSettings", - "type": "Function", - "tags": [], - "label": "getLegacyPanelPlacementSettings", - "description": [], - "signature": [ - "(input: InputType, attributes?: AttributesType | undefined) => Partial<", - "PanelPlacementSettings", - ">" - ], - "path": "src/platform/plugins/shared/dashboard/public/dashboard_container/panel_placement/types.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "dashboard", - "id": "def-public.IProvidesLegacyPanelPlacementSettings.getLegacyPanelPlacementSettings.$1", - "type": "Uncategorized", - "tags": [], - "label": "input", - "description": [], - "signature": [ - "InputType" - ], - "path": "src/platform/plugins/shared/dashboard/public/dashboard_container/panel_placement/types.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "dashboard", - "id": "def-public.IProvidesLegacyPanelPlacementSettings.getLegacyPanelPlacementSettings.$2", - "type": "Uncategorized", - "tags": [], - "label": "attributes", - "description": [], - "signature": [ - "AttributesType | undefined" - ], - "path": "src/platform/plugins/shared/dashboard/public/dashboard_container/panel_placement/types.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": false - } - ], - "returnComment": [] - } - ], - "initialIsOpen": false - }, { "parentPluginId": "dashboard", "id": "def-public.SearchDashboardsResponse", @@ -1085,13 +1012,7 @@ "text": "DashboardAttributes" }, "; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }; getDashboardPanelFromId: (id: string) => ", { "pluginId": "dashboard", @@ -1224,39 +1145,7 @@ "section": "def-common.Filter", "text": "Filter" }, - "[] | undefined>; untilEmbeddableLoaded: (id: string) => Promise<", - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.IEmbeddable", - "text": "IEmbeddable" - }, - "<", - { - "pluginId": "embeddable", - "scope": "common", - "docId": "kibEmbeddablePluginApi", - "section": "def-common.EmbeddableInput", - "text": "EmbeddableInput" - }, - ", ", - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.EmbeddableOutput", - "text": "EmbeddableOutput" - }, - ", any> | ", - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.ErrorEmbeddable", - "text": "ErrorEmbeddable" - }, - ">; }" + "[] | undefined>; untilEmbeddableLoaded: (id: string) => Promise; }" ], "path": "src/platform/plugins/shared/dashboard/public/dashboard_api/types.ts", "deprecated": false, @@ -1689,9 +1578,7 @@ }, ", removeLegacyVersion?: boolean | undefined) => { panelRefName?: string | undefined; id?: string | undefined; title?: string | undefined; type: string; gridData: ", "GridData", - "; panelIndex: string; panelConfig: ", - "Omit", - " ", { "pluginId": "embeddable", @@ -2498,13 +2373,7 @@ "description": [], "signature": [ "{ readonly type?: string | undefined; readonly name?: string | undefined; readonly page?: string | undefined; readonly id?: string | undefined; readonly description?: string | undefined; readonly url?: string | undefined; readonly meta?: { [key: string]: string | number | boolean | undefined; } | undefined; child?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; }" ], "path": "src/platform/plugins/shared/dashboard/common/dashboard_container/types.ts", @@ -2850,13 +2719,7 @@ "text": "Filter" }, "[] | undefined; executionContext?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; lastReloadRequestTime?: number | undefined; hidePanelTitles?: boolean | undefined; enhancements?: ", { "pluginId": "@kbn/utility-types", diff --git a/api_docs/dashboard.mdx b/api_docs/dashboard.mdx index 1b193eb555200..7d47b1f1828c7 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboard'] --- import dashboardObj from './dashboard.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 | |-------------------|-----------|------------------------|-----------------| -| 117 | 0 | 113 | 13 | +| 113 | 0 | 109 | 12 | ## Client diff --git a/api_docs/dashboard_enhanced.devdocs.json b/api_docs/dashboard_enhanced.devdocs.json index cea5cf0e0b3a6..ca4c3521fd56b 100644 --- a/api_docs/dashboard_enhanced.devdocs.json +++ b/api_docs/dashboard_enhanced.devdocs.json @@ -573,13 +573,7 @@ "text": "DashboardStart" }, "; }, unknown, ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ">" ], "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx", @@ -1010,13 +1004,7 @@ "text": "SerializedEvent" }, "; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }" ], "path": "x-pack/platform/plugins/shared/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts", @@ -1068,13 +1056,7 @@ "text": "SerializedEvent" }, ", references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]) => ", { "pluginId": "uiActionsEnhanced", diff --git a/api_docs/dashboard_enhanced.mdx b/api_docs/dashboard_enhanced.mdx index 39fbbfd4a38c6..83b861de57ad9 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-12-27 +date: 2025-01-05 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 1f3b1b692e5e1..7a0ef4724724c 100644 --- a/api_docs/data.devdocs.json +++ b/api_docs/data.devdocs.json @@ -2628,13 +2628,7 @@ "text": "DataPublicPlugin" }, " implements ", - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.Plugin", - "text": "Plugin" - }, + "Plugin", "<", { "pluginId": "data", @@ -2683,13 +2677,7 @@ "label": "initializerContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "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; }>; }>; query: Readonly<{} & { timefilter: Readonly<{} & { minRefreshInterval: number; }>; }>; enableUiSettingsValidations: boolean; }>>" ], "path": "src/plugins/data/public/plugin.ts", @@ -2709,13 +2697,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<", "DataStartDependencies", ", ", @@ -2749,13 +2731,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<", "DataStartDependencies", ", ", @@ -2800,13 +2776,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", { uiActions, fieldFormats, dataViews, inspector, screenshotMode }: ", "DataStartDependencies", ") => ", @@ -2830,13 +2800,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/plugins/data/public/plugin.ts", "deprecated": false, @@ -2899,7 +2863,7 @@ }, " extends Error" ], - "path": "src/plugins/data_views/common/errors/duplicate_index_pattern.ts", + "path": "src/platform/plugins/shared/data_views/common/errors/duplicate_index_pattern.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2915,7 +2879,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/common/errors/duplicate_index_pattern.ts", + "path": "src/platform/plugins/shared/data_views/common/errors/duplicate_index_pattern.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2931,7 +2895,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/errors/duplicate_index_pattern.ts", + "path": "src/platform/plugins/shared/data_views/common/errors/duplicate_index_pattern.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4157,13 +4121,7 @@ ], "signature": [ "() => { searchSourceJSON: string; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }" ], "path": "src/plugins/data/common/search/search_source/search_source.ts", @@ -4346,13 +4304,7 @@ "text": "SerializedSearchSourceFields" }, ", ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]]" ], "path": "src/plugins/data/common/search/search_source/extract_references.ts", @@ -4409,7 +4361,7 @@ "text": "IIndexPatternFieldList" } ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4430,7 +4382,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4445,7 +4397,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4839,13 +4791,7 @@ "text": "SerializedSearchSourceFields" }, " & { indexRefName: string; }, references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]) => ", { "pluginId": "data", @@ -4889,13 +4835,7 @@ "label": "references", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], "path": "src/plugins/data/common/search/search_source/inject_references.ts", @@ -7288,7 +7228,7 @@ "description": [ "\nResult from data view search - summary data." ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7301,7 +7241,7 @@ "description": [ "\nSaved object id (or generated id if in-memory only)" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -7317,7 +7257,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -7330,7 +7270,7 @@ "description": [ "\nData view title" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -7346,7 +7286,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -7369,7 +7309,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -7383,7 +7323,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false } @@ -7397,7 +7337,7 @@ "tags": [], "label": "GetFieldsOptions", "description": [], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7408,7 +7348,7 @@ "tags": [], "label": "pattern", "description": [], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -7422,7 +7362,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -7436,7 +7376,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -7450,7 +7390,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -7464,7 +7404,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -7479,7 +7419,7 @@ "QueryDslQueryContainer", " | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -7493,7 +7433,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -7507,7 +7447,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -7521,7 +7461,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -7535,7 +7475,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -7549,7 +7489,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -7563,7 +7503,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -7855,16 +7795,10 @@ "\nDefinition of the Saved Object interface\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7877,7 +7811,7 @@ "description": [ "The ID of this Saved Object, guaranteed to be unique for all objects of the same `type`" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7890,7 +7824,7 @@ "description": [ " The type of Saved Object. Each plugin can define its own custom Saved Object types." ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7906,7 +7840,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7922,7 +7856,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7938,7 +7872,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7954,7 +7888,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7970,7 +7904,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7984,16 +7918,10 @@ "Error associated with this object, populated if an operation failed for this object." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectError", - "text": "SavedObjectError" - }, + "SavedObjectError", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8009,7 +7937,7 @@ "signature": [ "T" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8023,16 +7951,10 @@ "{@inheritdoc SavedObjectReference}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8048,46 +7970,36 @@ "\n{@inheritdoc SavedObjectsMigrationVersion}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsMigrationVersion", - "text": "SavedObjectsMigrationVersion" - }, + "SavedObjectsMigrationVersion", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts" - }, - { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server-internal/src/lib/apis/utils/internal_utils.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/import/lib/collect_saved_objects.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts" }, { - "plugin": "@kbn/core-saved-objects-api-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/utils/internal_utils.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/collect_saved_objects.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { "plugin": "graph", @@ -8101,6 +8013,10 @@ "plugin": "graph", "path": "x-pack/plugins/graph/server/sample_data/flights.ts" }, + { + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + }, { "plugin": "fleet", "path": "x-pack/platform/plugins/shared/fleet/server/services/epm/kibana/assets/install.ts" @@ -8263,7 +8179,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8279,7 +8195,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8295,7 +8211,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8311,7 +8227,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -8327,7 +8243,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false } @@ -8824,7 +8740,7 @@ "tags": [], "label": "ES_FIELD_TYPES", "description": [], - "path": "packages/kbn-field-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8836,7 +8752,7 @@ "tags": [], "label": "KBN_FIELD_TYPES", "description": [], - "path": "packages/kbn-field-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8976,7 +8892,7 @@ "signature": [ "{ [x: string]: { agg?: string | undefined; interval?: number | undefined; fixed_interval?: string | undefined; calendar_interval?: string | undefined; delay?: string | undefined; time_zone?: string | undefined; }; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8991,7 +8907,7 @@ "signature": [ "{ [x: string]: { agg?: string | undefined; interval?: number | undefined; fixed_interval?: string | undefined; calendar_interval?: string | undefined; delay?: string | undefined; time_zone?: string | undefined; }; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -9144,7 +9060,7 @@ "text": "DataViewsServicePublic" } ], - "path": "src/plugins/data_views/public/types.ts", + "path": "src/platform/plugins/shared/data_views/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -9617,7 +9533,7 @@ }, ">>" ], - "path": "src/plugins/data_views/common/expressions/load_index_pattern.ts", + "path": "src/platform/plugins/shared/data_views/common/expressions/load_index_pattern.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -9845,13 +9761,7 @@ "text": "SerializedSearchSourceFields" }, "; serialize: () => { searchSourceJSON: string; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }; toExpressionAst: ({ asDatatable }?: ExpressionAstOptions) => ", { "pluginId": "expressions", @@ -10127,7 +10037,7 @@ }, "> | undefined; params?: { rollup_index: string; } | undefined; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10483,7 +10393,7 @@ "text": "DataViewField" } ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false } @@ -10522,7 +10432,7 @@ }, " | undefined; }" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false } @@ -10561,7 +10471,7 @@ }, " | undefined; }" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false } @@ -10608,7 +10518,7 @@ }, " | undefined; }" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false } @@ -10655,7 +10565,7 @@ }, " | undefined; }" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false } @@ -10683,7 +10593,7 @@ "tags": [], "label": "indexPattern", "description": [], - "path": "src/plugins/data_views/common/lib/validate_data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/lib/validate_data_view.ts", "deprecated": false, "trackAdoption": false } @@ -11941,13 +11851,7 @@ "text": "DataServerPlugin" }, " implements ", - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.Plugin", - "text": "Plugin" - }, + "Plugin", "<", { "pluginId": "data", @@ -11996,13 +11900,7 @@ "label": "initializerContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "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; }>; }>; query: Readonly<{} & { timefilter: Readonly<{} & { minRefreshInterval: number; }>; }>; enableUiSettingsValidations: boolean; }>>" ], "path": "src/plugins/data/server/plugin.ts", @@ -12022,13 +11920,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<", "DataPluginStartDependencies", ", ", @@ -12067,13 +11959,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<", "DataPluginStartDependencies", ", ", @@ -12118,13 +12004,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", { fieldFormats, dataViews }: ", "DataPluginStartDependencies", ") => { datatableUtilities: ", @@ -12185,13 +12065,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/plugins/data/server/plugin.ts", "deprecated": false, @@ -12269,7 +12143,7 @@ "text": "DataViewBase" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12300,7 +12174,7 @@ }, "; }" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false }, @@ -12316,13 +12190,13 @@ "signature": [ "(hit: Record, deep?: boolean | undefined) => Record" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts" }, { "plugin": "maps", @@ -12345,7 +12219,7 @@ "signature": [ "{ [x: string]: unknown[]; }" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false }, @@ -12359,7 +12233,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false } @@ -12377,7 +12251,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12393,7 +12267,7 @@ "signature": [ "DataViewDeps" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -12413,7 +12287,7 @@ "ScriptField", ">" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -12429,7 +12303,7 @@ "signature": [ "() => string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -12445,7 +12319,7 @@ "signature": [ "(etag: string | undefined) => string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12459,7 +12333,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -12483,7 +12357,7 @@ "MappingRuntimeFields", "; }" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -12508,7 +12382,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12524,7 +12398,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -12552,7 +12426,7 @@ }, ", \"fields\">" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12563,7 +12437,7 @@ "tags": [], "label": "params", "description": [], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12577,7 +12451,7 @@ "signature": [ "(\"customLabel\" | \"customDescription\")[] | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false } @@ -12600,41 +12474,41 @@ "signature": [ "(fieldName: string) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts" }, { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx" + "path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx" }, { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/field_editor/field_editor.tsx" + "path": "src/platform/plugins/shared/data_view_management/public/components/field_editor/field_editor.tsx" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view.test.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/public/scripted_fields/delete_scripted_field.ts" + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/public/scripted_fields/delete_scripted_field.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view_lazy.test.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.test.ts" } ], "children": [ @@ -12650,7 +12524,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -12680,7 +12554,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -12705,16 +12579,16 @@ "path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts" }, { - "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx" + "plugin": "visTypeTimeseries", + "path": "src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts" }, { - "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view.test.ts" + "plugin": "dataViewManagement", + "path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx" }, { - "plugin": "visTypeTimeseries", - "path": "src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts" + "plugin": "dataViews", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts" } ], "children": [], @@ -12742,61 +12616,61 @@ }, "[]" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_views.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts" }, { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/edit_index_pattern/tabs/utils.ts" + "path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/tabs/utils.ts" }, { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/management_app/data_view_management_service.ts" + "path": "src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts" }, { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/management_app/data_view_management_service.ts" + "path": "src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts" }, { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx" + "path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view.test.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view.test.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view.test.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view.test.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view.test.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts" } ], "children": [], @@ -12814,7 +12688,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -12839,7 +12713,7 @@ "text": "TimeBasedDataView" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -12864,7 +12738,7 @@ "text": "TimeBasedDataView" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -12890,7 +12764,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -12916,7 +12790,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12932,7 +12806,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -12968,7 +12842,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12984,7 +12858,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -13007,7 +12881,7 @@ "text": "RuntimeField" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -13035,7 +12909,7 @@ }, "> | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13051,7 +12925,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -13073,7 +12947,7 @@ "signature": [ "(name: string) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13089,7 +12963,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -13110,7 +12984,7 @@ "() => ", "MappingRuntimeFields" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -13128,7 +13002,7 @@ "signature": [ "(fieldName: string, customLabel: string | null | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13144,7 +13018,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -13161,7 +13035,7 @@ "signature": [ "string | null | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -13181,7 +13055,7 @@ "signature": [ "(fieldName: string, customDescription: string | null | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13197,7 +13071,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -13214,7 +13088,7 @@ "signature": [ "string | null | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -13234,7 +13108,7 @@ "signature": [ "(fieldName: string, count: number | null | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13250,7 +13124,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -13267,7 +13141,7 @@ "signature": [ "number | null | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -13293,7 +13167,7 @@ }, ") => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13313,7 +13187,7 @@ "text": "FieldSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -13333,7 +13207,7 @@ "description": [ "\nData views service, providing CRUD operations for data views." ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13349,7 +13223,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -13362,7 +13236,7 @@ "tags": [], "label": "scriptedFieldsEnabled", "description": [], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -13378,7 +13252,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13400,7 +13274,7 @@ "text": "DataViewsServiceDeps" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -13420,7 +13294,7 @@ "signature": [ "(refresh?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13436,7 +13310,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -13456,7 +13330,7 @@ "signature": [ "(refresh?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13472,7 +13346,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -13500,7 +13374,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13516,7 +13390,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -13533,7 +13407,7 @@ "signature": [ "number" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -13563,7 +13437,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13579,7 +13453,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -13596,7 +13470,7 @@ "signature": [ "number" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -13626,7 +13500,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13642,7 +13516,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -13668,7 +13542,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13682,7 +13556,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -13702,7 +13576,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -13720,7 +13594,7 @@ "signature": [ "(id?: string | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13734,7 +13608,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -13753,13 +13627,7 @@ ], "signature": [ "() => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -13770,7 +13638,7 @@ }, ">[] | null | undefined>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -13796,7 +13664,7 @@ }, " | null>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13812,7 +13680,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -13832,7 +13700,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -13850,7 +13718,7 @@ "signature": [ "(id: string | null, force?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13866,7 +13734,7 @@ "signature": [ "string | null" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -13883,7 +13751,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -13903,7 +13771,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -13919,7 +13787,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -13935,7 +13803,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -13969,7 +13837,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13991,7 +13859,7 @@ "text": "GetFieldsOptions" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14045,7 +13913,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14073,7 +13941,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14098,7 +13966,7 @@ }, ", \"allowNoIndex\"> | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -14128,7 +13996,7 @@ }, ", displayErrors?: boolean, forceRefresh?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14148,7 +14016,7 @@ "text": "DataView" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14165,7 +14033,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14180,7 +14048,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14217,7 +14085,7 @@ "text": "DataViewFieldMap" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14240,7 +14108,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14258,7 +14126,7 @@ "FieldAttrsAsObject", " | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -14279,13 +14147,7 @@ ], "signature": [ "(savedObject: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -14303,7 +14165,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14315,13 +14177,7 @@ "label": "savedObject", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -14332,7 +14188,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14360,7 +14216,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14374,7 +14230,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14400,7 +14256,7 @@ }, " | undefined>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14414,7 +14270,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14442,7 +14298,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14456,7 +14312,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14473,7 +14329,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14490,7 +14346,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14526,7 +14382,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14548,7 +14404,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14565,7 +14421,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14582,7 +14438,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14620,7 +14476,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14642,7 +14498,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14680,7 +14536,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14702,7 +14558,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14717,7 +14573,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14753,7 +14609,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14775,7 +14631,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14790,7 +14646,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14807,7 +14663,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14824,7 +14680,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14852,7 +14708,7 @@ }, ", overwrite?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14874,7 +14730,7 @@ "text": "AbstractDataView" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14889,7 +14745,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14917,7 +14773,7 @@ }, ", saveAttempts?: number, ignoreErrors?: boolean, displayErrors?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14937,7 +14793,7 @@ "text": "AbstractDataView" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14952,7 +14808,7 @@ "signature": [ "number" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14967,7 +14823,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14984,7 +14840,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15004,7 +14860,7 @@ "signature": [ "(indexPatternId: string) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15020,7 +14876,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15040,7 +14896,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -15066,7 +14922,7 @@ }, " | null>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -15094,7 +14950,7 @@ }, " | null>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15105,7 +14961,7 @@ "tags": [], "label": "options", "description": [], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15119,7 +14975,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -15133,7 +14989,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false } @@ -15170,7 +15026,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15190,7 +15046,7 @@ "text": "DataViewLazy" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15224,7 +15080,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15244,7 +15100,7 @@ "text": "DataView" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15262,7 +15118,7 @@ "tags": [], "label": "IndexPatternsFetcher", "description": [], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15276,7 +15132,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15288,15 +15144,9 @@ "label": "elasticsearchClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15311,7 +15161,7 @@ "signature": [ "IndexPatternsFetcherOptionalParams | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -15345,7 +15195,7 @@ }, "[]; indices: string[]; }>" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15356,7 +15206,7 @@ "tags": [], "label": "options", "description": [], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15370,7 +15220,7 @@ "signature": [ "string | string[]" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -15384,7 +15234,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -15398,7 +15248,7 @@ "signature": [ "{ allow_no_indices: boolean; includeUnmapped?: boolean | undefined; } | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -15412,7 +15262,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -15426,7 +15276,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -15441,7 +15291,7 @@ "QueryDslQueryContainer", " | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -15455,7 +15305,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -15469,7 +15319,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -15483,7 +15333,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -15497,7 +15347,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false } @@ -15518,7 +15368,7 @@ "signature": [ "(indices: string[]) => Promise" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15534,7 +15384,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15570,7 +15420,7 @@ "text": "RollupIndexCapability" } ], - "path": "src/plugins/data_views/server/fetcher/lib/map_capabilities.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/lib/map_capabilities.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15586,7 +15436,7 @@ "signature": [ "RollupGetRollupIndexCapsResponse" ], - "path": "src/plugins/data_views/server/fetcher/lib/map_capabilities.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/lib/map_capabilities.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15855,7 +15705,7 @@ "description": [ "\nDataViews server plugin start api" ], - "path": "src/plugins/data_views/server/types.ts", + "path": "src/platform/plugins/shared/data_views/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15870,29 +15720,11 @@ ], "signature": [ "(savedObjectsClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", elasticsearchClient: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", request?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined, byPassCapabilities?: boolean | undefined) => Promise<", { "pluginId": "dataViews", @@ -15903,7 +15735,7 @@ }, ">" ], - "path": "src/plugins/data_views/server/types.ts", + "path": "src/platform/plugins/shared/data_views/server/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -15916,15 +15748,9 @@ "label": "savedObjectsClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], - "path": "src/plugins/data_views/server/types.ts", + "path": "src/platform/plugins/shared/data_views/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -17192,7 +17018,7 @@ "default", "; }" ], - "path": "src/plugins/data_views/server/types.ts", + "path": "src/platform/plugins/shared/data_views/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -17204,16 +17030,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined" ], - "path": "src/plugins/data_views/server/types.ts", + "path": "src/platform/plugins/shared/data_views/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -17227,7 +17047,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/server/types.ts", + "path": "src/platform/plugins/shared/data_views/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -17245,7 +17065,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/data_views/server/types.ts", + "path": "src/platform/plugins/shared/data_views/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -17261,7 +17081,7 @@ "tags": [], "label": "FieldDescriptor", "description": [], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -17272,7 +17092,7 @@ "tags": [], "label": "aggregatable", "description": [], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -17283,7 +17103,7 @@ "tags": [], "label": "name", "description": [], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -17294,7 +17114,7 @@ "tags": [], "label": "readFromDocValues", "description": [], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -17305,7 +17125,7 @@ "tags": [], "label": "searchable", "description": [], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -17316,7 +17136,7 @@ "tags": [], "label": "type", "description": [], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -17330,7 +17150,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -17344,7 +17164,7 @@ "signature": [ "FieldSubType | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -17358,7 +17178,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -17372,7 +17192,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -17386,7 +17206,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -17401,7 +17221,7 @@ "MappingTimeSeriesMetricType", " | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -17415,7 +17235,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -17429,7 +17249,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false } @@ -17445,7 +17265,7 @@ "tags": [], "label": "ES_FIELD_TYPES", "description": [], - "path": "packages/kbn-field-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -17457,7 +17277,7 @@ "tags": [], "label": "KBN_FIELD_TYPES", "description": [], - "path": "packages/kbn-field-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -18804,7 +18624,7 @@ "text": "DataViewBase" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18835,7 +18655,7 @@ }, "; }" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false }, @@ -18851,13 +18671,13 @@ "signature": [ "(hit: Record, deep?: boolean | undefined) => Record" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts" }, { "plugin": "maps", @@ -18880,7 +18700,7 @@ "signature": [ "{ [x: string]: unknown[]; }" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false }, @@ -18894,7 +18714,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false } @@ -18912,7 +18732,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18928,7 +18748,7 @@ "signature": [ "DataViewDeps" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -18948,7 +18768,7 @@ "ScriptField", ">" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -18964,7 +18784,7 @@ "signature": [ "() => string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -18980,7 +18800,7 @@ "signature": [ "(etag: string | undefined) => string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18994,7 +18814,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -19018,7 +18838,7 @@ "MappingRuntimeFields", "; }" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -19043,7 +18863,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19059,7 +18879,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19087,7 +18907,7 @@ }, ", \"fields\">" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19098,7 +18918,7 @@ "tags": [], "label": "params", "description": [], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19112,7 +18932,7 @@ "signature": [ "(\"customLabel\" | \"customDescription\")[] | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false } @@ -19135,41 +18955,41 @@ "signature": [ "(fieldName: string) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts" }, { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx" + "path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx" }, { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/field_editor/field_editor.tsx" + "path": "src/platform/plugins/shared/data_view_management/public/components/field_editor/field_editor.tsx" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view.test.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/public/scripted_fields/delete_scripted_field.ts" + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/public/scripted_fields/delete_scripted_field.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view_lazy.test.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.test.ts" } ], "children": [ @@ -19185,7 +19005,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19215,7 +19035,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -19240,16 +19060,16 @@ "path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts" }, { - "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx" + "plugin": "visTypeTimeseries", + "path": "src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts" }, { - "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view.test.ts" + "plugin": "dataViewManagement", + "path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx" }, { - "plugin": "visTypeTimeseries", - "path": "src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts" + "plugin": "dataViews", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts" } ], "children": [], @@ -19277,61 +19097,61 @@ }, "[]" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_views.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts" }, { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/edit_index_pattern/tabs/utils.ts" + "path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/tabs/utils.ts" }, { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/management_app/data_view_management_service.ts" + "path": "src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts" }, { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/management_app/data_view_management_service.ts" + "path": "src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts" }, { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx" + "path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view.test.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view.test.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view.test.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view.test.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/common/data_views/data_view.test.ts" + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts" } ], "children": [], @@ -19349,7 +19169,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -19374,7 +19194,7 @@ "text": "TimeBasedDataView" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -19399,7 +19219,7 @@ "text": "TimeBasedDataView" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -19425,7 +19245,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -19451,7 +19271,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19467,7 +19287,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19503,7 +19323,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19519,7 +19339,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19542,7 +19362,7 @@ "text": "RuntimeField" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19570,7 +19390,7 @@ }, "> | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19586,7 +19406,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19608,7 +19428,7 @@ "signature": [ "(name: string) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19624,7 +19444,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19645,7 +19465,7 @@ "() => ", "MappingRuntimeFields" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -19663,7 +19483,7 @@ "signature": [ "(fieldName: string, customLabel: string | null | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19679,7 +19499,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19696,7 +19516,7 @@ "signature": [ "string | null | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -19716,7 +19536,7 @@ "signature": [ "(fieldName: string, customDescription: string | null | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19732,7 +19552,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19749,7 +19569,7 @@ "signature": [ "string | null | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -19769,7 +19589,7 @@ "signature": [ "(fieldName: string, count: number | null | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19785,7 +19605,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19802,7 +19622,7 @@ "signature": [ "number | null | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -19828,7 +19648,7 @@ }, ") => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19848,7 +19668,7 @@ "text": "FieldSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19885,7 +19705,7 @@ "text": "DataViewFieldBase" } ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19932,7 +19752,7 @@ "MappingTimeSeriesMetricType", " | undefined; shortDotsEnable?: boolean | undefined; isMapped?: boolean | undefined; parentName?: string | undefined; defaultFormatter?: string | undefined; }" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -19950,7 +19770,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19972,7 +19792,7 @@ "text": "FieldSpec" } ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19989,7 +19809,7 @@ "description": [ "\nCount is used for field popularity in discover." ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20002,7 +19822,7 @@ "description": [ "\nSet count, which is used for field popularity in discover." ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20016,7 +19836,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20039,7 +19859,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20062,7 +19882,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20078,7 +19898,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20094,7 +19914,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20110,7 +19930,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20126,7 +19946,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20142,7 +19962,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20158,7 +19978,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20174,7 +19994,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20190,7 +20010,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20206,7 +20026,7 @@ "signature": [ "Record | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20222,7 +20042,7 @@ "signature": [ "Record | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20235,7 +20055,7 @@ "description": [ "\nGet field name" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20248,7 +20068,7 @@ "description": [ "\nGets display name, calcualted based on name, custom label and shortDotsEnable." ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20261,7 +20081,7 @@ "description": [ "\nGets field type" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20277,7 +20097,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20290,7 +20110,7 @@ "description": [ "\nReturns true if scripted field" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20303,7 +20123,7 @@ "description": [ "\nReturns true if field is searchable" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20316,7 +20136,7 @@ "description": [ "\nReturns true if field is aggregatable" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20329,7 +20149,7 @@ "description": [ "\nreturns true if field is a TSDB dimension field" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20346,7 +20166,7 @@ "MappingTimeSeriesMetricType", " | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20362,7 +20182,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20378,7 +20198,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20394,7 +20214,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20407,7 +20227,7 @@ "description": [ "\nReturns true if field is available via doc values" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20430,7 +20250,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20446,7 +20266,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20459,7 +20279,7 @@ "description": [ "\nReturns true if runtime field defined on data view" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20472,7 +20292,7 @@ "description": [ "\nReturns true if field is sortable" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20485,7 +20305,7 @@ "description": [ "\nReturns true if field is filterable" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20498,7 +20318,7 @@ "description": [ "\nReturns true if field is visualizable" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20511,7 +20331,7 @@ "description": [ "\nReturns true if field is Empty" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -20527,7 +20347,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -20545,7 +20365,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -20571,7 +20391,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -20597,7 +20417,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -20615,7 +20435,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -20641,7 +20461,7 @@ }, " | undefined; customLabel: string | undefined; customDescription: string | undefined; defaultFormatter: string | undefined; }" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -20674,7 +20494,7 @@ "text": "FieldSpec" } ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20696,7 +20516,7 @@ "text": "ToSpecConfig" } ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20718,7 +20538,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -20746,7 +20566,7 @@ }, " extends Error" ], - "path": "src/plugins/data_views/common/errors/data_view_saved_object_conflict.ts", + "path": "src/platform/plugins/shared/data_views/common/errors/data_view_saved_object_conflict.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20762,7 +20582,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/common/errors/data_view_saved_object_conflict.ts", + "path": "src/platform/plugins/shared/data_views/common/errors/data_view_saved_object_conflict.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20778,7 +20598,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/errors/data_view_saved_object_conflict.ts", + "path": "src/platform/plugins/shared/data_views/common/errors/data_view_saved_object_conflict.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20798,7 +20618,7 @@ "description": [ "\nData views service, providing CRUD operations for data views." ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20814,7 +20634,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -20827,7 +20647,7 @@ "tags": [], "label": "scriptedFieldsEnabled", "description": [], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -20843,7 +20663,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20865,7 +20685,7 @@ "text": "DataViewsServiceDeps" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20885,7 +20705,7 @@ "signature": [ "(refresh?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20901,7 +20721,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20921,7 +20741,7 @@ "signature": [ "(refresh?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20937,7 +20757,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20965,7 +20785,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20981,7 +20801,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20998,7 +20818,7 @@ "signature": [ "number" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21028,7 +20848,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21044,7 +20864,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21061,7 +20881,7 @@ "signature": [ "number" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21091,7 +20911,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21107,7 +20927,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21133,7 +20953,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21147,7 +20967,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21167,7 +20987,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -21185,7 +21005,7 @@ "signature": [ "(id?: string | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21199,7 +21019,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -21218,13 +21038,7 @@ ], "signature": [ "() => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -21235,7 +21049,7 @@ }, ">[] | null | undefined>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -21261,7 +21075,7 @@ }, " | null>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21277,7 +21091,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21297,7 +21111,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -21315,7 +21129,7 @@ "signature": [ "(id: string | null, force?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21331,7 +21145,7 @@ "signature": [ "string | null" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -21348,7 +21162,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21368,7 +21182,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -21384,7 +21198,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -21400,7 +21214,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -21434,7 +21248,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21456,7 +21270,7 @@ "text": "GetFieldsOptions" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21510,7 +21324,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21538,7 +21352,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21563,7 +21377,7 @@ }, ", \"allowNoIndex\"> | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -21593,7 +21407,7 @@ }, ", displayErrors?: boolean, forceRefresh?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21613,7 +21427,7 @@ "text": "DataView" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21630,7 +21444,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21645,7 +21459,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21682,7 +21496,7 @@ "text": "DataViewFieldMap" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21705,7 +21519,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21723,7 +21537,7 @@ "FieldAttrsAsObject", " | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -21744,13 +21558,7 @@ ], "signature": [ "(savedObject: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -21768,7 +21576,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21780,13 +21588,7 @@ "label": "savedObject", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -21797,7 +21599,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21825,7 +21627,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21839,7 +21641,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21865,7 +21667,7 @@ }, " | undefined>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21879,7 +21681,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21907,7 +21709,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21921,7 +21723,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21938,7 +21740,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21955,7 +21757,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21991,7 +21793,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22013,7 +21815,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -22030,7 +21832,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -22047,7 +21849,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -22085,7 +21887,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22107,7 +21909,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -22145,7 +21947,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22167,7 +21969,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -22182,7 +21984,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -22218,7 +22020,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22240,7 +22042,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -22255,7 +22057,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -22272,7 +22074,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -22289,7 +22091,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -22317,7 +22119,7 @@ }, ", overwrite?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22339,7 +22141,7 @@ "text": "AbstractDataView" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -22354,7 +22156,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -22382,7 +22184,7 @@ }, ", saveAttempts?: number, ignoreErrors?: boolean, displayErrors?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22402,7 +22204,7 @@ "text": "AbstractDataView" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -22417,7 +22219,7 @@ "signature": [ "number" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -22432,7 +22234,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -22449,7 +22251,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -22469,7 +22271,7 @@ "signature": [ "(indexPatternId: string) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22485,7 +22287,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -22505,7 +22307,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -22531,7 +22333,7 @@ }, " | null>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -22559,7 +22361,7 @@ }, " | null>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22570,7 +22372,7 @@ "tags": [], "label": "options", "description": [], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22584,7 +22386,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -22598,7 +22400,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false } @@ -22635,7 +22437,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22655,7 +22457,7 @@ "text": "DataViewLazy" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -22689,7 +22491,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22709,7 +22511,7 @@ "text": "DataView" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -22739,7 +22541,7 @@ }, " extends Error" ], - "path": "src/plugins/data_views/common/errors/duplicate_index_pattern.ts", + "path": "src/platform/plugins/shared/data_views/common/errors/duplicate_index_pattern.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22755,7 +22557,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/common/errors/duplicate_index_pattern.ts", + "path": "src/platform/plugins/shared/data_views/common/errors/duplicate_index_pattern.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22771,7 +22573,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/errors/duplicate_index_pattern.ts", + "path": "src/platform/plugins/shared/data_views/common/errors/duplicate_index_pattern.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -22789,7 +22591,7 @@ "tags": [], "label": "KbnFieldType", "description": [], - "path": "packages/kbn-field-types/src/kbn_field_type.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/kbn_field_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22800,7 +22602,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-field-types/src/kbn_field_type.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/kbn_field_type.ts", "deprecated": false, "trackAdoption": false }, @@ -22811,7 +22613,7 @@ "tags": [], "label": "sortable", "description": [], - "path": "packages/kbn-field-types/src/kbn_field_type.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/kbn_field_type.ts", "deprecated": false, "trackAdoption": false }, @@ -22822,7 +22624,7 @@ "tags": [], "label": "filterable", "description": [], - "path": "packages/kbn-field-types/src/kbn_field_type.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/kbn_field_type.ts", "deprecated": false, "trackAdoption": false }, @@ -22844,7 +22646,7 @@ }, "[]" ], - "path": "packages/kbn-field-types/src/kbn_field_type.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/kbn_field_type.ts", "deprecated": false, "trackAdoption": false }, @@ -22858,7 +22660,7 @@ "signature": [ "any" ], - "path": "packages/kbn-field-types/src/kbn_field_type.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/kbn_field_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22880,7 +22682,7 @@ }, ">" ], - "path": "packages/kbn-field-types/src/kbn_field_type.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/kbn_field_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -23079,7 +22881,7 @@ "text": "IIndexPatternFieldList" } ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23100,7 +22902,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -23115,7 +22917,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -23268,7 +23070,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -23291,7 +23093,7 @@ }, " | undefined; }" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false } @@ -23316,7 +23118,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -23339,7 +23141,7 @@ }, " | undefined; }" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false } @@ -23364,7 +23166,7 @@ }, ", \"fn\">" ], - "path": "src/plugins/data_views/common/expressions/load_index_pattern.ts", + "path": "src/platform/plugins/shared/data_views/common/expressions/load_index_pattern.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -23389,7 +23191,7 @@ }, ") => boolean" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23409,7 +23211,7 @@ "text": "DataViewField" } ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -23428,7 +23230,7 @@ "signature": [ "(field: HasSubtype) => boolean" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -23451,7 +23253,7 @@ }, " | undefined; }" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false } @@ -23468,7 +23270,7 @@ "signature": [ "(field: HasSubtype) => boolean" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -23491,7 +23293,7 @@ }, " | undefined; }" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false } @@ -23679,7 +23481,7 @@ "description": [ "\nInterface for the data view saved object" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23695,7 +23497,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -23708,7 +23510,7 @@ "description": [ "\nData view title" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -23724,7 +23526,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -23740,7 +23542,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -23756,7 +23558,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -23772,7 +23574,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -23788,7 +23590,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -23804,7 +23606,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -23820,7 +23622,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -23836,7 +23638,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -23852,7 +23654,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -23868,7 +23670,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -23884,7 +23686,7 @@ "description": [ "\nResult from data view search - summary data." ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23897,7 +23699,7 @@ "description": [ "\nSaved object id (or generated id if in-memory only)" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -23913,7 +23715,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -23926,7 +23728,7 @@ "description": [ "\nData view title" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -23942,7 +23744,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -23965,7 +23767,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -23979,7 +23781,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false } @@ -23993,7 +23795,7 @@ "tags": [], "label": "GetFieldsOptions", "description": [], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24004,7 +23806,7 @@ "tags": [], "label": "pattern", "description": [], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24018,7 +23820,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24032,7 +23834,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24046,7 +23848,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24060,7 +23862,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24075,7 +23877,7 @@ "QueryDslQueryContainer", " | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24089,7 +23891,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24103,7 +23905,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24117,7 +23919,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24131,7 +23933,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24145,7 +23947,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24159,7 +23961,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -24173,7 +23975,7 @@ "tags": [], "label": "IDataViewsApiClient", "description": [], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24197,7 +23999,7 @@ "FieldsForWildcardResponse", ">" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24217,7 +24019,7 @@ "text": "GetFieldsOptions" } ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -24235,7 +24037,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -24253,7 +24055,7 @@ "description": [ "\nIndex pattern expression interface" ], - "path": "src/plugins/data_views/common/expressions/load_index_pattern.ts", + "path": "src/platform/plugins/shared/data_views/common/expressions/load_index_pattern.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24269,7 +24071,7 @@ "signature": [ "\"index_pattern\"" ], - "path": "src/plugins/data_views/common/expressions/load_index_pattern.ts", + "path": "src/platform/plugins/shared/data_views/common/expressions/load_index_pattern.ts", "deprecated": false, "trackAdoption": false }, @@ -24335,7 +24137,7 @@ "FieldAttrsAsObject", " | undefined; allowNoIndex?: boolean | undefined; namespaces?: string[] | undefined; name?: string | undefined; allowHidden?: boolean | undefined; }" ], - "path": "src/plugins/data_views/common/expressions/load_index_pattern.ts", + "path": "src/platform/plugins/shared/data_views/common/expressions/load_index_pattern.ts", "deprecated": false, "trackAdoption": false } @@ -24349,7 +24151,7 @@ "tags": [], "label": "KbnFieldTypeOptions", "description": [], - "path": "packages/kbn-field-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24360,7 +24162,7 @@ "tags": [], "label": "sortable", "description": [], - "path": "packages/kbn-field-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24371,7 +24173,7 @@ "tags": [], "label": "filterable", "description": [], - "path": "packages/kbn-field-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24382,7 +24184,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-field-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24403,7 +24205,7 @@ }, "[]" ], - "path": "packages/kbn-field-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -24420,16 +24222,10 @@ "\nDefinition of the Saved Object interface\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24442,7 +24238,7 @@ "description": [ "The ID of this Saved Object, guaranteed to be unique for all objects of the same `type`" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -24455,7 +24251,7 @@ "description": [ " The type of Saved Object. Each plugin can define its own custom Saved Object types." ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -24471,7 +24267,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -24487,7 +24283,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -24503,7 +24299,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -24519,7 +24315,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -24535,7 +24331,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -24549,16 +24345,10 @@ "Error associated with this object, populated if an operation failed for this object." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectError", - "text": "SavedObjectError" - }, + "SavedObjectError", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -24574,7 +24364,7 @@ "signature": [ "T" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -24588,16 +24378,10 @@ "{@inheritdoc SavedObjectReference}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -24613,46 +24397,36 @@ "\n{@inheritdoc SavedObjectsMigrationVersion}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsMigrationVersion", - "text": "SavedObjectsMigrationVersion" - }, + "SavedObjectsMigrationVersion", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server-internal/src/lib/apis/utils/internal_utils.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/import/lib/collect_saved_objects.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" - }, - { - "plugin": "@kbn/core-saved-objects-api-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/utils/internal_utils.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/collect_saved_objects.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { "plugin": "graph", @@ -24666,6 +24440,10 @@ "plugin": "graph", "path": "x-pack/plugins/graph/server/sample_data/flights.ts" }, + { + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + }, { "plugin": "fleet", "path": "x-pack/platform/plugins/shared/fleet/server/services/epm/kibana/assets/install.ts" @@ -24828,7 +24606,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -24844,7 +24622,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -24860,7 +24638,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -24876,7 +24654,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -24892,7 +24670,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false } @@ -24908,7 +24686,7 @@ "description": [ "\nInterface for UiSettings common interface {@link UiSettingsClient}" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24924,7 +24702,7 @@ "signature": [ "(key: string) => Promise" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24940,7 +24718,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -24960,7 +24738,7 @@ "signature": [ "() => Promise>" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -24978,7 +24756,7 @@ "signature": [ "(key: string, value: T) => Promise" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24994,7 +24772,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -25011,7 +24789,7 @@ "signature": [ "T" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -25031,7 +24809,7 @@ "signature": [ "(key: string) => Promise" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25047,7 +24825,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -25069,7 +24847,7 @@ "description": [ "\nData View type. Default or rollup" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -25081,7 +24859,7 @@ "tags": [], "label": "ES_FIELD_TYPES", "description": [], - "path": "packages/kbn-field-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -25093,7 +24871,7 @@ "tags": [], "label": "KBN_FIELD_TYPES", "description": [], - "path": "packages/kbn-field-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -25110,7 +24888,7 @@ "signature": [ "{ [x: string]: { agg?: string | undefined; interval?: number | undefined; fixed_interval?: string | undefined; calendar_interval?: string | undefined; delay?: string | undefined; time_zone?: string | undefined; }; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -25157,7 +24935,7 @@ "signature": [ "\"index-pattern\"" ], - "path": "src/plugins/data_views/common/constants.ts", + "path": "src/platform/plugins/shared/data_views/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -25180,7 +24958,7 @@ }, "; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -25252,13 +25030,7 @@ "text": "DataViewLazy" }, "[]>; clearCache: () => void; clearInstanceCache: (id?: string | undefined) => void; getCache: () => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -25350,13 +25122,7 @@ "text": "DataViewFieldMap" }, "; savedObjectToSpec: (savedObject: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -25503,7 +25269,7 @@ }, ">; }" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -25570,7 +25336,7 @@ "FieldAttrsAsObject", " | undefined; allowNoIndex?: boolean | undefined; namespaces?: string[] | undefined; name?: string | undefined; allowHidden?: boolean | undefined; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -25610,7 +25376,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -25627,7 +25393,7 @@ "signature": [ "{ customLabel?: string | undefined; customDescription?: string | undefined; count?: number | undefined; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -25677,7 +25443,7 @@ "MappingTimeSeriesMetricType", " | undefined; shortDotsEnable?: boolean | undefined; isMapped?: boolean | undefined; parentName?: string | undefined; defaultFormatter?: string | undefined; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -25692,7 +25458,7 @@ "signature": [ "{ [x: string]: string[]; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -25775,7 +25541,7 @@ }, ">>" ], - "path": "src/plugins/data_views/common/expressions/load_index_pattern.ts", + "path": "src/platform/plugins/shared/data_views/common/expressions/load_index_pattern.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -25822,7 +25588,7 @@ "signature": [ "\"metaFields\"" ], - "path": "src/plugins/data_views/common/constants.ts", + "path": "src/platform/plugins/shared/data_views/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -25837,7 +25603,7 @@ "signature": [ "{ query: string | { [key: string]: any; }; language: string; }" ], - "path": "packages/kbn-es-query/src/filters/build_filters/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -25882,7 +25648,7 @@ "signature": [ "{ value: string; clientId?: string | number | undefined; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -25907,7 +25673,7 @@ }, "> | undefined; params?: { rollup_index: string; } | undefined; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -25938,7 +25704,7 @@ "description": [ "\nUsed to optimize on-boarding experience to determine if the instance has some user created data views or data indices/streams by filtering data sources\nthat are created by default by elastic in ese.\nWe should somehow prevent creating initial data for the users without their explicit action\ninstead of relying on these hardcoded assets" ], - "path": "src/plugins/data_views/common/constants.ts", + "path": "src/platform/plugins/shared/data_views/common/constants.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25952,7 +25718,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/data_views/common/constants.ts", + "path": "src/platform/plugins/shared/data_views/common/constants.ts", "deprecated": false, "trackAdoption": false } @@ -25971,7 +25737,7 @@ "signature": [ "readonly [\"keyword\", \"long\", \"double\", \"date\", \"ip\", \"boolean\", \"geo_point\", \"composite\"]" ], - "path": "src/plugins/data_views/common/constants.ts", + "path": "src/platform/plugins/shared/data_views/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/data.mdx b/api_docs/data.mdx index cc224ad01ab2b..df900b373489c 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-12-27 +date: 2025-01-05 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 ab78ce88d8751..fd5fea8b4c065 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-12-27 +date: 2025-01-05 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 1bd0c6dfebfdc..533d1b78d9607 100644 --- a/api_docs/data_query.devdocs.json +++ b/api_docs/data_query.devdocs.json @@ -617,13 +617,7 @@ "text": "Filter" }, "[]; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }" ], "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", @@ -671,13 +665,7 @@ "text": "Filter" }, "[], references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]) => ", { "pluginId": "@kbn/es-query", @@ -722,13 +710,7 @@ "label": "references", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], "path": "src/plugins/data/common/query/filters/persistable_state.ts", @@ -1453,13 +1435,7 @@ "description": [], "signature": [ "(http: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", ") => { isDuplicateTitle: (title: string, id?: string | undefined) => Promise; createQuery: (attributes: ", { "pluginId": "data", @@ -1522,13 +1498,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "src/plugins/data/public/query/saved_query/saved_query_service.ts", "deprecated": false, diff --git a/api_docs/data_query.mdx b/api_docs/data_query.mdx index 92c34f2977d37..4f034fb994546 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-12-27 +date: 2025-01-05 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 b5cfe057deb42..3c8c913ea7696 100644 --- a/api_docs/data_search.devdocs.json +++ b/api_docs/data_search.devdocs.json @@ -220,13 +220,7 @@ "{ create: ({ name, appId, locatorId, initialState, restoreState, sessionId, }: { name: string; appId: string; locatorId: string; initialState: Record; restoreState: Record; sessionId: string; }) => Promise<", "SearchSessionSavedObject", ">; update: (sessionId: string, attributes: unknown) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateResponse", - "text": "SavedObjectsUpdateResponse" - }, + "SavedObjectsUpdateResponse", "<", { "pluginId": "data", @@ -238,13 +232,7 @@ ">>; get: (sessionId: string) => Promise<", "SearchSessionSavedObject", ">; delete: (sessionId: string) => Promise; find: (opts: Omit<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptions", - "text": "SavedObjectsFindOptions" - }, + "SavedObjectsFindOptions", ", \"type\">) => Promise<", { "pluginId": "data", @@ -468,7 +456,7 @@ "signature": [ "SearchStrategyRequest" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -489,7 +477,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -704,13 +692,7 @@ "{ create: ({ name, appId, locatorId, initialState, restoreState, sessionId, }: { name: string; appId: string; locatorId: string; initialState: Record; restoreState: Record; sessionId: string; }) => Promise<", "SearchSessionSavedObject", ">; update: (sessionId: string, attributes: unknown) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateResponse", - "text": "SavedObjectsUpdateResponse" - }, + "SavedObjectsUpdateResponse", "<", { "pluginId": "data", @@ -722,13 +704,7 @@ ">>; get: (sessionId: string) => Promise<", "SearchSessionSavedObject", ">; delete: (sessionId: string) => Promise; find: (opts: Omit<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptions", - "text": "SavedObjectsFindOptions" - }, + "SavedObjectsFindOptions", ", \"type\">) => Promise<", { "pluginId": "data", @@ -1121,13 +1097,7 @@ "{ create: ({ name, appId, locatorId, initialState, restoreState, sessionId, }: { name: string; appId: string; locatorId: string; initialState: Record; restoreState: Record; sessionId: string; }) => Promise<", "SearchSessionSavedObject", ">; update: (sessionId: string, attributes: unknown) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateResponse", - "text": "SavedObjectsUpdateResponse" - }, + "SavedObjectsUpdateResponse", "<", { "pluginId": "data", @@ -1139,13 +1109,7 @@ ">>; get: (sessionId: string) => Promise<", "SearchSessionSavedObject", ">; delete: (sessionId: string) => Promise; find: (opts: Omit<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptions", - "text": "SavedObjectsFindOptions" - }, + "SavedObjectsFindOptions", ", \"type\">) => Promise<", { "pluginId": "data", @@ -1404,13 +1368,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", ", deps: SetupDependencies) => void" ], "path": "src/plugins/data/server/search/session/session_service.ts", @@ -1425,13 +1383,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "" ], "path": "src/plugins/data/server/search/session/session_service.ts", @@ -1466,13 +1418,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", deps: StartDependencies) => void" ], "path": "src/plugins/data/server/search/session/session_service.ts", @@ -1487,13 +1433,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/plugins/data/server/search/session/session_service.ts", "deprecated": false, @@ -1545,13 +1485,7 @@ "(deps: ", "SearchSessionDependencies", ", user: ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | null, sessionId: string, { name, appId, locatorId, initialState, restoreState, }: Partial<", { "pluginId": "data", @@ -1561,13 +1495,7 @@ "text": "SearchSessionSavedObjectAttributes" }, ">) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "data", @@ -1605,13 +1533,7 @@ "label": "user", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | null" ], "path": "src/plugins/data/server/search/session/session_service.ts", @@ -1671,21 +1593,9 @@ "({ savedObjectsClient }: ", "SearchSessionDependencies", ", user: ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | null, sessionId: string) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "data", @@ -1723,13 +1633,7 @@ "label": "user", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | null" ], "path": "src/plugins/data/server/search/session/session_service.ts", @@ -1766,21 +1670,9 @@ "({ savedObjectsClient, internalElasticsearchClient }: ", "SearchSessionStatusDependencies", ", user: ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | null, options: Omit<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptions", - "text": "SavedObjectsFindOptions" - }, + "SavedObjectsFindOptions", ", \"type\">) => Promise<", { "pluginId": "data", @@ -1818,13 +1710,7 @@ "label": "user", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | null" ], "path": "src/plugins/data/server/search/session/session_service.ts", @@ -1841,13 +1727,7 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptions", - "text": "SavedObjectsFindOptions" - }, + "SavedObjectsFindOptions", ", \"type\">" ], "path": "src/plugins/data/server/search/session/session_service.ts", @@ -1869,13 +1749,7 @@ "(deps: ", "SearchSessionDependencies", ", user: ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | null, sessionId: string, attributes: Partial<", { "pluginId": "data", @@ -1885,13 +1759,7 @@ "text": "SearchSessionSavedObjectAttributes" }, ">) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateResponse", - "text": "SavedObjectsUpdateResponse" - }, + "SavedObjectsUpdateResponse", "<", { "pluginId": "data", @@ -1929,13 +1797,7 @@ "label": "user", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | null" ], "path": "src/plugins/data/server/search/session/session_service.ts", @@ -1995,21 +1857,9 @@ "(deps: ", "SearchSessionDependencies", ", user: ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | null, sessionId: string, expires: Date) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateResponse", - "text": "SavedObjectsUpdateResponse" - }, + "SavedObjectsUpdateResponse", "<", { "pluginId": "data", @@ -2047,13 +1897,7 @@ "label": "user", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | null" ], "path": "src/plugins/data/server/search/session/session_service.ts", @@ -2105,21 +1949,9 @@ "(deps: ", "SearchSessionDependencies", ", user: ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | null, sessionId: string) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateResponse", - "text": "SavedObjectsUpdateResponse" - }, + "SavedObjectsUpdateResponse", "<", { "pluginId": "data", @@ -2157,13 +1989,7 @@ "label": "user", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | null" ], "path": "src/plugins/data/server/search/session/session_service.ts", @@ -2200,13 +2026,7 @@ "(deps: ", "SearchSessionDependencies", ", user: ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | null, sessionId: string) => Promise<{}>" ], "path": "src/plugins/data/server/search/session/session_service.ts", @@ -2236,13 +2056,7 @@ "label": "user", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | null" ], "path": "src/plugins/data/server/search/session/session_service.ts", @@ -2279,13 +2093,7 @@ "(deps: ", "SearchSessionDependencies", ", user: ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | null, sessionId: string) => Promise>" ], "path": "src/plugins/data/server/search/session/session_service.ts", @@ -2315,13 +2123,7 @@ "label": "user", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | null" ], "path": "src/plugins/data/server/search/session/session_service.ts", @@ -2358,13 +2160,7 @@ "(deps: ", "SearchSessionStatusDependencies", ", user: ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | null, sessionId: string) => Promise<", { "pluginId": "data", @@ -2402,13 +2198,7 @@ "label": "user", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | null" ], "path": "src/plugins/data/server/search/session/session_service.ts", @@ -2443,21 +2233,9 @@ "description": [], "signature": [ "({ security, savedObjects, elasticsearch }: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ") => (request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => { getId: (args_0: ", { "pluginId": "@kbn/search-types", @@ -2499,13 +2277,7 @@ "text": "SearchSessionSavedObjectAttributes" }, ">) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "data", @@ -2515,13 +2287,7 @@ "text": "SearchSessionSavedObjectAttributes" }, ">>; get: (sessionId: string) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "data", @@ -2531,13 +2297,7 @@ "text": "SearchSessionSavedObjectAttributes" }, ">>; find: (options: Omit<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptions", - "text": "SavedObjectsFindOptions" - }, + "SavedObjectsFindOptions", ", \"type\">) => Promise<", { "pluginId": "data", @@ -2555,13 +2315,7 @@ "text": "SearchSessionSavedObjectAttributes" }, ">) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateResponse", - "text": "SavedObjectsUpdateResponse" - }, + "SavedObjectsUpdateResponse", "<", { "pluginId": "data", @@ -2571,13 +2325,7 @@ "text": "SearchSessionSavedObjectAttributes" }, ">>; extend: (sessionId: string, expires: Date) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateResponse", - "text": "SavedObjectsUpdateResponse" - }, + "SavedObjectsUpdateResponse", "<", { "pluginId": "data", @@ -2587,13 +2335,7 @@ "text": "SearchSessionSavedObjectAttributes" }, ">>; cancel: (sessionId: string) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateResponse", - "text": "SavedObjectsUpdateResponse" - }, + "SavedObjectsUpdateResponse", "<", { "pluginId": "data", @@ -2624,13 +2366,7 @@ "label": "{ security, savedObjects, elasticsearch }", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/plugins/data/server/search/session/session_service.ts", "deprecated": false, @@ -2745,13 +2481,7 @@ "text": "SearchSessionSavedObjectAttributes" }, ">) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "data", @@ -2827,13 +2557,7 @@ "description": [], "signature": [ "(sessionId: string) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "data", @@ -2871,13 +2595,7 @@ "description": [], "signature": [ "(options: Omit<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptions", - "text": "SavedObjectsFindOptions" - }, + "SavedObjectsFindOptions", ", \"type\">) => Promise<", { "pluginId": "data", @@ -2906,47 +2624,17 @@ "> | undefined; search?: string | undefined; namespaces?: string[] | undefined; perPage?: number | undefined; defaultSearchOperator?: \"AND\" | \"OR\" | undefined; searchFields?: string[] | undefined; sortField?: string | undefined; sortOrder?: ", "SortOrder", " | undefined; hasReference?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", " | ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", "[] | undefined; fields?: string[] | undefined; preference?: string | undefined; pit?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsPitParams", - "text": "SavedObjectsPitParams" - }, + "SavedObjectsPitParams", " | undefined; searchAfter?: ", "SortResults", " | undefined; rootSearchFields?: string[] | undefined; hasReferenceOperator?: \"AND\" | \"OR\" | undefined; hasNoReference?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", " | ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", "[] | undefined; hasNoReferenceOperator?: \"AND\" | \"OR\" | undefined; typeToNamespacesMap?: Map | undefined; migrationVersionCompatibility?: \"raw\" | \"compatible\" | undefined; }" ], "path": "src/plugins/data/server/search/session/types.ts", @@ -2972,13 +2660,7 @@ "text": "SearchSessionSavedObjectAttributes" }, ">) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateResponse", - "text": "SavedObjectsUpdateResponse" - }, + "SavedObjectsUpdateResponse", "<", { "pluginId": "data", @@ -3110,13 +2792,7 @@ "description": [], "signature": [ "(sessionId: string, expires: Date) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateResponse", - "text": "SavedObjectsUpdateResponse" - }, + "SavedObjectsUpdateResponse", "<", { "pluginId": "data", @@ -3218,21 +2894,9 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ") => (request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", "IScopedSearchSessionsClient" ], @@ -3248,13 +2912,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/plugins/data/server/search/session/types.ts", "deprecated": false, @@ -3599,13 +3257,7 @@ "label": "savedObjectsClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "src/plugins/data/server/search/types.ts", "deprecated": false, @@ -3619,13 +3271,7 @@ "label": "esClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.IScopedClusterClient", - "text": "IScopedClusterClient" - } + "IScopedClusterClient" ], "path": "src/plugins/data/server/search/types.ts", "deprecated": false, @@ -3675,13 +3321,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "src/plugins/data/server/search/types.ts", @@ -3716,13 +3356,7 @@ "label": "DataRequestHandlerContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " & { search: Promise<", { "pluginId": "data", @@ -7235,13 +6869,7 @@ "text": "SerializedSearchSourceFields" }, "; serialize: () => { searchSourceJSON: string; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }; toExpressionAst: ({ asDatatable }?: ExpressionAstOptions) => ", { "pluginId": "expressions", @@ -10705,13 +10333,7 @@ ], "signature": [ "() => { searchSourceJSON: string; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }" ], "path": "src/plugins/data/common/search/search_source/search_source.ts", @@ -10912,13 +10534,7 @@ "text": "SerializedSearchSourceFields" }, "; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }; inject: (searchSourceFields: ", { "pluginId": "data", @@ -10928,13 +10544,7 @@ "text": "SerializedSearchSourceFields" }, " & { indexRefName: string; }, references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]) => ", { "pluginId": "data", @@ -12847,13 +12457,7 @@ "text": "SerializedSearchSourceFields" }, ", ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]]" ], "path": "src/plugins/data/common/search/search_source/extract_references.ts", @@ -15645,13 +15249,7 @@ "text": "SerializedSearchSourceFields" }, " & { indexRefName: string; }, references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]) => ", { "pluginId": "data", @@ -15695,13 +15293,7 @@ "label": "references", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], "path": "src/plugins/data/common/search/search_source/inject_references.ts", @@ -28768,13 +28360,7 @@ "label": "executionContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined" ], "path": "src/plugins/data/common/search/expressions/esaggs/request_handler.ts", @@ -29242,13 +28828,7 @@ "text": "SearchSessionsFindResponse" }, " extends ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindResponse", - "text": "SavedObjectsFindResponse" - }, + "SavedObjectsFindResponse", "<", { "pluginId": "data", @@ -29557,7 +29137,7 @@ "signature": [ "SearchStrategyRequest" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -29578,7 +29158,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -29649,13 +29229,7 @@ "text": "DataViewLazy" }, "[]>; clearCache: () => void; clearInstanceCache: (id?: string | undefined) => void; getCache: () => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -29747,13 +29321,7 @@ "text": "DataViewFieldMap" }, "; savedObjectToSpec: (savedObject: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -33917,13 +33485,7 @@ "text": "SerializedSearchSourceFields" }, "; serialize: () => { searchSourceJSON: string; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }; toExpressionAst: ({ asDatatable }?: ExpressionAstOptions) => ", { "pluginId": "expressions", diff --git a/api_docs/data_search.mdx b/api_docs/data_search.mdx index ffad8b11b95ae..c956192ca4480 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.search'] --- import dataSearchObj from './data_search.devdocs.json'; diff --git a/api_docs/data_usage.mdx b/api_docs/data_usage.mdx index 003f28fd9f08a..ab7ed5fc606e5 100644 --- a/api_docs/data_usage.mdx +++ b/api_docs/data_usage.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataUsage title: "dataUsage" image: https://source.unsplash.com/400x175/?github description: API docs for the dataUsage plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataUsage'] --- import dataUsageObj from './data_usage.devdocs.json'; diff --git a/api_docs/data_view_editor.devdocs.json b/api_docs/data_view_editor.devdocs.json index 24482960414e5..23ccc5d9e4652 100644 --- a/api_docs/data_view_editor.devdocs.json +++ b/api_docs/data_view_editor.devdocs.json @@ -9,7 +9,7 @@ "tags": [], "label": "DataViewEditorService", "description": [], - "path": "src/plugins/data_view_editor/public/data_view_editor_service.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/data_view_editor_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23,7 +23,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_view_editor/public/data_view_editor_service.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/data_view_editor_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -37,7 +37,7 @@ "signature": [ "DataViewEditorServiceConstructorArgs" ], - "path": "src/plugins/data_view_editor/public/data_view_editor_service.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/data_view_editor_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -56,7 +56,7 @@ "Observable", "" ], - "path": "src/plugins/data_view_editor/public/data_view_editor_service.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/data_view_editor_service.ts", "deprecated": false, "trackAdoption": false }, @@ -73,7 +73,7 @@ "RollupIndicesCapsResponse", ">" ], - "path": "src/plugins/data_view_editor/public/data_view_editor_service.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/data_view_editor_service.ts", "deprecated": false, "trackAdoption": false }, @@ -88,7 +88,7 @@ "Observable", "" ], - "path": "src/plugins/data_view_editor/public/data_view_editor_service.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/data_view_editor_service.ts", "deprecated": false, "trackAdoption": false }, @@ -103,7 +103,7 @@ "Observable", "" ], - "path": "src/plugins/data_view_editor/public/data_view_editor_service.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/data_view_editor_service.ts", "deprecated": false, "trackAdoption": false }, @@ -120,7 +120,7 @@ "TimestampOption", "[]>" ], - "path": "src/plugins/data_view_editor/public/data_view_editor_service.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/data_view_editor_service.ts", "deprecated": false, "trackAdoption": false }, @@ -135,7 +135,7 @@ "Observable", "" ], - "path": "src/plugins/data_view_editor/public/data_view_editor_service.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/data_view_editor_service.ts", "deprecated": false, "trackAdoption": false }, @@ -152,7 +152,7 @@ "MatchedIndicesSet", ">" ], - "path": "src/plugins/data_view_editor/public/data_view_editor_service.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/data_view_editor_service.ts", "deprecated": false, "trackAdoption": false }, @@ -166,7 +166,7 @@ "signature": [ "(indexPattern: string) => void" ], - "path": "src/plugins/data_view_editor/public/data_view_editor_service.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/data_view_editor_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -180,7 +180,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_view_editor/public/data_view_editor_service.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/data_view_editor_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -198,7 +198,7 @@ "signature": [ "(allowHidden: boolean) => void" ], - "path": "src/plugins/data_view_editor/public/data_view_editor_service.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/data_view_editor_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -212,7 +212,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_view_editor/public/data_view_editor_service.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/data_view_editor_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -238,7 +238,7 @@ }, ") => void" ], - "path": "src/plugins/data_view_editor/public/data_view_editor_service.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/data_view_editor_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -258,7 +258,7 @@ "text": "INDEX_PATTERN_TYPE" } ], - "path": "src/plugins/data_view_editor/public/data_view_editor_service.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/data_view_editor_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -278,7 +278,7 @@ "MatchedIndicesSet", "; }>" ], - "path": "src/plugins/data_view_editor/public/data_view_editor_service.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/data_view_editor_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -294,7 +294,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/data_view_editor/public/data_view_editor_service.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/data_view_editor_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -313,7 +313,7 @@ "tags": [], "label": "DataViewEditorProps", "description": [], - "path": "src/plugins/data_view_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -337,7 +337,7 @@ }, ") => void" ], - "path": "src/plugins/data_view_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -357,7 +357,7 @@ "text": "DataView" } ], - "path": "src/plugins/data_view_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -377,7 +377,7 @@ "signature": [ "(() => void) | undefined" ], - "path": "src/plugins/data_view_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -395,7 +395,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_view_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -411,7 +411,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_view_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -434,7 +434,7 @@ }, " | undefined" ], - "path": "src/plugins/data_view_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -450,7 +450,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_view_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -466,7 +466,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_view_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -484,7 +484,7 @@ "tags": [], "label": "PluginStart", "description": [], - "path": "src/plugins/data_view_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -506,7 +506,7 @@ }, ") => () => void" ], - "path": "src/plugins/data_view_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -526,7 +526,7 @@ "text": "DataViewEditorProps" } ], - "path": "src/plugins/data_view_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -552,7 +552,7 @@ }, ">" ], - "path": "src/plugins/data_view_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -597,7 +597,7 @@ "signature": [ "{ editDataView: () => boolean; }" ], - "path": "src/plugins/data_view_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -612,10 +612,10 @@ ], "signature": [ "() => Promise" ], - "path": "src/plugins/data_view_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_editor/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], diff --git a/api_docs/data_view_editor.mdx b/api_docs/data_view_editor.mdx index 936d33d1d264e..349f0fd6eb6f2 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewEditor'] --- import dataViewEditorObj from './data_view_editor.devdocs.json'; diff --git a/api_docs/data_view_field_editor.devdocs.json b/api_docs/data_view_field_editor.devdocs.json index 8a352b74907a2..8d65375447c95 100644 --- a/api_docs/data_view_field_editor.devdocs.json +++ b/api_docs/data_view_field_editor.devdocs.json @@ -35,7 +35,7 @@ }, " & S, any>" ], - "path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -46,7 +46,7 @@ "tags": [], "label": "formatId", "description": [], - "path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx", "deprecated": false, "trackAdoption": false }, @@ -67,7 +67,7 @@ }, " & S" ], - "path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx", "deprecated": false, "trackAdoption": false }, @@ -105,7 +105,7 @@ }, "[]; }" ], - "path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -126,7 +126,7 @@ }, "<{}>" ], - "path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -147,7 +147,7 @@ "text": "FormatEditorState" } ], - "path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -165,7 +165,7 @@ "signature": [ "(newParams?: Partial<{ type?: string | undefined; } & P>) => void" ], - "path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -179,7 +179,7 @@ "signature": [ "Partial<{ type?: string | undefined; } & P>" ], - "path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -197,7 +197,7 @@ "signature": [ "() => React.JSX.Element" ], - "path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/field_format_editor/editors/default/default.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -225,7 +225,7 @@ }, " extends Error" ], - "path": "src/plugins/data_view_field_editor/public/open_delete_modal.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/open_delete_modal.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -239,7 +239,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_view_field_editor/public/open_delete_modal.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/open_delete_modal.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -253,7 +253,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_view_field_editor/public/open_delete_modal.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/open_delete_modal.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -293,7 +293,7 @@ "text": "RuntimeField" } ], - "path": "src/plugins/data_view_field_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_field_editor/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -306,7 +306,7 @@ "description": [ "\nname / path used for the field" ], - "path": "src/plugins/data_view_field_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_field_editor/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -322,7 +322,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_view_field_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_field_editor/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -348,7 +348,7 @@ }, "

" ], - "path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/types.ts", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/field_format_editor/editors/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -359,7 +359,7 @@ "tags": [], "label": "fieldType", "description": [], - "path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/types.ts", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/field_format_editor/editors/types.ts", "deprecated": false, "trackAdoption": false }, @@ -379,7 +379,7 @@ "text": "FieldFormat" } ], - "path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/types.ts", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/field_format_editor/editors/types.ts", "deprecated": false, "trackAdoption": false }, @@ -393,7 +393,7 @@ "signature": [ "{ type?: string | undefined; } & P" ], - "path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/types.ts", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/field_format_editor/editors/types.ts", "deprecated": false, "trackAdoption": false }, @@ -415,7 +415,7 @@ }, ") => void" ], - "path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/types.ts", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/field_format_editor/editors/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -435,7 +435,7 @@ "text": "SerializableRecord" } ], - "path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/types.ts", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/field_format_editor/editors/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -453,7 +453,7 @@ "signature": [ "(error?: string | undefined) => void" ], - "path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/types.ts", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/field_format_editor/editors/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -468,7 +468,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_view_field_editor/public/components/field_format_editor/field_format_editor.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/field_format_editor/field_format_editor.tsx", "deprecated": false, "trackAdoption": false } @@ -484,7 +484,7 @@ "tags": [], "label": "FormatEditorState", "description": [], - "path": "src/plugins/data_view_field_editor/public/components/field_format_editor/format_editor.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/field_format_editor/format_editor.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -506,7 +506,7 @@ }, "<{}>> | null" ], - "path": "src/plugins/data_view_field_editor/public/components/field_format_editor/format_editor.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/field_format_editor/format_editor.tsx", "deprecated": false, "trackAdoption": false }, @@ -520,7 +520,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_view_field_editor/public/components/field_format_editor/format_editor.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/field_format_editor/format_editor.tsx", "deprecated": false, "trackAdoption": false } @@ -536,7 +536,7 @@ "description": [ "\nOptions for opening the field editor" ], - "path": "src/plugins/data_view_field_editor/public/open_delete_modal.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/open_delete_modal.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -568,7 +568,7 @@ }, "; }" ], - "path": "src/plugins/data_view_field_editor/public/open_delete_modal.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/open_delete_modal.tsx", "deprecated": false, "trackAdoption": false }, @@ -584,7 +584,7 @@ "signature": [ "((fieldNames: string[]) => void) | undefined" ], - "path": "src/plugins/data_view_field_editor/public/open_delete_modal.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/open_delete_modal.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -600,7 +600,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/data_view_field_editor/public/open_delete_modal.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/open_delete_modal.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -620,7 +620,7 @@ "signature": [ "string | string[]" ], - "path": "src/plugins/data_view_field_editor/public/open_delete_modal.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/open_delete_modal.tsx", "deprecated": false, "trackAdoption": false } @@ -636,7 +636,7 @@ "description": [ "\nOptions for opening the field editor" ], - "path": "src/plugins/data_view_field_editor/public/open_editor.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/open_editor.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -668,7 +668,7 @@ }, "; }" ], - "path": "src/plugins/data_view_field_editor/public/open_editor.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/open_editor.tsx", "deprecated": false, "trackAdoption": false }, @@ -692,7 +692,7 @@ }, "[]) => void) | undefined" ], - "path": "src/plugins/data_view_field_editor/public/open_editor.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/open_editor.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -715,7 +715,7 @@ }, "[]" ], - "path": "src/plugins/data_view_field_editor/public/open_editor.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/open_editor.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -735,7 +735,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_view_field_editor/public/open_editor.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/open_editor.tsx", "deprecated": false, "trackAdoption": false }, @@ -758,7 +758,7 @@ }, " | undefined" ], - "path": "src/plugins/data_view_field_editor/public/open_editor.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/open_editor.tsx", "deprecated": false, "trackAdoption": false } @@ -772,7 +772,7 @@ "tags": [], "label": "Props", "description": [], - "path": "src/plugins/data_view_field_editor/public/components/delete_field_provider.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/delete_field_provider.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -786,7 +786,7 @@ "signature": [ "(deleteFieldHandler: DeleteFieldFunc) => React.ReactNode" ], - "path": "src/plugins/data_view_field_editor/public/components/delete_field_provider.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/delete_field_provider.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -800,7 +800,7 @@ "signature": [ "DeleteFieldFunc" ], - "path": "src/plugins/data_view_field_editor/public/components/delete_field_provider.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/delete_field_provider.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -826,7 +826,7 @@ "text": "DataView" } ], - "path": "src/plugins/data_view_field_editor/public/components/delete_field_provider.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/delete_field_provider.tsx", "deprecated": false, "trackAdoption": false }, @@ -842,7 +842,7 @@ "signature": [ "((fieldNames: string[]) => void) | undefined" ], - "path": "src/plugins/data_view_field_editor/public/components/delete_field_provider.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/delete_field_provider.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -858,7 +858,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/data_view_field_editor/public/components/delete_field_provider.tsx", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/delete_field_provider.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -876,7 +876,7 @@ "tags": [], "label": "Sample", "description": [], - "path": "src/plugins/data_view_field_editor/public/components/field_format_editor/types.ts", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/field_format_editor/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -890,7 +890,7 @@ "signature": [ "object | React.ReactText | React.ReactText[] | Record" ], - "path": "src/plugins/data_view_field_editor/public/components/field_format_editor/types.ts", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/field_format_editor/types.ts", "deprecated": false, "trackAdoption": false }, @@ -901,7 +901,7 @@ "tags": [], "label": "output", "description": [], - "path": "src/plugins/data_view_field_editor/public/components/field_format_editor/types.ts", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/field_format_editor/types.ts", "deprecated": false, "trackAdoption": false } @@ -931,7 +931,7 @@ }, "> & { formatId: string; }" ], - "path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/types.ts", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/field_format_editor/editors/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -956,7 +956,7 @@ }, ">) & { formatId: string; }" ], - "path": "src/plugins/data_view_field_editor/public/components/field_format_editor/editors/types.ts", + "path": "src/platform/plugins/shared/data_view_field_editor/public/components/field_format_editor/editors/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -974,7 +974,7 @@ "description": [ "\nPublic setup contract of data view field editor" ], - "path": "src/plugins/data_view_field_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_field_editor/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -996,7 +996,7 @@ }, "<{}>) => void; }" ], - "path": "src/plugins/data_view_field_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_field_editor/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -1013,7 +1013,7 @@ "description": [ "\nPublic start contract of data view field editor" ], - "path": "src/plugins/data_view_field_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_field_editor/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1039,7 +1039,7 @@ "CloseEditor", ">" ], - "path": "src/plugins/data_view_field_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_field_editor/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1059,7 +1059,7 @@ "text": "OpenFieldEditorOptions" } ], - "path": "src/plugins/data_view_field_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_field_editor/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1089,7 +1089,7 @@ "CloseEditor", ">" ], - "path": "src/plugins/data_view_field_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_field_editor/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1111,7 +1111,7 @@ "text": "OpenFieldDeleteModalOptions" } ], - "path": "src/plugins/data_view_field_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_field_editor/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1145,7 +1145,7 @@ }, "

| undefined; }" ], - "path": "src/plugins/data_view_field_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_field_editor/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1161,7 +1161,7 @@ "signature": [ "{ editIndexPattern: () => boolean; }" ], - "path": "src/plugins/data_view_field_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_field_editor/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1185,7 +1185,7 @@ }, ">" ], - "path": "src/plugins/data_view_field_editor/public/types.ts", + "path": "src/platform/plugins/shared/data_view_field_editor/public/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], diff --git a/api_docs/data_view_field_editor.mdx b/api_docs/data_view_field_editor.mdx index 802ac02bc57ce..0c51c015308fb 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewFieldEditor'] --- import dataViewFieldEditorObj from './data_view_field_editor.devdocs.json'; diff --git a/api_docs/data_view_management.devdocs.json b/api_docs/data_view_management.devdocs.json index 2a39ea18c0bc3..26a6df750402c 100644 --- a/api_docs/data_view_management.devdocs.json +++ b/api_docs/data_view_management.devdocs.json @@ -14,7 +14,7 @@ "tags": [], "label": "IndexPatternManagementSetup", "description": [], - "path": "src/plugins/data_view_management/public/plugin.ts", + "path": "src/platform/plugins/shared/data_view_management/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -28,7 +28,7 @@ "tags": [], "label": "IndexPatternManagementStart", "description": [], - "path": "src/plugins/data_view_management/public/plugin.ts", + "path": "src/platform/plugins/shared/data_view_management/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], diff --git a/api_docs/data_view_management.mdx b/api_docs/data_view_management.mdx index 325432d5105f9..ccbb94a14b69b 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-12-27 +date: 2025-01-05 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 fca52a32a0313..bce2e1c4aa262 100644 --- a/api_docs/data_views.devdocs.json +++ b/api_docs/data_views.devdocs.json @@ -36,7 +36,7 @@ "text": "DataViewBase" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -67,7 +67,7 @@ }, "; }" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false }, @@ -83,7 +83,7 @@ "signature": [ "(hit: Record, deep?: boolean | undefined) => Record" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -108,7 +108,7 @@ "signature": [ "{ [x: string]: unknown[]; }" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false }, @@ -122,7 +122,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false } @@ -140,7 +140,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -156,7 +156,7 @@ "signature": [ "DataViewDeps" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -176,7 +176,7 @@ "ScriptField", ">" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -192,7 +192,7 @@ "signature": [ "() => string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -208,7 +208,7 @@ "signature": [ "(etag: string | undefined) => string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -222,7 +222,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -246,7 +246,7 @@ "MappingRuntimeFields", "; }" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -271,7 +271,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -287,7 +287,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -315,7 +315,7 @@ }, ", \"fields\">" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -326,7 +326,7 @@ "tags": [], "label": "params", "description": [], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -340,7 +340,7 @@ "signature": [ "(\"customLabel\" | \"customDescription\")[] | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false } @@ -363,17 +363,17 @@ "signature": [ "(fieldName: string) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx" + "path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx" }, { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/field_editor/field_editor.tsx" + "path": "src/platform/plugins/shared/data_view_management/public/components/field_editor/field_editor.tsx" } ], "children": [ @@ -389,7 +389,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -419,7 +419,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -443,13 +443,13 @@ "plugin": "visTypeTimeseries", "path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts" }, - { - "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx" - }, { "plugin": "visTypeTimeseries", "path": "src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts" + }, + { + "plugin": "dataViewManagement", + "path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx" } ], "children": [], @@ -477,25 +477,25 @@ }, "[]" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/edit_index_pattern/tabs/utils.ts" + "path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/tabs/utils.ts" }, { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/management_app/data_view_management_service.ts" + "path": "src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts" }, { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/management_app/data_view_management_service.ts" + "path": "src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts" }, { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx" + "path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx" } ], "children": [], @@ -513,7 +513,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -538,7 +538,7 @@ "text": "TimeBasedDataView" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -563,7 +563,7 @@ "text": "TimeBasedDataView" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -589,7 +589,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -615,7 +615,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -631,7 +631,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -667,7 +667,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -683,7 +683,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -706,7 +706,7 @@ "text": "RuntimeField" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -734,7 +734,7 @@ }, "> | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -750,7 +750,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -772,7 +772,7 @@ "signature": [ "(name: string) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -788,7 +788,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -809,7 +809,7 @@ "() => ", "MappingRuntimeFields" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -827,7 +827,7 @@ "signature": [ "(fieldName: string, customLabel: string | null | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -843,7 +843,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -860,7 +860,7 @@ "signature": [ "string | null | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -880,7 +880,7 @@ "signature": [ "(fieldName: string, customDescription: string | null | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -896,7 +896,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -913,7 +913,7 @@ "signature": [ "string | null | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -933,7 +933,7 @@ "signature": [ "(fieldName: string, count: number | null | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -949,7 +949,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -966,7 +966,7 @@ "signature": [ "number | null | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -992,7 +992,7 @@ }, ") => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1012,7 +1012,7 @@ "text": "FieldSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1049,7 +1049,7 @@ "text": "DataViewFieldBase" } ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1096,7 +1096,7 @@ "MappingTimeSeriesMetricType", " | undefined; shortDotsEnable?: boolean | undefined; isMapped?: boolean | undefined; parentName?: string | undefined; defaultFormatter?: string | undefined; }" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1114,7 +1114,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1136,7 +1136,7 @@ "text": "FieldSpec" } ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1153,7 +1153,7 @@ "description": [ "\nCount is used for field popularity in discover." ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1166,7 +1166,7 @@ "description": [ "\nSet count, which is used for field popularity in discover." ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1180,7 +1180,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1203,7 +1203,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1226,7 +1226,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1242,7 +1242,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1258,7 +1258,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1274,7 +1274,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1290,7 +1290,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1306,7 +1306,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1322,7 +1322,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1338,7 +1338,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1354,7 +1354,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1370,7 +1370,7 @@ "signature": [ "Record | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1386,7 +1386,7 @@ "signature": [ "Record | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1399,7 +1399,7 @@ "description": [ "\nGet field name" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1412,7 +1412,7 @@ "description": [ "\nGets display name, calcualted based on name, custom label and shortDotsEnable." ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1425,7 +1425,7 @@ "description": [ "\nGets field type" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1441,7 +1441,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1454,7 +1454,7 @@ "description": [ "\nReturns true if scripted field" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1467,7 +1467,7 @@ "description": [ "\nReturns true if field is searchable" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1480,7 +1480,7 @@ "description": [ "\nReturns true if field is aggregatable" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1493,7 +1493,7 @@ "description": [ "\nreturns true if field is a TSDB dimension field" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1510,7 +1510,7 @@ "MappingTimeSeriesMetricType", " | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1526,7 +1526,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1542,7 +1542,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1558,7 +1558,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1571,7 +1571,7 @@ "description": [ "\nReturns true if field is available via doc values" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1594,7 +1594,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1610,7 +1610,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1623,7 +1623,7 @@ "description": [ "\nReturns true if runtime field defined on data view" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1636,7 +1636,7 @@ "description": [ "\nReturns true if field is sortable" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1649,7 +1649,7 @@ "description": [ "\nReturns true if field is filterable" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1662,7 +1662,7 @@ "description": [ "\nReturns true if field is visualizable" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1675,7 +1675,7 @@ "description": [ "\nReturns true if field is Empty" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -1691,7 +1691,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1709,7 +1709,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1735,7 +1735,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1761,7 +1761,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1779,7 +1779,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1805,7 +1805,7 @@ }, " | undefined; customLabel: string | undefined; customDescription: string | undefined; defaultFormatter: string | undefined; }" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1838,7 +1838,7 @@ "text": "FieldSpec" } ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1860,7 +1860,7 @@ "text": "ToSpecConfig" } ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1882,7 +1882,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1915,7 +1915,7 @@ "text": "AbstractDataView" } ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1928,7 +1928,7 @@ "description": [ "\nReturns true if scripted fields are enabled" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false }, @@ -1942,7 +1942,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1956,7 +1956,7 @@ "signature": [ "DataViewDeps" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1990,7 +1990,7 @@ }, ">; }>" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2004,7 +2004,7 @@ "signature": [ "GetFieldsParams" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2022,7 +2022,7 @@ "signature": [ "({ fieldName }: Pick) => DataViewFieldMap" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2036,7 +2036,7 @@ "signature": [ "Pick" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2072,7 +2072,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2088,7 +2088,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2111,7 +2111,7 @@ "text": "RuntimeField" } ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2131,7 +2131,7 @@ "signature": [ "(name: string) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2147,7 +2147,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2173,7 +2173,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2187,7 +2187,7 @@ "signature": [ "Pick" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2207,7 +2207,7 @@ "ScriptField", ">" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2227,7 +2227,7 @@ "MappingRuntimeFields", "; }>" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2238,7 +2238,7 @@ "tags": [], "label": "{ fieldName = ['*'] }", "description": [], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2252,7 +2252,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false } @@ -2272,7 +2272,7 @@ "() => ", "MappingRuntimeFields" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2298,7 +2298,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2309,7 +2309,7 @@ "tags": [], "label": "params", "description": [], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2323,7 +2323,7 @@ "signature": [ "GetFieldsParams | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false } @@ -2352,7 +2352,7 @@ }, ", \"fields\">" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2363,7 +2363,7 @@ "tags": [], "label": "params", "description": [], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2377,7 +2377,7 @@ "signature": [ "(\"customLabel\" | \"customDescription\")[] | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false } @@ -2398,7 +2398,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2414,7 +2414,7 @@ "signature": [ "(fieldName: string) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2428,7 +2428,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2454,7 +2454,7 @@ }, ") => void" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2474,7 +2474,7 @@ "text": "FieldSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2492,7 +2492,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2508,7 +2508,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2532,7 +2532,7 @@ }, "> | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2556,7 +2556,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2570,7 +2570,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2585,7 +2585,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2605,7 +2605,7 @@ "signature": [ "(fieldName: string, customLabel: string | null | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2621,7 +2621,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2638,7 +2638,7 @@ "signature": [ "string | null | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2656,7 +2656,7 @@ "signature": [ "(fieldName: string, count: number | null | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2670,7 +2670,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2685,7 +2685,7 @@ "signature": [ "number | null | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2703,7 +2703,7 @@ "signature": [ "(fieldName: string, customDescription: string | null | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2717,7 +2717,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2732,7 +2732,7 @@ "signature": [ "string | null | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2769,7 +2769,7 @@ "text": "IDataViewsApiClient" } ], - "path": "src/plugins/data_views/public/data_views/data_views_api_client.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views/data_views_api_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2785,7 +2785,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/public/data_views/data_views_api_client.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views/data_views_api_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2799,15 +2799,9 @@ "http dependency" ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], - "path": "src/plugins/data_views/public/data_views/data_views_api_client.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views/data_views_api_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2822,7 +2816,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/public/data_views/data_views_api_client.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views/data_views_api_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2850,7 +2844,7 @@ }, ") => Promise<{ indices: string[]; fields: FieldsForWildcardSpec[]; etag: string; }>" ], - "path": "src/plugins/data_views/public/data_views/data_views_api_client.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views/data_views_api_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2872,7 +2866,7 @@ "text": "GetFieldsOptions" } ], - "path": "src/plugins/data_views/public/data_views/data_views_api_client.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views/data_views_api_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2892,7 +2886,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/public/data_views/data_views_api_client.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views/data_views_api_client.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2920,7 +2914,7 @@ }, " extends Error" ], - "path": "src/plugins/data_views/common/errors/data_view_saved_object_conflict.ts", + "path": "src/platform/plugins/shared/data_views/common/errors/data_view_saved_object_conflict.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2936,7 +2930,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/common/errors/data_view_saved_object_conflict.ts", + "path": "src/platform/plugins/shared/data_views/common/errors/data_view_saved_object_conflict.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2952,7 +2946,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/errors/data_view_saved_object_conflict.ts", + "path": "src/platform/plugins/shared/data_views/common/errors/data_view_saved_object_conflict.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2979,13 +2973,7 @@ "text": "DataViewsPublicPlugin" }, " implements ", - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.Plugin", - "text": "Plugin" - }, + "Plugin", "<", { "pluginId": "dataViews", @@ -3020,7 +3008,7 @@ }, ">" ], - "path": "src/plugins/data_views/public/plugin.ts", + "path": "src/platform/plugins/shared/data_views/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3034,7 +3022,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/public/plugin.ts", + "path": "src/platform/plugins/shared/data_views/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3046,16 +3034,10 @@ "label": "initializerContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", "" ], - "path": "src/plugins/data_views/public/plugin.ts", + "path": "src/platform/plugins/shared/data_views/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3072,13 +3054,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<", { "pluginId": "dataViews", @@ -3112,7 +3088,7 @@ "text": "DataViewsPublicPluginSetup" } ], - "path": "src/plugins/data_views/public/plugin.ts", + "path": "src/platform/plugins/shared/data_views/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3124,13 +3100,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<", { "pluginId": "dataViews", @@ -3149,7 +3119,7 @@ }, ">" ], - "path": "src/plugins/data_views/public/plugin.ts", + "path": "src/platform/plugins/shared/data_views/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3170,7 +3140,7 @@ "text": "DataViewsPublicSetupDependencies" } ], - "path": "src/plugins/data_views/public/plugin.ts", + "path": "src/platform/plugins/shared/data_views/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3187,13 +3157,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", { fieldFormats, contentManagement }: ", { "pluginId": "dataViews", @@ -3211,7 +3175,7 @@ "text": "DataViewsServicePublic" } ], - "path": "src/plugins/data_views/public/plugin.ts", + "path": "src/platform/plugins/shared/data_views/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3223,15 +3187,9 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], - "path": "src/plugins/data_views/public/plugin.ts", + "path": "src/platform/plugins/shared/data_views/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3252,7 +3210,7 @@ "text": "DataViewsPublicStartDependencies" } ], - "path": "src/plugins/data_views/public/plugin.ts", + "path": "src/platform/plugins/shared/data_views/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3270,7 +3228,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/data_views/public/plugin.ts", + "path": "src/platform/plugins/shared/data_views/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3288,7 +3246,7 @@ "description": [ "\nData views service, providing CRUD operations for data views." ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3304,7 +3262,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3317,7 +3275,7 @@ "tags": [], "label": "scriptedFieldsEnabled", "description": [], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -3333,7 +3291,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3355,7 +3313,7 @@ "text": "DataViewsServiceDeps" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3375,7 +3333,7 @@ "signature": [ "(refresh?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3391,7 +3349,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3411,7 +3369,7 @@ "signature": [ "(refresh?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3427,7 +3385,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3455,7 +3413,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3471,7 +3429,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3488,7 +3446,7 @@ "signature": [ "number" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3518,7 +3476,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3534,7 +3492,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3551,7 +3509,7 @@ "signature": [ "number" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3581,7 +3539,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3597,7 +3555,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3623,7 +3581,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3637,7 +3595,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3657,7 +3615,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3675,7 +3633,7 @@ "signature": [ "(id?: string | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3689,7 +3647,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3708,13 +3666,7 @@ ], "signature": [ "() => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -3725,7 +3677,7 @@ }, ">[] | null | undefined>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3751,7 +3703,7 @@ }, " | null>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3767,7 +3719,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3787,7 +3739,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3805,7 +3757,7 @@ "signature": [ "(id: string | null, force?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3821,7 +3773,7 @@ "signature": [ "string | null" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3838,7 +3790,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3858,7 +3810,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3874,7 +3826,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3890,7 +3842,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3924,7 +3876,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3946,7 +3898,7 @@ "text": "GetFieldsOptions" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4000,7 +3952,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4028,7 +3980,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4053,7 +4005,7 @@ }, ", \"allowNoIndex\"> | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4083,7 +4035,7 @@ }, ", displayErrors?: boolean, forceRefresh?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4103,7 +4055,7 @@ "text": "DataView" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4120,7 +4072,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4135,7 +4087,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4172,7 +4124,7 @@ "text": "DataViewFieldMap" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4195,7 +4147,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4213,7 +4165,7 @@ "FieldAttrsAsObject", " | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4234,13 +4186,7 @@ ], "signature": [ "(savedObject: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -4258,7 +4204,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4270,13 +4216,7 @@ "label": "savedObject", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -4287,7 +4227,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4315,7 +4255,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4329,7 +4269,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4355,7 +4295,7 @@ }, " | undefined>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4369,7 +4309,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4397,7 +4337,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4411,7 +4351,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4428,7 +4368,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4445,7 +4385,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4481,7 +4421,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4503,7 +4443,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4520,7 +4460,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4537,7 +4477,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4575,7 +4515,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4597,7 +4537,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4635,7 +4575,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4657,7 +4597,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4672,7 +4612,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4708,7 +4648,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4730,7 +4670,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4745,7 +4685,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4762,7 +4702,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4779,7 +4719,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4807,7 +4747,7 @@ }, ", overwrite?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4829,7 +4769,7 @@ "text": "AbstractDataView" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4844,7 +4784,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4872,7 +4812,7 @@ }, ", saveAttempts?: number, ignoreErrors?: boolean, displayErrors?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4892,7 +4832,7 @@ "text": "AbstractDataView" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4907,7 +4847,7 @@ "signature": [ "number" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4922,7 +4862,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4939,7 +4879,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4959,7 +4899,7 @@ "signature": [ "(indexPatternId: string) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4975,7 +4915,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4995,7 +4935,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -5021,7 +4961,7 @@ }, " | null>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -5049,7 +4989,7 @@ }, " | null>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5060,7 +5000,7 @@ "tags": [], "label": "options", "description": [], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5074,7 +5014,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -5088,7 +5028,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false } @@ -5125,7 +5065,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5145,7 +5085,7 @@ "text": "DataViewLazy" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5179,7 +5119,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5199,7 +5139,7 @@ "text": "DataView" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5236,7 +5176,7 @@ "text": "DataViewsService" } ], - "path": "src/plugins/data_views/public/data_views_service_public.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5250,7 +5190,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/data_views/public/data_views_service_public.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -5274,7 +5214,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/public/data_views_service_public.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -5289,7 +5229,7 @@ "signature": [ "{ pattern: string; showAllIndices?: boolean | undefined; isRollupIndex: (indexName: string) => boolean; }" ], - "path": "src/plugins/data_views/public/data_views_service_public.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts", "deprecated": false, "trackAdoption": false } @@ -5311,7 +5251,7 @@ "text": "HasDataService" } ], - "path": "src/plugins/data_views/public/data_views_service_public.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts", "deprecated": false, "trackAdoption": false }, @@ -5322,7 +5262,7 @@ "tags": [], "label": "scriptedFieldsEnabled", "description": [], - "path": "src/plugins/data_views/public/data_views_service_public.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts", "deprecated": false, "trackAdoption": false }, @@ -5338,7 +5278,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/public/data_views_service_public.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5360,7 +5300,7 @@ "text": "DataViewsServicePublicDeps" } ], - "path": "src/plugins/data_views/public/data_views_service_public.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5378,7 +5318,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/data_views/public/data_views_service_public.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -5398,7 +5338,7 @@ "ExistingIndicesResponse", ">" ], - "path": "src/plugins/data_views/public/data_views_service_public.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5414,7 +5354,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/data_views/public/data_views_service_public.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5451,7 +5391,7 @@ "text": "UiSettingsCommon" } ], - "path": "src/plugins/data_views/public/ui_settings_wrapper.ts", + "path": "src/platform/plugins/shared/data_views/public/ui_settings_wrapper.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5465,7 +5405,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/public/ui_settings_wrapper.ts", + "path": "src/platform/plugins/shared/data_views/public/ui_settings_wrapper.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5485,7 +5425,7 @@ "text": "IUiSettingsClient" } ], - "path": "src/plugins/data_views/public/ui_settings_wrapper.ts", + "path": "src/platform/plugins/shared/data_views/public/ui_settings_wrapper.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5503,7 +5443,7 @@ "signature": [ "(key: string) => Promise" ], - "path": "src/plugins/data_views/public/ui_settings_wrapper.ts", + "path": "src/platform/plugins/shared/data_views/public/ui_settings_wrapper.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5517,7 +5457,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/public/ui_settings_wrapper.ts", + "path": "src/platform/plugins/shared/data_views/public/ui_settings_wrapper.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5551,7 +5491,7 @@ }, ") | undefined>>" ], - "path": "src/plugins/data_views/public/ui_settings_wrapper.ts", + "path": "src/platform/plugins/shared/data_views/public/ui_settings_wrapper.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -5567,7 +5507,7 @@ "signature": [ "(key: string, value: unknown) => Promise" ], - "path": "src/plugins/data_views/public/ui_settings_wrapper.ts", + "path": "src/platform/plugins/shared/data_views/public/ui_settings_wrapper.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5581,7 +5521,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/public/ui_settings_wrapper.ts", + "path": "src/platform/plugins/shared/data_views/public/ui_settings_wrapper.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5596,7 +5536,7 @@ "signature": [ "unknown" ], - "path": "src/plugins/data_views/public/ui_settings_wrapper.ts", + "path": "src/platform/plugins/shared/data_views/public/ui_settings_wrapper.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5614,7 +5554,7 @@ "signature": [ "(key: string) => Promise" ], - "path": "src/plugins/data_views/public/ui_settings_wrapper.ts", + "path": "src/platform/plugins/shared/data_views/public/ui_settings_wrapper.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5628,7 +5568,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/public/ui_settings_wrapper.ts", + "path": "src/platform/plugins/shared/data_views/public/ui_settings_wrapper.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5659,7 +5599,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -5682,7 +5622,7 @@ }, " | undefined; }" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false } @@ -5707,7 +5647,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -5730,7 +5670,7 @@ }, " | undefined; }" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false } @@ -5749,7 +5689,7 @@ "signature": [ "(indexPattern: string) => { ILLEGAL_CHARACTERS?: string[] | undefined; CONTAINS_SPACES?: boolean | undefined; }" ], - "path": "src/plugins/data_views/common/lib/validate_data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/lib/validate_data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5765,7 +5705,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/lib/validate_data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/lib/validate_data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5787,7 +5727,7 @@ "description": [ "\nInterface for the data view saved object" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5803,7 +5743,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5816,7 +5756,7 @@ "description": [ "\nData view title" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5832,7 +5772,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5848,7 +5788,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5864,7 +5804,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5880,7 +5820,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5896,7 +5836,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5912,7 +5852,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5928,7 +5868,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5944,7 +5884,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5960,7 +5900,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5976,7 +5916,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -5992,7 +5932,7 @@ "description": [ "\nResult from data view search - summary data." ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6005,7 +5945,7 @@ "description": [ "\nSaved object id (or generated id if in-memory only)" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -6021,7 +5961,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -6034,7 +5974,7 @@ "description": [ "\nData view title" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -6050,7 +5990,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -6073,7 +6013,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -6087,7 +6027,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false } @@ -6103,7 +6043,7 @@ "description": [ "\nData views public setup dependencies" ], - "path": "src/plugins/data_views/public/types.ts", + "path": "src/platform/plugins/shared/data_views/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6125,7 +6065,7 @@ "text": "ExpressionsServiceSetup" } ], - "path": "src/plugins/data_views/public/types.ts", + "path": "src/platform/plugins/shared/data_views/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -6149,7 +6089,7 @@ }, "[]) => void; has: (id: string) => boolean; }" ], - "path": "src/plugins/data_views/public/types.ts", + "path": "src/platform/plugins/shared/data_views/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -6171,7 +6111,7 @@ "text": "ContentManagementPublicSetup" } ], - "path": "src/plugins/data_views/public/types.ts", + "path": "src/platform/plugins/shared/data_views/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -6187,7 +6127,7 @@ "description": [ "\nData views public start dependencies" ], - "path": "src/plugins/data_views/public/types.ts", + "path": "src/platform/plugins/shared/data_views/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6219,7 +6159,7 @@ }, "; }" ], - "path": "src/plugins/data_views/public/types.ts", + "path": "src/platform/plugins/shared/data_views/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -6241,7 +6181,7 @@ "text": "ContentManagementPublicStart" } ], - "path": "src/plugins/data_views/public/types.ts", + "path": "src/platform/plugins/shared/data_views/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -6274,7 +6214,7 @@ "text": "DataViewsServiceDeps" } ], - "path": "src/plugins/data_views/public/data_views_service_public.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6290,7 +6230,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/data_views/public/data_views_service_public.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -6314,7 +6254,7 @@ "text": "HasDataService" } ], - "path": "src/plugins/data_views/public/data_views_service_public.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts", "deprecated": false, "trackAdoption": false }, @@ -6336,7 +6276,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/public/data_views_service_public.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6347,7 +6287,7 @@ "tags": [], "label": "props", "description": [], - "path": "src/plugins/data_views/public/data_views_service_public.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6358,7 +6298,7 @@ "tags": [], "label": "pattern", "description": [], - "path": "src/plugins/data_views/public/data_views_service_public.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts", "deprecated": false, "trackAdoption": false }, @@ -6372,7 +6312,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/public/data_views_service_public.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts", "deprecated": false, "trackAdoption": false }, @@ -6386,7 +6326,7 @@ "signature": [ "(indexName: string) => boolean" ], - "path": "src/plugins/data_views/public/data_views_service_public.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6400,7 +6340,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/public/data_views_service_public.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -6423,7 +6363,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/data_views/public/data_views_service_public.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -6436,7 +6376,7 @@ "tags": [], "label": "scriptedFieldsEnabled", "description": [], - "path": "src/plugins/data_views/public/data_views_service_public.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts", "deprecated": false, "trackAdoption": false }, @@ -6448,15 +6388,9 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], - "path": "src/plugins/data_views/public/data_views_service_public.ts", + "path": "src/platform/plugins/shared/data_views/public/data_views_service_public.ts", "deprecated": false, "trackAdoption": false } @@ -6470,7 +6404,7 @@ "tags": [], "label": "HasDataViewsResponse", "description": [], - "path": "src/plugins/data_views/public/types.ts", + "path": "src/platform/plugins/shared/data_views/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6481,7 +6415,7 @@ "tags": [], "label": "hasDataView", "description": [], - "path": "src/plugins/data_views/public/types.ts", + "path": "src/platform/plugins/shared/data_views/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -6492,7 +6426,7 @@ "tags": [], "label": "hasUserDataView", "description": [], - "path": "src/plugins/data_views/public/types.ts", + "path": "src/platform/plugins/shared/data_views/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -6526,7 +6460,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6557,7 +6491,7 @@ "text": "DataViewField" } ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6579,7 +6513,7 @@ "text": "FieldSpec" } ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -6609,7 +6543,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -6635,7 +6569,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6651,7 +6585,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -6681,7 +6615,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6697,7 +6631,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -6735,7 +6669,7 @@ }, ") => void" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6765,7 +6699,7 @@ "text": "DataViewField" } ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -6785,7 +6719,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -6811,7 +6745,7 @@ }, "[]) => void" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6834,7 +6768,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -6862,7 +6796,7 @@ }, ") => void" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6884,7 +6818,7 @@ "text": "FieldSpec" } ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -6913,7 +6847,7 @@ "text": "DataViewFieldMap" } ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6929,7 +6863,7 @@ "signature": [ "ToSpecOptions | undefined" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -6949,7 +6883,7 @@ "tags": [], "label": "IndicesViaSearchResponse", "description": [], - "path": "src/plugins/data_views/public/types.ts", + "path": "src/platform/plugins/shared/data_views/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6960,7 +6894,7 @@ "tags": [], "label": "total", "description": [], - "path": "src/plugins/data_views/public/types.ts", + "path": "src/platform/plugins/shared/data_views/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -6974,7 +6908,7 @@ "tags": [], "label": "MatchedItem", "description": [], - "path": "src/plugins/data_views/public/types.ts", + "path": "src/platform/plugins/shared/data_views/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6985,7 +6919,7 @@ "tags": [], "label": "name", "description": [], - "path": "src/plugins/data_views/public/types.ts", + "path": "src/platform/plugins/shared/data_views/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -7006,7 +6940,7 @@ }, "[]" ], - "path": "src/plugins/data_views/public/types.ts", + "path": "src/platform/plugins/shared/data_views/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -7022,7 +6956,7 @@ "ResolveIndexResponseItemIndexAttrs", "[] | undefined; data_stream?: string | undefined; }" ], - "path": "src/plugins/data_views/public/types.ts", + "path": "src/platform/plugins/shared/data_views/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -7038,7 +6972,7 @@ "description": [ "\nCommon interface for the saved objects client on server and content management in browser" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7061,13 +6995,7 @@ "text": "SavedObjectsClientCommonFindArgs" }, ") => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -7078,7 +7006,7 @@ }, ">[]>" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7100,7 +7028,7 @@ "text": "SavedObjectsClientCommonFindArgs" } ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7119,13 +7047,7 @@ ], "signature": [ "(id: string) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -7136,7 +7058,7 @@ }, ">>" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7152,7 +7074,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7179,16 +7101,10 @@ "text": "DataViewAttributes" }, ", options: { version?: string | undefined; }) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", ">" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7204,7 +7120,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7227,7 +7143,7 @@ "text": "DataViewAttributes" } ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7239,7 +7155,7 @@ "tags": [], "label": "options", "description": [], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7253,7 +7169,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -7281,16 +7197,10 @@ "text": "DataViewAttributes" }, ", options: { id?: string | undefined; initialNamespaces?: string[] | undefined; overwrite?: boolean | undefined; }) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", ">" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7312,7 +7222,7 @@ "text": "DataViewAttributes" } ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7324,7 +7234,7 @@ "tags": [], "label": "options", "description": [], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7338,7 +7248,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -7352,7 +7262,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -7366,7 +7276,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -7387,7 +7297,7 @@ "signature": [ "(id: string) => Promise" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7403,7 +7313,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7448,7 +7358,7 @@ "text": "FieldConfiguration" } ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7471,7 +7381,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -7485,7 +7395,7 @@ "tags": [], "label": "Tag", "description": [], - "path": "src/plugins/data_views/public/types.ts", + "path": "src/platform/plugins/shared/data_views/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7496,7 +7406,7 @@ "tags": [], "label": "name", "description": [], - "path": "src/plugins/data_views/public/types.ts", + "path": "src/platform/plugins/shared/data_views/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -7507,7 +7417,7 @@ "tags": [], "label": "key", "description": [], - "path": "src/plugins/data_views/public/types.ts", + "path": "src/platform/plugins/shared/data_views/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -7518,7 +7428,7 @@ "tags": [], "label": "color", "description": [], - "path": "src/plugins/data_views/public/types.ts", + "path": "src/platform/plugins/shared/data_views/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -7536,7 +7446,7 @@ "description": [ "\nData View type. Default or rollup" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7548,7 +7458,7 @@ "tags": [], "label": "INDEX_PATTERN_TYPE", "description": [], - "path": "src/plugins/data_views/public/types.ts", + "path": "src/platform/plugins/shared/data_views/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7567,7 +7477,7 @@ "signature": [ "\"CONTAINS_SPACES\"" ], - "path": "src/plugins/data_views/common/lib/types.ts", + "path": "src/platform/plugins/shared/data_views/common/lib/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7584,7 +7494,7 @@ "signature": [ "\"index-pattern\"" ], - "path": "src/plugins/data_views/common/constants.ts", + "path": "src/platform/plugins/shared/data_views/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7651,7 +7561,7 @@ "FieldAttrsAsObject", " | undefined; allowNoIndex?: boolean | undefined; namespaces?: string[] | undefined; name?: string | undefined; allowHidden?: boolean | undefined; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7701,7 +7611,7 @@ "MappingTimeSeriesMetricType", " | undefined; shortDotsEnable?: boolean | undefined; isMapped?: boolean | undefined; parentName?: string | undefined; defaultFormatter?: string | undefined; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7718,7 +7628,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/data_views/common/lib/types.ts", + "path": "src/platform/plugins/shared/data_views/common/lib/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7735,7 +7645,7 @@ "signature": [ "\"ILLEGAL_CHARACTERS\"" ], - "path": "src/plugins/data_views/common/lib/types.ts", + "path": "src/platform/plugins/shared/data_views/common/lib/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7752,7 +7662,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/data_views/common/lib/types.ts", + "path": "src/platform/plugins/shared/data_views/common/lib/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7769,7 +7679,7 @@ "signature": [ "\"metaFields\"" ], - "path": "src/plugins/data_views/common/constants.ts", + "path": "src/platform/plugins/shared/data_views/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7786,7 +7696,7 @@ "signature": [ "\"boolean\" | \"geo_point\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"composite\"" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7811,7 +7721,7 @@ }, "> | undefined; params?: { rollup_index: string; } | undefined; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7827,7 +7737,7 @@ "description": [ "\nData plugin public Setup contract" ], - "path": "src/plugins/data_views/public/types.ts", + "path": "src/platform/plugins/shared/data_views/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7841,7 +7751,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/data_views/public/types.ts", + "path": "src/platform/plugins/shared/data_views/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -7867,7 +7777,7 @@ "text": "DataViewsServicePublic" } ], - "path": "src/plugins/data_views/public/types.ts", + "path": "src/platform/plugins/shared/data_views/public/types.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -7910,7 +7820,7 @@ "text": "DataViewBase" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7941,7 +7851,7 @@ }, "; }" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false }, @@ -7957,7 +7867,7 @@ "signature": [ "(hit: Record, deep?: boolean | undefined) => Record" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -7982,7 +7892,7 @@ "signature": [ "{ [x: string]: unknown[]; }" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false }, @@ -7996,7 +7906,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false } @@ -8014,7 +7924,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8030,7 +7940,7 @@ "signature": [ "DataViewDeps" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8050,7 +7960,7 @@ "ScriptField", ">" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -8066,7 +7976,7 @@ "signature": [ "() => string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -8082,7 +7992,7 @@ "signature": [ "(etag: string | undefined) => string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8096,7 +8006,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -8120,7 +8030,7 @@ "MappingRuntimeFields", "; }" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -8145,7 +8055,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8161,7 +8071,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8189,7 +8099,7 @@ }, ", \"fields\">" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8200,7 +8110,7 @@ "tags": [], "label": "params", "description": [], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8214,7 +8124,7 @@ "signature": [ "(\"customLabel\" | \"customDescription\")[] | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false } @@ -8237,17 +8147,17 @@ "signature": [ "(fieldName: string) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx" + "path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx" }, { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/field_editor/field_editor.tsx" + "path": "src/platform/plugins/shared/data_view_management/public/components/field_editor/field_editor.tsx" } ], "children": [ @@ -8263,7 +8173,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8293,7 +8203,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -8317,13 +8227,13 @@ "plugin": "visTypeTimeseries", "path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts" }, - { - "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx" - }, { "plugin": "visTypeTimeseries", "path": "src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts" + }, + { + "plugin": "dataViewManagement", + "path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx" } ], "children": [], @@ -8351,25 +8261,25 @@ }, "[]" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/edit_index_pattern/tabs/utils.ts" + "path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/tabs/utils.ts" }, { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/management_app/data_view_management_service.ts" + "path": "src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts" }, { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/management_app/data_view_management_service.ts" + "path": "src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts" }, { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx" + "path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx" } ], "children": [], @@ -8387,7 +8297,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -8412,7 +8322,7 @@ "text": "TimeBasedDataView" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -8437,7 +8347,7 @@ "text": "TimeBasedDataView" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -8463,7 +8373,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -8489,7 +8399,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8505,7 +8415,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8541,7 +8451,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8557,7 +8467,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8580,7 +8490,7 @@ "text": "RuntimeField" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8608,7 +8518,7 @@ }, "> | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8624,7 +8534,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8646,7 +8556,7 @@ "signature": [ "(name: string) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8662,7 +8572,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8683,7 +8593,7 @@ "() => ", "MappingRuntimeFields" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -8701,7 +8611,7 @@ "signature": [ "(fieldName: string, customLabel: string | null | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8717,7 +8627,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8734,7 +8644,7 @@ "signature": [ "string | null | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -8754,7 +8664,7 @@ "signature": [ "(fieldName: string, customDescription: string | null | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8770,7 +8680,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8787,7 +8697,7 @@ "signature": [ "string | null | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -8807,7 +8717,7 @@ "signature": [ "(fieldName: string, count: number | null | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8823,7 +8733,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8840,7 +8750,7 @@ "signature": [ "number | null | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -8866,7 +8776,7 @@ }, ") => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8886,7 +8796,7 @@ "text": "FieldSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8913,13 +8823,7 @@ "text": "DataViewsServerPlugin" }, " implements ", - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.Plugin", - "text": "Plugin" - }, + "Plugin", "<", { "pluginId": "dataViews", @@ -8954,7 +8858,7 @@ }, ">" ], - "path": "src/plugins/data_views/server/plugin.ts", + "path": "src/platform/plugins/shared/data_views/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8968,7 +8872,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/server/plugin.ts", + "path": "src/platform/plugins/shared/data_views/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8980,16 +8884,10 @@ "label": "initializerContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", "" ], - "path": "src/plugins/data_views/server/plugin.ts", + "path": "src/platform/plugins/shared/data_views/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9006,13 +8904,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<", { "pluginId": "dataViews", @@ -9039,7 +8931,7 @@ }, ") => { enableRollups: () => boolean; }" ], - "path": "src/plugins/data_views/server/plugin.ts", + "path": "src/platform/plugins/shared/data_views/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9051,13 +8943,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<", { "pluginId": "dataViews", @@ -9076,7 +8962,7 @@ }, ">" ], - "path": "src/plugins/data_views/server/plugin.ts", + "path": "src/platform/plugins/shared/data_views/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9097,7 +8983,7 @@ "text": "DataViewsServerPluginSetupDependencies" } ], - "path": "src/plugins/data_views/server/plugin.ts", + "path": "src/platform/plugins/shared/data_views/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9114,13 +9000,7 @@ "description": [], "signature": [ "({ uiSettings, capabilities }: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", { fieldFormats }: ", { "pluginId": "dataViews", @@ -9130,29 +9010,11 @@ "text": "DataViewsServerPluginStartDependencies" }, ") => { dataViewsServiceFactory: (savedObjectsClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", elasticsearchClient: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", request?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined, byPassCapabilities?: boolean | undefined) => Promise<", { "pluginId": "dataViews", @@ -9163,7 +9025,7 @@ }, ">; getScriptedFieldsEnabled: () => boolean; }" ], - "path": "src/plugins/data_views/server/plugin.ts", + "path": "src/platform/plugins/shared/data_views/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9175,15 +9037,9 @@ "label": "{ uiSettings, capabilities }", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], - "path": "src/plugins/data_views/server/plugin.ts", + "path": "src/platform/plugins/shared/data_views/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9204,7 +9060,7 @@ "text": "DataViewsServerPluginStartDependencies" } ], - "path": "src/plugins/data_views/server/plugin.ts", + "path": "src/platform/plugins/shared/data_views/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9222,7 +9078,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/data_views/server/plugin.ts", + "path": "src/platform/plugins/shared/data_views/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -9240,7 +9096,7 @@ "description": [ "\nData views service, providing CRUD operations for data views." ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9256,7 +9112,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -9269,7 +9125,7 @@ "tags": [], "label": "scriptedFieldsEnabled", "description": [], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -9285,7 +9141,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9307,7 +9163,7 @@ "text": "DataViewsServiceDeps" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9327,7 +9183,7 @@ "signature": [ "(refresh?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9343,7 +9199,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9363,7 +9219,7 @@ "signature": [ "(refresh?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9379,7 +9235,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9407,7 +9263,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9423,7 +9279,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9440,7 +9296,7 @@ "signature": [ "number" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9470,7 +9326,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9486,7 +9342,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9503,7 +9359,7 @@ "signature": [ "number" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9533,7 +9389,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9549,7 +9405,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9575,7 +9431,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9589,7 +9445,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9609,7 +9465,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -9627,7 +9483,7 @@ "signature": [ "(id?: string | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9641,7 +9497,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -9660,13 +9516,7 @@ ], "signature": [ "() => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -9677,7 +9527,7 @@ }, ">[] | null | undefined>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -9703,7 +9553,7 @@ }, " | null>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9719,7 +9569,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9739,7 +9589,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -9757,7 +9607,7 @@ "signature": [ "(id: string | null, force?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9773,7 +9623,7 @@ "signature": [ "string | null" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -9790,7 +9640,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9810,7 +9660,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -9826,7 +9676,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -9842,7 +9692,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -9876,7 +9726,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9898,7 +9748,7 @@ "text": "GetFieldsOptions" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9952,7 +9802,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9980,7 +9830,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10005,7 +9855,7 @@ }, ", \"allowNoIndex\"> | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -10035,7 +9885,7 @@ }, ", displayErrors?: boolean, forceRefresh?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10055,7 +9905,7 @@ "text": "DataView" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10072,7 +9922,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10087,7 +9937,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10124,7 +9974,7 @@ "text": "DataViewFieldMap" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10147,7 +9997,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10165,7 +10015,7 @@ "FieldAttrsAsObject", " | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -10186,13 +10036,7 @@ ], "signature": [ "(savedObject: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -10210,7 +10054,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10222,13 +10066,7 @@ "label": "savedObject", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -10239,7 +10077,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10267,7 +10105,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10281,7 +10119,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10307,7 +10145,7 @@ }, " | undefined>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10321,7 +10159,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10349,7 +10187,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10363,7 +10201,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10380,7 +10218,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10397,7 +10235,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10433,7 +10271,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10455,7 +10293,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10472,7 +10310,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10489,7 +10327,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10527,7 +10365,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10549,7 +10387,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10587,7 +10425,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10609,7 +10447,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10624,7 +10462,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10660,7 +10498,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10682,7 +10520,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10697,7 +10535,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10714,7 +10552,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10731,7 +10569,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10759,7 +10597,7 @@ }, ", overwrite?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10781,7 +10619,7 @@ "text": "AbstractDataView" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10796,7 +10634,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10824,7 +10662,7 @@ }, ", saveAttempts?: number, ignoreErrors?: boolean, displayErrors?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10844,7 +10682,7 @@ "text": "AbstractDataView" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10859,7 +10697,7 @@ "signature": [ "number" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10874,7 +10712,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10891,7 +10729,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10911,7 +10749,7 @@ "signature": [ "(indexPatternId: string) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10927,7 +10765,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10947,7 +10785,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -10973,7 +10811,7 @@ }, " | null>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -11001,7 +10839,7 @@ }, " | null>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11012,7 +10850,7 @@ "tags": [], "label": "options", "description": [], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11026,7 +10864,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -11040,7 +10878,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false } @@ -11077,7 +10915,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11097,7 +10935,7 @@ "text": "DataViewLazy" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -11131,7 +10969,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11151,7 +10989,7 @@ "text": "DataView" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -11169,7 +11007,7 @@ "tags": [], "label": "IndexPatternsFetcher", "description": [], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11183,7 +11021,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11195,15 +11033,9 @@ "label": "elasticsearchClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -11218,7 +11050,7 @@ "signature": [ "IndexPatternsFetcherOptionalParams | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -11252,7 +11084,7 @@ }, "[]; indices: string[]; }>" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11263,7 +11095,7 @@ "tags": [], "label": "options", "description": [], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11277,7 +11109,7 @@ "signature": [ "string | string[]" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -11291,7 +11123,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -11305,7 +11137,7 @@ "signature": [ "{ allow_no_indices: boolean; includeUnmapped?: boolean | undefined; } | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -11319,7 +11151,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -11333,7 +11165,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -11348,7 +11180,7 @@ "QueryDslQueryContainer", " | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -11362,7 +11194,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -11376,7 +11208,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -11390,7 +11222,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -11404,7 +11236,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false } @@ -11425,7 +11257,7 @@ "signature": [ "(indices: string[]) => Promise" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11441,7 +11273,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -11467,29 +11299,11 @@ ], "signature": [ "(deps: DataViewsServiceFactoryDeps) => (savedObjectsClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", elasticsearchClient: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", request?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined, byPassCapabilities?: boolean | undefined) => Promise<", { "pluginId": "dataViews", @@ -11500,7 +11314,7 @@ }, ">" ], - "path": "src/plugins/data_views/server/data_views_service_factory.ts", + "path": "src/platform/plugins/shared/data_views/server/data_views_service_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11516,7 +11330,7 @@ "signature": [ "DataViewsServiceFactoryDeps" ], - "path": "src/plugins/data_views/server/data_views_service_factory.ts", + "path": "src/platform/plugins/shared/data_views/server/data_views_service_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -11536,21 +11350,9 @@ "description": [], "signature": [ "(savedObjectsClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", index: string) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -11561,7 +11363,7 @@ }, "> | undefined>" ], - "path": "src/plugins/data_views/server/utils.ts", + "path": "src/platform/plugins/shared/data_views/server/utils.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -11591,15 +11393,9 @@ "label": "savedObjectsClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], - "path": "src/plugins/data_views/server/utils.ts", + "path": "src/platform/plugins/shared/data_views/server/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -11614,7 +11410,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/server/utils.ts", + "path": "src/platform/plugins/shared/data_views/server/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -11644,7 +11440,7 @@ "text": "RollupIndexCapability" } ], - "path": "src/plugins/data_views/server/fetcher/lib/map_capabilities.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/lib/map_capabilities.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11660,7 +11456,7 @@ "signature": [ "RollupGetRollupIndexCapsResponse" ], - "path": "src/plugins/data_views/server/fetcher/lib/map_capabilities.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/lib/map_capabilities.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -11680,13 +11476,7 @@ "description": [], "signature": [ "(fieldName: string, indexPattern: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -11705,7 +11495,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/server/utils.ts", + "path": "src/platform/plugins/shared/data_views/server/utils.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -11737,7 +11527,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/server/utils.ts", + "path": "src/platform/plugins/shared/data_views/server/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -11750,13 +11540,7 @@ "label": "indexPattern", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -11767,7 +11551,7 @@ }, ">" ], - "path": "src/plugins/data_views/server/utils.ts", + "path": "src/platform/plugins/shared/data_views/server/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -11787,7 +11571,7 @@ "description": [ "\nData Views server setup dependencies" ], - "path": "src/plugins/data_views/server/types.ts", + "path": "src/platform/plugins/shared/data_views/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11809,7 +11593,7 @@ "text": "FieldFormatsSetup" } ], - "path": "src/plugins/data_views/server/types.ts", + "path": "src/platform/plugins/shared/data_views/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -11831,7 +11615,7 @@ "text": "ExpressionsServiceSetup" } ], - "path": "src/plugins/data_views/server/types.ts", + "path": "src/platform/plugins/shared/data_views/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -11854,7 +11638,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/server/types.ts", + "path": "src/platform/plugins/shared/data_views/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -11876,7 +11660,7 @@ "text": "ContentManagementServerSetup" } ], - "path": "src/plugins/data_views/server/types.ts", + "path": "src/platform/plugins/shared/data_views/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -11892,7 +11676,7 @@ "description": [ "\nData Views server start dependencies" ], - "path": "src/plugins/data_views/server/types.ts", + "path": "src/platform/plugins/shared/data_views/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11914,7 +11698,7 @@ "text": "FieldFormatsStart" } ], - "path": "src/plugins/data_views/server/types.ts", + "path": "src/platform/plugins/shared/data_views/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -11936,7 +11720,7 @@ "text": "Logger" } ], - "path": "src/plugins/data_views/server/types.ts", + "path": "src/platform/plugins/shared/data_views/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -11950,7 +11734,7 @@ "tags": [], "label": "FieldDescriptor", "description": [], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11961,7 +11745,7 @@ "tags": [], "label": "aggregatable", "description": [], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -11972,7 +11756,7 @@ "tags": [], "label": "name", "description": [], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -11983,7 +11767,7 @@ "tags": [], "label": "readFromDocValues", "description": [], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -11994,7 +11778,7 @@ "tags": [], "label": "searchable", "description": [], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -12005,7 +11789,7 @@ "tags": [], "label": "type", "description": [], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -12019,7 +11803,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -12033,7 +11817,7 @@ "signature": [ "FieldSubType | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -12047,7 +11831,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -12061,7 +11845,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -12075,7 +11859,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -12090,7 +11874,7 @@ "MappingTimeSeriesMetricType", " | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -12104,7 +11888,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false }, @@ -12118,7 +11902,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/server/fetcher/index_patterns_fetcher.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/index_patterns_fetcher.ts", "deprecated": false, "trackAdoption": false } @@ -12134,7 +11918,7 @@ "description": [ "\nA record of capabilities (aggregations) for index rollup jobs" ], - "path": "src/plugins/data_views/server/fetcher/lib/map_capabilities.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/lib/map_capabilities.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12148,9 +11932,7 @@ "\nA record of capabilities (aggregations) for an index rollup job" ], "signature": [ - "[index: string]: { aggs?: ", - "Dictionary", - "<", + "[index: string]: { aggs?: _.Dictionary<", { "pluginId": "dataViews", "scope": "common", @@ -12160,7 +11942,7 @@ }, "> | undefined; error?: string | undefined; }" ], - "path": "src/plugins/data_views/server/fetcher/lib/map_capabilities.ts", + "path": "src/platform/plugins/shared/data_views/server/fetcher/lib/map_capabilities.ts", "deprecated": false, "trackAdoption": false } @@ -12179,7 +11961,7 @@ "description": [ "\nPath for data view creation" ], - "path": "src/plugins/data_views/server/constants.ts", + "path": "src/platform/plugins/shared/data_views/server/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12193,7 +11975,7 @@ "description": [ "\nLegacy path for data view creation" ], - "path": "src/plugins/data_views/server/constants.ts", + "path": "src/platform/plugins/shared/data_views/server/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12207,7 +11989,7 @@ "description": [ "\nPath to swap references" ], - "path": "src/plugins/data_views/server/constants.ts", + "path": "src/platform/plugins/shared/data_views/server/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12257,7 +12039,7 @@ "MappingTimeSeriesMetricType", " | undefined; shortDotsEnable?: boolean | undefined; isMapped?: boolean | undefined; parentName?: string | undefined; defaultFormatter?: string | undefined; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12271,7 +12053,7 @@ "description": [ "\nPath to create runtime field" ], - "path": "src/plugins/data_views/server/constants.ts", + "path": "src/platform/plugins/shared/data_views/server/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12285,7 +12067,7 @@ "description": [ "\nLegacy path to create runtime field" ], - "path": "src/plugins/data_views/server/constants.ts", + "path": "src/platform/plugins/shared/data_views/server/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12299,7 +12081,7 @@ "description": [ "\nPath to create scripted field" ], - "path": "src/plugins/data_views/server/constants.ts", + "path": "src/platform/plugins/shared/data_views/server/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12313,7 +12095,7 @@ "description": [ "\nLegacy path to create scripted field" ], - "path": "src/plugins/data_views/server/constants.ts", + "path": "src/platform/plugins/shared/data_views/server/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12330,7 +12112,7 @@ "signature": [ "\"data_view\"" ], - "path": "src/plugins/data_views/server/constants.ts", + "path": "src/platform/plugins/shared/data_views/server/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12347,7 +12129,7 @@ "signature": [ "\"index_pattern\"" ], - "path": "src/plugins/data_views/server/constants.ts", + "path": "src/platform/plugins/shared/data_views/server/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12364,7 +12146,7 @@ "signature": [ "\"index_pattern\" | \"data_view\"" ], - "path": "src/plugins/data_views/server/constants.ts", + "path": "src/platform/plugins/shared/data_views/server/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12381,7 +12163,7 @@ "signature": [ "\"/api/data_views\"" ], - "path": "src/plugins/data_views/server/constants.ts", + "path": "src/platform/plugins/shared/data_views/server/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12398,7 +12180,7 @@ "signature": [ "\"/api/index_patterns\"" ], - "path": "src/plugins/data_views/server/constants.ts", + "path": "src/platform/plugins/shared/data_views/server/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12412,7 +12194,7 @@ "description": [ "\nPath for single data view" ], - "path": "src/plugins/data_views/server/constants.ts", + "path": "src/platform/plugins/shared/data_views/server/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12426,7 +12208,7 @@ "description": [ "\nLegacy path for single data view" ], - "path": "src/plugins/data_views/server/constants.ts", + "path": "src/platform/plugins/shared/data_views/server/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12440,7 +12222,7 @@ "description": [ "\nPath for runtime field" ], - "path": "src/plugins/data_views/server/constants.ts", + "path": "src/platform/plugins/shared/data_views/server/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12454,7 +12236,7 @@ "description": [ "\nLegacy path for runtime field" ], - "path": "src/plugins/data_views/server/constants.ts", + "path": "src/platform/plugins/shared/data_views/server/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12468,7 +12250,7 @@ "description": [ "\nPath for scripted field" ], - "path": "src/plugins/data_views/server/constants.ts", + "path": "src/platform/plugins/shared/data_views/server/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12482,7 +12264,7 @@ "description": [ "\nLegacy path for scripted field" ], - "path": "src/plugins/data_views/server/constants.ts", + "path": "src/platform/plugins/shared/data_views/server/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12498,7 +12280,7 @@ "description": [ "\nDataViews server plugin setup api" ], - "path": "src/plugins/data_views/server/types.ts", + "path": "src/platform/plugins/shared/data_views/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12512,7 +12294,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/data_views/server/types.ts", + "path": "src/platform/plugins/shared/data_views/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -12531,7 +12313,7 @@ "description": [ "\nDataViews server plugin start api" ], - "path": "src/plugins/data_views/server/types.ts", + "path": "src/platform/plugins/shared/data_views/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12546,29 +12328,11 @@ ], "signature": [ "(savedObjectsClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", elasticsearchClient: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", request?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined, byPassCapabilities?: boolean | undefined) => Promise<", { "pluginId": "dataViews", @@ -12579,7 +12343,7 @@ }, ">" ], - "path": "src/plugins/data_views/server/types.ts", + "path": "src/platform/plugins/shared/data_views/server/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -12592,15 +12356,9 @@ "label": "savedObjectsClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], - "path": "src/plugins/data_views/server/types.ts", + "path": "src/platform/plugins/shared/data_views/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -13868,7 +13626,7 @@ "default", "; }" ], - "path": "src/plugins/data_views/server/types.ts", + "path": "src/platform/plugins/shared/data_views/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -13880,16 +13638,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined" ], - "path": "src/plugins/data_views/server/types.ts", + "path": "src/platform/plugins/shared/data_views/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -13903,7 +13655,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/server/types.ts", + "path": "src/platform/plugins/shared/data_views/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -13921,7 +13673,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/data_views/server/types.ts", + "path": "src/platform/plugins/shared/data_views/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -13941,7 +13693,7 @@ "tags": [], "label": "AbstractDataView", "description": [], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13957,7 +13709,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -13972,7 +13724,7 @@ "description": [ "\nTitle of data view" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -13998,15 +13750,15 @@ }, { "plugin": "@kbn/search-errors", - "path": "packages/kbn-search-errors/src/painless_error.tsx" + "path": "src/platform/packages/shared/kbn-search-errors/src/painless_error.tsx" }, { "plugin": "savedObjectsManagement", - "path": "src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx" + "path": "src/platform/plugins/shared/saved_objects_management/public/management_section/objects_table/components/flyout.tsx" }, { "plugin": "savedObjectsManagement", - "path": "src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx" + "path": "src/platform/plugins/shared/saved_objects_management/public/management_section/objects_table/components/flyout.tsx" }, { "plugin": "unifiedSearch", @@ -14021,20 +13773,28 @@ "path": "src/plugins/unified_search/public/dataview_picker/change_dataview.tsx" }, { - "plugin": "@kbn/unified-field-list", - "path": "packages/kbn-unified-field-list/src/services/field_stats/load_field_stats.ts" + "plugin": "graph", + "path": "x-pack/plugins/graph/public/state_management/datasource.sagas.ts" + }, + { + "plugin": "graph", + "path": "x-pack/plugins/graph/public/state_management/persistence.ts" + }, + { + "plugin": "graph", + "path": "x-pack/plugins/graph/public/state_management/persistence.ts" }, { "plugin": "@kbn/unified-field-list", - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts" + "path": "src/platform/packages/shared/kbn-unified-field-list/src/services/field_stats/load_field_stats.ts" }, { "plugin": "@kbn/unified-field-list", - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts" + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts" }, { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/public/controls/data_controls/options_list_control/options_list_fetch_cache.ts" + "plugin": "@kbn/unified-field-list", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts" }, { "plugin": "lens", @@ -14044,9 +13804,17 @@ "plugin": "lens", "path": "x-pack/plugins/lens/public/app_plugin/lens_top_nav.tsx" }, + { + "plugin": "graph", + "path": "x-pack/plugins/graph/public/state_management/datasource.test.ts" + }, + { + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/public/controls/data_controls/options_list_control/options_list_fetch_cache.ts" + }, { "plugin": "@kbn/lens-embeddable-utils", - "path": "packages/kbn-lens-embeddable-utils/config_builder/columns/breakdown.ts" + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/config_builder/columns/breakdown.ts" }, { "plugin": "triggersActionsUi", @@ -14125,40 +13893,48 @@ "path": "x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/source_selection/source_selection.tsx" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/public/applications/analytics/utils/find_or_create_data_view.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/public/components/datasource/datasource_component.js" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/public/applications/analytics/components/analytics_collection_view/analytics_collection_explore_table_formulas.ts" + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx" }, { - "plugin": "ml", - "path": "x-pack/platform/plugins/shared/ml/server/models/job_service/new_job_caps/rollup.ts" + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/public/app/sections/create_transform/components/step_define/common/filter_agg/components/filter_term_form.tsx" + }, + { + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/public/app/hooks/use_data_view_exists.ts" }, { "plugin": "@kbn/ml-data-view-utils", "path": "x-pack/platform/packages/private/ml/data_view_utils/actions/data_view_handler.ts" }, { - "plugin": "graph", - "path": "x-pack/plugins/graph/public/state_management/datasource.sagas.ts" + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/public/application/components/es_deprecation_logs/fix_deprecation_logs/external_links.tsx" }, { - "plugin": "graph", - "path": "x-pack/plugins/graph/public/state_management/persistence.ts" + "plugin": "ml", + "path": "x-pack/platform/plugins/shared/ml/server/models/job_service/new_job_caps/rollup.ts" }, { - "plugin": "graph", - "path": "x-pack/plugins/graph/public/state_management/persistence.ts" + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/public/sourcerer/containers/create_sourcerer_data_view.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/public/application/components/es_deprecation_logs/fix_deprecation_logs/external_links.tsx" + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/public/sourcerer/containers/create_sourcerer_data_view.ts" }, { - "plugin": "graph", - "path": "x-pack/plugins/graph/public/state_management/datasource.test.ts" + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/public/sourcerer/containers/create_sourcerer_data_view.ts" + }, + { + "plugin": "timelines", + "path": "x-pack/solutions/security/plugins/timelines/server/search_strategy/index_fields/index.ts" }, { "plugin": "exploratoryView", @@ -14176,10 +13952,6 @@ "plugin": "exploratoryView", "path": "x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/series_editor/columns/filter_value_btn.tsx" }, - { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx" - }, { "plugin": "stackAlerts", "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/geo_containment/rule_form/boundary_form.tsx" @@ -14192,38 +13964,6 @@ "plugin": "stackAlerts", "path": "x-pack/platform/plugins/shared/stack_alerts/public/rule_types/components/data_view_select_popover.tsx" }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/public/applications/analytics/utils/find_or_create_data_view.test.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/public/components/datasource/datasource_component.js" - }, - { - "plugin": "transform", - "path": "x-pack/platform/plugins/private/transform/public/app/sections/create_transform/components/step_define/common/filter_agg/components/filter_term_form.tsx" - }, - { - "plugin": "transform", - "path": "x-pack/platform/plugins/private/transform/public/app/hooks/use_data_view_exists.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/sourcerer/containers/create_sourcerer_data_view.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/sourcerer/containers/create_sourcerer_data_view.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/sourcerer/containers/create_sourcerer_data_view.ts" - }, - { - "plugin": "timelines", - "path": "x-pack/solutions/security/plugins/timelines/server/search_strategy/index_fields/index.ts" - }, { "plugin": "maps", "path": "x-pack/platform/plugins/shared/maps/public/classes/tooltips/es_tooltip_property.test.ts" @@ -14260,6 +14000,18 @@ "plugin": "ux", "path": "x-pack/solutions/observability/plugins/ux/public/components/app/rum_dashboard/local_uifilters/use_data_view.ts" }, + { + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/public/applications/analytics/utils/find_or_create_data_view.ts" + }, + { + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/public/applications/analytics/components/analytics_collection_view/analytics_collection_explore_table_formulas.ts" + }, + { + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/public/applications/analytics/utils/find_or_create_data_view.test.ts" + }, { "plugin": "exploratoryView", "path": "x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/configurations/test_data/sample_attribute.ts" @@ -14292,26 +14044,6 @@ "plugin": "exploratoryView", "path": "x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/configurations/test_data/sample_attribute_cwv.ts" }, - { - "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx" - }, - { - "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx" - }, - { - "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/field_editor/components/scripting_help/test_script.tsx" - }, - { - "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/field_editor/field_editor.tsx" - }, - { - "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/edit_index_pattern/create_edit_field/create_edit_field.tsx" - }, { "plugin": "eventAnnotationListing", "path": "src/plugins/event_annotation_listing/public/components/group_editor_flyout/group_editor_controls/group_editor_controls.tsx" @@ -14420,6 +14152,26 @@ "plugin": "inputControlVis", "path": "src/platform/plugins/private/input_control_vis/public/control/range_control_factory.ts" }, + { + "plugin": "dataViewManagement", + "path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx" + }, + { + "plugin": "dataViewManagement", + "path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx" + }, + { + "plugin": "dataViewManagement", + "path": "src/platform/plugins/shared/data_view_management/public/components/field_editor/components/scripting_help/test_script.tsx" + }, + { + "plugin": "dataViewManagement", + "path": "src/platform/plugins/shared/data_view_management/public/components/field_editor/field_editor.tsx" + }, + { + "plugin": "dataViewManagement", + "path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/create_edit_field/create_edit_field.tsx" + }, { "plugin": "inputControlVis", "path": "src/platform/plugins/private/input_control_vis/public/test_utils/get_index_pattern_mock.ts" @@ -14454,7 +14206,7 @@ }, ">; }" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -14477,7 +14229,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -14493,7 +14245,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -14509,7 +14261,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -14525,7 +14277,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -14541,7 +14293,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -14564,7 +14316,7 @@ }, "[] | undefined" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -14580,7 +14332,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -14593,7 +14345,7 @@ "description": [ "\nOriginal saved object body. Used to check for saved object changes." ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [] @@ -14607,7 +14359,7 @@ "description": [ "\nReturns true if short dot notation is enabled" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -14863,7 +14615,7 @@ }, ">) => void; has: (id: string) => boolean; }" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -14887,7 +14639,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -14911,7 +14663,7 @@ }, "; }" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -14924,7 +14676,7 @@ "description": [ "\nPrevents errors when index pattern exists before indices" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -14937,7 +14689,7 @@ "description": [ "\nName of the data view. Human readable name used to differentiate data view." ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -14951,7 +14703,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -14973,7 +14725,7 @@ }, "; }" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -14987,7 +14739,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15001,7 +14753,7 @@ "signature": [ "AbstractDataViewDeps" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15019,7 +14771,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -15035,7 +14787,7 @@ "signature": [ "(allowHidden: boolean) => boolean" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15049,7 +14801,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15069,7 +14821,7 @@ "signature": [ "() => string" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -15087,7 +14839,7 @@ "signature": [ "() => string" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -15107,7 +14859,7 @@ "signature": [ "(indexPattern: string) => void" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15121,7 +14873,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15141,7 +14893,7 @@ "signature": [ "() => { fieldAttrs?: string | undefined; title?: string | undefined; timeFieldName?: string | undefined; fields?: string | undefined; sourceFilters?: string | undefined; fieldFormatMap?: string | undefined; typeMeta?: string | undefined; type?: string | undefined; }" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -15159,7 +14911,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -15175,7 +14927,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -15193,7 +14945,7 @@ "signature": [ "() => { excludes: string[]; }" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -15219,7 +14971,7 @@ }, "> | undefined" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -15260,7 +15012,7 @@ "text": "FieldFormat" } ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15290,7 +15042,7 @@ "text": "DataViewField" } ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15318,7 +15070,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15334,7 +15086,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15370,7 +15122,7 @@ }, "[K]) => void" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15386,7 +15138,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15403,7 +15155,7 @@ "signature": [ "K" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15427,7 +15179,7 @@ }, "[K]" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15447,7 +15199,7 @@ "signature": [ "(fieldName: string, customLabel: string | null | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15463,7 +15215,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15480,7 +15232,7 @@ "signature": [ "string | null | undefined" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -15500,7 +15252,7 @@ "signature": [ "(fieldName: string, count: number | null | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15516,7 +15268,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15533,7 +15285,7 @@ "signature": [ "number | null | undefined" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -15553,7 +15305,7 @@ "signature": [ "(fieldName: string, customDescription: string | null | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15569,7 +15321,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15586,7 +15338,7 @@ "signature": [ "string | null | undefined" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -15622,7 +15374,7 @@ }, ">) => void" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15638,7 +15390,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15670,7 +15422,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15690,7 +15442,7 @@ "signature": [ "(fieldName: string) => void" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15706,7 +15458,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15733,7 +15485,7 @@ "text": "DataViewAttributes" } ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -15756,7 +15508,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15770,7 +15522,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15796,7 +15548,7 @@ }, ") => void" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15816,7 +15568,7 @@ "text": "FieldSpec" } ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15834,7 +15586,7 @@ "signature": [ "(fieldName: string) => void" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15848,7 +15600,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15874,7 +15626,7 @@ }, ">) => void" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15896,7 +15648,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15914,7 +15666,7 @@ "signature": [ "(name: string) => void" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15928,7 +15680,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15954,7 +15706,7 @@ }, ") => void" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15974,7 +15726,7 @@ "text": "FieldSpec" } ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -16002,7 +15754,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -16018,7 +15770,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -16040,7 +15792,7 @@ "signature": [ "(name: string) => boolean" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -16056,7 +15808,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -16084,7 +15836,7 @@ }, " | null" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -16100,7 +15852,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -16128,7 +15880,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -16156,7 +15908,7 @@ }, ">) => void" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -16180,7 +15932,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -16198,7 +15950,7 @@ "signature": [ "(name: string) => void" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -16212,7 +15964,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -16238,7 +15990,7 @@ }, ") => void" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -16252,7 +16004,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -16273,7 +16025,7 @@ "text": "RuntimeField" } ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -16291,7 +16043,7 @@ "signature": [ "(name: string) => void" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -16305,7 +16057,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -16331,7 +16083,7 @@ }, ") => void" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -16345,7 +16097,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -16366,7 +16118,7 @@ "text": "RuntimeField" } ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -16392,7 +16144,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/abstract_data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -16435,7 +16187,7 @@ "text": "DataViewBase" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -16466,7 +16218,7 @@ }, "; }" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false }, @@ -16482,7 +16234,7 @@ "signature": [ "(hit: Record, deep?: boolean | undefined) => Record" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -16507,7 +16259,7 @@ "signature": [ "{ [x: string]: unknown[]; }" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false }, @@ -16521,7 +16273,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false } @@ -16539,7 +16291,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -16555,7 +16307,7 @@ "signature": [ "DataViewDeps" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -16575,7 +16327,7 @@ "ScriptField", ">" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -16591,7 +16343,7 @@ "signature": [ "() => string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -16607,7 +16359,7 @@ "signature": [ "(etag: string | undefined) => string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -16621,7 +16373,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -16645,7 +16397,7 @@ "MappingRuntimeFields", "; }" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -16670,7 +16422,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -16686,7 +16438,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -16714,7 +16466,7 @@ }, ", \"fields\">" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -16725,7 +16477,7 @@ "tags": [], "label": "params", "description": [], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -16739,7 +16491,7 @@ "signature": [ "(\"customLabel\" | \"customDescription\")[] | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false } @@ -16762,17 +16514,17 @@ "signature": [ "(fieldName: string) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx" + "path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx" }, { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/field_editor/field_editor.tsx" + "path": "src/platform/plugins/shared/data_view_management/public/components/field_editor/field_editor.tsx" } ], "children": [ @@ -16788,7 +16540,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -16818,7 +16570,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -16842,13 +16594,13 @@ "plugin": "visTypeTimeseries", "path": "src/plugins/vis_types/timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts" }, - { - "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx" - }, { "plugin": "visTypeTimeseries", "path": "src/plugins/vis_types/timeseries/public/application/lib/fetch_fields.ts" + }, + { + "plugin": "dataViewManagement", + "path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx" } ], "children": [], @@ -16876,25 +16628,25 @@ }, "[]" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/edit_index_pattern/tabs/utils.ts" + "path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/tabs/utils.ts" }, { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/management_app/data_view_management_service.ts" + "path": "src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts" }, { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/management_app/data_view_management_service.ts" + "path": "src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts" }, { "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx" + "path": "src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx" } ], "children": [], @@ -16912,7 +16664,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -16937,7 +16689,7 @@ "text": "TimeBasedDataView" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -16962,7 +16714,7 @@ "text": "TimeBasedDataView" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -16988,7 +16740,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -17014,7 +16766,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -17030,7 +16782,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -17066,7 +16818,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -17082,7 +16834,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -17105,7 +16857,7 @@ "text": "RuntimeField" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -17133,7 +16885,7 @@ }, "> | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -17149,7 +16901,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -17171,7 +16923,7 @@ "signature": [ "(name: string) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -17187,7 +16939,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -17208,7 +16960,7 @@ "() => ", "MappingRuntimeFields" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -17226,7 +16978,7 @@ "signature": [ "(fieldName: string, customLabel: string | null | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -17242,7 +16994,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -17259,7 +17011,7 @@ "signature": [ "string | null | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -17279,7 +17031,7 @@ "signature": [ "(fieldName: string, customDescription: string | null | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -17295,7 +17047,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -17312,7 +17064,7 @@ "signature": [ "string | null | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -17332,7 +17084,7 @@ "signature": [ "(fieldName: string, count: number | null | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -17348,7 +17100,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -17365,7 +17117,7 @@ "signature": [ "number | null | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -17391,7 +17143,7 @@ }, ") => void" ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -17411,7 +17163,7 @@ "text": "FieldSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -17448,7 +17200,7 @@ "text": "DataViewFieldBase" } ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -17495,7 +17247,7 @@ "MappingTimeSeriesMetricType", " | undefined; shortDotsEnable?: boolean | undefined; isMapped?: boolean | undefined; parentName?: string | undefined; defaultFormatter?: string | undefined; }" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17513,7 +17265,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -17535,7 +17287,7 @@ "text": "FieldSpec" } ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -17552,7 +17304,7 @@ "description": [ "\nCount is used for field popularity in discover." ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17565,7 +17317,7 @@ "description": [ "\nSet count, which is used for field popularity in discover." ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17579,7 +17331,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17602,7 +17354,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17625,7 +17377,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17641,7 +17393,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17657,7 +17409,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17673,7 +17425,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17689,7 +17441,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17705,7 +17457,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17721,7 +17473,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17737,7 +17489,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17753,7 +17505,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17769,7 +17521,7 @@ "signature": [ "Record | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17785,7 +17537,7 @@ "signature": [ "Record | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17798,7 +17550,7 @@ "description": [ "\nGet field name" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17811,7 +17563,7 @@ "description": [ "\nGets display name, calcualted based on name, custom label and shortDotsEnable." ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17824,7 +17576,7 @@ "description": [ "\nGets field type" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17840,7 +17592,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17853,7 +17605,7 @@ "description": [ "\nReturns true if scripted field" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17866,7 +17618,7 @@ "description": [ "\nReturns true if field is searchable" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17879,7 +17631,7 @@ "description": [ "\nReturns true if field is aggregatable" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17892,7 +17644,7 @@ "description": [ "\nreturns true if field is a TSDB dimension field" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17909,7 +17661,7 @@ "MappingTimeSeriesMetricType", " | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17925,7 +17677,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17941,7 +17693,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17957,7 +17709,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17970,7 +17722,7 @@ "description": [ "\nReturns true if field is available via doc values" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -17993,7 +17745,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -18009,7 +17761,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -18022,7 +17774,7 @@ "description": [ "\nReturns true if runtime field defined on data view" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -18035,7 +17787,7 @@ "description": [ "\nReturns true if field is sortable" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -18048,7 +17800,7 @@ "description": [ "\nReturns true if field is filterable" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -18061,7 +17813,7 @@ "description": [ "\nReturns true if field is visualizable" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -18074,7 +17826,7 @@ "description": [ "\nReturns true if field is Empty" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false }, @@ -18090,7 +17842,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -18108,7 +17860,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -18134,7 +17886,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -18160,7 +17912,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -18178,7 +17930,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -18204,7 +17956,7 @@ }, " | undefined; customLabel: string | undefined; customDescription: string | undefined; defaultFormatter: string | undefined; }" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -18237,7 +17989,7 @@ "text": "FieldSpec" } ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18259,7 +18011,7 @@ "text": "ToSpecConfig" } ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -18281,7 +18033,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -18311,7 +18063,7 @@ }, " extends Error" ], - "path": "src/plugins/data_views/common/errors/insufficient_access.ts", + "path": "src/platform/plugins/shared/data_views/common/errors/insufficient_access.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18327,7 +18079,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/common/errors/insufficient_access.ts", + "path": "src/platform/plugins/shared/data_views/common/errors/insufficient_access.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18341,7 +18093,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/errors/insufficient_access.ts", + "path": "src/platform/plugins/shared/data_views/common/errors/insufficient_access.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -18376,7 +18128,7 @@ "text": "AbstractDataView" } ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18389,7 +18141,7 @@ "description": [ "\nReturns true if scripted fields are enabled" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false }, @@ -18403,7 +18155,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18417,7 +18169,7 @@ "signature": [ "DataViewDeps" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -18451,7 +18203,7 @@ }, ">; }>" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18465,7 +18217,7 @@ "signature": [ "GetFieldsParams" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -18483,7 +18235,7 @@ "signature": [ "({ fieldName }: Pick) => DataViewFieldMap" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18497,7 +18249,7 @@ "signature": [ "Pick" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -18533,7 +18285,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18549,7 +18301,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -18572,7 +18324,7 @@ "text": "RuntimeField" } ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -18592,7 +18344,7 @@ "signature": [ "(name: string) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18608,7 +18360,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -18634,7 +18386,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18648,7 +18400,7 @@ "signature": [ "Pick" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -18668,7 +18420,7 @@ "ScriptField", ">" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -18688,7 +18440,7 @@ "MappingRuntimeFields", "; }>" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18699,7 +18451,7 @@ "tags": [], "label": "{ fieldName = ['*'] }", "description": [], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18713,7 +18465,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false } @@ -18733,7 +18485,7 @@ "() => ", "MappingRuntimeFields" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -18759,7 +18511,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18770,7 +18522,7 @@ "tags": [], "label": "params", "description": [], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18784,7 +18536,7 @@ "signature": [ "GetFieldsParams | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false } @@ -18813,7 +18565,7 @@ }, ", \"fields\">" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18824,7 +18576,7 @@ "tags": [], "label": "params", "description": [], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18838,7 +18590,7 @@ "signature": [ "(\"customLabel\" | \"customDescription\")[] | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false } @@ -18859,7 +18611,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -18875,7 +18627,7 @@ "signature": [ "(fieldName: string) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18889,7 +18641,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -18915,7 +18667,7 @@ }, ") => void" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18935,7 +18687,7 @@ "text": "FieldSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -18953,7 +18705,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -18969,7 +18721,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -18993,7 +18745,7 @@ }, "> | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -19017,7 +18769,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19031,7 +18783,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19046,7 +18798,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19066,7 +18818,7 @@ "signature": [ "(fieldName: string, customLabel: string | null | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19082,7 +18834,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19099,7 +18851,7 @@ "signature": [ "string | null | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -19117,7 +18869,7 @@ "signature": [ "(fieldName: string, count: number | null | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19131,7 +18883,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19146,7 +18898,7 @@ "signature": [ "number | null | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -19164,7 +18916,7 @@ "signature": [ "(fieldName: string, customDescription: string | null | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19178,7 +18930,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19193,7 +18945,7 @@ "signature": [ "string | null | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_view_lazy.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -19230,7 +18982,7 @@ "text": "KbnError" } ], - "path": "src/plugins/data_views/common/lib/errors.ts", + "path": "src/platform/plugins/shared/data_views/common/lib/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19244,7 +18996,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/common/lib/errors.ts", + "path": "src/platform/plugins/shared/data_views/common/lib/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19258,7 +19010,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/lib/errors.ts", + "path": "src/platform/plugins/shared/data_views/common/lib/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19288,7 +19040,7 @@ }, " extends Error" ], - "path": "src/plugins/data_views/common/errors/data_view_saved_object_conflict.ts", + "path": "src/platform/plugins/shared/data_views/common/errors/data_view_saved_object_conflict.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19304,7 +19056,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/common/errors/data_view_saved_object_conflict.ts", + "path": "src/platform/plugins/shared/data_views/common/errors/data_view_saved_object_conflict.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19320,7 +19072,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/errors/data_view_saved_object_conflict.ts", + "path": "src/platform/plugins/shared/data_views/common/errors/data_view_saved_object_conflict.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19340,7 +19092,7 @@ "description": [ "\nData views service, providing CRUD operations for data views." ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19356,7 +19108,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -19369,7 +19121,7 @@ "tags": [], "label": "scriptedFieldsEnabled", "description": [], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -19385,7 +19137,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19407,7 +19159,7 @@ "text": "DataViewsServiceDeps" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19427,7 +19179,7 @@ "signature": [ "(refresh?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19443,7 +19195,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19463,7 +19215,7 @@ "signature": [ "(refresh?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19479,7 +19231,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19507,7 +19259,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19523,7 +19275,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19540,7 +19292,7 @@ "signature": [ "number" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19570,7 +19322,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19586,7 +19338,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19603,7 +19355,7 @@ "signature": [ "number" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19633,7 +19385,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19649,7 +19401,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19675,7 +19427,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19689,7 +19441,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19709,7 +19461,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -19727,7 +19479,7 @@ "signature": [ "(id?: string | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19741,7 +19493,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -19760,13 +19512,7 @@ ], "signature": [ "() => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -19777,7 +19523,7 @@ }, ">[] | null | undefined>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -19803,7 +19549,7 @@ }, " | null>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19819,7 +19565,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19839,7 +19585,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -19857,7 +19603,7 @@ "signature": [ "(id: string | null, force?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19873,7 +19619,7 @@ "signature": [ "string | null" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -19890,7 +19636,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -19910,7 +19656,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -19926,7 +19672,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -19942,7 +19688,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -19976,7 +19722,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19998,7 +19744,7 @@ "text": "GetFieldsOptions" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20052,7 +19798,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20080,7 +19826,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20105,7 +19851,7 @@ }, ", \"allowNoIndex\"> | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -20135,7 +19881,7 @@ }, ", displayErrors?: boolean, forceRefresh?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20155,7 +19901,7 @@ "text": "DataView" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20172,7 +19918,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20187,7 +19933,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20224,7 +19970,7 @@ "text": "DataViewFieldMap" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20247,7 +19993,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20265,7 +20011,7 @@ "FieldAttrsAsObject", " | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -20286,13 +20032,7 @@ ], "signature": [ "(savedObject: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -20310,7 +20050,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20322,13 +20062,7 @@ "label": "savedObject", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -20339,7 +20073,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20367,7 +20101,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20381,7 +20115,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20407,7 +20141,7 @@ }, " | undefined>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20421,7 +20155,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20449,7 +20183,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20463,7 +20197,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20480,7 +20214,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20497,7 +20231,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20533,7 +20267,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20555,7 +20289,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20572,7 +20306,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20589,7 +20323,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20627,7 +20361,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20649,7 +20383,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20687,7 +20421,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20709,7 +20443,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20724,7 +20458,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20760,7 +20494,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20782,7 +20516,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20797,7 +20531,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20814,7 +20548,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20831,7 +20565,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20859,7 +20593,7 @@ }, ", overwrite?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20881,7 +20615,7 @@ "text": "AbstractDataView" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20896,7 +20630,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20924,7 +20658,7 @@ }, ", saveAttempts?: number, ignoreErrors?: boolean, displayErrors?: boolean) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20944,7 +20678,7 @@ "text": "AbstractDataView" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20959,7 +20693,7 @@ "signature": [ "number" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20974,7 +20708,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -20991,7 +20725,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21011,7 +20745,7 @@ "signature": [ "(indexPatternId: string) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21027,7 +20761,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21047,7 +20781,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -21073,7 +20807,7 @@ }, " | null>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -21101,7 +20835,7 @@ }, " | null>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21112,7 +20846,7 @@ "tags": [], "label": "options", "description": [], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21126,7 +20860,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -21140,7 +20874,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false } @@ -21177,7 +20911,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21197,7 +20931,7 @@ "text": "DataViewLazy" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21231,7 +20965,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21251,7 +20985,7 @@ "text": "DataView" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21281,7 +21015,7 @@ }, " extends Error" ], - "path": "src/plugins/data_views/common/errors/duplicate_index_pattern.ts", + "path": "src/platform/plugins/shared/data_views/common/errors/duplicate_index_pattern.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21297,7 +21031,7 @@ "signature": [ "any" ], - "path": "src/plugins/data_views/common/errors/duplicate_index_pattern.ts", + "path": "src/platform/plugins/shared/data_views/common/errors/duplicate_index_pattern.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21313,7 +21047,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/errors/duplicate_index_pattern.ts", + "path": "src/platform/plugins/shared/data_views/common/errors/duplicate_index_pattern.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21351,7 +21085,7 @@ "text": "IIndexPatternFieldList" } ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21372,7 +21106,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21387,7 +21121,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21414,7 +21148,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -21437,7 +21171,7 @@ }, " | undefined; }" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false } @@ -21462,7 +21196,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -21485,7 +21219,7 @@ }, " | undefined; }" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false } @@ -21510,7 +21244,7 @@ }, ", \"fn\">" ], - "path": "src/plugins/data_views/common/expressions/load_index_pattern.ts", + "path": "src/platform/plugins/shared/data_views/common/expressions/load_index_pattern.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -21535,7 +21269,7 @@ }, ") => boolean" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21555,7 +21289,7 @@ "text": "DataViewField" } ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -21574,7 +21308,7 @@ "signature": [ "(field: HasSubtype) => boolean" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -21597,7 +21331,7 @@ }, " | undefined; }" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false } @@ -21614,7 +21348,7 @@ "signature": [ "(field: HasSubtype) => boolean" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -21637,7 +21371,7 @@ }, " | undefined; }" ], - "path": "src/plugins/data_views/common/fields/utils.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/utils.ts", "deprecated": false, "trackAdoption": false } @@ -21655,7 +21389,7 @@ "description": [ "\nInterface for the data view saved object" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21671,7 +21405,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -21684,7 +21418,7 @@ "description": [ "\nData view title" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -21700,7 +21434,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -21716,7 +21450,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -21732,7 +21466,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -21748,7 +21482,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -21764,7 +21498,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -21780,7 +21514,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -21796,7 +21530,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -21812,7 +21546,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -21828,7 +21562,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -21844,7 +21578,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -21860,7 +21594,7 @@ "description": [ "\nResult from data view search - summary data." ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21873,7 +21607,7 @@ "description": [ "\nSaved object id (or generated id if in-memory only)" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -21889,7 +21623,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -21902,7 +21636,7 @@ "description": [ "\nData view title" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -21918,7 +21652,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -21941,7 +21675,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -21955,7 +21689,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false } @@ -21971,7 +21705,7 @@ "description": [ "\nData views API service dependencies" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21993,7 +21727,7 @@ "text": "UiSettingsCommon" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -22015,7 +21749,7 @@ "text": "PersistenceAPI" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -22037,7 +21771,7 @@ "text": "IDataViewsApiClient" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -22293,7 +22027,7 @@ }, ">) => void; has: (id: string) => boolean; }" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -22308,16 +22042,10 @@ ], "signature": [ "(toastInputFields: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastInputFields", - "text": "ToastInputFields" - }, + "ToastInputFields", ", key: string) => void" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -22333,24 +22061,12 @@ "Pick<", "Toast", ", \"prefix\" | \"onError\" | \"defaultValue\" | \"security\" | \"className\" | \"aria-label\" | \"data-test-subj\" | \"css\" | \"defaultChecked\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"autoFocus\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"nonce\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"content\" | \"datatype\" | \"inlist\" | \"property\" | \"rel\" | \"resource\" | \"rev\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"color\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-braillelabel\" | \"aria-brailleroledescription\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colindextext\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-description\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"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-rowindextext\" | \"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\" | \"onChange\" | \"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\" | \"onResize\" | \"onResizeCapture\" | \"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\" | \"onPointerLeave\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"iconType\" | \"onClose\" | \"toastLifeTimeMs\"> & { title?: string | ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", " | undefined; text?: string | ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", " | undefined; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -22361,7 +22077,7 @@ "tags": [], "label": "key", "description": [], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -22378,16 +22094,10 @@ ], "signature": [ "(error: Error, toastInputFields: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ErrorToastOptions", - "text": "ErrorToastOptions" - }, + "ErrorToastOptions", ", key: string) => void" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -22402,7 +22112,7 @@ "signature": [ "Error" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -22414,15 +22124,9 @@ "label": "toastInputFields", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ErrorToastOptions", - "text": "ErrorToastOptions" - } + "ErrorToastOptions" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -22433,7 +22137,7 @@ "tags": [], "label": "key", "description": [], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -22451,7 +22155,7 @@ "signature": [ "(() => void) | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -22469,7 +22173,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -22487,7 +22191,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -22500,7 +22204,7 @@ "tags": [], "label": "scriptedFieldsEnabled", "description": [], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false } @@ -22516,7 +22220,7 @@ "description": [ "\nData views API service methods" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22532,7 +22236,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -22550,7 +22254,7 @@ "signature": [ "(id?: string | undefined) => void" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22564,7 +22268,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -22600,7 +22304,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22622,7 +22326,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -22639,7 +22343,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -22656,7 +22360,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -22692,7 +22396,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22714,7 +22418,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -22731,7 +22435,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -22748,7 +22452,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -22765,7 +22469,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -22793,7 +22497,7 @@ }, ", overwrite?: boolean | undefined) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22813,7 +22517,7 @@ "text": "AbstractDataView" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -22828,7 +22532,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -22848,7 +22552,7 @@ "signature": [ "(indexPatternId: string) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22864,7 +22568,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -22903,7 +22607,7 @@ "text": "DataViewFieldMap" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22926,7 +22630,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -22942,7 +22646,7 @@ "FieldAttrsAsObject", " | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -22972,7 +22676,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22988,7 +22692,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -23005,7 +22709,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -23033,7 +22737,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23049,7 +22753,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -23066,7 +22770,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -23094,7 +22798,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23110,7 +22814,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -23127,7 +22831,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -23142,7 +22846,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -23161,13 +22865,7 @@ ], "signature": [ "() => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -23178,7 +22876,7 @@ }, ">[] | null | undefined>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -23196,7 +22894,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -23222,7 +22920,7 @@ }, " | null>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23238,7 +22936,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -23258,7 +22956,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -23284,7 +22982,7 @@ }, " | null>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23295,7 +22993,7 @@ "tags": [], "label": "options", "description": [], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23309,7 +23007,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false }, @@ -23323,7 +23021,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false } @@ -23376,7 +23074,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23404,7 +23102,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -23428,7 +23126,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -23466,7 +23164,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23488,7 +23186,7 @@ "text": "GetFieldsOptions" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -23508,7 +23206,7 @@ "signature": [ "(refresh?: boolean | undefined) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23524,7 +23222,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -23552,7 +23250,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23568,7 +23266,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -23588,7 +23286,7 @@ "signature": [ "(refresh?: boolean | undefined) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23604,7 +23302,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -23624,7 +23322,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -23652,7 +23350,7 @@ }, ", displayErrors?: boolean | undefined, forceRefresh?: boolean | undefined) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23672,7 +23370,7 @@ "text": "DataView" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -23687,7 +23385,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -23702,7 +23400,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -23723,13 +23421,7 @@ ], "signature": [ "(savedObject: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -23747,7 +23439,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23759,13 +23451,7 @@ "label": "savedObject", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -23776,7 +23462,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -23796,7 +23482,7 @@ "signature": [ "(id: string | null, force?: boolean | undefined) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23812,7 +23498,7 @@ "signature": [ "string | null" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -23829,7 +23515,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -23859,7 +23545,7 @@ }, ", saveAttempts?: number | undefined, ignoreErrors?: boolean | undefined, displayErrors?: boolean | undefined) => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23881,7 +23567,7 @@ "text": "AbstractDataView" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -23898,7 +23584,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -23913,7 +23599,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -23930,7 +23616,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -23950,7 +23636,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -23966,7 +23652,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -23982,7 +23668,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -24014,7 +23700,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24034,7 +23720,7 @@ "text": "DataViewLazy" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -24068,7 +23754,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24088,7 +23774,7 @@ "text": "DataView" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -24114,7 +23800,7 @@ }, "[]>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -24138,7 +23824,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24152,7 +23838,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -24178,7 +23864,7 @@ }, " | undefined>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24192,7 +23878,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -24226,7 +23912,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24246,7 +23932,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -24280,7 +23966,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24300,7 +23986,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -24315,7 +24001,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -24341,7 +24027,7 @@ }, " | null>" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -24359,7 +24045,7 @@ "description": [ "\nField attributes that are user configurable" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24390,7 +24076,7 @@ }, "> | null | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24406,7 +24092,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24422,7 +24108,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24438,7 +24124,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -24452,7 +24138,7 @@ "tags": [], "label": "GetFieldsOptions", "description": [], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24463,7 +24149,7 @@ "tags": [], "label": "pattern", "description": [], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24477,7 +24163,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24491,7 +24177,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24505,7 +24191,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24519,7 +24205,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24534,7 +24220,7 @@ "QueryDslQueryContainer", " | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24548,7 +24234,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24562,7 +24248,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24576,7 +24262,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24590,7 +24276,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24604,7 +24290,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -24618,7 +24304,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -24632,7 +24318,7 @@ "tags": [], "label": "HasDataService", "description": [], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24646,7 +24332,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -24662,7 +24348,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -24678,7 +24364,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -24694,7 +24380,7 @@ "tags": [], "label": "IDataViewsApiClient", "description": [], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24718,7 +24404,7 @@ "FieldsForWildcardResponse", ">" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24738,7 +24424,7 @@ "text": "GetFieldsOptions" } ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -24756,7 +24442,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -24792,7 +24478,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24823,7 +24509,7 @@ "text": "DataViewField" } ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24845,7 +24531,7 @@ "text": "FieldSpec" } ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -24875,7 +24561,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -24901,7 +24587,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24917,7 +24603,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -24947,7 +24633,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24963,7 +24649,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -25001,7 +24687,7 @@ }, ") => void" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25031,7 +24717,7 @@ "text": "DataViewField" } ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -25051,7 +24737,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -25077,7 +24763,7 @@ }, "[]) => void" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25100,7 +24786,7 @@ }, "[]" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -25128,7 +24814,7 @@ }, ") => void" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25150,7 +24836,7 @@ "text": "FieldSpec" } ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -25179,7 +24865,7 @@ "text": "DataViewFieldMap" } ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25195,7 +24881,7 @@ "signature": [ "ToSpecOptions | undefined" ], - "path": "src/plugins/data_views/common/fields/field_list.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/field_list.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -25217,7 +24903,7 @@ "description": [ "\nIndex pattern expression interface" ], - "path": "src/plugins/data_views/common/expressions/load_index_pattern.ts", + "path": "src/platform/plugins/shared/data_views/common/expressions/load_index_pattern.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25233,7 +24919,7 @@ "signature": [ "\"index_pattern\"" ], - "path": "src/plugins/data_views/common/expressions/load_index_pattern.ts", + "path": "src/platform/plugins/shared/data_views/common/expressions/load_index_pattern.ts", "deprecated": false, "trackAdoption": false }, @@ -25299,7 +24985,7 @@ "FieldAttrsAsObject", " | undefined; allowNoIndex?: boolean | undefined; namespaces?: string[] | undefined; name?: string | undefined; allowHidden?: boolean | undefined; }" ], - "path": "src/plugins/data_views/common/expressions/load_index_pattern.ts", + "path": "src/platform/plugins/shared/data_views/common/expressions/load_index_pattern.ts", "deprecated": false, "trackAdoption": false } @@ -25315,7 +25001,7 @@ "description": [ "\nCommon interface for the saved objects client on server and content management in browser" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25338,13 +25024,7 @@ "text": "SavedObjectsClientCommonFindArgs" }, ") => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -25355,7 +25035,7 @@ }, ">[]>" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25377,7 +25057,7 @@ "text": "SavedObjectsClientCommonFindArgs" } ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -25396,13 +25076,7 @@ ], "signature": [ "(id: string) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -25413,7 +25087,7 @@ }, ">>" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25429,7 +25103,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -25456,16 +25130,10 @@ "text": "DataViewAttributes" }, ", options: { version?: string | undefined; }) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", ">" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25481,7 +25149,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -25504,7 +25172,7 @@ "text": "DataViewAttributes" } ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -25516,7 +25184,7 @@ "tags": [], "label": "options", "description": [], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25530,7 +25198,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -25558,16 +25226,10 @@ "text": "DataViewAttributes" }, ", options: { id?: string | undefined; initialNamespaces?: string[] | undefined; overwrite?: boolean | undefined; }) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", ">" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25589,7 +25251,7 @@ "text": "DataViewAttributes" } ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -25601,7 +25263,7 @@ "tags": [], "label": "options", "description": [], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25615,7 +25277,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -25629,7 +25291,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -25643,7 +25305,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -25664,7 +25326,7 @@ "signature": [ "(id: string) => Promise" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25680,7 +25342,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -25725,7 +25387,7 @@ "text": "FieldConfiguration" } ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25748,7 +25410,7 @@ }, " | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -25781,7 +25443,7 @@ "text": "FieldConfiguration" } ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25795,7 +25457,7 @@ "signature": [ "\"boolean\" | \"geo_point\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\"" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -25812,16 +25474,10 @@ "\nDefinition of the Saved Object interface\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25834,7 +25490,7 @@ "description": [ "The ID of this Saved Object, guaranteed to be unique for all objects of the same `type`" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -25847,7 +25503,7 @@ "description": [ " The type of Saved Object. Each plugin can define its own custom Saved Object types." ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -25863,7 +25519,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -25879,7 +25535,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -25895,7 +25551,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -25911,7 +25567,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -25927,7 +25583,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -25941,16 +25597,10 @@ "Error associated with this object, populated if an operation failed for this object." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectError", - "text": "SavedObjectError" - }, + "SavedObjectError", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -25966,7 +25616,7 @@ "signature": [ "T" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -25980,16 +25630,10 @@ "{@inheritdoc SavedObjectReference}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -26005,46 +25649,36 @@ "\n{@inheritdoc SavedObjectsMigrationVersion}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsMigrationVersion", - "text": "SavedObjectsMigrationVersion" - }, + "SavedObjectsMigrationVersion", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts" - }, - { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server-internal/src/lib/apis/utils/internal_utils.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/import/lib/collect_saved_objects.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts" }, { - "plugin": "@kbn/core-saved-objects-api-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/utils/internal_utils.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/collect_saved_objects.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { "plugin": "graph", @@ -26058,6 +25692,10 @@ "plugin": "graph", "path": "x-pack/plugins/graph/server/sample_data/flights.ts" }, + { + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + }, { "plugin": "fleet", "path": "x-pack/platform/plugins/shared/fleet/server/services/epm/kibana/assets/install.ts" @@ -26220,7 +25858,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -26236,7 +25874,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -26252,7 +25890,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -26268,7 +25906,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -26284,7 +25922,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false } @@ -26300,7 +25938,7 @@ "description": [ "\nSaved objects common find args" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -26316,7 +25954,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -26332,7 +25970,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -26348,7 +25986,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -26364,7 +26002,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -26397,7 +26035,7 @@ "text": "DataView" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -26410,7 +26048,7 @@ "description": [ "\nThe timestamp field name." ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false }, @@ -26433,7 +26071,7 @@ "text": "DataViewField" } ], - "path": "src/plugins/data_views/common/data_views/data_view.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_view.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -26451,7 +26089,7 @@ "description": [ "\nOptional format getter when serializing a field" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -26491,7 +26129,7 @@ }, ") | undefined" ], - "path": "src/plugins/data_views/common/fields/data_view_field.ts", + "path": "src/platform/plugins/shared/data_views/common/fields/data_view_field.ts", "deprecated": false, "trackAdoption": false } @@ -26507,7 +26145,7 @@ "description": [ "\nInterface for UiSettings common interface {@link UiSettingsClient}" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -26523,7 +26161,7 @@ "signature": [ "(key: string) => Promise" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -26539,7 +26177,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -26559,7 +26197,7 @@ "signature": [ "() => Promise>" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -26577,7 +26215,7 @@ "signature": [ "(key: string, value: T) => Promise" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -26593,7 +26231,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -26610,7 +26248,7 @@ "signature": [ "T" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -26630,7 +26268,7 @@ "signature": [ "(key: string) => Promise" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -26646,7 +26284,7 @@ "signature": [ "string" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -26668,7 +26306,7 @@ "description": [ "\nData View type. Default or rollup" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -26682,7 +26320,7 @@ "description": [ "\nValid `failureReason` attribute values for `has_es_data` API error responses" ], - "path": "src/plugins/data_views/common/constants.ts", + "path": "src/platform/plugins/shared/data_views/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -26699,7 +26337,7 @@ "signature": [ "{ [x: string]: { agg?: string | undefined; interval?: number | undefined; fixed_interval?: string | undefined; calendar_interval?: string | undefined; delay?: string | undefined; time_zone?: string | undefined; }; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -26716,7 +26354,7 @@ "signature": [ "\"index-pattern\"" ], - "path": "src/plugins/data_views/common/constants.ts", + "path": "src/platform/plugins/shared/data_views/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -26739,7 +26377,7 @@ }, "; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -26754,7 +26392,7 @@ "signature": [ "{ type?: string | undefined; name?: string | undefined; title: string; typeMeta?: string | undefined; }" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -26826,13 +26464,7 @@ "text": "DataViewLazy" }, "[]>; clearCache: () => void; clearInstanceCache: (id?: string | undefined) => void; getCache: () => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -26924,13 +26556,7 @@ "text": "DataViewFieldMap" }, "; savedObjectToSpec: (savedObject: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -27077,7 +26703,7 @@ }, ">; }" ], - "path": "src/plugins/data_views/common/data_views/data_views.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/data_views.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -27144,7 +26770,7 @@ "FieldAttrsAsObject", " | undefined; allowNoIndex?: boolean | undefined; namespaces?: string[] | undefined; name?: string | undefined; allowHidden?: boolean | undefined; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -27169,7 +26795,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -27186,7 +26812,7 @@ "signature": [ "{ customLabel?: string | undefined; customDescription?: string | undefined; count?: number | undefined; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -27217,7 +26843,7 @@ }, ">; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -27267,7 +26893,7 @@ "MappingTimeSeriesMetricType", " | undefined; shortDotsEnable?: boolean | undefined; isMapped?: boolean | undefined; parentName?: string | undefined; defaultFormatter?: string | undefined; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -27282,7 +26908,7 @@ "signature": [ "{ [x: string]: string[]; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -27320,7 +26946,7 @@ }, ">>" ], - "path": "src/plugins/data_views/common/expressions/load_index_pattern.ts", + "path": "src/platform/plugins/shared/data_views/common/expressions/load_index_pattern.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -27337,7 +26963,7 @@ "signature": [ "1" ], - "path": "src/plugins/data_views/common/content_management/v1/constants.ts", + "path": "src/platform/plugins/shared/data_views/common/content_management/v1/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -27354,7 +26980,7 @@ "signature": [ "300" ], - "path": "src/plugins/data_views/common/constants.ts", + "path": "src/platform/plugins/shared/data_views/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -27371,7 +26997,7 @@ "signature": [ "\"metaFields\"" ], - "path": "src/plugins/data_views/common/constants.ts", + "path": "src/platform/plugins/shared/data_views/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -27387,16 +27013,10 @@ ], "signature": [ "(error: Error, toastInputFields: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ErrorToastOptions", - "text": "ErrorToastOptions" - }, + "ErrorToastOptions", ", key: string) => void" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -27413,7 +27033,7 @@ "signature": [ "Error" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -27427,15 +27047,9 @@ "Toast notif config" ], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ErrorToastOptions", - "text": "ErrorToastOptions" - } + "ErrorToastOptions" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -27448,7 +27062,7 @@ "description": [ "Used to dedupe notifs" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -27466,16 +27080,10 @@ ], "signature": [ "(toastInputFields: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastInputFields", - "text": "ToastInputFields" - }, + "ToastInputFields", ", key: string) => void" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -27493,24 +27101,12 @@ "Pick<", "Toast", ", \"prefix\" | \"onError\" | \"defaultValue\" | \"security\" | \"className\" | \"aria-label\" | \"data-test-subj\" | \"css\" | \"defaultChecked\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"autoFocus\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"nonce\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"content\" | \"datatype\" | \"inlist\" | \"property\" | \"rel\" | \"resource\" | \"rev\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"color\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-braillelabel\" | \"aria-brailleroledescription\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colindextext\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-description\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"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-rowindextext\" | \"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\" | \"onChange\" | \"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\" | \"onResize\" | \"onResizeCapture\" | \"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\" | \"onPointerLeave\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"iconType\" | \"onClose\" | \"toastLifeTimeMs\"> & { title?: string | ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", " | undefined; text?: string | ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", " | undefined; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -27523,7 +27119,7 @@ "description": [ "Used to dedupe notifs" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -27542,7 +27138,7 @@ "signature": [ "{ type: \"boolean\" | \"geo_point\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"composite\"; script?: { source: string; } | undefined; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -27574,7 +27170,7 @@ }, "; }> | undefined; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -27597,7 +27193,7 @@ }, "; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -27614,7 +27210,7 @@ "signature": [ "\"boolean\" | \"geo_point\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\"" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -27631,7 +27227,7 @@ "signature": [ "\"boolean\" | \"geo_point\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"composite\"" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -27646,7 +27242,7 @@ "signature": [ "{ value: string; clientId?: string | number | undefined; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -27671,7 +27267,7 @@ }, "> | undefined; params?: { rollup_index: string; } | undefined; }" ], - "path": "src/plugins/data_views/common/types.ts", + "path": "src/platform/plugins/shared/data_views/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -27685,7 +27281,7 @@ "tags": [], "label": "DataViewPersistableStateService", "description": [], - "path": "src/plugins/data_views/common/data_views/persistable_state.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/persistable_state.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -27706,13 +27302,7 @@ "text": "DataViewSpec" }, ", references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]) => ", { "pluginId": "dataViews", @@ -27722,7 +27312,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/persistable_state.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/persistable_state.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -27742,7 +27332,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/persistable_state.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/persistable_state.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -27755,16 +27345,10 @@ "label": "references", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], - "path": "src/plugins/data_views/common/data_views/persistable_state.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/persistable_state.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -27798,7 +27382,7 @@ }, "; references: never[]; }" ], - "path": "src/plugins/data_views/common/data_views/persistable_state.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/persistable_state.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -27818,7 +27402,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/persistable_state.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/persistable_state.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -27836,7 +27420,7 @@ "signature": [ "() => {}" ], - "path": "src/plugins/data_views/common/data_views/persistable_state.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/persistable_state.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -27875,7 +27459,7 @@ "text": "DataViewSpec" } ], - "path": "src/plugins/data_views/common/data_views/persistable_state.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/persistable_state.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -27904,7 +27488,7 @@ }, ">" ], - "path": "src/plugins/data_views/common/data_views/persistable_state.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/persistable_state.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -27922,7 +27506,7 @@ "signature": [ "() => {}" ], - "path": "src/plugins/data_views/common/data_views/persistable_state.ts", + "path": "src/platform/plugins/shared/data_views/common/data_views/persistable_state.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -27940,7 +27524,7 @@ "description": [ "\nUsed to optimize on-boarding experience to determine if the instance has some user created data views or data indices/streams by filtering data sources\nthat are created by default by elastic in ese.\nWe should somehow prevent creating initial data for the users without their explicit action\ninstead of relying on these hardcoded assets" ], - "path": "src/plugins/data_views/common/constants.ts", + "path": "src/platform/plugins/shared/data_views/common/constants.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -27954,7 +27538,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/data_views/common/constants.ts", + "path": "src/platform/plugins/shared/data_views/common/constants.ts", "deprecated": false, "trackAdoption": false } @@ -27973,7 +27557,7 @@ "signature": [ "readonly [\"keyword\", \"long\", \"double\", \"date\", \"ip\", \"boolean\", \"geo_point\", \"composite\"]" ], - "path": "src/plugins/data_views/common/constants.ts", + "path": "src/platform/plugins/shared/data_views/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/data_views.mdx b/api_docs/data_views.mdx index 2a1a4be3d34e9..5561f6df45045 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-12-27 +date: 2025-01-05 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 98135739ac412..31234c1ac3c8f 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-12-27 +date: 2025-01-05 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 10f2fdc7d0552..3fc0033bffe8f 100644 --- a/api_docs/dataset_quality.devdocs.json +++ b/api_docs/dataset_quality.devdocs.json @@ -949,23 +949,11 @@ "text": "ServerRoute" }, " ? TReturnType extends ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined> ? TWrappedResponseType : TReturnType : never" ], "path": "x-pack/platform/plugins/shared/dataset_quality/common/rest/create_call_dataset_quality_api.ts", @@ -982,13 +970,7 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptions", - "text": "HttpFetchOptions" - }, + "HttpFetchOptions", ", \"body\"> & { pathname: string; method?: string | undefined; body?: any; }" ], "path": "x-pack/platform/plugins/shared/dataset_quality/common/fetch_options.ts", diff --git a/api_docs/dataset_quality.mdx b/api_docs/dataset_quality.mdx index 7d9a5cefb343a..d4b62b0fe800a 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-12-27 +date: 2025-01-05 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 ea0bc93c20efc..f60dbbb57d72b 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -17,25 +17,25 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Referencing plugin(s) | Remove By | | ---------------|-----------|-----------| | | ml, stackAlerts | - | -| | data, @kbn/search-errors, savedObjectsManagement, unifiedSearch, @kbn/unified-field-list, controls, lens, @kbn/lens-embeddable-utils, triggersActionsUi, dataVisualizer, ml, enterpriseSearch, @kbn/ml-data-view-utils, graph, upgradeAssistant, exploratoryView, fleet, stackAlerts, canvas, transform, securitySolution, timelines, maps, visTypeTimeseries, uptime, ux, dataViewManagement, eventAnnotationListing, visDefaultEditor, visTypeTimelion, visTypeVega, inputControlVis | - | +| | data, @kbn/search-errors, savedObjectsManagement, unifiedSearch, graph, @kbn/unified-field-list, lens, controls, @kbn/lens-embeddable-utils, triggersActionsUi, dataVisualizer, ml, canvas, fleet, transform, @kbn/ml-data-view-utils, upgradeAssistant, securitySolution, timelines, exploratoryView, stackAlerts, maps, visTypeTimeseries, uptime, ux, enterpriseSearch, eventAnnotationListing, visDefaultEditor, visTypeTimelion, visTypeVega, inputControlVis, dataViewManagement | - | | | ml, securitySolution | - | | | actions, ml, savedObjectsTagging, enterpriseSearch | - | -| | @kbn/core-http-router-server-internal, @kbn/core-http-server-internal, @kbn/core-metrics-server-internal, @kbn/core-status-server-internal, @kbn/core-i18n-server-internal, @kbn/core-rendering-server-internal, @kbn/core-capabilities-server-internal, @kbn/core, banners, usageCollection, taskManager, security, monitoringCollection, files, telemetry, cloudFullStory, customBranding, enterpriseSearch, securitySolution, @kbn/test-suites-xpack, interactiveSetup, mockIdpPlugin, spaces, ml | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, @kbn/core, visualizations, aiops, dataVisualizer, ml, graph, lens, dashboardEnhanced, securitySolution, eventAnnotation | - | -| | @kbn/core, savedObjects, visualizations, graph, canvas, 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, @kbn/core-saved-objects-migration-server-mocks, dataViews, spaces, taskManager, share, actions, data, alerting, dashboard, ml, lens, cases, graph, savedSearch, apmDataAccess, fleet, apm, canvas, maps, lists, securitySolution, visualizations, infra, slo, synthetics, uptime, cloudSecurityPosture, eventAnnotation, savedObjectsManagement, links, @kbn/core-test-helpers-so-type-serializer, @kbn/core-saved-objects-api-server-internal | - | +| | @kbn/core, usageCollection, taskManager, security, files, monitoringCollection, banners, telemetry, securitySolution, @kbn/test-suites-xpack, cloudFullStory, customBranding, enterpriseSearch, interactiveSetup, mockIdpPlugin, spaces, ml | - | +| | @kbn/core, graph, visualizations, lens, dataVisualizer, ml, aiops, dashboardEnhanced, securitySolution, eventAnnotation, @kbn/core-saved-objects-browser-mocks | - | +| | @kbn/core, ml, savedObjects, graph, visualizations, canvas | - | +| | @kbn/core, @kbn/core-ui-settings-server-internal, @kbn/core-saved-objects-migration-server-mocks, spaces, taskManager, dataViews, data, graph, share, lens, actions, alerting, dashboard, ml, savedSearch, canvas, cases, fleet, maps, lists, securitySolution, apmDataAccess, apm, visualizations, infra, slo, synthetics, uptime, cloudSecurityPosture, eventAnnotation, links, savedObjectsManagement | - | | | stackAlerts, alerting, securitySolution, inputControlVis | - | | | graph, stackAlerts, inputControlVis, securitySolution | - | | | dataVisualizer, stackAlerts, expressionPartitionVis | - | | | stackAlerts, alerting, securitySolution, inputControlVis | - | | | triggersActionsUi | - | | | triggersActionsUi | - | -| | @kbn/core, visualizations, triggersActionsUi, @kbn/response-ops-rule-form | - | +| | @kbn/core, @kbn/response-ops-rule-form, visualizations, triggersActionsUi | - | | | ruleRegistry, securitySolution, slo | - | -| | security, actions, alerting, ruleRegistry, files, cases, fleet, securitySolution | - | +| | security, files, actions, alerting, ruleRegistry, cases, fleet, securitySolution | - | | | alerting, 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, graph, fleet, osquery, securitySolution, alerting, lists | - | -| | @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, graph, fleet, osquery, securitySolution, alerting, lists | - | +| | @kbn/core, graph, @kbn/core-saved-objects-browser-mocks, fleet, osquery, securitySolution, alerting, lists | - | +| | @kbn/core, graph, @kbn/core-saved-objects-browser-mocks, fleet, osquery, securitySolution, alerting, lists | - | | | alerting, securitySolution | - | | | securitySolution | - | | | securitySolution, synthetics, cloudDefend | - | @@ -47,13 +47,12 @@ 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, graph, fleet, osquery, securitySolution, alerting, lists | - | -| | @kbn/core-saved-objects-common, @kbn/core-saved-objects-server, @kbn/core, @kbn/alerting-types, alerting, actions, enterpriseSearch, savedSearch, canvas, 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-saved-objects-browser-mocks, @kbn/core, savedObjectsTagging, home, canvas, @kbn/core-saved-objects-import-export-server-internal, savedObjectsTaggingOss, upgradeAssistant, securitySolution, lists, savedObjectsManagement, @kbn/core-ui-settings-server-internal | - | -| | @kbn/core-saved-objects-migration-server-internal, dataViews, actions, data, alerting, dashboard, lens, cases, graph, savedSearch, savedObjectsTagging, canvas, maps, lists, securitySolution, visualizations, @kbn/core-test-helpers-so-type-serializer | - | -| | integrationAssistant, @kbn/ecs-data-quality-dashboard, securitySolution, observabilityAIAssistantApp | - | -| | security, cloudLinks, securitySolution, cases | - | -| | security, cases, searchPlayground, securitySolution | - | +| | @kbn/core, graph, @kbn/core-saved-objects-browser-mocks, fleet, osquery, securitySolution, alerting, lists | - | +| | @kbn/core, actions, @kbn/alerting-types, alerting, savedSearch, canvas, securitySolution, taskManager, enterpriseSearch | - | +| | @kbn/core, savedObjectsTaggingOss, savedObjectsTagging, upgradeAssistant, securitySolution, lists, savedObjectsManagement, home, canvas, @kbn/core-saved-objects-browser-mocks, @kbn/core-ui-settings-server-internal | - | +| | @kbn/core, dataViews, data, graph, lens, actions, alerting, dashboard, savedSearch, canvas, savedObjectsTagging, cases, maps, lists, securitySolution, visualizations | - | +| | security, securitySolution, cloudLinks, cases | - | +| | security, cases, securitySolution, searchPlayground | - | | | lists, securitySolution, @kbn/securitysolution-io-ts-list-types | - | | | lists, securitySolution, @kbn/securitysolution-io-ts-list-types | - | | | lists, securitySolution, @kbn/securitysolution-io-ts-list-types | - | @@ -66,55 +65,65 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | securitySolution | - | | | securitySolution | - | | | securitySolution | - | -| | @kbn/monaco, securitySolution | - | +| | securitySolution | - | | | cloudSecurityPosture, securitySolution | - | -| | alerting, observabilityAIAssistant, serverlessSearch, upgradeAssistant, fleet, entityManager, transform, synthetics, cloudSecurityPosture, security | - | +| | alerting, observabilityAIAssistant, transform, upgradeAssistant, fleet, entityManager, synthetics, serverlessSearch, cloudSecurityPosture, security | - | | | actions, alerting | - | | | monitoring | - | -| | observabilityShared, monitoring | - | -| | @kbn/core-saved-objects-api-browser, @kbn/core, savedObjectsManagement, savedObjects, visualizations, savedObjectsTagging, eventAnnotation, lens, maps, graph, dashboard, kibanaUtils, expressions, data, savedObjectsTaggingOss, embeddable, uiActionsEnhanced, controls, globalSearchProviders, canvas, dashboardEnhanced | - | -| | @kbn/core-saved-objects-browser, @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, @kbn/core, home, visualizations, lens, visTypeTimeseries | - | -| | @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks | - | -| | @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, visualizations | - | -| | @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-mocks, dashboardEnhanced, @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-mocks, dashboardEnhanced, @kbn/core-saved-objects-browser-internal | - | -| | @kbn/core-saved-objects-browser-mocks, @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 | - | -| | @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, 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, spaces, savedSearch, visualizations, lens, cases, maps, graph, 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-lifecycle-browser, @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, @kbn/core, visualizations, exploratoryView, transform | - | -| | @kbn/core-saved-objects-browser-mocks, @kbn/core-root-browser-internal | - | -| | @kbn/core-saved-objects-api-server-internal | - | -| | @kbn/core-saved-objects-api-server-internal | - | -| | @kbn/core-saved-objects-api-server-internal, canvas | - | -| | @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-migration-server-internal, spaces, data, dashboard, savedSearch, visualizations, cloudSecurityPosture, @kbn/core-test-helpers-so-type-serializer | - | +| | monitoring, observabilityShared | - | +| | @kbn/core, management, @kbn/core-application-browser-mocks, security, fleet, kibanaOverview | - | +| | @kbn/core, observabilityOnboarding, enterpriseSearch, console | - | +| | @kbn/core, home, unifiedSearch, visualizations, fileUpload, transform, dashboardEnhanced, discover, dataVisualizer | - | +| | @kbn/core, security | - | +| | @kbn/core | - | +| | @kbn/core, home, visualizations, lens, visTypeTimeseries, @kbn/core-saved-objects-browser-mocks | - | +| | @kbn/core, @kbn/core-saved-objects-browser-mocks | - | +| | home, @kbn/core-saved-objects-browser-mocks, @kbn/core | - | +| | @kbn/core, visualizations, @kbn/core-saved-objects-browser-mocks | - | +| | @kbn/core-saved-objects-browser-mocks, @kbn/core | - | +| | @kbn/core-saved-objects-browser-mocks, dashboardEnhanced, @kbn/core | - | +| | @kbn/core-saved-objects-browser-mocks, dashboardEnhanced, @kbn/core | - | +| | @kbn/core-saved-objects-browser-mocks, @kbn/core | - | +| | @kbn/core-saved-objects-browser-mocks, discover, @kbn/core | - | +| | @kbn/core-saved-objects-browser-mocks, @kbn/core | - | +| | @kbn/core, @kbn/core-saved-objects-browser-mocks | - | +| | @kbn/core-saved-objects-browser-mocks, @kbn/core | - | +| | @kbn/core-saved-objects-browser-mocks, @kbn/core | - | +| | @kbn/core | - | +| | @kbn/core | - | +| | @kbn/core, graph, visualizations | - | +| | @kbn/core | - | +| | @kbn/core | - | +| | @kbn/core | - | +| | @kbn/core | - | +| | @kbn/core | - | +| | @kbn/core, spaces, graph, savedSearch, visualizations, lens, maps, cases, canvas | - | +| | @kbn/core | - | +| | @kbn/core | - | +| | @kbn/core | - | +| | @kbn/core | - | +| | @kbn/core | - | +| | @kbn/core | - | +| | @kbn/core | - | +| | @kbn/core | - | +| | @kbn/core | - | +| | @kbn/core | - | +| | @kbn/core | - | +| | @kbn/core, canvas | - | +| | @kbn/core, visualizations, transform, exploratoryView, @kbn/core-saved-objects-browser-mocks | - | +| | @kbn/core, @kbn/core-saved-objects-browser-mocks | - | +| | @kbn/core-lifecycle-browser-mocks, @kbn/core | - | +| | @kbn/core, lens | - | +| | @kbn/core | - | +| | @kbn/core, kibanaUtils, expressions, data, savedObjectsTaggingOss, embeddable, uiActionsEnhanced, visualizations, savedObjectsTagging, lens, maps, controls, canvas, dashboardEnhanced, globalSearchProviders, savedObjectsManagement, savedObjects, graph, eventAnnotation, dashboard | - | +| | @kbn/core, spaces, data, dashboard, savedSearch, visualizations, cloudSecurityPosture | - | | | graph, visTypeTimeseries, dataViewManagement, dataViews | - | | | graph, visTypeTimeseries, dataViewManagement, dataViews | - | | | graph, visTypeTimeseries, dataViewManagement | - | -| | visualizations, graph | - | -| | exploratoryView, fleet, osquery, synthetics | - | +| | graph, visualizations | - | +| | fleet, osquery, exploratoryView, synthetics | - | | | @kbn/security-plugin-types-server, telemetry, fleet, profiling, @kbn/security-authorization-core, security | - | -| | @kbn/core, @kbn/core-application-browser-mocks, management, fleet, security, kibanaOverview | - | | | kubernetesSecurity, osquery, threatIntelligence | - | -| | @kbn/core-plugins-browser-internal, @kbn/core-root-browser-internal, home, unifiedSearch, visualizations, fileUpload, transform, dashboardEnhanced, discover, dataVisualizer | - | | | dataViews, maps | - | | | dataViews, dataViewManagement | - | | | dataViews, dataViewManagement | - | @@ -122,17 +131,13 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | dataViews, dataViewManagement | - | | | dataViews, dataViewManagement | - | | | maps | - | -| | maps | - | -| | lens, dashboard, maps | - | +| | lens, maps, dashboard | - | | | dataViewManagement | - | | | dataViewManagement | - | -| | data, discover, imageEmbeddable | - | +| | data, imageEmbeddable, discover | - | | | spaces, savedObjectsManagement | - | | | unifiedSearch | - | | | unifiedSearch | - | -| | @kbn/core, lens | - | -| | enterpriseSearch | - | -| | @kbn/core-elasticsearch-server-internal, @kbn/core-plugins-server-internal, enterpriseSearch, observabilityOnboarding, console | - | | | canvas | - | | | canvas | - | | | canvas | - | @@ -143,25 +148,21 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | canvas | - | | | canvas | - | | | canvas | - | +| | enterpriseSearch | - | | | uiActionsEnhanced | - | | | visTypeGauge | - | | | visTypePie | - | | | visTypePie | - | -| | @kbn/core-logging-server-internal, security | - | | | security | - | | | aiAssistantManagementSelection, observabilityAiAssistantManagement | - | | | @kbn/react-kibana-context-styled, kibanaReact | - | | | indexLifecycleManagement | - | +| | observabilityAIAssistantApp | - | | | dashboard | - | | | dashboard | - | -| | discover, @kbn/reporting-public | - | +| | @kbn/reporting-public, discover | - | | | @kbn/management-settings-field-definition, discover | - | | | @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-plugins-server-internal | - | | | encryptedSavedObjects | - | | | @kbn/esql-validation-autocomplete | - | | | @kbn/esql-utils | - | @@ -169,12 +170,12 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | reporting | - | | | reporting | - | | | @kbn/reporting-export-types-pdf | - | -| | security, aiops, licenseManagement, ml, crossClusterReplication, logstash, painlessLab, watcher, searchprofiler, slo | 8.8.0 | -| | spaces, security, actions, alerting, ml, graph, upgradeAssistant, remoteClusters, indexLifecycleManagement, painlessLab, rollup, snapshotRestore, transform, aiops, osquery, securitySolution, searchprofiler | 8.8.0 | -| | apm, security, fleet, securitySolution | 8.8.0 | -| | apm, security, fleet, securitySolution | 8.8.0 | +| | security, licenseManagement, aiops, ml, crossClusterReplication, logstash, painlessLab, watcher, searchprofiler, slo | 8.8.0 | +| | spaces, security, graph, actions, alerting, remoteClusters, indexLifecycleManagement, painlessLab, rollup, snapshotRestore, transform, upgradeAssistant, aiops, ml, osquery, securitySolution, searchprofiler | 8.8.0 | +| | security, fleet, apm, securitySolution | 8.8.0 | +| | security, fleet, apm, securitySolution | 8.8.0 | | | spaces, @kbn/security-authorization-core, security, @kbn/security-role-management-model, alerting, cases | 8.8.0 | -| | presentationUtil, visualizations, lens, dashboard, discover, graph, links | 8.8.0 | +| | graph, presentationUtil, visualizations, lens, dashboard, discover, links | 8.8.0 | | | security, @kbn/security-role-management-model | 8.8.0 | | | security | 8.8.0 @@ -202,7 +203,6 @@ Safe to remove. | | data | | | data | | | data | -| | embeddable | | | expressionGauge | | | expressionGauge | | | expressions | @@ -237,8 +237,7 @@ Safe to remove. | | serverless | | | taskManager | | | taskManager | -| | @kbn/core-saved-objects-api-browser | -| | @kbn/core-saved-objects-api-browser | +| | visualizations | | | @kbn/esql-validation-autocomplete | | | @kbn/storybook | | | @kbn/ui-theme | diff --git a/api_docs/deprecations_by_plugin.mdx b/api_docs/deprecations_by_plugin.mdx index c30b8dc3eb96f..926c5f252df48 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -32,31 +32,63 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| +| | [internal_utils.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-server-internal/src/lib/apis/utils/internal_utils.ts#:~:text=migrationVersion), [collect_saved_objects.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/import-export-server-internal/src/import/lib/collect_saved_objects.ts#:~:text=migrationVersion), [import_dashboards.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion) | - | +| | [internal_utils.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-server-internal/src/lib/apis/utils/internal_utils.ts#:~:text=migrationVersion), [collect_saved_objects.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/import-export-server-internal/src/import/lib/collect_saved_objects.ts#:~:text=migrationVersion), [import_dashboards.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [internal_utils.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-server-internal/src/lib/apis/utils/internal_utils.ts#:~:text=migrationVersion), [collect_saved_objects.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/import-export-server-internal/src/import/lib/collect_saved_objects.ts#:~:text=migrationVersion), [import_dashboards.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts#:~:text=migrationVersion)+ 2 more | - | | | [app_container.tsx](https://github.com/elastic/kibana/tree/main/src/core/packages/application/browser-internal/src/ui/app_container.tsx#:~:text=appBasePath), [mocks.ts](https://github.com/elastic/kibana/tree/main/src/core/public/mocks.ts#:~:text=appBasePath) | - | -| | [bundles_route.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/apps/server-internal/src/bundle_routes/bundles_route.ts#:~:text=authRequired), [core_app.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/apps/server-internal/src/core_app.ts#:~:text=authRequired), [core_app.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/apps/server-internal/src/core_app.ts#:~:text=authRequired) | - | -| | [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) | - | +| | [elasticsearch_service.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/elasticsearch/server-internal/src/elasticsearch_service.ts#:~:text=legacy), [plugin_context.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/plugins/server-internal/src/plugin_context.ts#:~:text=legacy), [plugin_context.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/plugins/server-internal/src/plugin_context.ts#:~:text=legacy), [elasticsearch_service.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/elasticsearch/server-internal/src/elasticsearch_service.test.ts#:~:text=legacy) | - | +| | [security_route_config_validator.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/http/router-server-internal/src/security_route_config_validator.ts#:~:text=authRequired), [http_server.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/http/server-internal/src/http_server.ts#:~:text=authRequired), [http_server.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/http/server-internal/src/http_server.ts#:~:text=authRequired), [elu_history.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/metrics/server-internal/src/routes/elu_history.ts#:~:text=authRequired), [status.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/status/server-internal/src/routes/status.ts#:~:text=authRequired), [status_preboot.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/status/server-internal/src/routes/status_preboot.ts#:~:text=authRequired), [translations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/i18n/server-internal/src/routes/translations.ts#:~:text=authRequired), [register_bootstrap_route.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/rendering/server-internal/src/bootstrap/register_bootstrap_route.ts#:~:text=authRequired), [resolve_capabilities.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/capabilities/server-internal/src/routes/resolve_capabilities.ts#:~:text=authRequired), [bundles_route.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/apps/server-internal/src/bundle_routes/bundles_route.ts#:~:text=authRequired)+ 16 more | - | +| | [plugin_context.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/plugins/browser-internal/src/plugin_context.ts#:~:text=savedObjects), [plugin_context.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/plugins/browser-internal/src/plugin_context.ts#:~:text=savedObjects), [core_system.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/root/browser-internal/src/core_system.ts#:~:text=savedObjects), [plugins_service.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/plugins/browser-internal/src/plugins_service.test.ts#:~:text=savedObjects) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/logging/server-internal/src/appenders/rolling_file/strategies/index.ts#:~:text=max), [create_retention_policy.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/logging/server-internal/src/appenders/rolling_file/retention/create_retention_policy.ts#:~:text=max), [appenders.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/logging/server-internal/src/appenders/appenders.test.ts#:~:text=max), [rolling_file_appender.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/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/src/core/packages/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/src/core/packages/logging/server-internal/src/appenders/rolling_file/strategies/numeric/numeric_strategy.test.ts#:~:text=max) | - | +| | [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/plugins/server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs), [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/plugins/server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs), [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/plugins/server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs), [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/plugins/server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs), [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/plugins/server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs), [plugin_manifest_parser.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/plugins/server-internal/src/discovery/plugin_manifest_parser.ts#:~:text=extraPublicDirs) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/index.ts#:~:text=SavedObjectsClientContract), [contracts.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser/src/contracts.ts#:~:text=SavedObjectsClientContract), [contracts.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser/src/contracts.ts#:~:text=SavedObjectsClientContract), [contracts.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser/src/contracts.ts#:~:text=SavedObjectsClientContract), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts#:~:text=SavedObjectsClientContract), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts#:~:text=SavedObjectsClientContract), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsClientContract), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsClientContract), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsClientContract), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/simple_saved_object.test.ts#:~:text=SavedObjectsClientContract)+ 1 more | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts#:~:text=create), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/simple_saved_object.test.ts#:~:text=create), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=create), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=create), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=create), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=create), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=create), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=create) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=bulkCreate), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=bulkCreate), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=bulkCreate), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=bulkCreate) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts#:~:text=delete), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=delete), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=delete), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=delete), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=delete) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=bulkDelete), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=bulkDelete), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=bulkDelete) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=find), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=find), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=find), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=find) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=get), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/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/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=bulkGet) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=resolve), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/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/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=bulkResolve) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts#:~:text=update), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/simple_saved_object.test.ts#:~:text=update), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=update), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=update) | - | +| | [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=bulkUpdate), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=bulkUpdate), [saved_objects_client.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts#:~:text=bulkUpdate) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts#:~:text=SimpleSavedObject), [base.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/base.ts#:~:text=SimpleSavedObject), [base.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/base.ts#:~:text=SimpleSavedObject), [resolve.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/resolve.ts#:~:text=SimpleSavedObject), [resolve.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/resolve.ts#:~:text=SimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SimpleSavedObject), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/index.ts#:~:text=SimpleSavedObject)+ 12 more | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts#:~:text=save), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/simple_saved_object.test.ts#:~:text=save), [simple_saved_object.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/simple_saved_object.test.ts#:~:text=save) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts#:~:text=delete) | - | +| | [bulk_create.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/bulk_create.ts#:~:text=SavedObjectsCreateOptions), [bulk_create.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/bulk_create.ts#:~:text=SavedObjectsCreateOptions), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/index.ts#:~:text=SavedObjectsCreateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsCreateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsCreateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsCreateOptions), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/index.ts#:~:text=SavedObjectsCreateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsCreateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsCreateOptions), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsCreateOptions) | - | +| | [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=migrationVersion) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/index.ts#:~:text=SavedObjectsDeleteOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsDeleteOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsDeleteOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsDeleteOptions), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/index.ts#:~:text=SavedObjectsDeleteOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsDeleteOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsDeleteOptions), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsDeleteOptions) | - | +| | [find.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/find.ts#:~:text=SavedObjectsBatchResponse), [find.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/find.ts#:~:text=SavedObjectsBatchResponse), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/index.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/index.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBatchResponse)+ 6 more | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/index.ts#:~:text=SavedObjectsFindOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsFindOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsFindOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsFindOptions), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/index.ts#:~:text=SavedObjectsFindOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindOptions), [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/packages/saved-objects/api-browser/src/apis/index.ts#:~:text=SavedObjectsUpdateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsUpdateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsUpdateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsUpdateOptions), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/index.ts#:~:text=SavedObjectsUpdateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsUpdateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsUpdateOptions), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectsUpdateOptions) | - | +| | [bulk_resolve.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/bulk_resolve.ts#:~:text=ResolvedSimpleSavedObject), [bulk_resolve.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/bulk_resolve.ts#:~:text=ResolvedSimpleSavedObject), [bulk_resolve.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/bulk_resolve.ts#:~:text=ResolvedSimpleSavedObject), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/index.ts#:~:text=ResolvedSimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=ResolvedSimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=ResolvedSimpleSavedObject), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/index.ts#:~:text=ResolvedSimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=ResolvedSimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=ResolvedSimpleSavedObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=ResolvedSimpleSavedObject)+ 2 more | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/index.ts#:~:text=SavedObjectsBulkUpdateObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsBulkUpdateObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsBulkUpdateObject), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/index.ts#:~:text=SavedObjectsBulkUpdateObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkUpdateObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkUpdateObject), [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/packages/saved-objects/api-browser/src/apis/index.ts#:~:text=SavedObjectsFindResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsFindResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsFindResponse), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/index.ts#:~:text=SavedObjectsFindResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsFindResponse), [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/packages/saved-objects/api-browser/src/apis/index.ts#:~:text=SavedObjectsBulkCreateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsBulkCreateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsBulkCreateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsBulkCreateOptions), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/index.ts#:~:text=SavedObjectsBulkCreateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkCreateOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkCreateOptions), [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/packages/saved-objects/api-browser/src/apis/index.ts#:~:text=SavedObjectsBulkUpdateOptions), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/index.ts#:~:text=SavedObjectsBulkUpdateOptions), [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/packages/saved-objects/api-browser/src/apis/index.ts#:~:text=SavedObjectsBulkResolveResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsBulkResolveResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsBulkResolveResponse), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/index.ts#:~:text=SavedObjectsBulkResolveResponse), [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/packages/saved-objects/api-browser/src/apis/index.ts#:~:text=SavedObjectsBulkCreateObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsBulkCreateObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsBulkCreateObject), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/index.ts#:~:text=SavedObjectsBulkCreateObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkCreateObject), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkCreateObject), [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/packages/saved-objects/api-browser/src/apis/index.ts#:~:text=SavedObjectsBulkDeleteOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsBulkDeleteOptions), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsBulkDeleteOptions), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/index.ts#:~:text=SavedObjectsBulkDeleteOptions) | - | +| | [bulk_delete.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/bulk_delete.ts#:~:text=SavedObjectsBulkDeleteResponseItem), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/index.ts#:~:text=SavedObjectsBulkDeleteResponseItem), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/index.ts#:~:text=SavedObjectsBulkDeleteResponseItem) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/index.ts#:~:text=SavedObjectsBulkDeleteResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsBulkDeleteResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts#:~:text=SavedObjectsBulkDeleteResponse), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/index.ts#:~:text=SavedObjectsBulkDeleteResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkDeleteResponse), [saved_objects_client.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts#:~:text=SavedObjectsBulkDeleteResponse) | - | +| | [increment_counter_internal.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/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/src/core/packages/saved-objects/api-server-internal/src/lib/apis/increment_counter.test.ts#:~:text=migrationVersion) | - | +| | [bulk_create.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-server-internal/src/lib/apis/bulk_create.ts#:~:text=migrationVersion), [repository.test.common.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-server-internal/src/test_helpers/repository.test.common.ts#:~:text=migrationVersion) | - | +| | [create.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-server-internal/src/lib/apis/create.ts#:~:text=migrationVersion), [create.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-server-internal/src/lib/apis/create.test.ts#:~:text=migrationVersion), [create.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-server-internal/src/lib/apis/create.test.ts#:~:text=migrationVersion), [create.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-server-internal/src/lib/apis/create.test.ts#:~:text=migrationVersion) | - | +| | [internal_utils.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-server-internal/src/lib/apis/utils/internal_utils.ts#:~:text=migrationVersion), [collect_saved_objects.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/import-export-server-internal/src/import/lib/collect_saved_objects.ts#:~:text=migrationVersion), [import_dashboards.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts#:~:text=migrationVersion), [internal_utils.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-server-internal/src/lib/apis/utils/internal_utils.ts#:~:text=migrationVersion), [collect_saved_objects.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/import-export-server-internal/src/import/lib/collect_saved_objects.ts#:~:text=migrationVersion), [import_dashboards.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts#:~:text=migrationVersion), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts#:~:text=migrationVersion)+ 2 more | - | +| | [server_types.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/common/src/server_types.ts#:~:text=SavedObjectAttributes), [server_types.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/common/src/server_types.ts#:~:text=SavedObjectAttributes), [saved_objects.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/common/src/saved_objects.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-server/index.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/server/index.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/server/index.ts#:~:text=SavedObjectAttributes), [collect_references_deep.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/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/src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/lib/collect_references_deep.test.ts#:~:text=SavedObjectAttributes), [server_types.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/common/src/server_types.ts#:~:text=SavedObjectAttributes), [server_types.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/common/src/server_types.ts#:~:text=SavedObjectAttributes)+ 6 more | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser/index.ts#:~:text=SavedObjectsStart), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/server/index.ts#:~:text=SavedObjectsStart), [core_start.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/lifecycle/browser/src/core_start.ts#:~:text=SavedObjectsStart), [core_start.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/lifecycle/browser/src/core_start.ts#:~:text=SavedObjectsStart), [core_start.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/lifecycle/browser/src/core_start.ts#:~:text=SavedObjectsStart), [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_service.ts#:~:text=SavedObjectsStart), [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_service.ts#:~:text=SavedObjectsStart), [saved_objects_service.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/saved_objects_service.ts#:~:text=SavedObjectsStart), [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/packages/saved-objects/browser-internal/index.ts#:~:text=SavedObjectsService), [core_system.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/root/browser-internal/src/core_system.ts#:~:text=SavedObjectsService), [core_system.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/root/browser-internal/src/core_system.ts#:~:text=SavedObjectsService), [core_system.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/root/browser-internal/src/core_system.ts#:~:text=SavedObjectsService) | - | +| | [mocks.ts](https://github.com/elastic/kibana/tree/main/src/core/public/mocks.ts#:~:text=savedObjectsServiceMock), [plugins_service.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/plugins/browser-internal/src/plugins_service.test.ts#:~:text=savedObjectsServiceMock), [plugins_service.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/plugins/browser-internal/src/plugins_service.test.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) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/common/index.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [saved_objects_repository.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts#:~:text=SavedObject), [saved_objects_repository.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts#:~:text=SavedObject), [saved_objects_repository.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts#:~:text=SavedObject), [saved_objects_repository.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts#:~:text=SavedObject), [errors.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/import-export-server-internal/src/import/errors.ts#:~:text=SavedObject), [errors.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/import-export-server-internal/src/import/errors.ts#:~:text=SavedObject), [regenerate_ids.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/import-export-server-internal/src/import/lib/regenerate_ids.ts#:~:text=SavedObject)+ 59 more | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/common/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=SavedObjectAttributeSingle) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/common/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=SavedObjectAttribute) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/common/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=SavedObjectAttributes) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/common/index.ts#:~:text=SavedObjectReference), [create.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/create.ts#:~:text=SavedObjectReference), [create.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/create.ts#:~:text=SavedObjectReference), [bulk_update.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/bulk_update.ts#:~:text=SavedObjectReference), [bulk_update.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/bulk_update.ts#:~:text=SavedObjectReference), [update.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/update.ts#:~:text=SavedObjectReference), [update.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/update.ts#:~:text=SavedObjectReference), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/types/index.ts#:~:text=SavedObjectReference), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectReference) | - | +| | [saved_objects_type.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/server/src/saved_objects_type.ts#:~:text=migrations), [saved_objects_type.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/server/src/saved_objects_type.ts#:~:text=migrations), [version_map.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts#:~:text=migrations), [version_map.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts#:~:text=migrations), [version_map.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations)+ 109 more | - | +| | [saved_objects_type.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/server/src/saved_objects_type.ts#:~:text=schemas), [validation.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-server-internal/src/lib/apis/helpers/validation.ts#:~:text=schemas), [validation.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-server-internal/src/lib/apis/helpers/validation.ts#:~:text=schemas), [validation.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-server-internal/src/lib/apis/helpers/validation.ts#:~:text=schemas), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=schemas), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=schemas), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=schemas), [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts#:~:text=schemas), [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts#:~:text=schemas), [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts#:~:text=schemas)+ 19 more | - | +| | [utils.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/utils.ts#:~:text=convertToMultiNamespaceTypeVersion), [internal_transforms.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/internal_transforms.ts#:~:text=convertToMultiNamespaceTypeVersion), [internal_transforms.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/internal_transforms.ts#:~:text=convertToMultiNamespaceTypeVersion), [internal_transforms.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/internal_transforms.ts#:~:text=convertToMultiNamespaceTypeVersion), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=convertToMultiNamespaceTypeVersion), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=convertToMultiNamespaceTypeVersion), [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts#:~:text=convertToMultiNamespaceTypeVersion), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/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/src/core/packages/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/src/core/packages/test-helpers/so-type-serializer/src/get_migration_hash.test.ts#:~:text=convertToMultiNamespaceTypeVersion)+ 22 more | - | @@ -68,54 +100,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] -## @kbn/core-capabilities-server-internal - -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [resolve_capabilities.ts](https://github.com/elastic/kibana/tree/main/packages/core/capabilities/core-capabilities-server-internal/src/routes/resolve_capabilities.ts#:~:text=authRequired) | - | - - - -## @kbn/core-elasticsearch-server-internal - -| 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) | - | - - - -## @kbn/core-http-router-server-internal - -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [security_route_config_validator.ts](https://github.com/elastic/kibana/tree/main/packages/core/http/core-http-router-server-internal/src/security_route_config_validator.ts#:~:text=authRequired), [security_route_config_validator.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/http/core-http-router-server-internal/src/security_route_config_validator.test.ts#:~:text=authRequired), [core_versioned_route.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts#:~:text=authRequired), [request.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/http/core-http-router-server-internal/src/request.test.ts#:~:text=authRequired), [request.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/http/core-http-router-server-internal/src/request.test.ts#:~:text=authRequired), [request.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/http/core-http-router-server-internal/src/request.test.ts#:~:text=authRequired), [request.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/http/core-http-router-server-internal/src/request.test.ts#:~:text=authRequired), [request.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/http/core-http-router-server-internal/src/request.test.ts#:~:text=authRequired), [request.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/http/core-http-router-server-internal/src/request.test.ts#:~:text=authRequired), [request.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/http/core-http-router-server-internal/src/request.test.ts#:~:text=authRequired)+ 3 more | - | - - - -## @kbn/core-http-server-internal - -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [http_server.ts](https://github.com/elastic/kibana/tree/main/packages/core/http/core-http-server-internal/src/http_server.ts#:~:text=authRequired), [http_server.ts](https://github.com/elastic/kibana/tree/main/packages/core/http/core-http-server-internal/src/http_server.ts#:~:text=authRequired), [auth.ts](https://github.com/elastic/kibana/tree/main/packages/core/http/core-http-server-internal/src/lifecycle/auth.ts#:~:text=authRequired), [auth.ts](https://github.com/elastic/kibana/tree/main/packages/core/http/core-http-server-internal/src/lifecycle/auth.ts#:~:text=authRequired) | - | - - - -## @kbn/core-i18n-server-internal - -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [translations.ts](https://github.com/elastic/kibana/tree/main/packages/core/i18n/core-i18n-server-internal/src/routes/translations.ts#:~:text=authRequired) | - | - - - -## @kbn/core-lifecycle-browser - -| 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) | - | - - - ## @kbn/core-lifecycle-browser-mocks | Deprecated API | Reference location(s) | Remove By | @@ -124,149 +108,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] -## @kbn/core-logging-server-internal - -| 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) | - | - - - -## @kbn/core-metrics-server-internal - -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [elu_history.ts](https://github.com/elastic/kibana/tree/main/packages/core/metrics/core-metrics-server-internal/src/routes/elu_history.ts#:~:text=authRequired) | - | - - - -## @kbn/core-plugins-browser-internal - -| 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) | - | - - - -## @kbn/core-plugins-server-internal - -| 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_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) | - | - - - -## @kbn/core-rendering-server-internal - -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [register_bootstrap_route.ts](https://github.com/elastic/kibana/tree/main/packages/core/rendering/core-rendering-server-internal/src/bootstrap/register_bootstrap_route.ts#:~:text=authRequired) | - | - - - -## @kbn/core-root-browser-internal - -| 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) | - | - - - -## @kbn/core-saved-objects-api-browser - -| 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=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) | - | - - - -## @kbn/core-saved-objects-api-server - -| 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) | - | - - - -## @kbn/core-saved-objects-api-server-internal - -| 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) | - | -| | [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) | - | - - - -## @kbn/core-saved-objects-base-server-internal - -| 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 | - | - - - -## @kbn/core-saved-objects-browser - -| 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) | - | - - - -## @kbn/core-saved-objects-browser-internal - -| 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=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 | - | - - - ## @kbn/core-saved-objects-browser-mocks | Deprecated API | Reference location(s) | Remove By | @@ -294,35 +135,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] -## @kbn/core-saved-objects-common - -| 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) | - | - - - -## @kbn/core-saved-objects-import-export-server-internal - -| 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) | - | -| | [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 | - | - - - -## @kbn/core-saved-objects-migration-server-internal - -| 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 | - | - - - ## @kbn/core-saved-objects-migration-server-mocks | Deprecated API | Reference location(s) | Remove By | @@ -331,44 +143,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] -## @kbn/core-saved-objects-server - -| 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) | - | - - - -## @kbn/core-saved-objects-server-internal - -| 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) | - | - - - -## @kbn/core-status-server-internal - -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [status.ts](https://github.com/elastic/kibana/tree/main/packages/core/status/core-status-server-internal/src/routes/status.ts#:~:text=authRequired), [status_preboot.ts](https://github.com/elastic/kibana/tree/main/packages/core/status/core-status-server-internal/src/routes/status_preboot.ts#:~:text=authRequired) | - | - - - -## @kbn/core-test-helpers-so-type-serializer - -| 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) | - | - - - ## @kbn/core-ui-settings-server-internal | Deprecated API | Reference location(s) | Remove By | @@ -378,22 +152,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] -## @kbn/core-usage-data-server-internal - -| 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) | - | - - - -## @kbn/ecs-data-quality-dashboard - -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/packages/ecs_data_quality_dashboard/impl/data_quality_panel/actions/chat/index.tsx#:~:text=AssistantAvatar), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/packages/ecs_data_quality_dashboard/impl/data_quality_panel/actions/chat/index.tsx#:~:text=AssistantAvatar) | - | - - - ## @kbn/esql-utils | Deprecated API | Reference location(s) | Remove By | @@ -414,7 +172,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [breakdown.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-lens-embeddable-utils/config_builder/columns/breakdown.ts#:~:text=title) | - | +| | [breakdown.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-lens-embeddable-utils/config_builder/columns/breakdown.ts#:~:text=title) | - | @@ -439,7 +197,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [hover.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/esql/lib/hover/hover.ts#:~:text=modes) | - | -| | [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode), [theme.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-monaco/src/console/theme.ts#:~:text=darkMode) | - | @@ -479,7 +236,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [painless_error.tsx](https://github.com/elastic/kibana/tree/main/packages/kbn-search-errors/src/painless_error.tsx#:~:text=title) | - | +| | [painless_error.tsx](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-search-errors/src/painless_error.tsx#:~:text=title) | - | @@ -541,7 +298,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [load_field_stats.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/services/field_stats/load_field_stats.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts#:~:text=title) | - | +| | [load_field_stats.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-unified-field-list/src/services/field_stats/load_field_stats.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts#:~:text=title), [use_existing_fields.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts#:~:text=title) | - | @@ -603,9 +360,9 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [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 | -| | [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 | -| | [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) | - | +| | [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 | +| | [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 | +| | [apm_service_groups.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/server/saved_objects/apm_service_groups.ts#:~:text=migrations) | - | @@ -613,7 +370,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/solutions/observability/plugins/apm_data_access/server/saved_objects/apm_indices.ts#:~:text=migrations) | - | @@ -621,7 +378,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [info.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/banners/server/routes/info.ts#:~:text=authRequired) | - | +| | [info.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/banners/server/routes/info.ts#:~:text=authRequired) | - | @@ -679,7 +436,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [fullstory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_integrations/cloud_full_story/server/routes/fullstory.ts#:~:text=authRequired) | - | +| | [fullstory.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/cloud_integrations/cloud_full_story/server/routes/fullstory.ts#:~:text=authRequired) | - | @@ -687,7 +444,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [maybe_add_cloud_links.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/cloud_integrations/cloud_links/public/maybe_add_cloud_links/maybe_add_cloud_links.ts#:~:text=authc) | - | +| | [maybe_add_cloud_links.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/cloud_integrations/cloud_links/public/maybe_add_cloud_links/maybe_add_cloud_links.ts#:~:text=authc) | - | @@ -731,7 +488,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [info.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/custom_branding/server/routes/info.ts#:~:text=authRequired) | - | +| | [info.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/custom_branding/server/routes/info.ts#:~:text=authRequired) | - | @@ -779,16 +536,16 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField) | - | -| | [table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields), [table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields) | - | -| | [utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/tabs/utils.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields), [utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/tabs/utils.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields) | - | -| | [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField) | - | -| | [table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields), [table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields) | - | -| | [utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/tabs/utils.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields), [utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/tabs/utils.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields) | - | -| | [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField) | - | -| | [table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields) | - | -| | [utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/tabs/utils.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields) | - | -| | [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=title), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=title), [test_script.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/components/scripting_help/test_script.tsx#:~:text=title), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=title), [create_edit_field.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/data_view_management/public/components/edit_index_pattern/create_edit_field/create_edit_field.tsx#:~:text=title) | - | +| | [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField) | - | +| | [table.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields), [table.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields) | - | +| | [utils.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/tabs/utils.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields), [utils.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/tabs/utils.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields) | - | +| | [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField) | - | +| | [table.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields), [table.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields) | - | +| | [utils.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/tabs/utils.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields), [utils.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/tabs/utils.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields) | - | +| | [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=removeScriptedField), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=removeScriptedField) | - | +| | [table.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/source_filters_table/components/table/table.tsx#:~:text=getNonScriptedFields) | - | +| | [utils.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/tabs/utils.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [data_view_management_service.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/management_app/data_view_management_service.ts#:~:text=getScriptedFields), [scripted_fields_table.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/scripted_fields_table/scripted_fields_table.tsx#:~:text=getScriptedFields) | - | +| | [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=title), [edit_index_pattern.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx#:~:text=title), [test_script.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/field_editor/components/scripting_help/test_script.tsx#:~:text=title), [field_editor.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/field_editor/field_editor.tsx#:~:text=title), [create_edit_field.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/create_edit_field/create_edit_field.tsx#:~:text=title) | - | @@ -796,16 +553,16 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [data_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=flattenHit) | - | -| | [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_view.ts](https://github.com/elastic/kibana/tree/main/src/plugins/data_views/common/data_views/data_view.ts#:~:text=flattenHit) | - | -| | [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_view.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_view.ts#:~:text=flattenHit) | - | +| | [abstract_data_views.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts#:~:text=removeScriptedField), [abstract_data_views.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts#:~:text=removeScriptedField), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts#:~:text=removeScriptedField), [data_view_lazy.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts#:~:text=removeScriptedField), [delete_scripted_field.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/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/platform/plugins/shared/data_views/common/data_views/data_view_lazy.test.ts#:~:text=removeScriptedField) | - | +| | [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts#:~:text=getNonScriptedFields) | - | +| | [data_view.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_view.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_view.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_views.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_views.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields) | - | +| | [data_view.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_view.ts#:~:text=flattenHit) | - | +| | [abstract_data_views.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts#:~:text=removeScriptedField), [abstract_data_views.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/abstract_data_views.ts#:~:text=removeScriptedField), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts#:~:text=removeScriptedField), [data_view_lazy.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_view_lazy.ts#:~:text=removeScriptedField), [delete_scripted_field.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/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/platform/plugins/shared/data_views/common/data_views/data_view_lazy.test.ts#:~:text=removeScriptedField) | - | +| | [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts#:~:text=getNonScriptedFields) | - | +| | [data_view.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_view.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_view.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_view.ts#:~:text=getScriptedFields), [data_views.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_views.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields), [data_view.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/common/data_views/data_view.test.ts#:~:text=getScriptedFields) | - | +| | [data_views.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/server/saved_objects/data_views.ts#:~:text=migrations) | - | +| | [data_views.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/data_views/server/saved_objects/data_views.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | @@ -824,12 +581,12 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [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_share.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/discover/public/application/main/components/top_nav/app_menu_actions/get_share.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) | - | -| | [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) | - | +| | [on_save_search.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/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/platform/plugins/shared/discover/public/application/main/components/top_nav/on_save_search.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | +| | [get_share.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/public/application/main/components/top_nav/app_menu_actions/get_share.tsx#:~:text=shareableUrlForSavedObject) | - | +| | [plugin.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/public/plugin.tsx#:~:text=executeTriggerActions) | - | +| | [discover_state.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/public/application/main/state_management/discover_state.test.ts#:~:text=savedObjects) | - | +| | [discover_state.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/public/application/main/state_management/discover_state.test.ts#:~:text=resolve) | - | +| | [ui_settings.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/server/ui_settings.ts#:~:text=metric), [ui_settings.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/discover/server/ui_settings.ts#:~:text=metric) | - | @@ -853,12 +610,12 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [find_or_create_data_view.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/public/applications/analytics/utils/find_or_create_data_view.ts#:~:text=title), [analytics_collection_explore_table_formulas.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/public/applications/analytics/components/analytics_collection_view/analytics_collection_explore_table_formulas.ts#:~:text=title), [find_or_create_data_view.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/public/applications/analytics/utils/find_or_create_data_view.test.ts#:~:text=title) | - | -| | [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) | - | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/plugin.ts#:~:text=legacy) | - | -| | [route_config_helpers.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/enterprise_search/server/lib/route_config_helpers.test.ts#:~:text=authRequired) | - | -| | [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) | - | +| | [find_or_create_data_view.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/search/plugins/enterprise_search/public/applications/analytics/utils/find_or_create_data_view.ts#:~:text=title), [analytics_collection_explore_table_formulas.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/search/plugins/enterprise_search/public/applications/analytics/components/analytics_collection_view/analytics_collection_explore_table_formulas.ts#:~:text=title), [find_or_create_data_view.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/search/plugins/enterprise_search/public/applications/analytics/utils/find_or_create_data_view.test.ts#:~:text=title) | - | +| | [account_settings.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/search/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/solutions/search/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/solutions/search/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/solutions/search/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/solutions/search/plugins/enterprise_search/server/lib/check_access.ts#:~:text=authz), [check_access.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/search/plugins/enterprise_search/server/lib/check_access.ts#:~:text=authz), [check_access.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/search/plugins/enterprise_search/server/lib/check_access.ts#:~:text=authz) | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/search/plugins/enterprise_search/server/plugin.ts#:~:text=legacy) | - | +| | [route_config_helpers.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/search/plugins/enterprise_search/server/lib/route_config_helpers.test.ts#:~:text=authRequired) | - | +| | [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/search/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes), [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/search/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes), [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/search/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes), [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/search/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes), [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/search/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes), [telemetry.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/search/plugins/enterprise_search/server/collectors/lib/telemetry.ts#:~:text=SavedObjectAttributes) | - | @@ -926,8 +683,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [download.ts](https://github.com/elastic/kibana/tree/main/src/plugins/files/server/routes/public_facing/download.ts#:~:text=authRequired) | - | -| | [file_service_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/files/server/file_service/file_service_factory.ts#:~:text=audit), [file_service_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/files/server/file_service/file_service_factory.ts#:~:text=audit) | - | +| | [download.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/files/server/routes/public_facing/download.ts#:~:text=authRequired) | - | +| | [file_service_factory.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/files/server/file_service/file_service_factory.ts#:~:text=audit), [file_service_factory.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/files/server/file_service/file_service_factory.ts#:~:text=audit) | - | @@ -935,7 +692,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [app.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/files_management/public/app.tsx#:~:text=withoutPageTemplateWrapper) | - | +| | [app.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/files_management/public/app.tsx#:~:text=withoutPageTemplateWrapper) | - | @@ -962,7 +719,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [map_object_to_result.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/global_search_providers/server/providers/saved_objects/map_object_to_result.test.ts#:~:text=SavedObjectReference), [map_object_to_result.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/global_search_providers/server/providers/saved_objects/map_object_to_result.test.ts#:~:text=SavedObjectReference) | - | +| | [map_object_to_result.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/global_search_providers/server/providers/saved_objects/map_object_to_result.test.ts#:~:text=SavedObjectReference), [map_object_to_result.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/global_search_providers/server/providers/saved_objects/map_object_to_result.test.ts#:~:text=SavedObjectReference) | - | @@ -995,10 +752,10 @@ 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) | - | -| | [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) | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/home/public/plugin.ts#:~:text=savedObjects) | - | +| | [kibana_services.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/home/public/application/kibana_services.ts#:~:text=SavedObjectsClientContract), [kibana_services.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/home/public/application/kibana_services.ts#:~:text=SavedObjectsClientContract) | - | +| | [home_app.js](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/home/public/application/components/home_app.js#:~:text=bulkCreate) | - | +| | [sample_data_registry.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/home/server/services/sample_data/sample_data_registry.ts#:~:text=SavedObject), [sample_data_registry.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/home/server/services/sample_data/sample_data_registry.ts#:~:text=SavedObject), [sample_data_registry.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/home/server/services/sample_data/sample_data_registry.ts#:~:text=SavedObject) | - | @@ -1006,7 +763,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [image_embeddable.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/image_embeddable/public/components/image_embeddable.tsx#:~:text=executeTriggerActions) | - | +| | [image_embeddable.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/image_embeddable/public/components/image_embeddable.tsx#:~:text=executeTriggerActions) | - | @@ -1038,14 +795,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] -## integrationAssistant - -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [integration_assistant_card.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/integration_assistant/public/components/create_integration/create_integration_landing/integration_assistant_card.tsx#:~:text=AssistantAvatar), [integration_assistant_card.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/integration_assistant/public/components/create_integration/create_integration_landing/integration_assistant_card.tsx#:~:text=AssistantAvatar), [header.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/integration_assistant/public/components/create_integration/create_integration_assistant/header/header.tsx#:~:text=AssistantAvatar), [header.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/integration_assistant/public/components/create_integration/create_integration_assistant/header/header.tsx#:~:text=AssistantAvatar) | - | - - - ## interactiveSetup | Deprecated API | Reference location(s) | Remove By | @@ -1058,7 +807,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) | - | +| | [application.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/private/kibana_overview/public/application.tsx#:~:text=appBasePath) | - | @@ -1066,7 +815,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [eui_styled_components.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_react/common/eui_styled_components.tsx#:~:text=KibanaStyledComponentsThemeProviderDecorator), [eui_styled_components.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_react/common/eui_styled_components.tsx#:~:text=KibanaStyledComponentsThemeProviderDecorator), [index.ts](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_react/common/index.ts#:~:text=KibanaStyledComponentsThemeProviderDecorator) | - | +| | [eui_styled_components.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/kibana_react/common/eui_styled_components.tsx#:~:text=KibanaStyledComponentsThemeProviderDecorator), [eui_styled_components.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/kibana_react/common/eui_styled_components.tsx#:~:text=KibanaStyledComponentsThemeProviderDecorator), [index.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/kibana_react/common/index.ts#:~:text=KibanaStyledComponentsThemeProviderDecorator) | - | @@ -1074,7 +823,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_utils/common/persistable_state/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_utils/common/persistable_state/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_utils/common/persistable_state/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_utils/common/persistable_state/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/kibana_utils/common/persistable_state/types.ts#:~:text=SavedObjectReference) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts#:~:text=SavedObjectReference) | - | @@ -1096,7 +845,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [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), [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), [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)+ 54 more | - | +| | [helper.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/react_embeddable/helper.ts#:~:text=SavedObjectReference), [helper.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/react_embeddable/helper.ts#:~:text=SavedObjectReference), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/common/embeddable_factory/index.ts#:~:text=SavedObjectReference), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/common/embeddable_factory/index.ts#:~:text=SavedObjectReference), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/common/embeddable_factory/index.ts#:~:text=SavedObjectReference), [lens_attribute_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/lens_attribute_service.ts#:~:text=SavedObjectReference), [lens_attribute_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/lens_attribute_service.ts#:~:text=SavedObjectReference), [lens_attribute_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/lens_attribute_service.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)+ 54 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) | - | | | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/react_embeddable/types.ts#:~:text=HasLibraryTransforms), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/react_embeddable/types.ts#:~:text=HasLibraryTransforms), [initialize_dashboard_services.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/react_embeddable/initializers/initialize_dashboard_services.ts#:~:text=HasLibraryTransforms), [initialize_dashboard_services.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/lens/public/react_embeddable/initializers/initialize_dashboard_services.ts#:~:text=HasLibraryTransforms) | - | @@ -1161,9 +910,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [es_search_source.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/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/platform/plugins/shared/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/platform/plugins/shared/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/platform/plugins/shared/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/platform/plugins/shared/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/platform/plugins/shared/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/platform/plugins/shared/maps/public/classes/tooltips/es_tooltip_property.test.ts#:~:text=title) | - | -| | [is_legacy_map.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/legacy_visualizations/is_legacy_map.ts#:~:text=VisualizeEmbeddable), [is_legacy_map.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/legacy_visualizations/is_legacy_map.ts#:~:text=VisualizeEmbeddable), [is_legacy_map.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/legacy_visualizations/is_legacy_map.ts#:~:text=VisualizeEmbeddable) | - | | | [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/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/platform/plugins/shared/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/platform/plugins/shared/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/platform/plugins/shared/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/platform/plugins/shared/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/platform/plugins/shared/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/platform/plugins/shared/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/platform/plugins/shared/maps/public/routes/map_page/saved_map/save_to_library.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/common/migrations/references.ts#:~:text=SavedObjectReference) | - | +| | [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/common/migrations/references.ts#:~:text=SavedObjectReference), [load_from_library.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/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/platform/plugins/shared/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/platform/plugins/shared/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/platform/plugins/shared/maps/public/routes/map_page/saved_map/save_to_library.ts#:~:text=SavedObjectReference) | - | | | [setup_saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/server/saved_objects/setup_saved_objects.ts#:~:text=migrations) | - | | | [setup_saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/server/saved_objects/setup_saved_objects.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | | | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/react_embeddable/types.ts#:~:text=HasLibraryTransforms), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/react_embeddable/types.ts#:~:text=HasLibraryTransforms), [library_transforms.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/react_embeddable/library_transforms.ts#:~:text=HasLibraryTransforms), [library_transforms.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/maps/public/react_embeddable/library_transforms.ts#:~:text=HasLibraryTransforms) | - | @@ -1286,7 +1034,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [get_has_setup_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/profiling/server/lib/setup/get_has_setup_privileges.ts#:~:text=get), [get_has_setup_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/profiling/server/lib/setup/get_has_setup_privileges.ts#:~:text=get), [get_has_setup_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/profiling/server/lib/setup/get_has_setup_privileges.ts#:~:text=get), [get_has_setup_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/profiling/server/lib/setup/get_has_setup_privileges.ts#:~:text=get) | - | +| | [get_has_setup_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/profiling/server/lib/setup/get_has_setup_privileges.ts#:~:text=get), [get_has_setup_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/profiling/server/lib/setup/get_has_setup_privileges.ts#:~:text=get), [get_has_setup_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/profiling/server/lib/setup/get_has_setup_privileges.ts#:~:text=get), [get_has_setup_privileges.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/profiling/server/lib/setup/get_has_setup_privileges.ts#:~:text=get) | - | @@ -1302,8 +1050,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [get_document_payload.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/routes/common/jobs/get_document_payload.ts#:~:text=CSV_JOB_TYPE_DEPRECATED), [get_document_payload.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/routes/common/jobs/get_document_payload.ts#:~:text=CSV_JOB_TYPE_DEPRECATED) | - | -| | [core.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/core.ts#:~:text=PdfV1ExportType), [core.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/reporting/server/core.ts#:~:text=PdfV1ExportType) | - | +| | [get_document_payload.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/reporting/server/routes/common/jobs/get_document_payload.ts#:~:text=CSV_JOB_TYPE_DEPRECATED), [get_document_payload.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/reporting/server/routes/common/jobs/get_document_payload.ts#:~:text=CSV_JOB_TYPE_DEPRECATED) | - | +| | [core.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/reporting/server/core.ts#:~:text=PdfV1ExportType), [core.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/reporting/server/core.ts#:~:text=PdfV1ExportType) | - | @@ -1328,8 +1076,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [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) | - | -| | [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) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects/public/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects/public/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects/public/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects/public/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects/public/types.ts#:~:text=SavedObjectAttributes) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects/public/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects/public/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects/public/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects/public/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects/public/types.ts#:~:text=SavedObjectReference), [types.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects/public/types.ts#:~:text=SavedObjectReference) | - | @@ -1337,11 +1085,11 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [flyout.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx#:~:text=title), [flyout.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx#:~:text=title) | - | -| | [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) | - | +| | [flyout.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects_management/public/management_section/objects_table/components/flyout.tsx#:~:text=title), [flyout.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects_management/public/management_section/objects_table/components/flyout.tsx#:~:text=title) | - | +| | [find_relationships.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects_management/server/lib/find_relationships.test.ts#:~:text=SavedObject), [find_relationships.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects_management/server/lib/find_relationships.test.ts#:~:text=SavedObject), [find_relationships.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects_management/server/lib/find_relationships.test.ts#:~:text=SavedObject), [find_relationships.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects_management/server/lib/find_relationships.test.ts#:~:text=SavedObject) | - | +| | [record.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects_management/public/services/types/record.ts#:~:text=SavedObjectReference), [record.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects_management/public/services/types/record.ts#:~:text=SavedObjectReference) | - | +| | [resolve_import_errors.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects_management/public/lib/resolve_import_errors.ts#:~:text=createNewCopy) | - | +| | [management.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects_management/server/services/management.test.ts#:~:text=migrations) | - | @@ -1349,10 +1097,10 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [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) | - | +| | [request_handler_context.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/server/request_handler_context.ts#:~:text=authz) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/common/types.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/common/types.ts#:~:text=SavedObject), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/public/utils.ts#:~:text=SavedObject), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/public/utils.ts#:~:text=SavedObject), [utils.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/public/utils.test.ts#:~:text=SavedObject), [utils.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/public/utils.test.ts#:~:text=SavedObject), [utils.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/public/utils.test.ts#:~:text=SavedObject), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/common/test_utils/index.ts#:~:text=SavedObject), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/common/test_utils/index.ts#:~:text=SavedObject), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/common/test_utils/index.ts#:~:text=SavedObject)+ 3 more | - | +| | [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/public/utils.ts#:~:text=SavedObjectReference), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/public/utils.ts#:~:text=SavedObjectReference), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/public/utils.ts#:~:text=SavedObjectReference)+ 12 more | - | +| | [tag.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/server/saved_objects/tag.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | @@ -1360,8 +1108,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [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), [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=SavedObjectReference), [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObjectReference), [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObjectReference), [api.ts](https://github.com/elastic/kibana/tree/main/src/plugins/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObjectReference) | - | +| | [api.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject), [api.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject), [api.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObject) | - | +| | [api.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObjectReference), [api.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObjectReference), [api.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObjectReference), [api.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts#:~:text=SavedObjectReference) | - | @@ -1369,11 +1117,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/platform/plugins/shared/saved_search/public/services/saved_searches/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_search/public/services/saved_searches/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_search/public/services/saved_searches/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_search/public/services/saved_searches/types.ts#:~:text=ResolvedSimpleSavedObject) | - | +| | [search_migrations.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_search/server/saved_objects/search_migrations.ts#:~:text=SavedObjectAttributes), [search_migrations.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_search/server/saved_objects/search_migrations.ts#:~:text=SavedObjectAttributes), [search_migrations.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_search/server/saved_objects/search_migrations.ts#:~:text=SavedObjectAttributes), [search_migrations.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_search/server/saved_objects/search_migrations.ts#:~:text=SavedObjectAttributes) | - | +| | [search.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_search/server/saved_objects/search.ts#:~:text=migrations) | - | +| | [search.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_search/server/saved_objects/search.ts#:~:text=schemas) | - | +| | [search.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/saved_search/server/saved_objects/search.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | @@ -1381,7 +1129,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [use_user_profile.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/search_playground/public/hooks/use_user_profile.ts#:~:text=userProfiles) | - | +| | [use_user_profile.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/search/plugins/search_playground/public/hooks/use_user_profile.ts#:~:text=userProfiles) | - | @@ -1459,7 +1207,6 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | | [host_risk_score_dashboards.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/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/solutions/security/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/solutions/security/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/solutions/security/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/solutions/security/plugins/security_solution/server/lib/timeline/saved_object_mappings/timelines.ts#:~:text=migrations), [notes.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/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/solutions/security/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/solutions/security/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/solutions/security/plugins/security_solution/server/endpoint/lib/artifacts/saved_object_mappings.ts#:~:text=migrations) | - | | | [timelines.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/lib/timeline/saved_object_mappings/timelines.ts#:~:text=convertToMultiNamespaceTypeVersion), [notes.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/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/solutions/security/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/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/logic/rule_actions/legacy_saved_object_mappings.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | -| | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/assistant/get_comments/index.tsx#:~:text=AssistantAvatar), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/assistant/get_comments/index.tsx#:~:text=AssistantAvatar), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/assistant/get_comments/index.tsx#:~:text=AssistantAvatar), [header_link.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/assistant/header_link.tsx#:~:text=AssistantAvatar), [header_link.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/assistant/header_link.tsx#:~:text=AssistantAvatar), [workflow_insights_scan.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/management/pages/endpoint_hosts/view/details/components/insights/workflow_insights_scan.tsx#:~:text=AssistantAvatar), [workflow_insights_scan.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/management/pages/endpoint_hosts/view/details/components/insights/workflow_insights_scan.tsx#:~:text=AssistantAvatar), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/attack_discovery/pages/results/attack_discovery_panel/view_in_ai_assistant/index.tsx#:~:text=AssistantAvatar), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/attack_discovery/pages/results/attack_discovery_panel/view_in_ai_assistant/index.tsx#:~:text=AssistantAvatar), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/attack_discovery/pages/results/attack_discovery_panel/title/index.tsx#:~:text=AssistantAvatar)+ 15 more | - | | | [links.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/management/links.ts#:~:text=authc), [hooks.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/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/solutions/security/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/solutions/security/plugins/security_solution/public/common/components/user_profiles/use_get_current_user_profile.tsx#:~:text=userProfiles) | - | | | [request_context_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/request_context_factory.ts#:~:text=audit), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/plugin.ts#:~:text=audit), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/plugin.ts#:~:text=audit) | - | @@ -1484,7 +1231,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [api_key_routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/serverless_search/server/routes/api_key_routes.ts#:~:text=authc), [api_key_routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/serverless_search/server/routes/api_key_routes.ts#:~:text=authc) | - | +| | [api_key_routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/search/plugins/serverless_search/server/routes/api_key_routes.ts#:~:text=authc), [api_key_routes.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/search/plugins/serverless_search/server/routes/api_key_routes.ts#:~:text=authc) | - | @@ -1492,7 +1239,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/platform/plugins/shared/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/platform/plugins/shared/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/platform/plugins/shared/share/server/url_service/saved_objects/register_url_service_saved_object_type.test.ts#:~:text=migrations) | - | @@ -1567,8 +1314,8 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [telemetry_usage_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/telemetry/server/routes/telemetry_usage_stats.ts#:~:text=get), [telemetry_usage_stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/telemetry/server/routes/telemetry_usage_stats.ts#:~:text=get) | - | -| | [telemetry_config.ts](https://github.com/elastic/kibana/tree/main/src/plugins/telemetry/server/routes/telemetry_config.ts#:~:text=authRequired) | - | +| | [telemetry_usage_stats.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/telemetry/server/routes/telemetry_usage_stats.ts#:~:text=get), [telemetry_usage_stats.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/telemetry/server/routes/telemetry_usage_stats.ts#:~:text=get) | - | +| | [telemetry_config.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/telemetry/server/routes/telemetry_config.ts#:~:text=authRequired) | - | @@ -1615,8 +1362,8 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/public/plugin.ts#:~:text=registerEnhancement) | - | -| | [action_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts#:~:text=SavedObjectReference), [action_factory.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts#:~:text=SavedObjectReference), [ui_actions_service_enhancements.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/public/services/ui_actions_service_enhancements.ts#:~:text=SavedObjectReference), [ui_actions_service_enhancements.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/public/services/ui_actions_service_enhancements.ts#:~:text=SavedObjectReference), [ui_actions_service_enhancements.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/public/services/ui_actions_service_enhancements.ts#:~:text=SavedObjectReference), [dynamic_action_enhancement.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_enhancement.ts#:~:text=SavedObjectReference), [dynamic_action_enhancement.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_enhancement.ts#:~:text=SavedObjectReference), [dynamic_action_enhancement.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/server/dynamic_action_enhancement.ts#:~:text=SavedObjectReference), [dynamic_action_enhancement.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/server/dynamic_action_enhancement.ts#:~:text=SavedObjectReference), [dynamic_action_enhancement.ts](https://github.com/elastic/kibana/tree/main/src/plugins/ui_actions_enhanced/server/dynamic_action_enhancement.ts#:~:text=SavedObjectReference) | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/ui_actions_enhanced/public/plugin.ts#:~:text=registerEnhancement) | - | +| | [action_factory.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts#:~:text=SavedObjectReference), [action_factory.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts#:~:text=SavedObjectReference), [ui_actions_service_enhancements.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/ui_actions_enhanced/public/services/ui_actions_service_enhancements.ts#:~:text=SavedObjectReference), [ui_actions_service_enhancements.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/ui_actions_enhanced/public/services/ui_actions_service_enhancements.ts#:~:text=SavedObjectReference), [ui_actions_service_enhancements.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/ui_actions_enhanced/public/services/ui_actions_service_enhancements.ts#:~:text=SavedObjectReference), [dynamic_action_enhancement.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_enhancement.ts#:~:text=SavedObjectReference), [dynamic_action_enhancement.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_enhancement.ts#:~:text=SavedObjectReference), [dynamic_action_enhancement.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/ui_actions_enhanced/server/dynamic_action_enhancement.ts#:~:text=SavedObjectReference), [dynamic_action_enhancement.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/ui_actions_enhanced/server/dynamic_action_enhancement.ts#:~:text=SavedObjectReference), [dynamic_action_enhancement.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/ui_actions_enhanced/server/dynamic_action_enhancement.ts#:~:text=SavedObjectReference) | - | @@ -1635,10 +1382,10 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [external_links.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/public/application/components/es_deprecation_logs/fix_deprecation_logs/external_links.tsx#:~:text=title) | - | -| | [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) | 8.8.0 | -| | [credential_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts#:~:text=authc), [credential_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts#:~:text=authc), [credential_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts#:~:text=authc), [credential_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts#:~:text=authc), [credential_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts#:~:text=authc), [credential_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts#:~:text=authc) | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/common/types.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/upgrade_assistant/common/types.ts#:~:text=SavedObject) | - | +| | [external_links.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/upgrade_assistant/public/application/components/es_deprecation_logs/fix_deprecation_logs/external_links.tsx#:~:text=title) | - | +| | [reindex_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/upgrade_assistant/server/lib/reindexing/reindex_service.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/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/platform/plugins/private/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24) | 8.8.0 | +| | [credential_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/upgrade_assistant/server/lib/reindexing/credential_store.ts#:~:text=authc), [credential_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/upgrade_assistant/server/lib/reindexing/credential_store.ts#:~:text=authc), [credential_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/upgrade_assistant/server/lib/reindexing/credential_store.ts#:~:text=authc), [credential_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/upgrade_assistant/server/lib/reindexing/credential_store.ts#:~:text=authc), [credential_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/upgrade_assistant/server/lib/reindexing/credential_store.ts#:~:text=authc), [credential_store.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/upgrade_assistant/server/lib/reindexing/credential_store.ts#:~:text=authc) | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/upgrade_assistant/common/types.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/upgrade_assistant/common/types.ts#:~:text=SavedObject) | - | @@ -1655,7 +1402,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [stats.ts](https://github.com/elastic/kibana/tree/main/src/plugins/usage_collection/server/routes/stats/stats.ts#:~:text=authRequired) | - | +| | [stats.ts](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/usage_collection/server/routes/stats/stats.ts#:~:text=authRequired) | - | @@ -1735,7 +1482,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | | [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/legacy/embeddable/visualize_embeddable.tsx#:~:text=SavedObjectAttributes), [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable.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_listing.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/visualize_app/components/visualize_listing.tsx#:~:text=SavedObjectReference)+ 8 more | - | +| | [controls_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/controls_references.ts#:~:text=SavedObjectReference), [controls_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/controls_references.ts#:~:text=SavedObjectReference), [controls_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/controls_references.ts#:~:text=SavedObjectReference), [timeseries_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/timeseries_references.ts#:~:text=SavedObjectReference), [timeseries_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/timeseries_references.ts#:~:text=SavedObjectReference), [timeseries_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/timeseries_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_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)+ 8 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) | - | diff --git a/api_docs/deprecations_by_team.mdx b/api_docs/deprecations_by_team.mdx index 14d7bd38e1187..2535135f3faf1 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -25,7 +25,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Plugin | Deprecated API | Reference location(s) | Remove By | | --------|-------|-----------|-----------| -| 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) | 8.8.0 | +| upgradeAssistant | | [reindex_service.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/upgrade_assistant/server/lib/reindexing/reindex_service.ts#:~:text=license%24), [reindex_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/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/platform/plugins/private/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts#:~:text=license%24) | 8.8.0 | @@ -33,7 +33,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Plugin | Deprecated API | Reference location(s) | Remove By | | --------|-------|-----------|-----------| -| discover | | [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 | +| discover | | [on_save_search.tsx](https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/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/platform/plugins/shared/discover/public/application/main/components/top_nav/on_save_search.tsx#:~:text=SavedObjectSaveModal) | 8.8.0 | @@ -105,8 +105,8 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | Plugin | Deprecated API | Reference location(s) | Remove By | | --------|-------|-----------|-----------| -| apm | | [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 | -| apm | | [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 | +| apm | | [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 | +| apm | | [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 | diff --git a/api_docs/dev_tools.devdocs.json b/api_docs/dev_tools.devdocs.json index 7bb0f9caff8eb..d15e8403e005a 100644 --- a/api_docs/dev_tools.devdocs.json +++ b/api_docs/dev_tools.devdocs.json @@ -18,13 +18,7 @@ "text": "DevToolsPlugin" }, " implements ", - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.Plugin", - "text": "Plugin" - }, + "Plugin", "<", { "pluginId": "devTools", @@ -64,13 +58,7 @@ "description": [], "signature": [ "(coreSetup: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", ", { urlForwarding }: { urlForwarding: { forwardApp: (legacyAppId: string, newAppId: string, rewritePath?: ((legacyPath: string) => string) | undefined) => void; }; }) => { register: (devToolArgs: ", "CreateDevToolArgs", ") => ", @@ -89,13 +77,7 @@ "label": "coreSetup", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "" ], "path": "src/platform/plugins/shared/dev_tools/public/plugin.ts", diff --git a/api_docs/dev_tools.mdx b/api_docs/dev_tools.mdx index a633ddaf1ecd5..8d6e74342578d 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-12-27 +date: 2025-01-05 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 4dd98469394fc..571e4bae6cafb 100644 --- a/api_docs/discover.devdocs.json +++ b/api_docs/discover.devdocs.json @@ -20,7 +20,7 @@ "text": "PublishesSavedSearch" } ], - "path": "src/plugins/discover/public/embeddable/types.ts", + "path": "src/platform/plugins/shared/discover/public/embeddable/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -34,7 +34,7 @@ "signature": [ "unknown" ], - "path": "src/plugins/discover/public/embeddable/types.ts", + "path": "src/platform/plugins/shared/discover/public/embeddable/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -52,63 +52,15 @@ "description": [], "signature": [ "() => Promise" ], - "path": "src/plugins/discover/public/utils/index.ts", + "path": "src/platform/plugins/shared/discover/public/utils/index.ts", "deprecated": false, "trackAdoption": false, "children": [], "returnComment": [], "initialIsOpen": false - }, - { - "parentPluginId": "discover", - "id": "def-public.LogsExplorerTabs", - "type": "Function", - "tags": [], - "label": "LogsExplorerTabs", - "description": [], - "signature": [ - "React.ForwardRefExoticComponent<", - { - "pluginId": "discover", - "scope": "public", - "docId": "kibDiscoverPluginApi", - "section": "def-public.LogsExplorerTabsProps", - "text": "LogsExplorerTabsProps" - }, - " & ", - { - "pluginId": "@kbn/shared-ux-utility", - "scope": "common", - "docId": "kibKbnSharedUxUtilityPluginApi", - "section": "def-common.WithSuspenseExtendedDeps", - "text": "WithSuspenseExtendedDeps" - }, - " & React.RefAttributes<{}>>" - ], - "path": "src/plugins/discover/public/components/logs_explorer_tabs/index.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "discover", - "id": "def-public.LogsExplorerTabs.$1", - "type": "Uncategorized", - "tags": [], - "label": "props", - "description": [], - "signature": [ - "P" - ], - "path": "node_modules/@types/react/ts5.0/index.d.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false } ], "interfaces": [ @@ -130,7 +82,7 @@ " extends ", "DataMsg" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_data_state_container.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_data_state_container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -151,7 +103,7 @@ }, "[] | undefined" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_data_state_container.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_data_state_container.ts", "deprecated": false, "trackAdoption": false }, @@ -172,7 +124,7 @@ }, "[] | undefined" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_data_state_container.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_data_state_container.ts", "deprecated": false, "trackAdoption": false }, @@ -186,7 +138,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_data_state_container.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_data_state_container.ts", "deprecated": false, "trackAdoption": false }, @@ -201,7 +153,7 @@ "SearchResponseIncompleteWarning", "[] | undefined" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_data_state_container.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_data_state_container.ts", "deprecated": false, "trackAdoption": false } @@ -215,7 +167,7 @@ "tags": [], "label": "DiscoverAppState", "description": [], - "path": "src/plugins/discover/public/application/main/state_management/discover_app_state_container.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -231,7 +183,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_app_state_container.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.ts", "deprecated": false, "trackAdoption": false }, @@ -254,7 +206,7 @@ }, "[] | undefined" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_app_state_container.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.ts", "deprecated": false, "trackAdoption": false }, @@ -277,7 +229,7 @@ }, " | undefined" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_app_state_container.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.ts", "deprecated": false, "trackAdoption": false }, @@ -293,7 +245,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_app_state_container.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.ts", "deprecated": false, "trackAdoption": false }, @@ -310,7 +262,7 @@ "DiscoverDataSource", " | undefined" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_app_state_container.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.ts", "deprecated": false, "trackAdoption": false }, @@ -326,7 +278,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_app_state_container.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.ts", "deprecated": false, "trackAdoption": false }, @@ -357,7 +309,7 @@ }, " | undefined" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_app_state_container.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.ts", "deprecated": false, "trackAdoption": false }, @@ -373,7 +325,7 @@ "signature": [ "string[][] | undefined" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_app_state_container.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.ts", "deprecated": false, "trackAdoption": false }, @@ -389,7 +341,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_app_state_container.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.ts", "deprecated": false, "trackAdoption": false }, @@ -412,7 +364,7 @@ }, " | undefined" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_app_state_container.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.ts", "deprecated": false, "trackAdoption": false }, @@ -428,7 +380,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_app_state_container.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.ts", "deprecated": false, "trackAdoption": false }, @@ -444,7 +396,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_app_state_container.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.ts", "deprecated": false, "trackAdoption": false }, @@ -460,7 +412,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_app_state_container.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.ts", "deprecated": false, "trackAdoption": false }, @@ -476,7 +428,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_app_state_container.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.ts", "deprecated": false, "trackAdoption": false }, @@ -492,7 +444,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_app_state_container.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.ts", "deprecated": false, "trackAdoption": false }, @@ -508,7 +460,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_app_state_container.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.ts", "deprecated": false, "trackAdoption": false }, @@ -531,7 +483,7 @@ }, " | undefined" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_app_state_container.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_app_state_container.ts", "deprecated": false, "trackAdoption": false } @@ -545,7 +497,7 @@ "tags": [], "label": "DiscoverCustomizationService", "description": [], - "path": "src/plugins/discover/public/customizations/customization_service.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -567,7 +519,7 @@ }, ") => void" ], - "path": "src/plugins/discover/public/customizations/customization_service.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -587,7 +539,7 @@ "text": "DiscoverCustomization" } ], - "path": "src/plugins/discover/public/customizations/customization_service.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -641,7 +593,7 @@ "FieldListCustomization", ", { id: TCustomizationId; }> | undefined" ], - "path": "src/plugins/discover/public/customizations/customization_service.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -655,7 +607,7 @@ "signature": [ "TCustomizationId" ], - "path": "src/plugins/discover/public/customizations/customization_service.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -711,7 +663,7 @@ "FieldListCustomization", ", { id: TCustomizationId; }> | undefined>" ], - "path": "src/plugins/discover/public/customizations/customization_service.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -725,7 +677,7 @@ "signature": [ "TCustomizationId" ], - "path": "src/plugins/discover/public/customizations/customization_service.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -743,7 +695,7 @@ "signature": [ "(id: \"flyout\" | \"search_bar\" | \"top_nav\" | \"unified_histogram\" | \"data_table\" | \"field_list\") => void" ], - "path": "src/plugins/discover/public/customizations/customization_service.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -757,7 +709,7 @@ "signature": [ "\"flyout\" | \"search_bar\" | \"top_nav\" | \"unified_histogram\" | \"data_table\" | \"field_list\"" ], - "path": "src/plugins/discover/public/customizations/customization_service.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -775,7 +727,7 @@ "signature": [ "(id: \"flyout\" | \"search_bar\" | \"top_nav\" | \"unified_histogram\" | \"data_table\" | \"field_list\") => void" ], - "path": "src/plugins/discover/public/customizations/customization_service.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -789,7 +741,7 @@ "signature": [ "\"flyout\" | \"search_bar\" | \"top_nav\" | \"unified_histogram\" | \"data_table\" | \"field_list\"" ], - "path": "src/plugins/discover/public/customizations/customization_service.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -807,7 +759,7 @@ "tags": [], "label": "DiscoverServices", "description": [], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -828,7 +780,7 @@ }, " | undefined" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -842,7 +794,7 @@ "signature": [ "ApplicationStart" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -856,7 +808,7 @@ "signature": [ "(path: string) => string" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -870,7 +822,7 @@ "signature": [ "string" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -894,7 +846,7 @@ "TelemetryCounter", ">; }" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -906,15 +858,9 @@ "label": "i18n", "description": [], "signature": [ - { - "pluginId": "@kbn/core-i18n-browser", - "scope": "public", - "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-public.I18nStart", - "text": "I18nStart" - } + "I18nStart" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -926,15 +872,9 @@ "label": "capabilities", "description": [], "signature": [ - { - "pluginId": "@kbn/core-capabilities-common", - "scope": "common", - "docId": "kibKbnCoreCapabilitiesCommonPluginApi", - "section": "def-common.Capabilities", - "text": "Capabilities" - } + "Capabilities" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -954,7 +894,7 @@ "text": "ChromeStart" } ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -966,15 +906,9 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -994,7 +928,7 @@ "text": "DataPublicPluginStart" } ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1014,7 +948,7 @@ "text": "DiscoverSharedPublicStart" } ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1026,15 +960,9 @@ "label": "docLinks", "description": [], "signature": [ - { - "pluginId": "@kbn/core-doc-links-browser", - "scope": "public", - "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-public.DocLinksStart", - "text": "DocLinksStart" - } + "DocLinksStart" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1054,7 +982,7 @@ "text": "EmbeddableStart" } ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1071,7 +999,7 @@ "HistoryLocationState", ">" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1087,7 +1015,7 @@ "ScopedHistory", " | undefined" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1102,16 +1030,10 @@ "description": [], "signature": [ "(menuMount: ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", " | undefined) => void" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1124,13 +1046,7 @@ "label": "menuMount", "description": [], "signature": [ - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", " | undefined" ], "path": "src/core/packages/application/browser/src/app_mount.ts", @@ -1147,15 +1063,9 @@ "label": "theme", "description": [], "signature": [ - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - } + "ThemeServiceSetup" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1167,15 +1077,9 @@ "label": "userProfile", "description": [], "signature": [ - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - } + "UserProfileService" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1195,7 +1099,7 @@ "text": "FilterManager" } ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1225,7 +1129,7 @@ }, "; }" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1245,7 +1149,7 @@ "text": "DataViewsServicePublic" } ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1265,7 +1169,7 @@ "text": "Start" } ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1279,7 +1183,7 @@ "signature": [ "{ branch: string; }" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1299,7 +1203,7 @@ "text": "NavigationPublicStart" } ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1320,7 +1224,7 @@ }, " | undefined" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1342,7 +1246,7 @@ }, "[]; }" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1356,7 +1260,7 @@ "signature": [ "UrlTracker" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1538,7 +1442,7 @@ }, "; }" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1550,15 +1454,9 @@ "label": "toastNotifications", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - } + "IToasts" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1570,15 +1468,9 @@ "label": "notifications", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.NotificationsStart", - "text": "NotificationsStart" - } + "NotificationsStart" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1598,7 +1490,7 @@ "text": "IUiSettingsClient" } ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1618,7 +1510,7 @@ "text": "SettingsStart" } ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1632,7 +1524,7 @@ "signature": [ "((metricType: string, eventName: string | string[]) => void) | undefined" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1646,7 +1538,7 @@ "signature": [ "string" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1661,7 +1553,7 @@ "signature": [ "string | string[]" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1685,7 +1577,7 @@ "text": "PluginStart" } ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1705,7 +1597,7 @@ "text": "PluginStart" } ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1729,7 +1621,7 @@ "FieldStatisticTableEmbeddableProps", " & React.RefAttributes<{}>>; } | undefined" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1741,15 +1633,9 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1769,7 +1655,7 @@ "text": "Storage" } ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1790,7 +1676,7 @@ }, " | undefined" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1810,7 +1696,7 @@ "text": "TriggersAndActionsUIPublicPluginStart" } ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1839,7 +1725,7 @@ }, ">" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1862,7 +1748,7 @@ "DiscoverContextAppLocatorParams", ">" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1885,7 +1771,7 @@ "DiscoverSingleDocLocatorParams", ">" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1905,7 +1791,7 @@ "text": "ExpressionsStart" } ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1928,7 +1814,7 @@ "ActiveCursor", "; }" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1948,7 +1834,7 @@ "text": "SavedObjectsManagementPluginStart" } ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1969,7 +1855,7 @@ }, " | undefined" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -1989,7 +1875,7 @@ "text": "SavedSearchPublicPluginStart" } ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -2009,7 +1895,7 @@ "text": "UnifiedSearchPublicPluginStart" } ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -2029,7 +1915,7 @@ "text": "LensPublicStart" } ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -2117,7 +2003,7 @@ }, "; }" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -2137,7 +2023,7 @@ "text": "ContentClient" } ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -2158,7 +2044,7 @@ }, " | undefined" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -2179,7 +2065,7 @@ }, " | undefined" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -2193,7 +2079,7 @@ "signature": [ "ProfilesManager" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -2207,7 +2093,7 @@ "signature": [ "DiscoverEBTManager" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -2228,7 +2114,7 @@ }, " | undefined" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false }, @@ -2244,7 +2130,7 @@ "LogSourcesService", "; }; } | undefined" ], - "path": "src/plugins/discover/public/build_services.ts", + "path": "src/platform/plugins/shared/discover/public/build_services.ts", "deprecated": false, "trackAdoption": false } @@ -2258,7 +2144,7 @@ "tags": [], "label": "DiscoverStateContainer", "description": [], - "path": "src/plugins/discover/public/application/main/state_management/discover_state.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_state.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2274,7 +2160,7 @@ "signature": [ "DiscoverGlobalStateContainer" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_state.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_state.ts", "deprecated": false, "trackAdoption": false }, @@ -2290,7 +2176,7 @@ "signature": [ "DiscoverAppStateContainer" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_state.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_state.ts", "deprecated": false, "trackAdoption": false }, @@ -2306,7 +2192,7 @@ "signature": [ "DiscoverDataStateContainer" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_state.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_state.ts", "deprecated": false, "trackAdoption": false }, @@ -2333,7 +2219,7 @@ "InternalStateTransitions", ", {}>" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_state.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_state.ts", "deprecated": false, "trackAdoption": false }, @@ -2349,7 +2235,7 @@ "signature": [ "DiscoverSavedSearchContainer" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_state.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_state.ts", "deprecated": false, "trackAdoption": false }, @@ -2371,7 +2257,7 @@ "text": "IKbnUrlStateStorage" } ], - "path": "src/plugins/discover/public/application/main/state_management/discover_state.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_state.ts", "deprecated": false, "trackAdoption": false }, @@ -2387,7 +2273,7 @@ "signature": [ "DiscoverSearchSessionManager" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_state.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_state.ts", "deprecated": false, "trackAdoption": false }, @@ -2403,7 +2289,7 @@ "signature": [ "DiscoverCustomizationContext" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_state.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_state.ts", "deprecated": false, "trackAdoption": false }, @@ -2525,7 +2411,7 @@ }, " | undefined>; updateESQLQuery: (queryOrUpdater: string | ((prevQuery: string) => string)) => void; }" ], - "path": "src/plugins/discover/public/application/main/state_management/discover_state.ts", + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_state.ts", "deprecated": false, "trackAdoption": false } @@ -2539,7 +2425,7 @@ "tags": [], "label": "FlyoutCustomization", "description": [], - "path": "src/plugins/discover/public/customizations/customization_types/flyout_customization.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_types/flyout_customization.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2553,7 +2439,7 @@ "signature": [ "\"flyout\"" ], - "path": "src/plugins/discover/public/customizations/customization_types/flyout_customization.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_types/flyout_customization.ts", "deprecated": false, "trackAdoption": false }, @@ -2568,7 +2454,7 @@ "Property", ".Width | undefined" ], - "path": "src/plugins/discover/public/customizations/customization_types/flyout_customization.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_types/flyout_customization.ts", "deprecated": false, "trackAdoption": false }, @@ -2582,7 +2468,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/discover/public/customizations/customization_types/flyout_customization.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_types/flyout_customization.ts", "deprecated": false, "trackAdoption": false }, @@ -2600,7 +2486,7 @@ "FlyoutActionItem", "[]) | undefined; }" ], - "path": "src/plugins/discover/public/customizations/customization_types/flyout_customization.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_types/flyout_customization.ts", "deprecated": false, "trackAdoption": false }, @@ -2616,7 +2502,7 @@ "FlyoutContentProps", "> | undefined" ], - "path": "src/plugins/discover/public/customizations/customization_types/flyout_customization.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_types/flyout_customization.ts", "deprecated": false, "trackAdoption": false }, @@ -2653,7 +2539,7 @@ }, ") | undefined" ], - "path": "src/plugins/discover/public/customizations/customization_types/flyout_customization.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_types/flyout_customization.ts", "deprecated": false, "trackAdoption": false } @@ -2667,7 +2553,7 @@ "tags": [], "label": "HasTimeRange", "description": [], - "path": "src/plugins/discover/public/embeddable/types.ts", + "path": "src/platform/plugins/shared/discover/public/embeddable/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2681,7 +2567,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/discover/public/embeddable/types.ts", + "path": "src/platform/plugins/shared/discover/public/embeddable/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2690,56 +2576,6 @@ ], "initialIsOpen": false }, - { - "parentPluginId": "discover", - "id": "def-public.LogsExplorerTabsProps", - "type": "Interface", - "tags": [], - "label": "LogsExplorerTabsProps", - "description": [], - "path": "src/plugins/discover/public/components/logs_explorer_tabs/logs_explorer_tabs.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "discover", - "id": "def-public.LogsExplorerTabsProps.services", - "type": "Object", - "tags": [], - "label": "services", - "description": [], - "signature": [ - "{ share?: ", - { - "pluginId": "share", - "scope": "public", - "docId": "kibSharePluginApi", - "section": "def-public.SharePublicStart", - "text": "SharePublicStart" - }, - " | undefined; }" - ], - "path": "src/plugins/discover/public/components/logs_explorer_tabs/logs_explorer_tabs.tsx", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "discover", - "id": "def-public.LogsExplorerTabsProps.selectedTab", - "type": "CompoundType", - "tags": [], - "label": "selectedTab", - "description": [], - "signature": [ - "\"discover\" | \"logs-explorer\"" - ], - "path": "src/plugins/discover/public/components/logs_explorer_tabs/logs_explorer_tabs.tsx", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, { "parentPluginId": "discover", "id": "def-public.NonPersistedDisplayOptions", @@ -2747,7 +2583,7 @@ "tags": [], "label": "NonPersistedDisplayOptions", "description": [], - "path": "src/plugins/discover/public/embeddable/types.ts", + "path": "src/platform/plugins/shared/discover/public/embeddable/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2761,7 +2597,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/discover/public/embeddable/types.ts", + "path": "src/platform/plugins/shared/discover/public/embeddable/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2775,7 +2611,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/discover/public/embeddable/types.ts", + "path": "src/platform/plugins/shared/discover/public/embeddable/types.ts", "deprecated": false, "trackAdoption": false } @@ -2789,7 +2625,7 @@ "tags": [], "label": "PublishesSavedSearch", "description": [], - "path": "src/plugins/discover/public/embeddable/types.ts", + "path": "src/platform/plugins/shared/discover/public/embeddable/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3153,7 +2989,7 @@ }, ">; }" ], - "path": "src/plugins/discover/public/embeddable/types.ts", + "path": "src/platform/plugins/shared/discover/public/embeddable/types.ts", "deprecated": false, "trackAdoption": false } @@ -3167,7 +3003,7 @@ "tags": [], "label": "SearchBarCustomization", "description": [], - "path": "src/plugins/discover/public/customizations/customization_types/search_bar_customization.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_types/search_bar_customization.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3181,7 +3017,7 @@ "signature": [ "\"search_bar\"" ], - "path": "src/plugins/discover/public/customizations/customization_types/search_bar_customization.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_types/search_bar_customization.ts", "deprecated": false, "trackAdoption": false }, @@ -3195,7 +3031,7 @@ "signature": [ "React.ComponentType<{}> | undefined" ], - "path": "src/plugins/discover/public/customizations/customization_types/search_bar_customization.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_types/search_bar_customization.ts", "deprecated": false, "trackAdoption": false }, @@ -3209,7 +3045,7 @@ "signature": [ "React.ComponentType<{}> | undefined" ], - "path": "src/plugins/discover/public/customizations/customization_types/search_bar_customization.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_types/search_bar_customization.ts", "deprecated": false, "trackAdoption": false }, @@ -3239,7 +3075,7 @@ }, ">> | undefined" ], - "path": "src/plugins/discover/public/customizations/customization_types/search_bar_customization.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_types/search_bar_customization.ts", "deprecated": false, "trackAdoption": false }, @@ -3253,7 +3089,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/discover/public/customizations/customization_types/search_bar_customization.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_types/search_bar_customization.ts", "deprecated": false, "trackAdoption": false } @@ -3267,7 +3103,7 @@ "tags": [], "label": "TopNavCustomization", "description": [], - "path": "src/plugins/discover/public/customizations/customization_types/top_nav_customization.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_types/top_nav_customization.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3281,7 +3117,7 @@ "signature": [ "\"top_nav\"" ], - "path": "src/plugins/discover/public/customizations/customization_types/top_nav_customization.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_types/top_nav_customization.ts", "deprecated": false, "trackAdoption": false }, @@ -3296,7 +3132,7 @@ "TopNavDefaultMenu", " | undefined" ], - "path": "src/plugins/discover/public/customizations/customization_types/top_nav_customization.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_types/top_nav_customization.ts", "deprecated": false, "trackAdoption": false }, @@ -3311,7 +3147,7 @@ "TopNavDefaultBadges", " | undefined" ], - "path": "src/plugins/discover/public/customizations/customization_types/top_nav_customization.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_types/top_nav_customization.ts", "deprecated": false, "trackAdoption": false } @@ -3333,7 +3169,7 @@ "CustomizationCallbackContext", ") => void | (() => void) | Promise void)>" ], - "path": "src/plugins/discover/public/customizations/types.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3348,7 +3184,7 @@ "signature": [ "CustomizationCallbackContext" ], - "path": "src/plugins/discover/public/customizations/types.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/types.ts", "deprecated": false, "trackAdoption": false } @@ -3391,7 +3227,7 @@ }, " | undefined; }" ], - "path": "src/plugins/discover/public/components/discover_container/index.ts", + "path": "src/platform/plugins/shared/discover/public/components/discover_container/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3440,7 +3276,7 @@ " | ", "FieldListCustomization" ], - "path": "src/plugins/discover/public/customizations/customization_service.ts", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_service.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3455,7 +3291,7 @@ "signature": [ "\"SEARCH_EMBEDDABLE_CELL_ACTIONS_TRIGGER_ID\"" ], - "path": "src/plugins/discover/public/embeddable/constants.ts", + "path": "src/platform/plugins/shared/discover/public/embeddable/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3470,7 +3306,7 @@ "signature": [ "\"search\"" ], - "path": "packages/kbn-discover-utils/src/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3668,7 +3504,7 @@ }, ">" ], - "path": "src/plugins/discover/public/embeddable/types.ts", + "path": "src/platform/plugins/shared/discover/public/embeddable/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3715,7 +3551,7 @@ }, " | undefined; }" ], - "path": "src/plugins/discover/public/embeddable/types.ts", + "path": "src/platform/plugins/shared/discover/public/embeddable/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3750,13 +3586,7 @@ ">> & { attributes?: (", "SavedSearchAttributes", " & { references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }) | undefined; savedObjectId?: string | undefined; nonPersistedDisplayOptions?: ", { "pluginId": "discover", @@ -3767,7 +3597,7 @@ }, " | undefined; }" ], - "path": "src/plugins/discover/public/embeddable/types.ts", + "path": "src/platform/plugins/shared/discover/public/embeddable/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3790,7 +3620,7 @@ }, ", \"onBrushEnd\" | \"disabledActions\" | \"onFilter\" | \"withDefaultActions\">" ], - "path": "src/plugins/discover/public/customizations/customization_types/histogram_customization.tsx", + "path": "src/platform/plugins/shared/discover/public/customizations/customization_types/histogram_customization.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3804,7 +3634,7 @@ "tags": [], "label": "DiscoverSetup", "description": [], - "path": "src/plugins/discover/public/types.ts", + "path": "src/platform/plugins/shared/discover/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3827,7 +3657,7 @@ }, " | undefined" ], - "path": "src/plugins/discover/public/types.ts", + "path": "src/platform/plugins/shared/discover/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3841,7 +3671,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/discover/public/types.ts", + "path": "src/platform/plugins/shared/discover/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3857,7 +3687,7 @@ "signature": [ "(projectNavId: string, options: { enabled: boolean; showLogsExplorerTabs: boolean; }) => void" ], - "path": "src/plugins/discover/public/types.ts", + "path": "src/platform/plugins/shared/discover/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3871,7 +3701,7 @@ "signature": [ "string" ], - "path": "src/plugins/discover/public/types.ts", + "path": "src/platform/plugins/shared/discover/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3886,7 +3716,7 @@ "signature": [ "{ enabled: boolean; showLogsExplorerTabs: boolean; }" ], - "path": "src/plugins/discover/public/types.ts", + "path": "src/platform/plugins/shared/discover/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3905,7 +3735,7 @@ "tags": [], "label": "DiscoverStart", "description": [], - "path": "src/plugins/discover/public/types.ts", + "path": "src/platform/plugins/shared/discover/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3928,7 +3758,7 @@ }, " | undefined" ], - "path": "src/plugins/discover/public/types.ts", + "path": "src/platform/plugins/shared/discover/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3958,7 +3788,7 @@ }, ">" ], - "path": "src/plugins/discover/public/types.ts", + "path": "src/platform/plugins/shared/discover/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -3978,7 +3808,7 @@ "tags": [], "label": "DiscoverServerPluginLocatorService", "description": [], - "path": "src/plugins/discover/server/index.ts", + "path": "src/platform/plugins/shared/discover/server/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3991,13 +3821,7 @@ "description": [], "signature": [ "(req: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => Promise<", { "pluginId": "discover", @@ -4008,7 +3832,7 @@ }, ">" ], - "path": "src/plugins/discover/server/index.ts", + "path": "src/platform/plugins/shared/discover/server/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4020,16 +3844,10 @@ "label": "req", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "src/plugins/discover/server/index.ts", + "path": "src/platform/plugins/shared/discover/server/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4047,7 +3865,7 @@ "tags": [], "label": "DiscoverServerPluginStartDeps", "description": [], - "path": "src/plugins/discover/server/index.ts", + "path": "src/platform/plugins/shared/discover/server/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4067,7 +3885,7 @@ "text": "DataPluginStart" } ], - "path": "src/plugins/discover/server/index.ts", + "path": "src/platform/plugins/shared/discover/server/index.ts", "deprecated": false, "trackAdoption": false } @@ -4081,7 +3899,7 @@ "tags": [], "label": "LocatorServiceScopedClient", "description": [], - "path": "src/plugins/discover/server/index.ts", + "path": "src/platform/plugins/shared/discover/server/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4103,7 +3921,7 @@ }, ") => Promise" ], - "path": "src/plugins/discover/server/index.ts", + "path": "src/platform/plugins/shared/discover/server/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -4124,7 +3942,7 @@ "text": "DiscoverAppLocatorParams" } ], - "path": "src/plugins/discover/server/locator/columns_from_locator.ts", + "path": "src/platform/plugins/shared/discover/server/locator/columns_from_locator.ts", "deprecated": false, "trackAdoption": false } @@ -4156,7 +3974,7 @@ }, ">" ], - "path": "src/plugins/discover/server/index.ts", + "path": "src/platform/plugins/shared/discover/server/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -4177,7 +3995,7 @@ "text": "DiscoverAppLocatorParams" } ], - "path": "src/plugins/discover/server/locator/searchsource_from_locator.ts", + "path": "src/platform/plugins/shared/discover/server/locator/searchsource_from_locator.ts", "deprecated": false, "trackAdoption": false } @@ -4201,7 +4019,7 @@ }, ") => Promise" ], - "path": "src/plugins/discover/server/index.ts", + "path": "src/platform/plugins/shared/discover/server/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -4222,7 +4040,7 @@ "text": "DiscoverAppLocatorParams" } ], - "path": "src/plugins/discover/server/locator/title_from_locator.ts", + "path": "src/platform/plugins/shared/discover/server/locator/title_from_locator.ts", "deprecated": false, "trackAdoption": false } @@ -4262,7 +4080,7 @@ }, " | undefined>" ], - "path": "src/plugins/discover/server/index.ts", + "path": "src/platform/plugins/shared/discover/server/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -4283,7 +4101,7 @@ "text": "DiscoverAppLocatorParams" } ], - "path": "src/plugins/discover/server/locator/query_from_locator.ts", + "path": "src/platform/plugins/shared/discover/server/locator/query_from_locator.ts", "deprecated": false, "trackAdoption": false } @@ -4315,7 +4133,7 @@ }, "[]>" ], - "path": "src/plugins/discover/server/index.ts", + "path": "src/platform/plugins/shared/discover/server/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -4336,7 +4154,7 @@ "text": "DiscoverAppLocatorParams" } ], - "path": "src/plugins/discover/server/locator/filters_from_locator.ts", + "path": "src/platform/plugins/shared/discover/server/locator/filters_from_locator.ts", "deprecated": false, "trackAdoption": false } @@ -4356,7 +4174,7 @@ "tags": [], "label": "DiscoverServerPluginStart", "description": [], - "path": "src/plugins/discover/server/index.ts", + "path": "src/platform/plugins/shared/discover/server/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4376,7 +4194,7 @@ "text": "DiscoverServerPluginLocatorService" } ], - "path": "src/plugins/discover/server/index.ts", + "path": "src/platform/plugins/shared/discover/server/index.ts", "deprecated": false, "trackAdoption": false } @@ -4420,7 +4238,7 @@ }, ">" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4434,7 +4252,7 @@ "signature": [ "\"DISCOVER_APP_LOCATOR\"" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false }, @@ -4448,7 +4266,7 @@ "signature": [ "any" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4462,7 +4280,7 @@ "signature": [ "DiscoverAppLocatorDependencies" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4496,7 +4314,7 @@ }, "; }>" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4516,7 +4334,7 @@ "text": "DiscoverAppLocatorParams" } ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4560,7 +4378,7 @@ }, ">" ], - "path": "src/plugins/discover/common/esql_locator.ts", + "path": "src/platform/plugins/shared/discover/common/esql_locator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4574,7 +4392,7 @@ "signature": [ "\"DISCOVER_ESQL_LOCATOR\"" ], - "path": "src/plugins/discover/common/esql_locator.ts", + "path": "src/platform/plugins/shared/discover/common/esql_locator.ts", "deprecated": false, "trackAdoption": false }, @@ -4588,7 +4406,7 @@ "signature": [ "any" ], - "path": "src/plugins/discover/common/esql_locator.ts", + "path": "src/platform/plugins/shared/discover/common/esql_locator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4602,7 +4420,7 @@ "signature": [ "DiscoverESQLLocatorDependencies" ], - "path": "src/plugins/discover/common/esql_locator.ts", + "path": "src/platform/plugins/shared/discover/common/esql_locator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4622,7 +4440,7 @@ "KibanaLocation", ">" ], - "path": "src/plugins/discover/common/esql_locator.ts", + "path": "src/platform/plugins/shared/discover/common/esql_locator.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4658,7 +4476,7 @@ "text": "SerializableRecord" } ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4674,7 +4492,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false }, @@ -4690,7 +4508,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false }, @@ -4708,14 +4526,10 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": true, "trackAdoption": false, "references": [ - { - "plugin": "exploratoryView", - "path": "x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/hooks/use_discover_link.tsx" - }, { "plugin": "fleet", "path": "x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/multi_page_layout/hooks/use_get_logs_discover_link.tsx" @@ -4732,6 +4546,10 @@ "plugin": "osquery", "path": "x-pack/platform/plugins/shared/osquery/public/common/hooks/use_discover_link.tsx" }, + { + "plugin": "exploratoryView", + "path": "x-pack/solutions/observability/plugins/exploratory_view/public/components/shared/exploratory_view/hooks/use_discover_link.tsx" + }, { "plugin": "synthetics", "path": "x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/common/components/stderr_logs.tsx" @@ -4755,7 +4573,7 @@ }, " | undefined" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false }, @@ -4778,7 +4596,7 @@ }, " | undefined" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false }, @@ -4810,7 +4628,7 @@ }, ") | undefined" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false }, @@ -4833,7 +4651,7 @@ }, "[] | undefined" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false }, @@ -4864,7 +4682,7 @@ }, " | undefined" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false }, @@ -4880,7 +4698,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false }, @@ -4896,7 +4714,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false }, @@ -4912,7 +4730,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false }, @@ -4935,7 +4753,7 @@ }, " | undefined" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false }, @@ -4951,7 +4769,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false }, @@ -4967,7 +4785,7 @@ "signature": [ "string[][] | undefined" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false }, @@ -4983,7 +4801,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false }, @@ -5000,7 +4818,7 @@ "VIEW_MODE", " | undefined" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false }, @@ -5016,7 +4834,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false }, @@ -5032,7 +4850,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false }, @@ -5048,7 +4866,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false } @@ -5064,7 +4882,7 @@ "description": [ "\nLocation state of scoped history (history instance of Kibana Platform application service)" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5085,7 +4903,7 @@ }, " | undefined" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false }, @@ -5099,7 +4917,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false } @@ -5119,7 +4937,7 @@ "signature": [ "\"discoverApp\"" ], - "path": "src/plugins/discover/common/index.ts", + "path": "src/platform/plugins/shared/discover/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5134,7 +4952,7 @@ "signature": [ "\"DISCOVER_APP_LOCATOR\"" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5164,7 +4982,7 @@ }, ">" ], - "path": "src/plugins/discover/common/app_locator.ts", + "path": "src/platform/plugins/shared/discover/common/app_locator.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5194,7 +5012,7 @@ }, ">" ], - "path": "src/plugins/discover/common/esql_locator.ts", + "path": "src/platform/plugins/shared/discover/common/esql_locator.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5215,7 +5033,7 @@ "text": "SerializableRecord" } ], - "path": "src/plugins/discover/common/esql_locator.ts", + "path": "src/platform/plugins/shared/discover/common/esql_locator.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5230,7 +5048,7 @@ "signature": [ "\"discover\"" ], - "path": "src/plugins/discover/common/index.ts", + "path": "src/platform/plugins/shared/discover/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/discover.mdx b/api_docs/discover.mdx index a1629251d53de..0c7469c44e04d 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discover'] --- import discoverObj from './discover.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 215 | 0 | 167 | 30 | +| 210 | 0 | 163 | 30 | ## Client diff --git a/api_docs/discover_enhanced.devdocs.json b/api_docs/discover_enhanced.devdocs.json index 6c9606a1e5083..ad2cf9d97425b 100644 --- a/api_docs/discover_enhanced.devdocs.json +++ b/api_docs/discover_enhanced.devdocs.json @@ -18,13 +18,7 @@ "text": "DiscoverEnhancedPlugin" }, " implements ", - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.Plugin", - "text": "Plugin" - }, + "Plugin", "" ], - "path": "x-pack/plugins/discover_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -63,7 +57,7 @@ "text": "Config" } ], - "path": "x-pack/plugins/discover_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -77,7 +71,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/discover_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -89,16 +83,10 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", "" ], - "path": "x-pack/plugins/discover_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -115,13 +103,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<", { "pluginId": "discoverEnhanced", @@ -140,7 +122,7 @@ }, ") => void" ], - "path": "x-pack/plugins/discover_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -152,13 +134,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<", { "pluginId": "discoverEnhanced", @@ -169,7 +145,7 @@ }, ", unknown>" ], - "path": "x-pack/plugins/discover_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -190,7 +166,7 @@ "text": "DiscoverEnhancedSetupDependencies" } ], - "path": "x-pack/plugins/discover_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -207,13 +183,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", plugins: ", { "pluginId": "discoverEnhanced", @@ -224,7 +194,7 @@ }, ") => void" ], - "path": "x-pack/plugins/discover_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -236,15 +206,9 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], - "path": "x-pack/plugins/discover_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -265,7 +229,7 @@ "text": "DiscoverEnhancedStartDependencies" } ], - "path": "x-pack/plugins/discover_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -283,7 +247,7 @@ "signature": [ "() => void" ], - "path": "x-pack/plugins/discover_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -323,7 +287,7 @@ "ExploreDataChartActionContext", ">" ], - "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -337,7 +301,7 @@ "signature": [ "\"ACTION_EXPLORE_DATA_CHART\"" ], - "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts", "deprecated": false, "trackAdoption": false }, @@ -351,7 +315,7 @@ "signature": [ "\"ACTION_EXPLORE_DATA_CHART\"" ], - "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts", "deprecated": false, "trackAdoption": false }, @@ -365,7 +329,7 @@ "signature": [ "200" ], - "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts", "deprecated": false, "trackAdoption": false }, @@ -381,7 +345,7 @@ "ExploreDataChartActionContext", ") => Promise" ], - "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -395,7 +359,7 @@ "signature": [ "ExploreDataChartActionContext" ], - "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -417,7 +381,7 @@ "KibanaLocation", ">" ], - "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -431,7 +395,7 @@ "signature": [ "ExploreDataChartActionContext" ], - "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -479,7 +443,7 @@ }, ">" ], - "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -493,7 +457,7 @@ "signature": [ "\"ACTION_EXPLORE_DATA\"" ], - "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts", "deprecated": false, "trackAdoption": false }, @@ -507,7 +471,7 @@ "signature": [ "\"ACTION_EXPLORE_DATA\"" ], - "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts", "deprecated": false, "trackAdoption": false }, @@ -521,7 +485,7 @@ "signature": [ "200" ], - "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts", "deprecated": false, "trackAdoption": false } @@ -538,7 +502,7 @@ "tags": [], "label": "DiscoverEnhancedSetupDependencies", "description": [], - "path": "x-pack/plugins/discover_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -558,7 +522,7 @@ "text": "DiscoverSetup" } ], - "path": "x-pack/plugins/discover_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -578,7 +542,7 @@ "text": "EmbeddableSetup" } ], - "path": "x-pack/plugins/discover_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -599,7 +563,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/discover_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -645,7 +609,7 @@ }, ") => void; }" ], - "path": "x-pack/plugins/discover_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -659,7 +623,7 @@ "tags": [], "label": "DiscoverEnhancedStartDependencies", "description": [], - "path": "x-pack/plugins/discover_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -679,7 +643,7 @@ "text": "DiscoverStart" } ], - "path": "x-pack/plugins/discover_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -699,7 +663,7 @@ "text": "EmbeddableStart" } ], - "path": "x-pack/plugins/discover_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -720,7 +684,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/discover_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -808,7 +772,7 @@ }, "; }" ], - "path": "x-pack/plugins/discover_enhanced/public/plugin.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -839,7 +803,7 @@ "tags": [], "label": "Config", "description": [], - "path": "x-pack/plugins/discover_enhanced/common/config.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/common/config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -853,7 +817,7 @@ "signature": [ "{ exploreDataInChart: { enabled: boolean; }; exploreDataInContextMenu: { enabled: boolean; }; }" ], - "path": "x-pack/plugins/discover_enhanced/common/config.ts", + "path": "x-pack/platform/plugins/private/discover_enhanced/common/config.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/discover_enhanced.mdx b/api_docs/discover_enhanced.mdx index e2ac7ad7f7a36..29ddc4ac2834c 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discoverEnhanced'] --- import discoverEnhancedObj from './discover_enhanced.devdocs.json'; diff --git a/api_docs/discover_shared.devdocs.json b/api_docs/discover_shared.devdocs.json index 39dc71aa37b16..291a85b675bbc 100644 --- a/api_docs/discover_shared.devdocs.json +++ b/api_docs/discover_shared.devdocs.json @@ -13,7 +13,7 @@ "description": [ "\nService types" ], - "path": "src/plugins/discover_shared/public/services/discover_features/types.ts", + "path": "src/platform/plugins/shared/discover_shared/public/services/discover_features/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -42,7 +42,7 @@ }, ">" ], - "path": "src/plugins/discover_shared/public/services/discover_features/types.ts", + "path": "src/platform/plugins/shared/discover_shared/public/services/discover_features/types.ts", "deprecated": false, "trackAdoption": false } @@ -56,7 +56,7 @@ "tags": [], "label": "DiscoverFeaturesServiceStart", "description": [], - "path": "src/plugins/discover_shared/public/services/discover_features/types.ts", + "path": "src/platform/plugins/shared/discover_shared/public/services/discover_features/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -85,7 +85,7 @@ }, ">" ], - "path": "src/plugins/discover_shared/public/services/discover_features/types.ts", + "path": "src/platform/plugins/shared/discover_shared/public/services/discover_features/types.ts", "deprecated": false, "trackAdoption": false } @@ -99,7 +99,7 @@ "tags": [], "label": "ObservabilityLogsAIAssistantFeature", "description": [], - "path": "src/plugins/discover_shared/public/services/discover_features/types.ts", + "path": "src/platform/plugins/shared/discover_shared/public/services/discover_features/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -113,7 +113,7 @@ "signature": [ "\"observability-logs-ai-assistant\"" ], - "path": "src/plugins/discover_shared/public/services/discover_features/types.ts", + "path": "src/platform/plugins/shared/discover_shared/public/services/discover_features/types.ts", "deprecated": false, "trackAdoption": false }, @@ -135,7 +135,7 @@ }, ") => JSX.Element" ], - "path": "src/plugins/discover_shared/public/services/discover_features/types.ts", + "path": "src/platform/plugins/shared/discover_shared/public/services/discover_features/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -155,7 +155,7 @@ "text": "ObservabilityLogsAIAssistantFeatureRenderDeps" } ], - "path": "src/plugins/discover_shared/public/services/discover_features/types.ts", + "path": "src/platform/plugins/shared/discover_shared/public/services/discover_features/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -175,7 +175,7 @@ "description": [ "\nFeatures types\nHere goes the contract definition for the client features that can be registered\nand that will be consumed by Discover.\n\nAllow to register an AIAssistant scoped to investigate log entries.\nIt will be opinionatedly used as an additional tool to investigate a log document and\nwill be shown on the logs-overview preset tab of the UnifiedDocViewer." ], - "path": "src/plugins/discover_shared/public/services/discover_features/types.ts", + "path": "src/platform/plugins/shared/discover_shared/public/services/discover_features/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -195,7 +195,7 @@ "text": "DataTableRecord" } ], - "path": "src/plugins/discover_shared/public/services/discover_features/types.ts", + "path": "src/platform/plugins/shared/discover_shared/public/services/discover_features/types.ts", "deprecated": false, "trackAdoption": false } @@ -209,7 +209,7 @@ "tags": [], "label": "SecuritySolutionAppWrapperFeature", "description": [], - "path": "src/plugins/discover_shared/public/services/discover_features/types.ts", + "path": "src/platform/plugins/shared/discover_shared/public/services/discover_features/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -223,7 +223,7 @@ "signature": [ "\"security-solution-app-wrapper\"" ], - "path": "src/plugins/discover_shared/public/services/discover_features/types.ts", + "path": "src/platform/plugins/shared/discover_shared/public/services/discover_features/types.ts", "deprecated": false, "trackAdoption": false }, @@ -237,7 +237,7 @@ "signature": [ "() => Promise<() => React.FunctionComponent<{ children?: React.ReactNode; }>>" ], - "path": "src/plugins/discover_shared/public/services/discover_features/types.ts", + "path": "src/platform/plugins/shared/discover_shared/public/services/discover_features/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -255,7 +255,7 @@ "description": [ "*************** Security Solution" ], - "path": "src/plugins/discover_shared/public/services/discover_features/types.ts", + "path": "src/platform/plugins/shared/discover_shared/public/services/discover_features/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -269,7 +269,7 @@ "signature": [ "\"security-solution-cell-renderer\"" ], - "path": "src/plugins/discover_shared/public/services/discover_features/types.ts", + "path": "src/platform/plugins/shared/discover_shared/public/services/discover_features/types.ts", "deprecated": false, "trackAdoption": false }, @@ -291,7 +291,7 @@ }, "> | undefined>" ], - "path": "src/plugins/discover_shared/public/services/discover_features/types.ts", + "path": "src/platform/plugins/shared/discover_shared/public/services/discover_features/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -323,7 +323,7 @@ " | ", "SecuritySolutionFeature" ], - "path": "src/plugins/discover_shared/public/services/discover_features/types.ts", + "path": "src/platform/plugins/shared/discover_shared/public/services/discover_features/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -337,7 +337,7 @@ "tags": [], "label": "DiscoverSharedPublicSetup", "description": [], - "path": "src/plugins/discover_shared/public/types.ts", + "path": "src/platform/plugins/shared/discover_shared/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -357,7 +357,7 @@ "text": "DiscoverFeaturesServiceSetup" } ], - "path": "src/plugins/discover_shared/public/types.ts", + "path": "src/platform/plugins/shared/discover_shared/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -372,7 +372,7 @@ "tags": [], "label": "DiscoverSharedPublicStart", "description": [], - "path": "src/plugins/discover_shared/public/types.ts", + "path": "src/platform/plugins/shared/discover_shared/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -392,7 +392,7 @@ "text": "DiscoverFeaturesServiceStart" } ], - "path": "src/plugins/discover_shared/public/types.ts", + "path": "src/platform/plugins/shared/discover_shared/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -428,7 +428,7 @@ }, "" ], - "path": "src/plugins/discover_shared/common/features_registry/features_registry.ts", + "path": "src/platform/plugins/shared/discover_shared/common/features_registry/features_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -442,7 +442,7 @@ "signature": [ "(feature: Feature) => void" ], - "path": "src/plugins/discover_shared/common/features_registry/features_registry.ts", + "path": "src/platform/plugins/shared/discover_shared/common/features_registry/features_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -456,7 +456,7 @@ "signature": [ "Feature" ], - "path": "src/plugins/discover_shared/common/features_registry/features_registry.ts", + "path": "src/platform/plugins/shared/discover_shared/common/features_registry/features_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -474,7 +474,7 @@ "signature": [ "(id: Id) => Extract | undefined" ], - "path": "src/plugins/discover_shared/common/features_registry/features_registry.ts", + "path": "src/platform/plugins/shared/discover_shared/common/features_registry/features_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -488,7 +488,7 @@ "signature": [ "Id" ], - "path": "src/plugins/discover_shared/common/features_registry/features_registry.ts", + "path": "src/platform/plugins/shared/discover_shared/common/features_registry/features_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/discover_shared.mdx b/api_docs/discover_shared.mdx index 554855735e815..764c717b964d0 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-12-27 +date: 2025-01-05 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 f74441b0f008d..185978421db05 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-12-27 +date: 2025-01-05 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 4695c885b9256..32e96117a5fa6 100644 --- a/api_docs/elastic_assistant.devdocs.json +++ b/api_docs/elastic_assistant.devdocs.json @@ -1678,13 +1678,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined; model?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; langSmithProject?: string | undefined; langSmithApiKey?: string | undefined; } | { subAction: \"invokeAI\" | \"invokeStream\"; anonymizationFields: { id: string; field: string; namespace?: string | undefined; timestamp?: string | undefined; createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; allowed?: boolean | undefined; anonymized?: boolean | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; endpointIds: string[]; insightType: \"incompatible_antivirus\" | \"noisy_process_tree\"; model?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; langSmithProject?: string | undefined; langSmithApiKey?: string | undefined; }, any>" ], "path": "x-pack/solutions/security/plugins/elastic_assistant/server/types.ts", @@ -1772,21 +1766,9 @@ " & ", "ResultsServiceProvider", " & { alertingServiceProvider(savedObjectsClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "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?: ", "AnomalyDetectionRuleState", " | undefined) => Promise<{ payload: ", diff --git a/api_docs/elastic_assistant.mdx b/api_docs/elastic_assistant.mdx index 48fa8e4892c69..20670e48c0bed 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-12-27 +date: 2025-01-05 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 d5a2d3a3eb310..46e0b8ac91a27 100644 --- a/api_docs/embeddable.devdocs.json +++ b/api_docs/embeddable.devdocs.json @@ -4,164 +4,31 @@ "classes": [ { "parentPluginId": "embeddable", - "id": "def-public.Embeddable", + "id": "def-public.EmbeddableStateTransfer", "type": "Class", "tags": [], - "label": "Embeddable", - "description": [], - "signature": [ - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.Embeddable", - "text": "Embeddable" - }, - " implements ", - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.IEmbeddable", - "text": "IEmbeddable" - }, - "" + "label": "EmbeddableStateTransfer", + "description": [ + "\nA wrapper around the session storage which provides strongly typed helper methods\nfor common incoming and outgoing states used by the embeddable infrastructure.\n" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "embeddable", - "id": "def-public.Embeddable.runtimeId", - "type": "number", - "tags": [], - "label": "runtimeId", - "description": [], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.Embeddable.runtimeId", - "type": "number", - "tags": [], - "label": "runtimeId", - "description": [], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.Embeddable.deferEmbeddableLoad", - "type": "boolean", - "tags": [], - "label": "deferEmbeddableLoad", - "description": [], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.Embeddable.type", - "type": "string", - "tags": [], - "label": "type", - "description": [], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.Embeddable.id", - "type": "string", - "tags": [], - "label": "id", - "description": [], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.Embeddable.fatalError", - "type": "Object", - "tags": [], - "label": "fatalError", - "description": [], - "signature": [ - "Error | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.Embeddable.output", - "type": "Uncategorized", - "tags": [], - "label": "output", - "description": [], - "signature": [ - "TEmbeddableOutput" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.Embeddable.input", - "type": "Uncategorized", - "tags": [], - "label": "input", - "description": [], - "signature": [ - "TEmbeddableInput" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.Embeddable.renderComplete", - "type": "Object", - "tags": [], - "label": "renderComplete", - "description": [], - "signature": [ - { - "pluginId": "kibanaUtils", - "scope": "public", - "docId": "kibKibanaUtilsPluginApi", - "section": "def-public.RenderCompleteDispatcher", - "text": "RenderCompleteDispatcher" - } - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.Embeddable.destroyed", + "id": "def-public.EmbeddableStateTransfer.isTransferInProgress", "type": "boolean", "tags": [], - "label": "destroyed", + "label": "isTransferInProgress", "description": [], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "embeddable", - "id": "def-public.Embeddable.Unnamed", + "id": "def-public.EmbeddableStateTransfer.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -169,502 +36,531 @@ "signature": [ "any" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "embeddable", - "id": "def-public.Embeddable.Unnamed.$1", - "type": "Uncategorized", + "id": "def-public.EmbeddableStateTransfer.Unnamed.$1", + "type": "Function", "tags": [], - "label": "input", + "label": "navigateToApp", "description": [], "signature": [ - "TEmbeddableInput" + "(appId: string, options?: ", + "NavigateToAppOptions", + " | undefined) => Promise" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true }, { "parentPluginId": "embeddable", - "id": "def-public.Embeddable.Unnamed.$2", - "type": "Uncategorized", + "id": "def-public.EmbeddableStateTransfer.Unnamed.$2", + "type": "Object", "tags": [], - "label": "output", + "label": "currentAppId$", "description": [], "signature": [ - "TEmbeddableOutput" + "Observable", + "" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true + }, + { + "parentPluginId": "embeddable", + "id": "def-public.EmbeddableStateTransfer.Unnamed.$3", + "type": "Object", + "tags": [], + "label": "appList", + "description": [], + "signature": [ + "ReadonlyMap | undefined" + ], + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + }, + { + "parentPluginId": "embeddable", + "id": "def-public.EmbeddableStateTransfer.Unnamed.$4", + "type": "Object", + "tags": [], + "label": "customStorage", + "description": [], + "signature": [ + { + "pluginId": "kibanaUtils", + "scope": "public", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-public.Storage", + "text": "Storage" + }, + " | undefined" + ], + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false } ], "returnComment": [] }, { "parentPluginId": "embeddable", - "id": "def-public.Embeddable.getEditHref", + "id": "def-public.EmbeddableStateTransfer.getAppNameFromId", "type": "Function", "tags": [], - "label": "getEditHref", - "description": [], - "signature": [ - "() => Promise" + "label": "getAppNameFromId", + "description": [ + "\nFetches an internationalized app title when given an appId." ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.Embeddable.reportsEmbeddableLoad", - "type": "Function", - "tags": [], - "label": "reportsEmbeddableLoad", - "description": [], "signature": [ - "() => boolean" + "(appId: string) => string | undefined" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, - "children": [], + "children": [ + { + "parentPluginId": "embeddable", + "id": "def-public.EmbeddableStateTransfer.getAppNameFromId.$1", + "type": "string", + "tags": [], + "label": "appId", + "description": [ + "- The id of the app to fetch the title for" + ], + "signature": [ + "string" + ], + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], "returnComment": [] }, { "parentPluginId": "embeddable", - "id": "def-public.Embeddable.reload", + "id": "def-public.EmbeddableStateTransfer.getIncomingEditorState", "type": "Function", "tags": [], - "label": "reload", + "label": "getIncomingEditorState", "description": [ - "\nReload will be called when there is a request to refresh the data or view, even if the\ninput data did not change.\n\nIn case if input data did change and reload is requested input$ and output$ would still emit before `reload` is called\n\nThe order would be as follows:\ninput$\noutput$\nreload()\n----\nupdated$" + "\nFetches an {@link EmbeddableEditorState | editor state} from the sessionStorage for the provided app id\n" ], "signature": [ - "() => void" + "(appId: string, removeAfterFetch?: boolean | undefined) => ", + { + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.EmbeddableEditorState", + "text": "EmbeddableEditorState" + }, + " | undefined" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, - "children": [], + "children": [ + { + "parentPluginId": "embeddable", + "id": "def-public.EmbeddableStateTransfer.getIncomingEditorState.$1", + "type": "string", + "tags": [], + "label": "appId", + "description": [ + "- The app to fetch incomingEditorState for" + ], + "signature": [ + "string" + ], + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "embeddable", + "id": "def-public.EmbeddableStateTransfer.getIncomingEditorState.$2", + "type": "CompoundType", + "tags": [], + "label": "removeAfterFetch", + "description": [ + "- Whether to remove the package state after fetch to prevent duplicates." + ], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], "returnComment": [] }, { "parentPluginId": "embeddable", - "id": "def-public.Embeddable.getUpdated$", + "id": "def-public.EmbeddableStateTransfer.clearEditorState", "type": "Function", "tags": [], - "label": "getUpdated$", + "label": "clearEditorState", "description": [ - "\nMerges input$ and output$ streams and debounces emit till next macro-task.\nCould be useful to batch reactions to input$ and output$ updates that happen separately but synchronously.\nIn case corresponding state change triggered `reload` this stream is guarantied to emit later,\nwhich allows to skip state handling in case `reload` already handled it." + "\nClears the {@link EmbeddableEditorState | editor state} from the sessionStorage for the provided app id\n" ], "signature": [ - "() => Readonly<", - "Observable", - ">" + "(appId?: string | undefined) => void" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.Embeddable.getInput$", - "type": "Function", - "tags": [], - "label": "getInput$", - "description": [], - "signature": [ - "() => Readonly<", - "Observable", - ">" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.Embeddable.getOutput$", - "type": "Function", - "tags": [], - "label": "getOutput$", - "description": [], - "signature": [ - "() => Readonly<", - "Observable", - ">" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.Embeddable.getOutput", - "type": "Function", - "tags": [], - "label": "getOutput", - "description": [], - "signature": [ - "() => Readonly" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.Embeddable.getExplicitInputIsEqual", - "type": "Function", - "tags": [], - "label": "getExplicitInputIsEqual", - "description": [], - "signature": [ - "(lastExplicitInput: Partial) => Promise" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "embeddable", - "id": "def-public.Embeddable.getExplicitInputIsEqual.$1", - "type": "Object", + "id": "def-public.EmbeddableStateTransfer.clearEditorState.$1", + "type": "string", "tags": [], - "label": "lastExplicitInput", - "description": [], + "label": "appId", + "description": [ + "- The app to fetch incomingEditorState for" + ], "signature": [ - "Partial" + "string | undefined" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, - "isRequired": true + "isRequired": false } ], "returnComment": [] }, { "parentPluginId": "embeddable", - "id": "def-public.Embeddable.getExplicitInput", - "type": "Function", - "tags": [], - "label": "getExplicitInput", - "description": [], - "signature": [ - "() => Readonly" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.Embeddable.getPersistableInput", - "type": "Function", - "tags": [], - "label": "getPersistableInput", - "description": [], - "signature": [ - "() => Readonly" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.Embeddable.getInput", - "type": "Function", - "tags": [], - "label": "getInput", - "description": [], - "signature": [ - "() => Readonly" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.Embeddable.getTitle", - "type": "Function", - "tags": [], - "label": "getTitle", - "description": [], - "signature": [ - "() => string" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.Embeddable.getDescription", + "id": "def-public.EmbeddableStateTransfer.getIncomingEmbeddablePackage", "type": "Function", "tags": [], - "label": "getDescription", - "description": [], - "signature": [ - "() => string" + "label": "getIncomingEmbeddablePackage", + "description": [ + "\nFetches an {@link EmbeddablePackageState | embeddable package} from the sessionStorage for the given AppId\n" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.Embeddable.updateInput", - "type": "Function", - "tags": [], - "label": "updateInput", - "description": [], "signature": [ - "(changes: Partial) => void" + "(appId: string, removeAfterFetch?: boolean | undefined) => ", + { + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.EmbeddablePackageState", + "text": "EmbeddablePackageState" + }, + " | undefined" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "embeddable", - "id": "def-public.Embeddable.updateInput.$1", - "type": "Object", + "id": "def-public.EmbeddableStateTransfer.getIncomingEmbeddablePackage.$1", + "type": "string", "tags": [], - "label": "changes", - "description": [], + "label": "appId", + "description": [ + "- The app to fetch EmbeddablePackageState for" + ], "signature": [ - "Partial" + "string" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.Embeddable.render", - "type": "Function", - "tags": [], - "label": "render", - "description": [], - "signature": [ - "(el: HTMLElement) => void | TNode" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [ + }, { "parentPluginId": "embeddable", - "id": "def-public.Embeddable.render.$1", - "type": "Object", + "id": "def-public.EmbeddableStateTransfer.getIncomingEmbeddablePackage.$2", + "type": "CompoundType", "tags": [], - "label": "el", - "description": [], + "label": "removeAfterFetch", + "description": [ + "- Whether to remove the package state after fetch to prevent duplicates." + ], "signature": [ - "HTMLElement" + "boolean | undefined" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, - "isRequired": true + "isRequired": false } ], "returnComment": [] }, { "parentPluginId": "embeddable", - "id": "def-public.Embeddable.getInspectorAdapters", + "id": "def-public.EmbeddableStateTransfer.navigateToEditor", "type": "Function", - "tags": [ - "return" - ], - "label": "getInspectorAdapters", + "tags": [], + "label": "navigateToEditor", "description": [ - "\nAn embeddable can return inspector adapters if it want the inspector to be\navailable via the context menu of that panel." + "\nA wrapper around the {@link ApplicationStart.navigateToApp} method which navigates to the specified appId\nwith {@link EmbeddableEditorState | embeddable editor state}" ], "signature": [ - "() => ", + "(appId: string, options?: { path?: string | undefined; openInNewTab?: boolean | undefined; skipAppLeave?: boolean | undefined; state: ", { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.EmbeddableEditorState", + "text": "EmbeddableEditorState" }, - " | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [ - "Inspector adapters that will be used to open an inspector for." - ] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.Embeddable.destroy", - "type": "Function", - "tags": [], - "label": "destroy", - "description": [ - "\nCalled when this embeddable is no longer used, this should be the place for\nimplementors to add additional clean up tasks, like un-mounting and unsubscribing." - ], - "signature": [ - "() => void" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.Embeddable.untilInitializationFinished", - "type": "Function", - "tags": [], - "label": "untilInitializationFinished", - "description": [], - "signature": [ - "() => Promise" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.Embeddable.setInitializationFinished", - "type": "Function", - "tags": [], - "label": "setInitializationFinished", - "description": [ - "\ncommunicate to the parent embeddable that this embeddable's initialization is finished.\nThis only applies to embeddables which defer their loading state with deferEmbeddableLoad." - ], - "signature": [ - "() => void" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.Embeddable.updateOutput", - "type": "Function", - "tags": [], - "label": "updateOutput", - "description": [], - "signature": [ - "(outputChanges: Partial) => void" + "; } | undefined) => Promise" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "embeddable", - "id": "def-public.Embeddable.updateOutput.$1", - "type": "Object", + "id": "def-public.EmbeddableStateTransfer.navigateToEditor.$1", + "type": "string", "tags": [], - "label": "outputChanges", + "label": "appId", "description": [], "signature": [ - "Partial" + "string" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.Embeddable.onFatalError", - "type": "Function", - "tags": [], - "label": "onFatalError", - "description": [ - "\nCall this **only** when your embeddable has encountered a non-recoverable error; recoverable errors\nshould be handled by the individual embeddable types" - ], - "signature": [ - "(e: Error) => void" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [ + }, { "parentPluginId": "embeddable", - "id": "def-public.Embeddable.onFatalError.$1", + "id": "def-public.EmbeddableStateTransfer.navigateToEditor.$2", "type": "Object", "tags": [], - "label": "e", - "description": [ - "The fatal, unrecoverable Error that was thrown" - ], + "label": "options", + "description": [], + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "embeddable", + "id": "def-public.EmbeddableStateTransfer.navigateToEditor.$2.path", + "type": "string", + "tags": [], + "label": "path", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "embeddable", + "id": "def-public.EmbeddableStateTransfer.navigateToEditor.$2.openInNewTab", + "type": "CompoundType", + "tags": [], + "label": "openInNewTab", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "embeddable", + "id": "def-public.EmbeddableStateTransfer.navigateToEditor.$2.skipAppLeave", + "type": "CompoundType", + "tags": [], + "label": "skipAppLeave", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "embeddable", + "id": "def-public.EmbeddableStateTransfer.navigateToEditor.$2.state", + "type": "Object", + "tags": [], + "label": "state", + "description": [], + "signature": [ + { + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.EmbeddableEditorState", + "text": "EmbeddableEditorState" + } + ], + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "returnComment": [] + }, + { + "parentPluginId": "embeddable", + "id": "def-public.EmbeddableStateTransfer.navigateToWithEmbeddablePackage", + "type": "Function", + "tags": [], + "label": "navigateToWithEmbeddablePackage", + "description": [ + "\nA wrapper around the {@link ApplicationStart.navigateToApp} method which navigates to the specified appId\nwith {@link EmbeddablePackageState | embeddable package state}" + ], + "signature": [ + "(appId: string, options?: { path?: string | undefined; state: ", + { + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.EmbeddablePackageState", + "text": "EmbeddablePackageState" + }, + "; } | undefined) => Promise" + ], + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "embeddable", + "id": "def-public.EmbeddableStateTransfer.navigateToWithEmbeddablePackage.$1", + "type": "string", + "tags": [], + "label": "appId", + "description": [], "signature": [ - "Error" + "string" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true + }, + { + "parentPluginId": "embeddable", + "id": "def-public.EmbeddableStateTransfer.navigateToWithEmbeddablePackage.$2", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "embeddable", + "id": "def-public.EmbeddableStateTransfer.navigateToWithEmbeddablePackage.$2.path", + "type": "string", + "tags": [], + "label": "path", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "embeddable", + "id": "def-public.EmbeddableStateTransfer.navigateToWithEmbeddablePackage.$2.state", + "type": "Object", + "tags": [], + "label": "state", + "description": [], + "signature": [ + { + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.EmbeddablePackageState", + "text": "EmbeddablePackageState" + } + ], + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "deprecated": false, + "trackAdoption": false + } + ] } ], "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "embeddable", + "id": "def-public.PanelIncompatibleError", + "type": "Class", + "tags": [], + "label": "PanelIncompatibleError", + "description": [], + "signature": [ + { + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.PanelIncompatibleError", + "text": "PanelIncompatibleError" + }, + " extends Error" + ], + "path": "src/platform/plugins/shared/embeddable/public/lib/errors.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "embeddable", + "id": "def-public.PanelIncompatibleError.code", + "type": "string", + "tags": [], + "label": "code", + "description": [], + "path": "src/platform/plugins/shared/embeddable/public/lib/errors.ts", + "deprecated": false, + "trackAdoption": false }, { "parentPluginId": "embeddable", - "id": "def-public.Embeddable.supportedTriggers", + "id": "def-public.PanelIncompatibleError.Unnamed", "type": "Function", "tags": [], - "label": "supportedTriggers", + "label": "Constructor", "description": [], "signature": [ - "() => string[]" + "any" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/embeddable.tsx", + "path": "src/platform/plugins/shared/embeddable/public/lib/errors.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -675,31 +571,39 @@ }, { "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer", + "id": "def-public.PanelNotFoundError", "type": "Class", "tags": [], - "label": "EmbeddableStateTransfer", - "description": [ - "\nA wrapper around the session storage which provides strongly typed helper methods\nfor common incoming and outgoing states used by the embeddable infrastructure.\n" + "label": "PanelNotFoundError", + "description": [], + "signature": [ + { + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.PanelNotFoundError", + "text": "PanelNotFoundError" + }, + " extends Error" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.isTransferInProgress", - "type": "boolean", + "id": "def-public.PanelNotFoundError.code", + "type": "string", "tags": [], - "label": "isTransferInProgress", + "label": "code", "description": [], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/errors.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.Unnamed", + "id": "def-public.PanelNotFoundError.Unnamed", "type": "Function", "tags": [], "label": "Constructor", @@ -707,2506 +611,861 @@ "signature": [ "any" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/errors.ts", "deprecated": false, "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.Unnamed.$1", - "type": "Function", - "tags": [], - "label": "navigateToApp", - "description": [], - "signature": [ - "(appId: string, options?: ", - "NavigateToAppOptions", - " | undefined) => Promise" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.Unnamed.$2", - "type": "Object", - "tags": [], - "label": "currentAppId$", - "description": [], - "signature": [ - "Observable", - "" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.Unnamed.$3", - "type": "Object", - "tags": [], - "label": "appList", - "description": [], - "signature": [ - "ReadonlyMap | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.Unnamed.$4", - "type": "Object", - "tags": [], - "label": "customStorage", - "description": [], - "signature": [ - { - "pluginId": "kibanaUtils", - "scope": "public", - "docId": "kibKibanaUtilsPluginApi", - "section": "def-public.Storage", - "text": "Storage" - }, - " | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": false - } - ], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.getAppNameFromId", - "type": "Function", - "tags": [], - "label": "getAppNameFromId", - "description": [ - "\nFetches an internationalized app title when given an appId." - ], - "signature": [ - "(appId: string) => string | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.getAppNameFromId.$1", - "type": "string", - "tags": [], - "label": "appId", - "description": [ - "- The id of the app to fetch the title for" - ], - "signature": [ - "string" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.getIncomingEditorState", - "type": "Function", - "tags": [], - "label": "getIncomingEditorState", - "description": [ - "\nFetches an {@link EmbeddableEditorState | editor state} from the sessionStorage for the provided app id\n" - ], - "signature": [ - "(appId: string, removeAfterFetch?: boolean | undefined) => ", - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.EmbeddableEditorState", - "text": "EmbeddableEditorState" - }, - " | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.getIncomingEditorState.$1", - "type": "string", - "tags": [], - "label": "appId", - "description": [ - "- The app to fetch incomingEditorState for" - ], - "signature": [ - "string" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.getIncomingEditorState.$2", - "type": "CompoundType", - "tags": [], - "label": "removeAfterFetch", - "description": [ - "- Whether to remove the package state after fetch to prevent duplicates." - ], - "signature": [ - "boolean | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": false - } - ], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.clearEditorState", - "type": "Function", - "tags": [], - "label": "clearEditorState", - "description": [ - "\nClears the {@link EmbeddableEditorState | editor state} from the sessionStorage for the provided app id\n" - ], - "signature": [ - "(appId?: string | undefined) => void" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.clearEditorState.$1", - "type": "string", - "tags": [], - "label": "appId", - "description": [ - "- The app to fetch incomingEditorState for" - ], - "signature": [ - "string | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": false - } - ], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.getIncomingEmbeddablePackage", - "type": "Function", - "tags": [], - "label": "getIncomingEmbeddablePackage", - "description": [ - "\nFetches an {@link EmbeddablePackageState | embeddable package} from the sessionStorage for the given AppId\n" - ], - "signature": [ - "(appId: string, removeAfterFetch?: boolean | undefined) => ", - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.EmbeddablePackageState", - "text": "EmbeddablePackageState" - }, - " | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.getIncomingEmbeddablePackage.$1", - "type": "string", - "tags": [], - "label": "appId", - "description": [ - "- The app to fetch EmbeddablePackageState for" - ], - "signature": [ - "string" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.getIncomingEmbeddablePackage.$2", - "type": "CompoundType", - "tags": [], - "label": "removeAfterFetch", - "description": [ - "- Whether to remove the package state after fetch to prevent duplicates." - ], - "signature": [ - "boolean | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": false - } - ], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.navigateToEditor", - "type": "Function", - "tags": [], - "label": "navigateToEditor", - "description": [ - "\nA wrapper around the {@link ApplicationStart.navigateToApp} method which navigates to the specified appId\nwith {@link EmbeddableEditorState | embeddable editor state}" - ], - "signature": [ - "(appId: string, options?: { path?: string | undefined; openInNewTab?: boolean | undefined; skipAppLeave?: boolean | undefined; state: ", - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.EmbeddableEditorState", - "text": "EmbeddableEditorState" - }, - "; } | undefined) => Promise" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.navigateToEditor.$1", - "type": "string", - "tags": [], - "label": "appId", - "description": [], - "signature": [ - "string" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.navigateToEditor.$2", - "type": "Object", - "tags": [], - "label": "options", - "description": [], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.navigateToEditor.$2.path", - "type": "string", - "tags": [], - "label": "path", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.navigateToEditor.$2.openInNewTab", - "type": "CompoundType", - "tags": [], - "label": "openInNewTab", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.navigateToEditor.$2.skipAppLeave", - "type": "CompoundType", - "tags": [], - "label": "skipAppLeave", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.navigateToEditor.$2.state", - "type": "Object", - "tags": [], - "label": "state", - "description": [], - "signature": [ - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.EmbeddableEditorState", - "text": "EmbeddableEditorState" - } - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false - } - ] - } - ], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.navigateToWithEmbeddablePackage", - "type": "Function", - "tags": [], - "label": "navigateToWithEmbeddablePackage", - "description": [ - "\nA wrapper around the {@link ApplicationStart.navigateToApp} method which navigates to the specified appId\nwith {@link EmbeddablePackageState | embeddable package state}" - ], - "signature": [ - "(appId: string, options?: { path?: string | undefined; state: ", - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.EmbeddablePackageState", - "text": "EmbeddablePackageState" - }, - "; } | undefined) => Promise" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.navigateToWithEmbeddablePackage.$1", - "type": "string", - "tags": [], - "label": "appId", - "description": [], - "signature": [ - "string" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.navigateToWithEmbeddablePackage.$2", - "type": "Object", - "tags": [], - "label": "options", - "description": [], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.navigateToWithEmbeddablePackage.$2.path", - "type": "string", - "tags": [], - "label": "path", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableStateTransfer.navigateToWithEmbeddablePackage.$2.state", - "type": "Object", - "tags": [], - "label": "state", - "description": [], - "signature": [ - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.EmbeddablePackageState", - "text": "EmbeddablePackageState" - } - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/embeddable_state_transfer.ts", - "deprecated": false, - "trackAdoption": false - } - ] - } - ], - "returnComment": [] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.ErrorEmbeddable", - "type": "Class", - "tags": [], - "label": "ErrorEmbeddable", - "description": [], - "signature": [ - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.ErrorEmbeddable", - "text": "ErrorEmbeddable" - }, - " extends ", - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.Embeddable", - "text": "Embeddable" - }, - "<", - { - "pluginId": "embeddable", - "scope": "common", - "docId": "kibEmbeddablePluginApi", - "section": "def-common.EmbeddableInput", - "text": "EmbeddableInput" - }, - ", ", - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.EmbeddableOutput", - "text": "EmbeddableOutput" - }, - ", React.ReactNode>" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/error_embeddable.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.ErrorEmbeddable.type", - "type": "string", - "tags": [], - "label": "type", - "description": [], - "signature": [ - "\"error\"" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/error_embeddable.tsx", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.ErrorEmbeddable.error", - "type": "CompoundType", - "tags": [], - "label": "error", - "description": [], - "signature": [ - "string | Error" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/error_embeddable.tsx", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.ErrorEmbeddable.Unnamed", - "type": "Function", - "tags": [], - "label": "Constructor", - "description": [], - "signature": [ - "any" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/error_embeddable.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.ErrorEmbeddable.Unnamed.$1", - "type": "CompoundType", - "tags": [], - "label": "error", - "description": [], - "signature": [ - "string | Error" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/error_embeddable.tsx", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "embeddable", - "id": "def-public.ErrorEmbeddable.Unnamed.$2", - "type": "Object", - "tags": [], - "label": "input", - "description": [], - "signature": [ - { - "pluginId": "embeddable", - "scope": "common", - "docId": "kibEmbeddablePluginApi", - "section": "def-common.EmbeddableInput", - "text": "EmbeddableInput" - } - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/error_embeddable.tsx", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.ErrorEmbeddable.reload", - "type": "Function", - "tags": [], - "label": "reload", - "description": [], - "signature": [ - "() => void" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/error_embeddable.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.ErrorEmbeddable.render", - "type": "Function", - "tags": [], - "label": "render", - "description": [], - "signature": [ - "() => React.JSX.Element" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/error_embeddable.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.PanelIncompatibleError", - "type": "Class", - "tags": [], - "label": "PanelIncompatibleError", - "description": [], - "signature": [ - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.PanelIncompatibleError", - "text": "PanelIncompatibleError" - }, - " extends Error" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/errors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.PanelIncompatibleError.code", - "type": "string", - "tags": [], - "label": "code", - "description": [], - "path": "src/platform/plugins/shared/embeddable/public/lib/errors.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.PanelIncompatibleError.Unnamed", - "type": "Function", - "tags": [], - "label": "Constructor", - "description": [], - "signature": [ - "any" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/errors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.PanelNotFoundError", - "type": "Class", - "tags": [], - "label": "PanelNotFoundError", - "description": [], - "signature": [ - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.PanelNotFoundError", - "text": "PanelNotFoundError" - }, - " extends Error" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/errors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.PanelNotFoundError.code", - "type": "string", - "tags": [], - "label": "code", - "description": [], - "path": "src/platform/plugins/shared/embeddable/public/lib/errors.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.PanelNotFoundError.Unnamed", - "type": "Function", - "tags": [], - "label": "Constructor", - "description": [], - "signature": [ - "any" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/errors.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - } - ], - "initialIsOpen": false - } - ], - "functions": [ - { - "parentPluginId": "embeddable", - "id": "def-public.isContextMenuTriggerContext", - "type": "Function", - "tags": [], - "label": "isContextMenuTriggerContext", - "description": [], - "signature": [ - "(context: unknown) => context is ", - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.EmbeddableContext", - "text": "EmbeddableContext" - }, - "<", - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.IEmbeddable", - "text": "IEmbeddable" - }, - "<", - { - "pluginId": "embeddable", - "scope": "common", - "docId": "kibEmbeddablePluginApi", - "section": "def-common.EmbeddableInput", - "text": "EmbeddableInput" - }, - ", ", - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.EmbeddableOutput", - "text": "EmbeddableOutput" - }, - ", any>>" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.isContextMenuTriggerContext.$1", - "type": "Unknown", - "tags": [], - "label": "context", - "description": [], - "signature": [ - "unknown" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.isMultiValueClickTriggerContext", - "type": "Function", - "tags": [], - "label": "isMultiValueClickTriggerContext", - "description": [], - "signature": [ - "(context: ", - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.ChartActionContext", - "text": "ChartActionContext" - }, - ") => context is ", - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.MultiValueClickContext", - "text": "MultiValueClickContext" - } - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.isMultiValueClickTriggerContext.$1", - "type": "CompoundType", - "tags": [], - "label": "context", - "description": [], - "signature": [ - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.ChartActionContext", - "text": "ChartActionContext" - } - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.isRangeSelectTriggerContext", - "type": "Function", - "tags": [], - "label": "isRangeSelectTriggerContext", - "description": [], - "signature": [ - "(context: ", - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.ChartActionContext", - "text": "ChartActionContext" - }, - ") => context is ", - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.RangeSelectContext", - "text": "RangeSelectContext" - } - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.isRangeSelectTriggerContext.$1", - "type": "CompoundType", - "tags": [], - "label": "context", - "description": [], - "signature": [ - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.ChartActionContext", - "text": "ChartActionContext" - } - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.isRowClickTriggerContext", - "type": "Function", - "tags": [], - "label": "isRowClickTriggerContext", - "description": [], - "signature": [ - "(context: ", - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.ChartActionContext", - "text": "ChartActionContext" - }, - ") => context is ", - { - "pluginId": "@kbn/ui-actions-browser", - "scope": "common", - "docId": "kibKbnUiActionsBrowserPluginApi", - "section": "def-common.RowClickContext", - "text": "RowClickContext" - } - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.isRowClickTriggerContext.$1", - "type": "CompoundType", - "tags": [], - "label": "context", - "description": [], - "signature": [ - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.ChartActionContext", - "text": "ChartActionContext" - } - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.isValueClickTriggerContext", - "type": "Function", - "tags": [], - "label": "isValueClickTriggerContext", - "description": [], - "signature": [ - "(context: ", - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.ChartActionContext", - "text": "ChartActionContext" - }, - ") => context is ", - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.ValueClickContext", - "text": "ValueClickContext" - } - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.isValueClickTriggerContext.$1", - "type": "CompoundType", - "tags": [], - "label": "context", - "description": [], - "signature": [ - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.ChartActionContext", - "text": "ChartActionContext" - } - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.openAddFromLibraryFlyout", - "type": "Function", - "tags": [], - "label": "openAddFromLibraryFlyout", - "description": [], - "signature": [ - "({ container, onClose, }: { container: ", - { - "pluginId": "@kbn/presentation-containers", - "scope": "public", - "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-public.CanAddNewPanel", - "text": "CanAddNewPanel" - }, - "; onClose?: (() => void) | undefined; }) => ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.OverlayRef", - "text": "OverlayRef" - } - ], - "path": "src/platform/plugins/shared/embeddable/public/add_from_library/open_add_from_library_flyout.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.openAddFromLibraryFlyout.$1", - "type": "Object", - "tags": [], - "label": "{\n container,\n onClose,\n}", - "description": [], - "path": "src/platform/plugins/shared/embeddable/public/add_from_library/open_add_from_library_flyout.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.openAddFromLibraryFlyout.$1.container", - "type": "Object", - "tags": [], - "label": "container", - "description": [], - "signature": [ - { - "pluginId": "@kbn/presentation-containers", - "scope": "public", - "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-public.CanAddNewPanel", - "text": "CanAddNewPanel" - } - ], - "path": "src/platform/plugins/shared/embeddable/public/add_from_library/open_add_from_library_flyout.tsx", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.openAddFromLibraryFlyout.$1.onClose", - "type": "Function", - "tags": [], - "label": "onClose", - "description": [], - "signature": [ - "(() => void) | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/add_from_library/open_add_from_library_flyout.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - } - ] - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.ReactEmbeddableRenderer", - "type": "Function", - "tags": [], - "label": "ReactEmbeddableRenderer", - "description": [ - "\nRenders a component from the React Embeddable registry into a Presentation Panel.\n\nTODO: Rename this to simply `Embeddable` when the legacy Embeddable system is removed." - ], - "signature": [ - " = ", - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.DefaultEmbeddableApi", - "text": "DefaultEmbeddableApi" - }, - ", ParentApi extends ", - { - "pluginId": "@kbn/presentation-containers", - "scope": "public", - "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-public.HasSerializedChildState", - "text": "HasSerializedChildState" - }, - " = ", - { - "pluginId": "@kbn/presentation-containers", - "scope": "public", - "docId": "kibKbnPresentationContainersPluginApi", - "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<", - { - "pluginId": "presentationPanel", - "scope": "public", - "docId": "kibPresentationPanelPluginApi", - "section": "def-public.PresentationPanelProps", - "text": "PresentationPanelProps" - }, - ", \"showShadow\" | \"showBorder\" | \"showBadges\" | \"showNotifications\" | \"hideLoader\" | \"hideHeader\" | \"hideInspector\" | \"getActions\" | \"setDragHandles\"> | undefined; hidePanelChrome?: boolean | undefined; onAnyStateChange?: ((state: ", - { - "pluginId": "@kbn/presentation-containers", - "scope": "public", - "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-public.SerializedPanelState", - "text": "SerializedPanelState" - }, - ") => void) | undefined; }) => React.JSX.Element" - ], - "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.ReactEmbeddableRenderer.$1", - "type": "Object", - "tags": [], - "label": "{\n type,\n maybeId,\n getParentApi,\n panelProps,\n onAnyStateChange,\n onApiAvailable,\n hidePanelChrome,\n}", - "description": [], - "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.ReactEmbeddableRenderer.$1.type", - "type": "string", - "tags": [], - "label": "type", - "description": [], - "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.ReactEmbeddableRenderer.$1.maybeId", - "type": "string", - "tags": [], - "label": "maybeId", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.ReactEmbeddableRenderer.$1.getParentApi", - "type": "Function", - "tags": [], - "label": "getParentApi", - "description": [], - "signature": [ - "() => ParentApi" - ], - "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.ReactEmbeddableRenderer.$1.onApiAvailable", - "type": "Function", - "tags": [], - "label": "onApiAvailable", - "description": [], - "signature": [ - "((api: Api) => void) | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.ReactEmbeddableRenderer.$1.onApiAvailable.$1", - "type": "Uncategorized", - "tags": [], - "label": "api", - "description": [], - "signature": [ - "Api" - ], - "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.ReactEmbeddableRenderer.$1.panelProps", - "type": "Object", - "tags": [], - "label": "panelProps", - "description": [], - "signature": [ - "Pick<", - { - "pluginId": "presentationPanel", - "scope": "public", - "docId": "kibPresentationPanelPluginApi", - "section": "def-public.PresentationPanelProps", - "text": "PresentationPanelProps" - }, - ", \"showShadow\" | \"showBorder\" | \"showBadges\" | \"showNotifications\" | \"hideLoader\" | \"hideHeader\" | \"hideInspector\" | \"getActions\" | \"setDragHandles\"> | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.ReactEmbeddableRenderer.$1.hidePanelChrome", - "type": "CompoundType", - "tags": [], - "label": "hidePanelChrome", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.ReactEmbeddableRenderer.$1.onAnyStateChange", - "type": "Function", - "tags": [], - "label": "onAnyStateChange", - "description": [ - "\nThis `onAnyStateChange` callback allows the parent to keep track of the state of the embeddable\nas it changes. This is **not** expected to change over the lifetime of the component." - ], - "signature": [ - "((state: ", - { - "pluginId": "@kbn/presentation-containers", - "scope": "public", - "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-public.SerializedPanelState", - "text": "SerializedPanelState" - }, - ") => void) | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.ReactEmbeddableRenderer.$1.onAnyStateChange.$1", - "type": "Object", - "tags": [], - "label": "state", - "description": [], - "signature": [ - { - "pluginId": "@kbn/presentation-containers", - "scope": "public", - "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-public.SerializedPanelState", - "text": "SerializedPanelState" - }, - "" - ], - "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] - } - ] - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.useAddFromLibraryTypes", - "type": "Function", - "tags": [], - "label": "useAddFromLibraryTypes", - "description": [], - "signature": [ - "() => ", - { - "pluginId": "savedObjectsFinder", - "scope": "public", - "docId": "kibSavedObjectsFinderPluginApi", - "section": "def-public.SavedObjectMetaData", - "text": "SavedObjectMetaData" - }, - "<", - { - "pluginId": "savedObjectsFinder", - "scope": "common", - "docId": "kibSavedObjectsFinderPluginApi", - "section": "def-common.FinderAttributes", - "text": "FinderAttributes" - }, - ">[]" - ], - "path": "src/platform/plugins/shared/embeddable/public/add_from_library/registry.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [], - "initialIsOpen": false - } - ], - "interfaces": [ - { - "parentPluginId": "embeddable", - "id": "def-public.DefaultEmbeddableApi", - "type": "Interface", - "tags": [], - "label": "DefaultEmbeddableApi", - "description": [ - "\nThe default embeddable API that all Embeddables must implement.\n\nBefore adding anything to this interface, please be certain that it belongs in *every* embeddable." - ], - "signature": [ - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.DefaultEmbeddableApi", - "text": "DefaultEmbeddableApi" - }, - " extends ", - "DefaultPresentationPanelApi", - ",", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.HasType", - "text": "HasType" - }, - ",", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesPhaseEvents", - "text": "PublishesPhaseEvents" - }, - ",Partial<", - { - "pluginId": "@kbn/presentation-publishing", - "scope": "public", - "docId": "kibKbnPresentationPublishingPluginApi", - "section": "def-public.PublishesUnsavedChanges", - "text": "PublishesUnsavedChanges" - }, - ">,", - { - "pluginId": "@kbn/presentation-containers", - "scope": "public", - "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-public.HasSerializableState", - "text": "HasSerializableState" - }, - ",", - { - "pluginId": "@kbn/presentation-containers", - "scope": "public", - "docId": "kibKbnPresentationContainersPluginApi", - "section": "def-public.HasSnapshottableState", - "text": "HasSnapshottableState" - }, - "" - ], - "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/types.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "initialIsOpen": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableContext", - "type": "Interface", - "tags": [ - "deprecated" - ], - "label": "EmbeddableContext", - "description": [], - "signature": [ - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.EmbeddableContext", - "text": "EmbeddableContext" - }, - "" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", - "deprecated": true, - "trackAdoption": false, - "references": [], - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableContext.embeddable", - "type": "Uncategorized", - "tags": [], - "label": "embeddable", - "description": [], - "signature": [ - "T" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", - "deprecated": false, - "trackAdoption": false + "children": [], + "returnComment": [] } ], "initialIsOpen": false - }, + } + ], + "functions": [ { "parentPluginId": "embeddable", - "id": "def-public.EmbeddableEditorState", - "type": "Interface", + "id": "def-public.isMultiValueClickTriggerContext", + "type": "Function", "tags": [], - "label": "EmbeddableEditorState", - "description": [ - "\nA state package that contains information an editor will need to create or edit an embeddable then redirect back." - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableEditorState.originatingApp", - "type": "string", - "tags": [], - "label": "originatingApp", - "description": [], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableEditorState.originatingPath", - "type": "string", - "tags": [], - "label": "originatingPath", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableEditorState.embeddableId", - "type": "string", - "tags": [], - "label": "embeddableId", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", - "deprecated": false, - "trackAdoption": false - }, + "label": "isMultiValueClickTriggerContext", + "description": [], + "signature": [ + "(context: ", { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableEditorState.valueInput", - "type": "Uncategorized", - "tags": [], - "label": "valueInput", - "description": [], - "signature": [ - "object | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", - "deprecated": false, - "trackAdoption": false + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.ChartActionContext", + "text": "ChartActionContext" }, + ") => context is ", { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableEditorState.searchSessionId", - "type": "string", - "tags": [], - "label": "searchSessionId", - "description": [ - "\nPass current search session id when navigating to an editor,\nEditors could use it continue previous search session" - ], - "signature": [ - "string | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", - "deprecated": false, - "trackAdoption": false + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.MultiValueClickContext", + "text": "MultiValueClickContext" } ], - "initialIsOpen": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableOutput", - "type": "Interface", - "tags": [], - "label": "EmbeddableOutput", - "description": [], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "embeddable", - "id": "def-public.EmbeddableOutput.loading", - "type": "CompoundType", - "tags": [], - "label": "loading", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableOutput.rendered", - "type": "CompoundType", - "tags": [], - "label": "rendered", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableOutput.error", - "type": "CompoundType", - "tags": [], - "label": "error", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ErrorLike", - "text": "ErrorLike" - }, - " | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableOutput.editUrl", - "type": "string", - "tags": [], - "label": "editUrl", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableOutput.editApp", - "type": "string", - "tags": [], - "label": "editApp", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableOutput.editPath", - "type": "string", - "tags": [], - "label": "editPath", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableOutput.defaultTitle", - "type": "string", - "tags": [], - "label": "defaultTitle", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableOutput.defaultDescription", - "type": "string", - "tags": [], - "label": "defaultDescription", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableOutput.title", - "type": "string", - "tags": [], - "label": "title", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableOutput.description", - "type": "string", - "tags": [], - "label": "description", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableOutput.editable", - "type": "CompoundType", - "tags": [], - "label": "editable", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableOutput.inlineEditable", - "type": "CompoundType", - "tags": [], - "label": "inlineEditable", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableOutput.editableWithExplicitInput", - "type": "CompoundType", - "tags": [], - "label": "editableWithExplicitInput", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableOutput.savedObjectId", - "type": "string", + "id": "def-public.isMultiValueClickTriggerContext.$1", + "type": "CompoundType", "tags": [], - "label": "savedObjectId", + "label": "context", "description": [], "signature": [ - "string | undefined" + { + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.ChartActionContext", + "text": "ChartActionContext" + } ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, - "trackAdoption": false + "trackAdoption": false, + "isRequired": true } ], + "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "embeddable", - "id": "def-public.EmbeddablePackageState", - "type": "Interface", + "id": "def-public.isRangeSelectTriggerContext", + "type": "Function", "tags": [], - "label": "EmbeddablePackageState", - "description": [ - "\nA state package that contains all fields necessary to create or update an embeddable by reference or by value in a container." + "label": "isRangeSelectTriggerContext", + "description": [], + "signature": [ + "(context: ", + { + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.ChartActionContext", + "text": "ChartActionContext" + }, + ") => context is ", + { + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.RangeSelectContext", + "text": "RangeSelectContext" + } ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "embeddable", - "id": "def-public.EmbeddablePackageState.type", - "type": "string", + "id": "def-public.isRangeSelectTriggerContext.$1", + "type": "CompoundType", "tags": [], - "label": "type", + "label": "context", "description": [], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddablePackageState.input", - "type": "Uncategorized", - "tags": [], - "label": "input", - "description": [ - "\nFor react embeddables, this input must be runtime state." - ], "signature": [ - "object" + { + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.ChartActionContext", + "text": "ChartActionContext" + } ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, - "trackAdoption": false - }, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "embeddable", + "id": "def-public.isRowClickTriggerContext", + "type": "Function", + "tags": [], + "label": "isRowClickTriggerContext", + "description": [], + "signature": [ + "(context: ", { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddablePackageState.embeddableId", - "type": "string", - "tags": [], - "label": "embeddableId", - "description": [], - "signature": [ - "string | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", - "deprecated": false, - "trackAdoption": false + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.ChartActionContext", + "text": "ChartActionContext" }, + ") => context is ", + { + "pluginId": "@kbn/ui-actions-browser", + "scope": "common", + "docId": "kibKbnUiActionsBrowserPluginApi", + "section": "def-common.RowClickContext", + "text": "RowClickContext" + } + ], + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ { "parentPluginId": "embeddable", - "id": "def-public.EmbeddablePackageState.size", - "type": "Object", + "id": "def-public.isRowClickTriggerContext.$1", + "type": "CompoundType", "tags": [], - "label": "size", + "label": "context", "description": [], "signature": [ - "{ width?: number | undefined; height?: number | undefined; } | undefined" + { + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.ChartActionContext", + "text": "ChartActionContext" + } ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, - "trackAdoption": false + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "embeddable", + "id": "def-public.isValueClickTriggerContext", + "type": "Function", + "tags": [], + "label": "isValueClickTriggerContext", + "description": [], + "signature": [ + "(context: ", + { + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.ChartActionContext", + "text": "ChartActionContext" }, + ") => context is ", + { + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.ValueClickContext", + "text": "ValueClickContext" + } + ], + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ { "parentPluginId": "embeddable", - "id": "def-public.EmbeddablePackageState.searchSessionId", - "type": "string", + "id": "def-public.isValueClickTriggerContext.$1", + "type": "CompoundType", "tags": [], - "label": "searchSessionId", - "description": [ - "\nPass current search session id when navigating to an editor,\nEditors could use it continue previous search session" - ], + "label": "context", + "description": [], "signature": [ - "string | undefined" + { + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.ChartActionContext", + "text": "ChartActionContext" + } ], - "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/triggers/triggers.ts", "deprecated": false, - "trackAdoption": false + "trackAdoption": false, + "isRequired": true } ], + "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "embeddable", - "id": "def-public.EnhancementRegistryDefinition", - "type": "Interface", + "id": "def-public.openAddFromLibraryFlyout", + "type": "Function", "tags": [], - "label": "EnhancementRegistryDefinition", + "label": "openAddFromLibraryFlyout", "description": [], "signature": [ + "({ container, onClose, }: { container: ", { - "pluginId": "embeddable", + "pluginId": "@kbn/presentation-containers", "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.EnhancementRegistryDefinition", - "text": "EnhancementRegistryDefinition" - }, - "

extends Partial<", - { - "pluginId": "kibanaUtils", - "scope": "common", - "docId": "kibKibanaUtilsPluginApi", - "section": "def-common.PersistableState", - "text": "PersistableState" + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.CanAddNewPanel", + "text": "CanAddNewPanel" }, - "

>" + "; onClose?: (() => void) | undefined; }) => ", + "OverlayRef" ], - "path": "src/platform/plugins/shared/embeddable/public/enhancements/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/add_from_library/open_add_from_library_flyout.tsx", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "embeddable", - "id": "def-public.EnhancementRegistryDefinition.id", - "type": "string", + "id": "def-public.openAddFromLibraryFlyout.$1", + "type": "Object", "tags": [], - "label": "id", + "label": "{\n container,\n onClose,\n}", "description": [], - "path": "src/platform/plugins/shared/embeddable/public/enhancements/types.ts", + "path": "src/platform/plugins/shared/embeddable/public/add_from_library/open_add_from_library_flyout.tsx", "deprecated": false, - "trackAdoption": false + "trackAdoption": false, + "children": [ + { + "parentPluginId": "embeddable", + "id": "def-public.openAddFromLibraryFlyout.$1.container", + "type": "Object", + "tags": [], + "label": "container", + "description": [], + "signature": [ + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.CanAddNewPanel", + "text": "CanAddNewPanel" + } + ], + "path": "src/platform/plugins/shared/embeddable/public/add_from_library/open_add_from_library_flyout.tsx", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "embeddable", + "id": "def-public.openAddFromLibraryFlyout.$1.onClose", + "type": "Function", + "tags": [], + "label": "onClose", + "description": [], + "signature": [ + "(() => void) | undefined" + ], + "path": "src/platform/plugins/shared/embeddable/public/add_from_library/open_add_from_library_flyout.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ] } ], + "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable", - "type": "Interface", + "id": "def-public.ReactEmbeddableRenderer", + "type": "Function", "tags": [], - "label": "IEmbeddable", - "description": [], + "label": "ReactEmbeddableRenderer", + "description": [ + "\nRenders a component from the React Embeddable registry into a Presentation Panel.\n\nTODO: Rename this to simply `Embeddable` when the legacy Embeddable system is removed." + ], "signature": [ + "" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ + " = ", { - "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.type", - "type": "string", - "tags": [], - "label": "type", - "description": [ - "\nThe type of embeddable, this is what will be used to take a serialized\nembeddable and find the correct factory for which to create an instance of it." - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.DefaultEmbeddableApi", + "text": "DefaultEmbeddableApi" }, + ", ParentApi extends ", { - "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.id", - "type": "string", - "tags": [], - "label": "id", - "description": [ - "\nA unique identifier for this embeddable. Mainly only used by containers to map their\nPanel States to a child embeddable instance." - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.HasSerializedChildState", + "text": "HasSerializedChildState" }, + " = ", { - "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.deferEmbeddableLoad", - "type": "boolean", - "tags": [], - "label": "deferEmbeddableLoad", - "description": [ - "\nIf set to true, defer embeddable load tells the container that this embeddable\ntype isn't completely loaded when the constructor returns. This embeddable\nwill have to manually call setChildLoaded on its parent when all of its initial\noutput is finalized. For instance, after loading a saved object." - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "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<", { - "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.runtimeId", - "type": "number", - "tags": [], - "label": "runtimeId", - "description": [ - "\nUnique ID an embeddable is assigned each time it is initialized. This ID\nis different for different instances of the same embeddable. For example,\nif the same dashboard is rendered twice on the screen, all embeddable\ninstances will have a unique `runtimeId`." - ], - "signature": [ - "number | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false + "pluginId": "presentationPanel", + "scope": "public", + "docId": "kibPresentationPanelPluginApi", + "section": "def-public.PresentationPanelProps", + "text": "PresentationPanelProps" }, + ", \"showShadow\" | \"showBorder\" | \"showBadges\" | \"showNotifications\" | \"hideLoader\" | \"hideHeader\" | \"hideInspector\" | \"getActions\" | \"setDragHandles\"> | undefined; hidePanelChrome?: boolean | undefined; onAnyStateChange?: ((state: ", { - "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.enhancements", - "type": "Uncategorized", - "tags": [], - "label": "enhancements", - "description": [ - "\nExtra abilities added to Embeddable by `*_enhanced` plugins." - ], - "signature": [ - "object | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.SerializedPanelState", + "text": "SerializedPanelState" }, + ") => void) | undefined; }) => React.JSX.Element" + ], + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ { "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.fatalError", + "id": "def-public.ReactEmbeddableRenderer.$1", "type": "Object", "tags": [], - "label": "fatalError", - "description": [ - "\nIf this embeddable has encountered a fatal error, that error will be stored here" - ], - "signature": [ - "Error | undefined" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.reportsEmbeddableLoad", - "type": "Function", - "tags": [], - "label": "reportsEmbeddableLoad", - "description": [ - "\nThis method returns false by default.\nIt should be set to true for any embeddable type that utilizes the `loading` and `rendered`\noutput variables to notify a container of their loading progress. If set to false, a container should assume\nthe embeddable is loaded immediately." - ], - "signature": [ - "() => boolean" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.getInput", - "type": "Function", - "tags": [], - "label": "getInput", - "description": [ - "\nGet the input used to instantiate this embeddable. The input is a serialized representation of\nthis embeddable instance and can be used to clone or re-instantiate it. Input state:\n\n- Can be updated externally\n- Can change multiple times for a single embeddable instance.\n\nExamples: title, pie slice colors, custom search columns and sort order." - ], - "signature": [ - "() => Readonly" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.getExplicitInput", - "type": "Function", - "tags": [], - "label": "getExplicitInput", - "description": [ - "\nBecause embeddables can inherit input from their parents, they also need a way to separate their own\ninput from input which is inherited. If the embeddable does not have a parent, getExplicitInput\nand getInput should return the same." - ], - "signature": [ - "() => Readonly>" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.getPersistableInput", - "type": "Function", - "tags": [], - "label": "getPersistableInput", - "description": [ - "\nSome embeddables contain input that should not be persisted anywhere beyond their own state. This method\nis a way for containers to separate input to store from input which can be ephemeral. In most cases, this\nwill be the same as getExplicitInput" - ], - "signature": [ - "() => Readonly>" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.getOutput", - "type": "Function", - "tags": [], - "label": "getOutput", - "description": [ - "\nOutput state is:\n\n- State that should not change once the embeddable is instantiated, or\n- State that is derived from the input state, or\n- State that only the embeddable instance itself knows about, or the factory.\n\nExamples: editUrl, title taken from a saved object, if your input state was first name and\n last name, your output state could be greeting." - ], - "signature": [ - "() => Readonly" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.updateInput", - "type": "Function", - "tags": [], - "label": "updateInput", - "description": [ - "\nUpdates input state with the given changes." - ], - "signature": [ - "(changes: Partial) => void" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", + "label": "{\n type,\n maybeId,\n getParentApi,\n panelProps,\n onAnyStateChange,\n onApiAvailable,\n hidePanelChrome,\n}", + "description": [], + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.updateInput.$1", + "id": "def-public.ReactEmbeddableRenderer.$1.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "embeddable", + "id": "def-public.ReactEmbeddableRenderer.$1.maybeId", + "type": "string", + "tags": [], + "label": "maybeId", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "embeddable", + "id": "def-public.ReactEmbeddableRenderer.$1.getParentApi", + "type": "Function", + "tags": [], + "label": "getParentApi", + "description": [], + "signature": [ + "() => ParentApi" + ], + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "embeddable", + "id": "def-public.ReactEmbeddableRenderer.$1.onApiAvailable", + "type": "Function", + "tags": [], + "label": "onApiAvailable", + "description": [], + "signature": [ + "((api: Api) => void) | undefined" + ], + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "embeddable", + "id": "def-public.ReactEmbeddableRenderer.$1.onApiAvailable.$1", + "type": "Uncategorized", + "tags": [], + "label": "api", + "description": [], + "signature": [ + "Api" + ], + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "embeddable", + "id": "def-public.ReactEmbeddableRenderer.$1.panelProps", "type": "Object", "tags": [], - "label": "changes", + "label": "panelProps", "description": [], "signature": [ - "Partial" + "Pick<", + { + "pluginId": "presentationPanel", + "scope": "public", + "docId": "kibPresentationPanelPluginApi", + "section": "def-public.PresentationPanelProps", + "text": "PresentationPanelProps" + }, + ", \"showShadow\" | \"showBorder\" | \"showBadges\" | \"showNotifications\" | \"hideLoader\" | \"hideHeader\" | \"hideInspector\" | \"getActions\" | \"setDragHandles\"> | undefined" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.updateOutput", - "type": "Function", - "tags": [], - "label": "updateOutput", - "description": [ - "\nUpdates output state with the given changes." - ], - "signature": [ - "(changes: Partial) => void" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ + "trackAdoption": false + }, { "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.updateOutput.$1", - "type": "Object", + "id": "def-public.ReactEmbeddableRenderer.$1.hidePanelChrome", + "type": "CompoundType", "tags": [], - "label": "changes", + "label": "hidePanelChrome", "description": [], "signature": [ - "Partial" + "boolean | undefined" + ], + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "embeddable", + "id": "def-public.ReactEmbeddableRenderer.$1.onAnyStateChange", + "type": "Function", + "tags": [], + "label": "onAnyStateChange", + "description": [ + "\nThis `onAnyStateChange` callback allows the parent to keep track of the state of the embeddable\nas it changes. This is **not** expected to change over the lifetime of the component." + ], + "signature": [ + "((state: ", + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.SerializedPanelState", + "text": "SerializedPanelState" + }, + ") => void) | undefined" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", "deprecated": false, "trackAdoption": false, - "isRequired": true + "children": [ + { + "parentPluginId": "embeddable", + "id": "def-public.ReactEmbeddableRenderer.$1.onAnyStateChange.$1", + "type": "Object", + "tags": [], + "label": "state", + "description": [], + "signature": [ + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.SerializedPanelState", + "text": "SerializedPanelState" + }, + "" + ], + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/react_embeddable_renderer.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] } - ], - "returnComment": [] + ] + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "embeddable", + "id": "def-public.useAddFromLibraryTypes", + "type": "Function", + "tags": [], + "label": "useAddFromLibraryTypes", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "savedObjectsFinder", + "scope": "public", + "docId": "kibSavedObjectsFinderPluginApi", + "section": "def-public.SavedObjectMetaData", + "text": "SavedObjectMetaData" }, + "<", { - "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.getInput$", - "type": "Function", - "tags": [], - "label": "getInput$", - "description": [ - "\nReturns an observable which will be notified when input state changes." - ], - "signature": [ - "() => Readonly<", - "Observable", - ">" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] + "pluginId": "savedObjectsFinder", + "scope": "common", + "docId": "kibSavedObjectsFinderPluginApi", + "section": "def-common.FinderAttributes", + "text": "FinderAttributes" + }, + ">[]" + ], + "path": "src/platform/plugins/shared/embeddable/public/add_from_library/registry.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [ + { + "parentPluginId": "embeddable", + "id": "def-public.DefaultEmbeddableApi", + "type": "Interface", + "tags": [], + "label": "DefaultEmbeddableApi", + "description": [ + "\nThe default embeddable API that all Embeddables must implement.\n\nBefore adding anything to this interface, please be certain that it belongs in *every* embeddable." + ], + "signature": [ + { + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.DefaultEmbeddableApi", + "text": "DefaultEmbeddableApi" + }, + " extends ", + "DefaultPresentationPanelApi", + ",", + { + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.HasType", + "text": "HasType" + }, + ",", + { + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishesPhaseEvents", + "text": "PublishesPhaseEvents" + }, + ",Partial<", + { + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.PublishesUnsavedChanges", + "text": "PublishesUnsavedChanges" + }, + ">,", + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.HasSerializableState", + "text": "HasSerializableState" + }, + ",", + { + "pluginId": "@kbn/presentation-containers", + "scope": "public", + "docId": "kibKbnPresentationContainersPluginApi", + "section": "def-public.HasSnapshottableState", + "text": "HasSnapshottableState" }, + "" + ], + "path": "src/platform/plugins/shared/embeddable/public/react_embeddable_system/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "initialIsOpen": false + }, + { + "parentPluginId": "embeddable", + "id": "def-public.EmbeddableEditorState", + "type": "Interface", + "tags": [], + "label": "EmbeddableEditorState", + "description": [ + "\nA state package that contains information an editor will need to create or edit an embeddable then redirect back." + ], + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ { "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.getOutput$", - "type": "Function", + "id": "def-public.EmbeddableEditorState.originatingApp", + "type": "string", "tags": [], - "label": "getOutput$", - "description": [ - "\nReturns an observable which will be notified when output state changes." - ], - "signature": [ - "() => Readonly<", - "Observable", - ">" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", + "label": "originatingApp", + "description": [], + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] + "trackAdoption": false }, { "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.getTitle", - "type": "Function", + "id": "def-public.EmbeddableEditorState.originatingPath", + "type": "string", "tags": [], - "label": "getTitle", - "description": [ - "\nReturns the title of this embeddable." - ], + "label": "originatingPath", + "description": [], "signature": [ - "() => string | undefined" + "string | undefined" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] + "trackAdoption": false }, { "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.getDescription", - "type": "Function", + "id": "def-public.EmbeddableEditorState.embeddableId", + "type": "string", "tags": [], - "label": "getDescription", - "description": [ - "\nReturns the description of this embeddable." - ], + "label": "embeddableId", + "description": [], "signature": [ - "() => string | undefined" + "string | undefined" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] + "trackAdoption": false }, { "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.render", - "type": "Function", + "id": "def-public.EmbeddableEditorState.valueInput", + "type": "Uncategorized", "tags": [], - "label": "render", - "description": [ - "\nRenders the embeddable at the given node." - ], + "label": "valueInput", + "description": [], "signature": [ - "(domNode: HTMLElement | Element) => void | N" + "object | undefined" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.render.$1", - "type": "CompoundType", - "tags": [], - "label": "domNode", - "description": [], - "signature": [ - "HTMLElement | Element" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [ - "A React node to mount or void in the case when rendering is done without React." - ] + "trackAdoption": false }, { "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.catchError", - "type": "Function", + "id": "def-public.EmbeddableEditorState.searchSessionId", + "type": "string", "tags": [], - "label": "catchError", + "label": "searchSessionId", "description": [ - "\nRenders a custom embeddable error at the given node." + "\nPass current search session id when navigating to an editor,\nEditors could use it continue previous search session" ], "signature": [ - "((error: ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ErrorLike", - "text": "ErrorLike" - }, - ", domNode: HTMLElement | Element) => N | (() => void)) | undefined" + "string | undefined" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.catchError.$1", - "type": "CompoundType", - "tags": [], - "label": "error", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ErrorLike", - "text": "ErrorLike" - } - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - }, - { - "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.catchError.$2", - "type": "CompoundType", - "tags": [], - "label": "domNode", - "description": [], - "signature": [ - "HTMLElement | Element" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [ - "A React node or callback that will be called on error destroy." - ] - }, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "embeddable", + "id": "def-public.EmbeddablePackageState", + "type": "Interface", + "tags": [], + "label": "EmbeddablePackageState", + "description": [ + "\nA state package that contains all fields necessary to create or update an embeddable by reference or by value in a container." + ], + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ { "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.reload", - "type": "Function", + "id": "def-public.EmbeddablePackageState.type", + "type": "string", "tags": [], - "label": "reload", - "description": [ - "\nReload the embeddable so output and rendering is up to date. Especially relevant\nif the embeddable takes relative time as input (e.g. now to now-15)" - ], - "signature": [ - "() => void" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", + "label": "type", + "description": [], + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] + "trackAdoption": false }, { "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.getInspectorAdapters", - "type": "Function", - "tags": [ - "return" - ], - "label": "getInspectorAdapters", + "id": "def-public.EmbeddablePackageState.input", + "type": "Uncategorized", + "tags": [], + "label": "input", "description": [ - "\nAn embeddable can return inspector adapters if it wants the inspector to be\navailable via the context menu of that panel." + "\nFor react embeddables, this input must be runtime state." ], "signature": [ - "() => ", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - " | undefined" + "object" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [ - "Inspector adapters that will be used to open an inspector for." - ] + "trackAdoption": false }, { "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.destroy", - "type": "Function", + "id": "def-public.EmbeddablePackageState.embeddableId", + "type": "string", "tags": [], - "label": "destroy", - "description": [ - "\nCleans up subscriptions, destroy nodes mounted from calls to render." - ], + "label": "embeddableId", + "description": [], "signature": [ - "() => void" + "string | undefined" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] + "trackAdoption": false }, { "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.supportedTriggers", - "type": "Function", + "id": "def-public.EmbeddablePackageState.size", + "type": "Object", "tags": [], - "label": "supportedTriggers", - "description": [ - "\nList of triggers that this embeddable will execute." - ], + "label": "size", + "description": [], "signature": [ - "() => string[]" + "{ width?: number | undefined; height?: number | undefined; } | undefined" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] + "trackAdoption": false }, { "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.getExplicitInputIsEqual", - "type": "Function", + "id": "def-public.EmbeddablePackageState.searchSessionId", + "type": "string", "tags": [], - "label": "getExplicitInputIsEqual", + "label": "searchSessionId", "description": [ - "\nUsed to diff explicit embeddable input" + "\nPass current search session id when navigating to an editor,\nEditors could use it continue previous search session" ], "signature": [ - "(lastInput: Partial) => Promise" + "string | undefined" ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/lib/state_transfer/types.ts", "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.getExplicitInputIsEqual.$1", - "type": "Object", - "tags": [], - "label": "lastInput", - "description": [], - "signature": [ - "Partial" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "embeddable", + "id": "def-public.EnhancementRegistryDefinition", + "type": "Interface", + "tags": [], + "label": "EnhancementRegistryDefinition", + "description": [], + "signature": [ + { + "pluginId": "embeddable", + "scope": "public", + "docId": "kibEmbeddablePluginApi", + "section": "def-public.EnhancementRegistryDefinition", + "text": "EnhancementRegistryDefinition" + }, + "

extends Partial<", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.PersistableState", + "text": "PersistableState" }, + "

>" + ], + "path": "src/platform/plugins/shared/embeddable/public/enhancements/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ { "parentPluginId": "embeddable", - "id": "def-public.IEmbeddable.untilInitializationFinished", - "type": "Function", + "id": "def-public.EnhancementRegistryDefinition.id", + "type": "string", "tags": [], - "label": "untilInitializationFinished", + "label": "id", "description": [], - "signature": [ - "() => Promise" - ], - "path": "src/platform/plugins/shared/embeddable/public/lib/embeddables/i_embeddable.ts", + "path": "src/platform/plugins/shared/embeddable/public/enhancements/types.ts", "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] + "trackAdoption": false } ], "initialIsOpen": false @@ -3650,45 +1909,6 @@ "trackAdoption": false, "initialIsOpen": false }, - { - "parentPluginId": "embeddable", - "id": "def-public.EmbeddableInput", - "type": "Type", - "tags": [], - "label": "EmbeddableInput", - "description": [], - "signature": [ - "{ version?: string | undefined; viewMode?: ", - { - "pluginId": "embeddable", - "scope": "common", - "docId": "kibEmbeddablePluginApi", - "section": "def-common.ViewMode", - "text": "ViewMode" - }, - " | undefined; title?: string | undefined; description?: string | undefined; id: string; lastReloadRequestTime?: number | undefined; hidePanelTitles?: boolean | undefined; enhancements?: ", - { - "pluginId": "@kbn/utility-types", - "scope": "common", - "docId": "kibKbnUtilityTypesPluginApi", - "section": "def-common.SerializableRecord", - "text": "SerializableRecord" - }, - " | undefined; disabledActions?: string[] | undefined; disableTriggers?: boolean | undefined; searchSessionId?: string | undefined; syncColors?: boolean | undefined; syncCursor?: boolean | undefined; syncTooltips?: boolean | undefined; executionContext?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, - " | undefined; }" - ], - "path": "src/platform/plugins/shared/embeddable/common/types.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, { "parentPluginId": "embeddable", "id": "def-public.MULTI_VALUE_CLICK_TRIGGER", @@ -4565,7 +2785,7 @@ "references": [ { "plugin": "uiActionsEnhanced", - "path": "src/plugins/ui_actions_enhanced/public/plugin.ts" + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/plugin.ts" } ], "children": [ @@ -5371,13 +3591,7 @@ "text": "SerializableRecord" }, " | undefined; disabledActions?: string[] | undefined; disableTriggers?: boolean | undefined; searchSessionId?: string | undefined; syncColors?: boolean | undefined; syncCursor?: boolean | undefined; syncTooltips?: boolean | undefined; executionContext?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; }" ], "path": "src/platform/plugins/shared/embeddable/common/types.ts", diff --git a/api_docs/embeddable.mdx b/api_docs/embeddable.mdx index 854ffdb0fb708..e838a21e4c7b8 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddable'] --- import embeddableObj from './embeddable.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 | |-------------------|-----------|------------------------|-----------------| -| 280 | 0 | 222 | 2 | +| 179 | 0 | 152 | 2 | ## Client diff --git a/api_docs/embeddable_enhanced.mdx b/api_docs/embeddable_enhanced.mdx index b04193d508e53..fad65b322ea26 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-12-27 +date: 2025-01-05 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 67626ea39f9c1..cf661307dc140 100644 --- a/api_docs/encrypted_saved_objects.devdocs.json +++ b/api_docs/encrypted_saved_objects.devdocs.json @@ -207,29 +207,11 @@ "description": [], "signature": [ "(encryptedDoc: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", " | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", ") => encryptedDoc is ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", "" ], "path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts", @@ -245,21 +227,9 @@ "label": "encryptedDoc", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", " | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", "" ], "path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts", @@ -277,29 +247,11 @@ "description": [], "signature": [ "(doc: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", ", context: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigrationContext", - "text": "SavedObjectMigrationContext" - }, + "SavedObjectMigrationContext", ") => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", "" ], "path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts", @@ -315,24 +267,12 @@ "label": "doc", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectDoc", - "text": "SavedObjectDoc" - }, + "SavedObjectDoc", " & { references?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false }, @@ -344,15 +284,9 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigrationContext", - "text": "SavedObjectMigrationContext" - } + "SavedObjectMigrationContext" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false } @@ -437,21 +371,9 @@ "description": [], "signature": [ "(type: string, id: string, options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - }, + "SavedObjectsBaseOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", ">" ], "path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts", @@ -496,13 +418,7 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - }, + "SavedObjectsBaseOptions", " | undefined" ], "path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts", @@ -524,29 +440,11 @@ ], "signature": [ "(findOptions: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCreatePointInTimeFinderOptions", - "text": "SavedObjectsCreatePointInTimeFinderOptions" - }, + "SavedObjectsCreatePointInTimeFinderOptions", ", dependencies?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCreatePointInTimeFinderDependencies", - "text": "SavedObjectsCreatePointInTimeFinderDependencies" - }, + "SavedObjectsCreatePointInTimeFinderDependencies", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.ISavedObjectsPointInTimeFinder", - "text": "ISavedObjectsPointInTimeFinder" - }, + "ISavedObjectsPointInTimeFinder", ">" ], "path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts", @@ -563,13 +461,7 @@ "matches interface of corresponding argument of Saved Objects API `createPointInTimeFinder` {@link SavedObjectsCreatePointInTimeFinderOptions }" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCreatePointInTimeFinderOptions", - "text": "SavedObjectsCreatePointInTimeFinderOptions" - } + "SavedObjectsCreatePointInTimeFinderOptions" ], "path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts", "deprecated": false, @@ -586,13 +478,7 @@ "matches interface of corresponding argument of Saved Objects API `createPointInTimeFinder` {@link SavedObjectsCreatePointInTimeFinderDependencies }" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCreatePointInTimeFinderDependencies", - "text": "SavedObjectsCreatePointInTimeFinderDependencies" - }, + "SavedObjectsCreatePointInTimeFinderDependencies", " | undefined" ], "path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts", @@ -839,29 +725,11 @@ "description": [], "signature": [ "(encryptedDoc: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", " | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", ") => encryptedDoc is ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", "" ], "path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts", @@ -877,21 +745,9 @@ "label": "encryptedDoc", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", " | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", "" ], "path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts", @@ -1030,13 +886,7 @@ "(opts: ", "CreateEsoModelVersionFnOpts", ") => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsModelVersion", - "text": "SavedObjectsModelVersion" - } + "SavedObjectsModelVersion" ], "path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts", "deprecated": false, diff --git a/api_docs/encrypted_saved_objects.mdx b/api_docs/encrypted_saved_objects.mdx index 5a20d1800583c..df95531ee7dc6 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'encryptedSavedObjects'] --- import encryptedSavedObjectsObj from './encrypted_saved_objects.devdocs.json'; diff --git a/api_docs/enterprise_search.devdocs.json b/api_docs/enterprise_search.devdocs.json index 8cea7fb56ae4a..95120655cb893 100644 --- a/api_docs/enterprise_search.devdocs.json +++ b/api_docs/enterprise_search.devdocs.json @@ -16,7 +16,7 @@ "signature": [ "{} | undefined" ], - "path": "x-pack/plugins/enterprise_search/public/plugin.ts", + "path": "x-pack/solutions/search/plugins/enterprise_search/public/plugin.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -33,7 +33,7 @@ "signature": [ "void" ], - "path": "x-pack/plugins/enterprise_search/public/plugin.ts", + "path": "x-pack/solutions/search/plugins/enterprise_search/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -56,7 +56,7 @@ "signature": [ "{ readonly host?: string | undefined; readonly customHeaders?: Readonly<{} & {}> | undefined; readonly ssl: Readonly<{ certificateAuthorities?: string | string[] | undefined; } & { verificationMode: \"none\" | \"full\" | \"certificate\"; }>; readonly enabled: boolean; readonly ui: Readonly<{} & { enabled: boolean; }>; readonly accessCheckTimeout: number; readonly accessCheckTimeoutWarning: number; readonly hasConnectors: boolean; readonly hasDefaultIngestPipeline: boolean; readonly hasDocumentLevelSecurityEnabled: boolean; readonly hasIncrementalSyncEnabled: boolean; readonly hasNativeConnectors: boolean; readonly hasWebCrawler: boolean; readonly isCloud: boolean; }" ], - "path": "x-pack/plugins/enterprise_search/server/index.ts", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -71,7 +71,7 @@ "signature": [ "\".ent-search-actastic-crawler2_configurations_v2\"" ], - "path": "x-pack/plugins/enterprise_search/server/index.ts", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -231,7 +231,7 @@ }, "; }>; }>" ], - "path": "x-pack/plugins/enterprise_search/server/index.ts", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/enterprise_search.mdx b/api_docs/enterprise_search.mdx index e8f6b6b872fed..d76ee737cbe6c 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'enterpriseSearch'] --- import enterpriseSearchObj from './enterprise_search.devdocs.json'; diff --git a/api_docs/entities_data_access.mdx b/api_docs/entities_data_access.mdx index 704b05de5565a..a522db7292902 100644 --- a/api_docs/entities_data_access.mdx +++ b/api_docs/entities_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/entitiesDataAccess title: "entitiesDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the entitiesDataAccess plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'entitiesDataAccess'] --- import entitiesDataAccessObj from './entities_data_access.devdocs.json'; diff --git a/api_docs/entity_manager.devdocs.json b/api_docs/entity_manager.devdocs.json index 1f95d28036536..f17a2926e6606 100644 --- a/api_docs/entity_manager.devdocs.json +++ b/api_docs/entity_manager.devdocs.json @@ -40,31 +40,13 @@ "<\"POST /internal/entities/v2/_count\", Zod.ZodObject<{ body: Zod.ZodObject<{ types: Zod.ZodOptional>; filters: Zod.ZodOptional>; start: Zod.ZodEffects>, string, string | undefined>; end: Zod.ZodEffects>, string, string | undefined>; }, \"strip\", Zod.ZodTypeAny, { start: string; end: string; filters?: string[] | undefined; types?: string[] | undefined; }, { start?: string | undefined; end?: string | undefined; filters?: string[] | undefined; types?: string[] | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { body: { start: string; end: string; filters?: string[] | undefined; types?: string[] | undefined; }; }, { body: { start?: string | undefined; end?: string | undefined; filters?: string[] | undefined; types?: string[] | undefined; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "<{ total: number; types: Record; errors: string[]; }>, undefined>; \"GET /internal/entities/v2/definitions/sources\": { endpoint: \"GET /internal/entities/v2/definitions/sources\"; handler: ServerRouteHandler<", "EntityManagerRouteHandlerResources", ", undefined, ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "<{ sources: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }[]; }>>; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; }; \"POST /internal/entities/v2/definitions/sources\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -76,31 +58,13 @@ "<\"POST /internal/entities/v2/definitions/sources\", Zod.ZodObject<{ body: Zod.ZodObject<{ source: Zod.ZodObject<{ id: Zod.ZodString; type_id: Zod.ZodString; index_patterns: Zod.ZodArray; identity_fields: Zod.ZodArray; metadata_fields: Zod.ZodArray; filters: Zod.ZodArray; timestamp_field: Zod.ZodOptional; display_name: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }, { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { source: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }; }, { source: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }; }>; }, \"strip\", Zod.ZodTypeAny, { body: { source: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }; }; }, { body: { source: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"GET /internal/entities/v2/definitions/types\": { endpoint: \"GET /internal/entities/v2/definitions/types\"; handler: ServerRouteHandler<", "EntityManagerRouteHandlerResources", ", undefined, ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "<{ types: { id: string; display_name: string; }[]; }>>; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; }; \"POST /internal/entities/v2/definitions/types\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -112,13 +76,7 @@ "<\"POST /internal/entities/v2/definitions/types\", Zod.ZodObject<{ body: Zod.ZodObject<{ type: Zod.ZodObject<{ id: Zod.ZodString; display_name: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; display_name: string; }, { id: string; display_name: string; }>; }, \"strip\", Zod.ZodTypeAny, { type: { id: string; display_name: string; }; }, { type: { id: string; display_name: string; }; }>; }, \"strip\", Zod.ZodTypeAny, { body: { type: { id: string; display_name: string; }; }; }, { body: { type: { id: string; display_name: string; }; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"POST /internal/entities/v2/_search/preview\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -130,13 +88,7 @@ "<\"POST /internal/entities/v2/_search/preview\", Zod.ZodObject<{ body: Zod.ZodIntersection>, string, string | undefined>; end: Zod.ZodEffects>, string, string | undefined>; sort: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { field: string; direction: \"ASC\" | \"DESC\"; }, { field: string; direction: \"ASC\" | \"DESC\"; }>>; limit: Zod.ZodDefault>; metadata_fields: Zod.ZodDefault>>; filters: Zod.ZodDefault>>; }, \"strip\", Zod.ZodTypeAny, { start: string; end: string; filters: string[]; limit: number; metadata_fields: string[]; sort?: { field: string; direction: \"ASC\" | \"DESC\"; } | undefined; }, { start?: string | undefined; end?: string | undefined; sort?: { field: string; direction: \"ASC\" | \"DESC\"; } | undefined; filters?: string[] | undefined; limit?: number | undefined; metadata_fields?: string[] | undefined; }>, Zod.ZodObject<{ sources: Zod.ZodArray; identity_fields: Zod.ZodArray; metadata_fields: Zod.ZodArray; filters: Zod.ZodArray; timestamp_field: Zod.ZodOptional; display_name: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }, { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { sources: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }[]; }, { sources: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }[]; }>>; }, \"strip\", Zod.ZodTypeAny, { body: { start: string; end: string; filters: string[]; limit: number; metadata_fields: string[]; sort?: { field: string; direction: \"ASC\" | \"DESC\"; } | undefined; } & { sources: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }[]; }; }, { body: { start?: string | undefined; end?: string | undefined; sort?: { field: string; direction: \"ASC\" | \"DESC\"; } | undefined; filters?: string[] | undefined; limit?: number | undefined; metadata_fields?: string[] | undefined; } & { sources: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }[]; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "<{ entities: ", { "pluginId": "@kbn/entities-schema", @@ -156,13 +108,7 @@ "<\"POST /internal/entities/v2/_search\", Zod.ZodObject<{ body: Zod.ZodIntersection>, string, string | undefined>; end: Zod.ZodEffects>, string, string | undefined>; sort: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { field: string; direction: \"ASC\" | \"DESC\"; }, { field: string; direction: \"ASC\" | \"DESC\"; }>>; limit: Zod.ZodDefault>; metadata_fields: Zod.ZodDefault>>; filters: Zod.ZodDefault>>; }, \"strip\", Zod.ZodTypeAny, { start: string; end: string; filters: string[]; limit: number; metadata_fields: string[]; sort?: { field: string; direction: \"ASC\" | \"DESC\"; } | undefined; }, { start?: string | undefined; end?: string | undefined; sort?: { field: string; direction: \"ASC\" | \"DESC\"; } | undefined; filters?: string[] | undefined; limit?: number | undefined; metadata_fields?: string[] | undefined; }>, Zod.ZodObject<{ type: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { type: string; }, { type: string; }>>; }, \"strip\", Zod.ZodTypeAny, { body: { start: string; end: string; filters: string[]; limit: number; metadata_fields: string[]; sort?: { field: string; direction: \"ASC\" | \"DESC\"; } | undefined; } & { type: string; }; }, { body: { start?: string | undefined; end?: string | undefined; sort?: { field: string; direction: \"ASC\" | \"DESC\"; } | undefined; filters?: string[] | undefined; limit?: number | undefined; metadata_fields?: string[] | undefined; } & { type: string; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"PATCH /internal/entities/definition/{id}\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -246,13 +192,7 @@ "; 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; indexPatterns?: string[] | undefined; metadata?: (string | { source: string; destination?: string | undefined; aggregation?: { type: \"terms\"; limit?: number | undefined; lookbackPeriod?: string | undefined; } | { type: \"top_value\"; sort: Record; lookbackPeriod?: string | undefined; } | undefined; })[] | undefined; identityFields?: (string | { field: string; optional: false; })[] | undefined; displayNameTemplate?: string | undefined; staticFields?: Record | undefined; latest?: { settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; } | undefined; lookbackPeriod?: string | undefined; timestampField?: string | undefined; } | undefined; installedComponents?: { id: string; type: \"transform\" | \"template\" | \"ingest_pipeline\"; }[] | undefined; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"POST /internal/entities/definition/{id}/_reset\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -264,13 +204,7 @@ "<\"POST /internal/entities/definition/{id}/_reset\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; }, \"strip\", Zod.ZodTypeAny, { path: { id: string; }; }, { path: { id: string; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"GET /internal/entities/definition/{id?}\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -282,13 +216,7 @@ "<\"GET /internal/entities/definition/{id?}\", Zod.ZodObject<{ query: Zod.ZodObject<{ page: Zod.ZodOptional; perPage: Zod.ZodOptional; includeState: Zod.ZodDefault, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { includeState: boolean; page?: number | undefined; perPage?: number | undefined; }, { page?: number | undefined; perPage?: number | undefined; includeState?: boolean | \"true\" | \"false\" | undefined; }>; path: Zod.ZodObject<{ id: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id?: string | undefined; }, { id?: string | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { includeState: boolean; page?: number | undefined; perPage?: number | undefined; }; path: { id?: string | undefined; }; }, { query: { page?: number | undefined; perPage?: number | undefined; includeState?: boolean | \"true\" | \"false\" | undefined; }; path: { id?: string | undefined; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"DELETE /internal/entities/definition/{id}\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -300,13 +228,7 @@ "<\"DELETE /internal/entities/definition/{id}\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; query: Zod.ZodObject<{ deleteData: Zod.ZodDefault, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { deleteData: boolean; }, { deleteData?: boolean | \"true\" | \"false\" | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { deleteData: boolean; }; path: { id: string; }; }, { query: { deleteData?: boolean | \"true\" | \"false\" | undefined; }; path: { id: string; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"POST /internal/entities/definition\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -390,13 +312,7 @@ "; 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; managed?: boolean | undefined; metadata?: (string | { source: string; destination?: string | undefined; aggregation?: { type: \"terms\"; limit?: number | undefined; lookbackPeriod?: string | undefined; } | { type: \"top_value\"; sort: Record; lookbackPeriod?: string | undefined; } | undefined; })[] | undefined; staticFields?: Record | undefined; installStatus?: \"failed\" | \"installing\" | \"upgrading\" | \"installed\" | undefined; installStartedAt?: string | undefined; installedComponents?: { id: string; type: \"transform\" | \"template\" | \"ingest_pipeline\"; }[] | undefined; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"DELETE /internal/entities/managed/enablement\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -408,13 +324,7 @@ "<\"DELETE /internal/entities/managed/enablement\", Zod.ZodObject<{ query: Zod.ZodObject<{ deleteData: Zod.ZodDefault, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { deleteData: boolean; }, { deleteData?: boolean | \"true\" | \"false\" | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { deleteData: boolean; }; }, { query: { deleteData?: boolean | \"true\" | \"false\" | undefined; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"PUT /internal/entities/managed/enablement\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -426,39 +336,15 @@ "<\"PUT /internal/entities/managed/enablement\", Zod.ZodObject<{ query: Zod.ZodObject<{ installOnly: Zod.ZodDefault, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { installOnly: boolean; }, { installOnly?: boolean | \"true\" | \"false\" | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { installOnly: boolean; }; }, { query: { installOnly?: boolean | \"true\" | \"false\" | undefined; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"GET /internal/entities/managed/enablement\": { endpoint: \"GET /internal/entities/managed/enablement\"; handler: ServerRouteHandler<", "EntityManagerRouteHandlerResources", ", undefined, ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ">; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; }; }, TEndpoint> & ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptions", - "text": "HttpFetchOptions" - }, + "HttpFetchOptions", ">) => Promise<", { "pluginId": "@kbn/server-route-repository-utils", @@ -478,31 +364,13 @@ "<\"POST /internal/entities/v2/_count\", Zod.ZodObject<{ body: Zod.ZodObject<{ types: Zod.ZodOptional>; filters: Zod.ZodOptional>; start: Zod.ZodEffects>, string, string | undefined>; end: Zod.ZodEffects>, string, string | undefined>; }, \"strip\", Zod.ZodTypeAny, { start: string; end: string; filters?: string[] | undefined; types?: string[] | undefined; }, { start?: string | undefined; end?: string | undefined; filters?: string[] | undefined; types?: string[] | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { body: { start: string; end: string; filters?: string[] | undefined; types?: string[] | undefined; }; }, { body: { start?: string | undefined; end?: string | undefined; filters?: string[] | undefined; types?: string[] | undefined; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "<{ total: number; types: Record; errors: string[]; }>, undefined>; \"GET /internal/entities/v2/definitions/sources\": { endpoint: \"GET /internal/entities/v2/definitions/sources\"; handler: ServerRouteHandler<", "EntityManagerRouteHandlerResources", ", undefined, ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "<{ sources: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }[]; }>>; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; }; \"POST /internal/entities/v2/definitions/sources\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -514,31 +382,13 @@ "<\"POST /internal/entities/v2/definitions/sources\", Zod.ZodObject<{ body: Zod.ZodObject<{ source: Zod.ZodObject<{ id: Zod.ZodString; type_id: Zod.ZodString; index_patterns: Zod.ZodArray; identity_fields: Zod.ZodArray; metadata_fields: Zod.ZodArray; filters: Zod.ZodArray; timestamp_field: Zod.ZodOptional; display_name: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }, { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { source: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }; }, { source: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }; }>; }, \"strip\", Zod.ZodTypeAny, { body: { source: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }; }; }, { body: { source: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"GET /internal/entities/v2/definitions/types\": { endpoint: \"GET /internal/entities/v2/definitions/types\"; handler: ServerRouteHandler<", "EntityManagerRouteHandlerResources", ", undefined, ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "<{ types: { id: string; display_name: string; }[]; }>>; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; }; \"POST /internal/entities/v2/definitions/types\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -550,13 +400,7 @@ "<\"POST /internal/entities/v2/definitions/types\", Zod.ZodObject<{ body: Zod.ZodObject<{ type: Zod.ZodObject<{ id: Zod.ZodString; display_name: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; display_name: string; }, { id: string; display_name: string; }>; }, \"strip\", Zod.ZodTypeAny, { type: { id: string; display_name: string; }; }, { type: { id: string; display_name: string; }; }>; }, \"strip\", Zod.ZodTypeAny, { body: { type: { id: string; display_name: string; }; }; }, { body: { type: { id: string; display_name: string; }; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"POST /internal/entities/v2/_search/preview\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -568,13 +412,7 @@ "<\"POST /internal/entities/v2/_search/preview\", Zod.ZodObject<{ body: Zod.ZodIntersection>, string, string | undefined>; end: Zod.ZodEffects>, string, string | undefined>; sort: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { field: string; direction: \"ASC\" | \"DESC\"; }, { field: string; direction: \"ASC\" | \"DESC\"; }>>; limit: Zod.ZodDefault>; metadata_fields: Zod.ZodDefault>>; filters: Zod.ZodDefault>>; }, \"strip\", Zod.ZodTypeAny, { start: string; end: string; filters: string[]; limit: number; metadata_fields: string[]; sort?: { field: string; direction: \"ASC\" | \"DESC\"; } | undefined; }, { start?: string | undefined; end?: string | undefined; sort?: { field: string; direction: \"ASC\" | \"DESC\"; } | undefined; filters?: string[] | undefined; limit?: number | undefined; metadata_fields?: string[] | undefined; }>, Zod.ZodObject<{ sources: Zod.ZodArray; identity_fields: Zod.ZodArray; metadata_fields: Zod.ZodArray; filters: Zod.ZodArray; timestamp_field: Zod.ZodOptional; display_name: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }, { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { sources: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }[]; }, { sources: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }[]; }>>; }, \"strip\", Zod.ZodTypeAny, { body: { start: string; end: string; filters: string[]; limit: number; metadata_fields: string[]; sort?: { field: string; direction: \"ASC\" | \"DESC\"; } | undefined; } & { sources: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }[]; }; }, { body: { start?: string | undefined; end?: string | undefined; sort?: { field: string; direction: \"ASC\" | \"DESC\"; } | undefined; filters?: string[] | undefined; limit?: number | undefined; metadata_fields?: string[] | undefined; } & { sources: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }[]; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "<{ entities: ", { "pluginId": "@kbn/entities-schema", @@ -594,13 +432,7 @@ "<\"POST /internal/entities/v2/_search\", Zod.ZodObject<{ body: Zod.ZodIntersection>, string, string | undefined>; end: Zod.ZodEffects>, string, string | undefined>; sort: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { field: string; direction: \"ASC\" | \"DESC\"; }, { field: string; direction: \"ASC\" | \"DESC\"; }>>; limit: Zod.ZodDefault>; metadata_fields: Zod.ZodDefault>>; filters: Zod.ZodDefault>>; }, \"strip\", Zod.ZodTypeAny, { start: string; end: string; filters: string[]; limit: number; metadata_fields: string[]; sort?: { field: string; direction: \"ASC\" | \"DESC\"; } | undefined; }, { start?: string | undefined; end?: string | undefined; sort?: { field: string; direction: \"ASC\" | \"DESC\"; } | undefined; filters?: string[] | undefined; limit?: number | undefined; metadata_fields?: string[] | undefined; }>, Zod.ZodObject<{ type: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { type: string; }, { type: string; }>>; }, \"strip\", Zod.ZodTypeAny, { body: { start: string; end: string; filters: string[]; limit: number; metadata_fields: string[]; sort?: { field: string; direction: \"ASC\" | \"DESC\"; } | undefined; } & { type: string; }; }, { body: { start?: string | undefined; end?: string | undefined; sort?: { field: string; direction: \"ASC\" | \"DESC\"; } | undefined; filters?: string[] | undefined; limit?: number | undefined; metadata_fields?: string[] | undefined; } & { type: string; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"PATCH /internal/entities/definition/{id}\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -684,13 +516,7 @@ "; 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; indexPatterns?: string[] | undefined; metadata?: (string | { source: string; destination?: string | undefined; aggregation?: { type: \"terms\"; limit?: number | undefined; lookbackPeriod?: string | undefined; } | { type: \"top_value\"; sort: Record; lookbackPeriod?: string | undefined; } | undefined; })[] | undefined; identityFields?: (string | { field: string; optional: false; })[] | undefined; displayNameTemplate?: string | undefined; staticFields?: Record | undefined; latest?: { settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; } | undefined; lookbackPeriod?: string | undefined; timestampField?: string | undefined; } | undefined; installedComponents?: { id: string; type: \"transform\" | \"template\" | \"ingest_pipeline\"; }[] | undefined; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"POST /internal/entities/definition/{id}/_reset\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -702,13 +528,7 @@ "<\"POST /internal/entities/definition/{id}/_reset\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; }, \"strip\", Zod.ZodTypeAny, { path: { id: string; }; }, { path: { id: string; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"GET /internal/entities/definition/{id?}\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -720,13 +540,7 @@ "<\"GET /internal/entities/definition/{id?}\", Zod.ZodObject<{ query: Zod.ZodObject<{ page: Zod.ZodOptional; perPage: Zod.ZodOptional; includeState: Zod.ZodDefault, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { includeState: boolean; page?: number | undefined; perPage?: number | undefined; }, { page?: number | undefined; perPage?: number | undefined; includeState?: boolean | \"true\" | \"false\" | undefined; }>; path: Zod.ZodObject<{ id: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id?: string | undefined; }, { id?: string | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { includeState: boolean; page?: number | undefined; perPage?: number | undefined; }; path: { id?: string | undefined; }; }, { query: { page?: number | undefined; perPage?: number | undefined; includeState?: boolean | \"true\" | \"false\" | undefined; }; path: { id?: string | undefined; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"DELETE /internal/entities/definition/{id}\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -738,13 +552,7 @@ "<\"DELETE /internal/entities/definition/{id}\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; query: Zod.ZodObject<{ deleteData: Zod.ZodDefault, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { deleteData: boolean; }, { deleteData?: boolean | \"true\" | \"false\" | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { deleteData: boolean; }; path: { id: string; }; }, { query: { deleteData?: boolean | \"true\" | \"false\" | undefined; }; path: { id: string; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"POST /internal/entities/definition\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -828,13 +636,7 @@ "; 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; managed?: boolean | undefined; metadata?: (string | { source: string; destination?: string | undefined; aggregation?: { type: \"terms\"; limit?: number | undefined; lookbackPeriod?: string | undefined; } | { type: \"top_value\"; sort: Record; lookbackPeriod?: string | undefined; } | undefined; })[] | undefined; staticFields?: Record | undefined; installStatus?: \"failed\" | \"installing\" | \"upgrading\" | \"installed\" | undefined; installStartedAt?: string | undefined; installedComponents?: { id: string; type: \"transform\" | \"template\" | \"ingest_pipeline\"; }[] | undefined; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"DELETE /internal/entities/managed/enablement\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -846,13 +648,7 @@ "<\"DELETE /internal/entities/managed/enablement\", Zod.ZodObject<{ query: Zod.ZodObject<{ deleteData: Zod.ZodDefault, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { deleteData: boolean; }, { deleteData?: boolean | \"true\" | \"false\" | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { deleteData: boolean; }; }, { query: { deleteData?: boolean | \"true\" | \"false\" | undefined; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"PUT /internal/entities/managed/enablement\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -864,31 +660,13 @@ "<\"PUT /internal/entities/managed/enablement\", Zod.ZodObject<{ query: Zod.ZodObject<{ installOnly: Zod.ZodDefault, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { installOnly: boolean; }, { installOnly?: boolean | \"true\" | \"false\" | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { installOnly: boolean; }; }, { query: { installOnly?: boolean | \"true\" | \"false\" | undefined; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"GET /internal/entities/managed/enablement\": { endpoint: \"GET /internal/entities/managed/enablement\"; handler: ServerRouteHandler<", "EntityManagerRouteHandlerResources", ", undefined, ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ">; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; }; }, TEndpoint>>" ], "path": "x-pack/platform/plugins/shared/entity_manager/public/lib/entity_client.ts", @@ -928,13 +706,7 @@ "text": "ClientRequestParamsOf" }, " & TAdditionalClientOptions & ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptions", - "text": "HttpFetchOptions" - }, + "HttpFetchOptions", "> extends never ? [] | [", { "pluginId": "@kbn/server-route-repository-utils", @@ -944,13 +716,7 @@ "text": "ClientRequestParamsOf" }, " & TAdditionalClientOptions & ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptions", - "text": "HttpFetchOptions" - }, + "HttpFetchOptions", "] : [", { "pluginId": "@kbn/server-route-repository-utils", @@ -960,13 +726,7 @@ "text": "ClientRequestParamsOf" }, " & TAdditionalClientOptions & ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptions", - "text": "HttpFetchOptions" - }, + "HttpFetchOptions", "]" ], "path": "src/platform/packages/shared/kbn-server-route-repository-utils/src/typings.ts", @@ -997,21 +757,9 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", " | ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "" ], "path": "x-pack/platform/plugins/shared/entity_manager/public/lib/entity_client.ts", @@ -1505,31 +1253,13 @@ "<\"POST /internal/entities/v2/_count\", Zod.ZodObject<{ body: Zod.ZodObject<{ types: Zod.ZodOptional>; filters: Zod.ZodOptional>; start: Zod.ZodEffects>, string, string | undefined>; end: Zod.ZodEffects>, string, string | undefined>; }, \"strip\", Zod.ZodTypeAny, { start: string; end: string; filters?: string[] | undefined; types?: string[] | undefined; }, { start?: string | undefined; end?: string | undefined; filters?: string[] | undefined; types?: string[] | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { body: { start: string; end: string; filters?: string[] | undefined; types?: string[] | undefined; }; }, { body: { start?: string | undefined; end?: string | undefined; filters?: string[] | undefined; types?: string[] | undefined; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "<{ total: number; types: Record; errors: string[]; }>, undefined>; \"GET /internal/entities/v2/definitions/sources\": { endpoint: \"GET /internal/entities/v2/definitions/sources\"; handler: ServerRouteHandler<", "EntityManagerRouteHandlerResources", ", undefined, ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "<{ sources: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }[]; }>>; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; }; \"POST /internal/entities/v2/definitions/sources\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -1541,31 +1271,13 @@ "<\"POST /internal/entities/v2/definitions/sources\", Zod.ZodObject<{ body: Zod.ZodObject<{ source: Zod.ZodObject<{ id: Zod.ZodString; type_id: Zod.ZodString; index_patterns: Zod.ZodArray; identity_fields: Zod.ZodArray; metadata_fields: Zod.ZodArray; filters: Zod.ZodArray; timestamp_field: Zod.ZodOptional; display_name: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }, { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { source: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }; }, { source: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }; }>; }, \"strip\", Zod.ZodTypeAny, { body: { source: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }; }; }, { body: { source: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"GET /internal/entities/v2/definitions/types\": { endpoint: \"GET /internal/entities/v2/definitions/types\"; handler: ServerRouteHandler<", "EntityManagerRouteHandlerResources", ", undefined, ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "<{ types: { id: string; display_name: string; }[]; }>>; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; }; \"POST /internal/entities/v2/definitions/types\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -1577,13 +1289,7 @@ "<\"POST /internal/entities/v2/definitions/types\", Zod.ZodObject<{ body: Zod.ZodObject<{ type: Zod.ZodObject<{ id: Zod.ZodString; display_name: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; display_name: string; }, { id: string; display_name: string; }>; }, \"strip\", Zod.ZodTypeAny, { type: { id: string; display_name: string; }; }, { type: { id: string; display_name: string; }; }>; }, \"strip\", Zod.ZodTypeAny, { body: { type: { id: string; display_name: string; }; }; }, { body: { type: { id: string; display_name: string; }; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"POST /internal/entities/v2/_search/preview\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -1595,13 +1301,7 @@ "<\"POST /internal/entities/v2/_search/preview\", Zod.ZodObject<{ body: Zod.ZodIntersection>, string, string | undefined>; end: Zod.ZodEffects>, string, string | undefined>; sort: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { field: string; direction: \"ASC\" | \"DESC\"; }, { field: string; direction: \"ASC\" | \"DESC\"; }>>; limit: Zod.ZodDefault>; metadata_fields: Zod.ZodDefault>>; filters: Zod.ZodDefault>>; }, \"strip\", Zod.ZodTypeAny, { start: string; end: string; filters: string[]; limit: number; metadata_fields: string[]; sort?: { field: string; direction: \"ASC\" | \"DESC\"; } | undefined; }, { start?: string | undefined; end?: string | undefined; sort?: { field: string; direction: \"ASC\" | \"DESC\"; } | undefined; filters?: string[] | undefined; limit?: number | undefined; metadata_fields?: string[] | undefined; }>, Zod.ZodObject<{ sources: Zod.ZodArray; identity_fields: Zod.ZodArray; metadata_fields: Zod.ZodArray; filters: Zod.ZodArray; timestamp_field: Zod.ZodOptional; display_name: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }, { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { sources: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }[]; }, { sources: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }[]; }>>; }, \"strip\", Zod.ZodTypeAny, { body: { start: string; end: string; filters: string[]; limit: number; metadata_fields: string[]; sort?: { field: string; direction: \"ASC\" | \"DESC\"; } | undefined; } & { sources: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }[]; }; }, { body: { start?: string | undefined; end?: string | undefined; sort?: { field: string; direction: \"ASC\" | \"DESC\"; } | undefined; filters?: string[] | undefined; limit?: number | undefined; metadata_fields?: string[] | undefined; } & { sources: { id: string; filters: string[]; metadata_fields: string[]; type_id: string; index_patterns: string[]; identity_fields: string[]; timestamp_field?: string | undefined; display_name?: string | undefined; }[]; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "<{ entities: ", { "pluginId": "@kbn/entities-schema", @@ -1621,13 +1321,7 @@ "<\"POST /internal/entities/v2/_search\", Zod.ZodObject<{ body: Zod.ZodIntersection>, string, string | undefined>; end: Zod.ZodEffects>, string, string | undefined>; sort: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { field: string; direction: \"ASC\" | \"DESC\"; }, { field: string; direction: \"ASC\" | \"DESC\"; }>>; limit: Zod.ZodDefault>; metadata_fields: Zod.ZodDefault>>; filters: Zod.ZodDefault>>; }, \"strip\", Zod.ZodTypeAny, { start: string; end: string; filters: string[]; limit: number; metadata_fields: string[]; sort?: { field: string; direction: \"ASC\" | \"DESC\"; } | undefined; }, { start?: string | undefined; end?: string | undefined; sort?: { field: string; direction: \"ASC\" | \"DESC\"; } | undefined; filters?: string[] | undefined; limit?: number | undefined; metadata_fields?: string[] | undefined; }>, Zod.ZodObject<{ type: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { type: string; }, { type: string; }>>; }, \"strip\", Zod.ZodTypeAny, { body: { start: string; end: string; filters: string[]; limit: number; metadata_fields: string[]; sort?: { field: string; direction: \"ASC\" | \"DESC\"; } | undefined; } & { type: string; }; }, { body: { start?: string | undefined; end?: string | undefined; sort?: { field: string; direction: \"ASC\" | \"DESC\"; } | undefined; filters?: string[] | undefined; limit?: number | undefined; metadata_fields?: string[] | undefined; } & { type: string; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"PATCH /internal/entities/definition/{id}\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -1711,13 +1405,7 @@ "; 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; indexPatterns?: string[] | undefined; metadata?: (string | { source: string; destination?: string | undefined; aggregation?: { type: \"terms\"; limit?: number | undefined; lookbackPeriod?: string | undefined; } | { type: \"top_value\"; sort: Record; lookbackPeriod?: string | undefined; } | undefined; })[] | undefined; identityFields?: (string | { field: string; optional: false; })[] | undefined; displayNameTemplate?: string | undefined; staticFields?: Record | undefined; latest?: { settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; } | undefined; lookbackPeriod?: string | undefined; timestampField?: string | undefined; } | undefined; installedComponents?: { id: string; type: \"transform\" | \"template\" | \"ingest_pipeline\"; }[] | undefined; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"POST /internal/entities/definition/{id}/_reset\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -1729,13 +1417,7 @@ "<\"POST /internal/entities/definition/{id}/_reset\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; }, \"strip\", Zod.ZodTypeAny, { path: { id: string; }; }, { path: { id: string; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"GET /internal/entities/definition/{id?}\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -1747,13 +1429,7 @@ "<\"GET /internal/entities/definition/{id?}\", Zod.ZodObject<{ query: Zod.ZodObject<{ page: Zod.ZodOptional; perPage: Zod.ZodOptional; includeState: Zod.ZodDefault, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { includeState: boolean; page?: number | undefined; perPage?: number | undefined; }, { page?: number | undefined; perPage?: number | undefined; includeState?: boolean | \"true\" | \"false\" | undefined; }>; path: Zod.ZodObject<{ id: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id?: string | undefined; }, { id?: string | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { includeState: boolean; page?: number | undefined; perPage?: number | undefined; }; path: { id?: string | undefined; }; }, { query: { page?: number | undefined; perPage?: number | undefined; includeState?: boolean | \"true\" | \"false\" | undefined; }; path: { id?: string | undefined; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"DELETE /internal/entities/definition/{id}\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -1765,13 +1441,7 @@ "<\"DELETE /internal/entities/definition/{id}\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; query: Zod.ZodObject<{ deleteData: Zod.ZodDefault, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { deleteData: boolean; }, { deleteData?: boolean | \"true\" | \"false\" | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { deleteData: boolean; }; path: { id: string; }; }, { query: { deleteData?: boolean | \"true\" | \"false\" | undefined; }; path: { id: string; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"POST /internal/entities/definition\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -1855,13 +1525,7 @@ "; 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; managed?: boolean | undefined; metadata?: (string | { source: string; destination?: string | undefined; aggregation?: { type: \"terms\"; limit?: number | undefined; lookbackPeriod?: string | undefined; } | { type: \"top_value\"; sort: Record; lookbackPeriod?: string | undefined; } | undefined; })[] | undefined; staticFields?: Record | undefined; installStatus?: \"failed\" | \"installing\" | \"upgrading\" | \"installed\" | undefined; installStartedAt?: string | undefined; installedComponents?: { id: string; type: \"transform\" | \"template\" | \"ingest_pipeline\"; }[] | undefined; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"DELETE /internal/entities/managed/enablement\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -1873,13 +1537,7 @@ "<\"DELETE /internal/entities/managed/enablement\", Zod.ZodObject<{ query: Zod.ZodObject<{ deleteData: Zod.ZodDefault, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { deleteData: boolean; }, { deleteData?: boolean | \"true\" | \"false\" | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { deleteData: boolean; }; }, { query: { deleteData?: boolean | \"true\" | \"false\" | undefined; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"PUT /internal/entities/managed/enablement\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -1891,31 +1549,13 @@ "<\"PUT /internal/entities/managed/enablement\", Zod.ZodObject<{ query: Zod.ZodObject<{ installOnly: Zod.ZodDefault, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { installOnly: boolean; }, { installOnly?: boolean | \"true\" | \"false\" | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { installOnly: boolean; }; }, { query: { installOnly?: boolean | \"true\" | \"false\" | undefined; }; }>, ", "EntityManagerRouteHandlerResources", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", undefined>; \"GET /internal/entities/managed/enablement\": { endpoint: \"GET /internal/entities/managed/enablement\"; handler: ServerRouteHandler<", "EntityManagerRouteHandlerResources", ", undefined, ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ">; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; }; }" ], "path": "x-pack/platform/plugins/shared/entity_manager/server/routes/index.ts", @@ -2004,13 +1644,7 @@ "description": [], "signature": [ "(options: { request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "; }) => Promise<", "EntityClient", ">" @@ -2038,13 +1672,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/platform/plugins/shared/entity_manager/server/plugin.ts", diff --git a/api_docs/entity_manager.mdx b/api_docs/entity_manager.mdx index 7a09295d9eeb6..a9061d44bf36b 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'entityManager'] --- import entityManagerObj from './entity_manager.devdocs.json'; diff --git a/api_docs/es_ui_shared.devdocs.json b/api_docs/es_ui_shared.devdocs.json index 256f6645f5cac..401a23e6094ee 100644 --- a/api_docs/es_ui_shared.devdocs.json +++ b/api_docs/es_ui_shared.devdocs.json @@ -514,13 +514,7 @@ "description": [], "signature": [ "(httpClient: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", ", { path, method, body, query, version, asSystemRequest }: ", { "pluginId": "esUiShared", @@ -551,13 +545,7 @@ "label": "httpClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "src/platform/plugins/shared/es_ui_shared/public/request/send_request.ts", "deprecated": false, @@ -616,13 +604,7 @@ "description": [], "signature": [ "(httpClient: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", ", { path, method, query, body, pollIntervalMs, initialData, deserializer, version, }: ", { "pluginId": "esUiShared", @@ -653,13 +635,7 @@ "label": "httpClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "src/platform/plugins/shared/es_ui_shared/public/request/use_request.ts", "deprecated": false, @@ -1057,13 +1033,7 @@ "label": "query", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchQuery", - "text": "HttpFetchQuery" - }, + "HttpFetchQuery", " | undefined" ], "path": "src/platform/plugins/shared/es_ui_shared/public/request/send_request.ts", @@ -1567,13 +1537,7 @@ ], "signature": [ "({ error, response, handleCustomError, }: EsErrorHandlerParams) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "" ], "path": "src/platform/plugins/shared/es_ui_shared/__packages_do_not_import__/errors/handle_es_error.ts", diff --git a/api_docs/es_ui_shared.mdx b/api_docs/es_ui_shared.mdx index d96605c7b05fd..9b547a44c5142 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-12-27 +date: 2025-01-05 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 4685fc699da34..9b97251f8ca2c 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-12-27 +date: 2025-01-05 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 8d5e8ce3b4256..e88c63f53685b 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-12-27 +date: 2025-01-05 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 0a5040cd0d515..6d232e50a3a43 100644 --- a/api_docs/event_annotation.devdocs.json +++ b/api_docs/event_annotation.devdocs.json @@ -685,13 +685,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/plugins/event_annotation/public/event_annotation_service/index.tsx", "deprecated": false, diff --git a/api_docs/event_annotation.mdx b/api_docs/event_annotation.mdx index 1354e3bb37a87..23b4729ac8d34 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-12-27 +date: 2025-01-05 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 762bc38afe4b7..fc9ea4a054447 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-12-27 +date: 2025-01-05 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 e6aa76f848be7..c8f6c868c2522 100644 --- a/api_docs/event_log.devdocs.json +++ b/api_docs/event_log.devdocs.json @@ -1872,13 +1872,7 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", { "pluginId": "eventLog", @@ -1900,13 +1894,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/platform/plugins/shared/event_log/server/types.ts", diff --git a/api_docs/event_log.mdx b/api_docs/event_log.mdx index b59c34454acc1..4931cfbaf4b98 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventLog'] --- import eventLogObj from './event_log.devdocs.json'; diff --git a/api_docs/exploratory_view.mdx b/api_docs/exploratory_view.mdx index bfcaed3725c45..ce47efdf91534 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-12-27 +date: 2025-01-05 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 7cb2fd38a46d5..6f227086f78e6 100644 --- a/api_docs/expression_error.devdocs.json +++ b/api_docs/expression_error.devdocs.json @@ -12,13 +12,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ") => () => ", { "pluginId": "expressions", @@ -41,13 +35,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/platform/plugins/shared/expression_error/public/expression_renderers/debug_renderer.tsx", "deprecated": false, @@ -67,13 +55,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ") => () => ", { "pluginId": "expressions", @@ -98,13 +80,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/platform/plugins/shared/expression_error/public/expression_renderers/error_renderer.tsx", "deprecated": false, @@ -124,13 +100,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ") => () => ", { "pluginId": "expressions", @@ -153,13 +123,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/platform/plugins/shared/expression_error/public/expression_renderers/debug_renderer.tsx", "deprecated": false, @@ -179,13 +143,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ") => () => ", { "pluginId": "expressions", @@ -210,13 +168,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/platform/plugins/shared/expression_error/public/expression_renderers/error_renderer.tsx", "deprecated": false, diff --git a/api_docs/expression_error.mdx b/api_docs/expression_error.mdx index 205f7b8948872..624d05128c37d 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-12-27 +date: 2025-01-05 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 3a5f675d64a78..3613b0a3e91d4 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-12-27 +date: 2025-01-05 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 0a073e41f8086..9e7a4ca091591 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-12-27 +date: 2025-01-05 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 36c2b8c410a48..532e6a10592fe 100644 --- a/api_docs/expression_image.devdocs.json +++ b/api_docs/expression_image.devdocs.json @@ -12,13 +12,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ") => () => ", { "pluginId": "expressions", @@ -49,13 +43,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/platform/plugins/shared/expression_image/public/expression_renderers/image_renderer.tsx", "deprecated": false, @@ -75,13 +63,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ") => () => ", { "pluginId": "expressions", @@ -112,13 +94,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/platform/plugins/shared/expression_image/public/expression_renderers/image_renderer.tsx", "deprecated": false, diff --git a/api_docs/expression_image.mdx b/api_docs/expression_image.mdx index 2f64550509249..71d917a2c49ad 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-12-27 +date: 2025-01-05 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 8f78ce8e4704a..64ff7ee803cab 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-12-27 +date: 2025-01-05 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 e6d60d3aa1b5c..c498fc3b20a48 100644 --- a/api_docs/expression_metric.devdocs.json +++ b/api_docs/expression_metric.devdocs.json @@ -12,13 +12,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ") => () => ", { "pluginId": "expressions", @@ -49,13 +43,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/platform/plugins/shared/expression_metric/public/expression_renderers/metric_renderer.tsx", "deprecated": false, @@ -75,13 +63,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ") => () => ", { "pluginId": "expressions", @@ -112,13 +94,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/platform/plugins/shared/expression_metric/public/expression_renderers/metric_renderer.tsx", "deprecated": false, diff --git a/api_docs/expression_metric.mdx b/api_docs/expression_metric.mdx index 2cd03ca3289ed..43d5e38bcc65f 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-12-27 +date: 2025-01-05 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 3c4e78a5458cd..14d9444b947fd 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-12-27 +date: 2025-01-05 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 e9015d50ff407..cef8f4e44a5a9 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-12-27 +date: 2025-01-05 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 f9cfa54e40900..d4197095e042f 100644 --- a/api_docs/expression_repeat_image.devdocs.json +++ b/api_docs/expression_repeat_image.devdocs.json @@ -12,13 +12,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ") => () => ", { "pluginId": "expressions", @@ -49,13 +43,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/platform/plugins/shared/expression_repeat_image/public/expression_renderers/repeat_image_renderer.tsx", "deprecated": false, @@ -75,13 +63,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ") => () => ", { "pluginId": "expressions", @@ -112,13 +94,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/platform/plugins/shared/expression_repeat_image/public/expression_renderers/repeat_image_renderer.tsx", "deprecated": false, diff --git a/api_docs/expression_repeat_image.mdx b/api_docs/expression_repeat_image.mdx index 44c351a2b825d..afed0d73104b9 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-12-27 +date: 2025-01-05 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 5d8e0e7fd2aad..37832c153ad53 100644 --- a/api_docs/expression_reveal_image.devdocs.json +++ b/api_docs/expression_reveal_image.devdocs.json @@ -12,13 +12,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ") => () => ", { "pluginId": "expressions", @@ -43,13 +37,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/platform/plugins/shared/expression_reveal_image/public/expression_renderers/reveal_image_renderer.tsx", "deprecated": false, @@ -69,13 +57,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ") => () => ", { "pluginId": "expressions", @@ -100,13 +82,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/platform/plugins/shared/expression_reveal_image/public/expression_renderers/reveal_image_renderer.tsx", "deprecated": false, diff --git a/api_docs/expression_reveal_image.mdx b/api_docs/expression_reveal_image.mdx index cd2972da8132f..693cb749a7197 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-12-27 +date: 2025-01-05 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 de61172343334..7d0916a7522ac 100644 --- a/api_docs/expression_shape.devdocs.json +++ b/api_docs/expression_shape.devdocs.json @@ -36,13 +36,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ") => () => ", { "pluginId": "expressions", @@ -73,13 +67,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/platform/plugins/shared/expression_shape/public/expression_renderers/progress_renderer.tsx", "deprecated": false, @@ -99,13 +87,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ") => () => ", { "pluginId": "expressions", @@ -136,13 +118,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/platform/plugins/shared/expression_shape/public/expression_renderers/shape_renderer.tsx", "deprecated": false, @@ -210,13 +186,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ") => () => ", { "pluginId": "expressions", @@ -247,13 +217,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/platform/plugins/shared/expression_shape/public/expression_renderers/progress_renderer.tsx", "deprecated": false, @@ -321,13 +285,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ") => () => ", { "pluginId": "expressions", @@ -358,13 +316,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/platform/plugins/shared/expression_shape/public/expression_renderers/shape_renderer.tsx", "deprecated": false, diff --git a/api_docs/expression_shape.mdx b/api_docs/expression_shape.mdx index 002d2c87caf93..353e7ab72a205 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-12-27 +date: 2025-01-05 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 7f6d2d95ebc9e..92fd01d53be24 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-12-27 +date: 2025-01-05 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 dc7f11a3b934e..181a9f61998fe 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-12-27 +date: 2025-01-05 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 95cf04ba5e9f1..a4f977d059e10 100644 --- a/api_docs/expressions.devdocs.json +++ b/api_docs/expressions.devdocs.json @@ -1853,13 +1853,7 @@ "text": "ExpressionAstExpression" }, ", references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]) => ", { "pluginId": "expressions", @@ -1902,13 +1896,7 @@ "label": "references", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], "path": "src/plugins/expressions/common/executor/executor.ts", @@ -1944,13 +1932,7 @@ "text": "ExpressionAstExpression" }, "; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }" ], "path": "src/plugins/expressions/common/executor/executor.ts", @@ -2458,13 +2440,7 @@ "text": "ExpressionAstArgument" }, "[]>; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }" ], "path": "src/plugins/expressions/common/expression_functions/expression_function.ts", @@ -2513,13 +2489,7 @@ "text": "ExpressionAstArgument" }, "[]>, references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]) => Record" ], "path": "src/plugins/expressions/public/plugin.ts", @@ -4089,13 +4041,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", ") => ", { "pluginId": "expressions", @@ -4117,13 +4063,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "" ], "path": "src/plugins/expressions/public/plugin.ts", @@ -4143,13 +4083,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ") => ", { "pluginId": "expressions", @@ -4171,13 +4105,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/plugins/expressions/public/plugin.ts", "deprecated": false, @@ -5083,13 +5011,7 @@ "text": "ExpressionAstExpression" }, "; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }" ], "path": "src/plugins/expressions/common/service/expressions_services.ts", @@ -5143,13 +5065,7 @@ "text": "ExpressionAstExpression" }, ", references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]) => ", { "pluginId": "expressions", @@ -5196,13 +5112,7 @@ "array of saved object references" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], "path": "src/plugins/expressions/common/service/expressions_services.ts", @@ -7309,13 +7219,7 @@ ], "signature": [ "(() => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") | undefined" ], "path": "src/plugins/expressions/common/execution/types.ts", @@ -7389,13 +7293,7 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined" ], "path": "src/plugins/expressions/common/execution/types.ts", @@ -10250,13 +10148,7 @@ "text": "ExpressionAstExpression" }, "; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }" ], "path": "src/plugins/expressions/common/service/expressions_services.ts", @@ -10304,13 +10196,7 @@ "text": "ExpressionAstExpression" }, ", references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]) => ", { "pluginId": "expressions", @@ -10353,13 +10239,7 @@ "label": "references", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], "path": "src/plugins/expressions/common/service/expressions_services.ts", @@ -11057,13 +10937,7 @@ "label": "executionContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined" ], "path": "src/plugins/expressions/public/types/index.ts", @@ -11497,13 +11371,7 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined" ], "path": "src/plugins/expressions/common/expression_renderers/types.ts", @@ -15295,13 +15163,7 @@ "text": "ExpressionAstExpression" }, ", references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]) => ", { "pluginId": "expressions", @@ -15344,13 +15206,7 @@ "label": "references", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], "path": "src/plugins/expressions/common/executor/executor.ts", @@ -15386,13 +15242,7 @@ "text": "ExpressionAstExpression" }, "; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }" ], "path": "src/plugins/expressions/common/executor/executor.ts", @@ -15900,13 +15750,7 @@ "text": "ExpressionAstArgument" }, "[]>; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }" ], "path": "src/plugins/expressions/common/expression_functions/expression_function.ts", @@ -15955,13 +15799,7 @@ "text": "ExpressionAstArgument" }, "[]>, references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]) => Record" ], "path": "src/plugins/expressions/server/plugin.ts", @@ -16926,13 +16746,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", ") => ", { "pluginId": "expressions", @@ -16954,13 +16768,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "" ], "path": "src/plugins/expressions/server/plugin.ts", @@ -16980,13 +16788,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ") => ", { "pluginId": "expressions", @@ -17008,13 +16810,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/plugins/expressions/server/plugin.ts", "deprecated": false, @@ -18817,13 +18613,7 @@ ], "signature": [ "(() => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") | undefined" ], "path": "src/plugins/expressions/common/execution/types.ts", @@ -18897,13 +18687,7 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined" ], "path": "src/plugins/expressions/common/execution/types.ts", @@ -21614,13 +21398,7 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined" ], "path": "src/plugins/expressions/common/expression_renderers/types.ts", @@ -24754,13 +24532,7 @@ "text": "ExpressionAstExpression" }, ", references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]) => ", { "pluginId": "expressions", @@ -24803,13 +24575,7 @@ "label": "references", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], "path": "src/plugins/expressions/common/executor/executor.ts", @@ -24845,13 +24611,7 @@ "text": "ExpressionAstExpression" }, "; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }" ], "path": "src/plugins/expressions/common/executor/executor.ts", @@ -25359,13 +25119,7 @@ "text": "ExpressionAstArgument" }, "[]>; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }" ], "path": "src/plugins/expressions/common/expression_functions/expression_function.ts", @@ -25414,13 +25168,7 @@ "text": "ExpressionAstArgument" }, "[]>, references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]) => Record ", { "pluginId": "expressions", @@ -27361,13 +27091,7 @@ "array of saved object references" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], "path": "src/plugins/expressions/common/service/expressions_services.ts", @@ -31048,13 +30772,7 @@ ], "signature": [ "(() => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") | undefined" ], "path": "src/plugins/expressions/common/execution/types.ts", @@ -31128,13 +30846,7 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined" ], "path": "src/plugins/expressions/common/execution/types.ts", @@ -32702,13 +32414,7 @@ "\nMakes a `KibanaRequest` object available to expression functions. Useful for\nfunctions which are running on the server and need to perform operations that\nare scoped to a specific user." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined" ], "path": "src/plugins/expressions/common/service/expressions_services.ts", @@ -32800,13 +32506,7 @@ "label": "executionContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined" ], "path": "src/plugins/expressions/common/service/expressions_services.ts", @@ -34997,13 +34697,7 @@ "text": "ExpressionAstExpression" }, "; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }" ], "path": "src/plugins/expressions/common/service/expressions_services.ts", @@ -35051,13 +34745,7 @@ "text": "ExpressionAstExpression" }, ", references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]) => ", { "pluginId": "expressions", @@ -35100,13 +34788,7 @@ "label": "references", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], "path": "src/plugins/expressions/common/service/expressions_services.ts", @@ -36084,13 +35766,7 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined" ], "path": "src/plugins/expressions/common/expression_renderers/types.ts", @@ -39782,9 +39458,7 @@ "section": "def-common.SerializedDatatable", "text": "SerializedDatatable" }, - ") => { rows: ", - "Dictionary", - "[]; type: \"datatable\"; columns: ", + ") => { rows: _.Dictionary[]; type: \"datatable\"; columns: ", { "pluginId": "expressions", "scope": "common", diff --git a/api_docs/expressions.mdx b/api_docs/expressions.mdx index a873a5d020e36..d4f4f2ce67283 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressions'] --- import expressionsObj from './expressions.devdocs.json'; diff --git a/api_docs/features.devdocs.json b/api_docs/features.devdocs.json index 56dd00efc5e0d..d7230ee680de6 100644 --- a/api_docs/features.devdocs.json +++ b/api_docs/features.devdocs.json @@ -9,7 +9,7 @@ "tags": [], "label": "KibanaFeature", "description": [], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -30,7 +30,7 @@ }, "[]" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -44,7 +44,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -74,7 +74,7 @@ }, "[] | undefined; readonly deprecated?: Readonly<{ readonly notice: string; }> | undefined; }>" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -89,7 +89,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -103,7 +103,7 @@ "signature": [ "Readonly<{ readonly notice: string; }> | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -117,7 +117,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -128,7 +128,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -142,7 +142,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -156,7 +156,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -170,7 +170,7 @@ "signature": [ "{ readonly id: string; readonly label: string; readonly ariaLabel?: string | undefined; readonly order?: number | undefined; readonly euiIconType?: string | undefined; }" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -184,7 +184,7 @@ "signature": [ "readonly string[]" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -198,7 +198,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -212,7 +212,7 @@ "signature": [ "Readonly<{ [x: string]: readonly string[]; }> | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -226,7 +226,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -240,7 +240,7 @@ "signature": [ "Readonly<{ all: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; requireAllSpaces?: boolean | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; read?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; read?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; createComment?: readonly string[] | undefined; reopenCase?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; composedOf?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | undefined; replacedBy?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | Readonly<{ default: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[]; minimal: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[]; }> | undefined; }>; read: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; requireAllSpaces?: boolean | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; read?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; read?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; createComment?: readonly string[] | undefined; reopenCase?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; composedOf?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | undefined; replacedBy?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | Readonly<{ default: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[]; minimal: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[]; }> | undefined; }>; }> | null" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -254,7 +254,7 @@ "signature": [ "readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -268,7 +268,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -279,7 +279,7 @@ "tags": [], "label": "excludeFromBasePrivileges", "description": [], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -293,7 +293,7 @@ "signature": [ "Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; requireAllSpaces?: boolean | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; read?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; read?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; createComment?: readonly string[] | undefined; reopenCase?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; composedOf?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | undefined; replacedBy?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | Readonly<{ default: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[]; minimal: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[]; }> | undefined; }>; }>[]; }> | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -315,7 +315,7 @@ }, "[] | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -336,7 +336,7 @@ "text": "KibanaFeatureConfig" } ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -357,7 +357,7 @@ "description": [ "\nFeature privilege definition" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -373,7 +373,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -389,7 +389,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -405,7 +405,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -421,7 +421,7 @@ "signature": [ "{ [sectionId: string]: readonly string[]; } | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -437,7 +437,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -453,7 +453,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -469,7 +469,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -493,7 +493,7 @@ "AlertingKibanaPrivilege", " | undefined; } | undefined; } | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -509,7 +509,7 @@ "signature": [ "{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; createComment?: readonly string[] | undefined; reopenCase?: readonly string[] | undefined; } | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -525,7 +525,7 @@ "signature": [ "{ all: readonly string[]; read: readonly string[]; }" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -543,7 +543,7 @@ "signature": [ "readonly string[]" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -567,7 +567,7 @@ }, "[] | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -607,7 +607,7 @@ }, "[]; } | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false } @@ -623,7 +623,7 @@ "description": [ "\nInterface for registering a feature.\nFeature registration allows plugins to hide their applications with spaces,\nand secure access when configured for security." ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -638,7 +638,7 @@ "description": [ "\nUnique identifier for this feature.\nThis identifier is also used when generating UI Capabilities.\n" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -651,7 +651,7 @@ "description": [ "\nDisplay name for this feature.\nThis will be displayed to end-users, so a translatable string is advised for i18n." ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -667,7 +667,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -683,7 +683,7 @@ "signature": [ "AppCategory" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -699,7 +699,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -715,7 +715,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -731,7 +731,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -747,7 +747,7 @@ "signature": [ "readonly string[]" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -763,7 +763,7 @@ "signature": [ "{ [sectionId: string]: readonly string[]; } | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -779,7 +779,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -796,7 +796,7 @@ "AlertingKibanaPrivilege", " | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -812,7 +812,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -846,7 +846,7 @@ }, "; } | null" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -870,7 +870,7 @@ }, "[] | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -886,7 +886,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -904,7 +904,7 @@ "ReservedKibanaPrivilege", "[]; } | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -920,7 +920,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -944,7 +944,7 @@ }, "[] | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -960,7 +960,7 @@ "signature": [ "Readonly<{ notice: string; }> | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false } @@ -976,7 +976,7 @@ "description": [ "\nConfiguration for a sub-feature." ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -989,7 +989,7 @@ "description": [ "Display name for this sub-feature" ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1005,7 +1005,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1021,7 +1021,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1045,7 +1045,7 @@ }, "[]" ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1061,7 +1061,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false } @@ -1095,7 +1095,7 @@ }, ", \"excludeFromBasePrivileges\" | \"composedOf\" | \"replacedBy\">" ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1108,7 +1108,7 @@ "description": [ "\nIdentifier for this privilege. Must be unique across all other privileges within a feature." ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1121,7 +1121,7 @@ "description": [ "\nThe display name for this privilege." ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1137,7 +1137,7 @@ "signature": [ "\"none\" | \"read\" | \"all\"" ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1153,7 +1153,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined" ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1177,7 +1177,7 @@ }, "[] | undefined" ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false } @@ -1195,7 +1195,7 @@ "description": [ "\nEnum for allowed feature scope values.\nsecurity - The feature is available in Security Feature Privileges.\nspaces - The feature is available in the Spaces Visibility Toggles." ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1213,7 +1213,7 @@ "signature": [ "void" ], - "path": "x-pack/plugins/features/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/features/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "setup", @@ -1237,7 +1237,7 @@ }, "[]>; }" ], - "path": "x-pack/plugins/features/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/features/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -1253,7 +1253,7 @@ "tags": [], "label": "ElasticsearchFeature", "description": [], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1267,7 +1267,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1313,7 +1313,7 @@ }, ">; }>" ], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1328,7 +1328,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1349,7 +1349,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1371,7 +1371,7 @@ }, "; }> | undefined" ], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1400,7 +1400,7 @@ }, ">" ], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1421,7 +1421,7 @@ "text": "ElasticsearchFeatureConfig" } ], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1437,7 +1437,7 @@ "tags": [], "label": "KibanaFeature", "description": [], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1458,7 +1458,7 @@ }, "[]" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1472,7 +1472,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1502,7 +1502,7 @@ }, "[] | undefined; readonly deprecated?: Readonly<{ readonly notice: string; }> | undefined; }>" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1517,7 +1517,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1531,7 +1531,7 @@ "signature": [ "Readonly<{ readonly notice: string; }> | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1545,7 +1545,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1556,7 +1556,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1570,7 +1570,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1584,7 +1584,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1598,7 +1598,7 @@ "signature": [ "{ readonly id: string; readonly label: string; readonly ariaLabel?: string | undefined; readonly order?: number | undefined; readonly euiIconType?: string | undefined; }" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1612,7 +1612,7 @@ "signature": [ "readonly string[]" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1626,7 +1626,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1640,7 +1640,7 @@ "signature": [ "Readonly<{ [x: string]: readonly string[]; }> | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1654,7 +1654,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1668,7 +1668,7 @@ "signature": [ "Readonly<{ all: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; requireAllSpaces?: boolean | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; read?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; read?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; createComment?: readonly string[] | undefined; reopenCase?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; composedOf?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | undefined; replacedBy?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | Readonly<{ default: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[]; minimal: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[]; }> | undefined; }>; read: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; requireAllSpaces?: boolean | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; read?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; read?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; createComment?: readonly string[] | undefined; reopenCase?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; composedOf?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | undefined; replacedBy?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | Readonly<{ default: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[]; minimal: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[]; }> | undefined; }>; }> | null" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1682,7 +1682,7 @@ "signature": [ "readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1696,7 +1696,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1707,7 +1707,7 @@ "tags": [], "label": "excludeFromBasePrivileges", "description": [], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1721,7 +1721,7 @@ "signature": [ "Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; requireAllSpaces?: boolean | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; read?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; read?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; createComment?: readonly string[] | undefined; reopenCase?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; composedOf?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | undefined; replacedBy?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | Readonly<{ default: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[]; minimal: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[]; }> | undefined; }>; }>[]; }> | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1743,7 +1743,7 @@ }, "[] | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1764,7 +1764,7 @@ "text": "KibanaFeatureConfig" } ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1785,7 +1785,7 @@ "description": [ "\nInterface for registering an Elasticsearch feature.\nFeature registration allows plugins to hide their applications based\non configured cluster or index privileges." ], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1800,7 +1800,7 @@ "description": [ "\nUnique identifier for this feature.\nThis identifier is also used when generating UI Capabilities.\n" ], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1816,7 +1816,7 @@ "signature": [ "{ [sectionId: string]: string[]; } | undefined" ], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1832,7 +1832,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -1857,7 +1857,7 @@ }, "[]" ], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false } @@ -1873,7 +1873,7 @@ "description": [ "\nElasticsearch Feature privilege definition" ], - "path": "x-pack/plugins/features/common/feature_elasticsearch_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_elasticsearch_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1889,7 +1889,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/features/common/feature_elasticsearch_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_elasticsearch_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -1905,7 +1905,7 @@ "signature": [ "{ [indexName: string]: string[]; } | undefined" ], - "path": "x-pack/plugins/features/common/feature_elasticsearch_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_elasticsearch_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -1923,7 +1923,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/plugins/features/common/feature_elasticsearch_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_elasticsearch_privileges.ts", "deprecated": true, "removeBy": "8.8.0\n\nThis is relied on by the reporting feature, and should be removed once reporting\nmigrates to using the Kibana Privilege model: https://github.com/elastic/kibana/issues/19914", "trackAdoption": false, @@ -1948,7 +1948,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/features/common/feature_elasticsearch_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_elasticsearch_privileges.ts", "deprecated": false, "trackAdoption": false } @@ -1964,7 +1964,7 @@ "description": [ "\nFeature privilege definition" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1980,7 +1980,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -1996,7 +1996,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -2012,7 +2012,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -2028,7 +2028,7 @@ "signature": [ "{ [sectionId: string]: readonly string[]; } | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -2044,7 +2044,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -2060,7 +2060,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -2076,7 +2076,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -2100,7 +2100,7 @@ "AlertingKibanaPrivilege", " | undefined; } | undefined; } | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -2116,7 +2116,7 @@ "signature": [ "{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; createComment?: readonly string[] | undefined; reopenCase?: readonly string[] | undefined; } | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -2132,7 +2132,7 @@ "signature": [ "{ all: readonly string[]; read: readonly string[]; }" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -2150,7 +2150,7 @@ "signature": [ "readonly string[]" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -2174,7 +2174,7 @@ }, "[] | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -2214,7 +2214,7 @@ }, "[]; } | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false } @@ -2230,7 +2230,7 @@ "description": [ "\nDescribes public Features plugin contract returned at the `setup` stage." ], - "path": "x-pack/plugins/features/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/features/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2252,7 +2252,7 @@ }, ") => void" ], - "path": "x-pack/plugins/features/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/features/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2272,7 +2272,7 @@ "text": "KibanaFeatureConfig" } ], - "path": "x-pack/plugins/features/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/features/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2298,7 +2298,7 @@ }, ") => void" ], - "path": "x-pack/plugins/features/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/features/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2318,7 +2318,7 @@ "text": "ElasticsearchFeatureConfig" } ], - "path": "x-pack/plugins/features/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/features/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2348,7 +2348,7 @@ }, "[]" ], - "path": "x-pack/plugins/features/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/features/server/plugin.ts", "deprecated": true, "removeBy": "8.8.0", "trackAdoption": false, @@ -2547,7 +2547,7 @@ }, "[]" ], - "path": "x-pack/plugins/features/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/features/server/plugin.ts", "deprecated": true, "removeBy": "8.8.0", "trackAdoption": false, @@ -2576,7 +2576,7 @@ "signature": [ "() => void" ], - "path": "x-pack/plugins/features/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/features/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2612,7 +2612,7 @@ }, "; }>" ], - "path": "x-pack/plugins/features/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/features/server/plugin.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2633,7 +2633,7 @@ "text": "KibanaFeature" } ], - "path": "x-pack/plugins/features/server/feature_privilege_iterator/feature_privilege_iterator.ts", + "path": "x-pack/platform/plugins/shared/features/server/feature_privilege_iterator/feature_privilege_iterator.ts", "deprecated": false, "trackAdoption": false }, @@ -2647,7 +2647,7 @@ "signature": [ "FeaturePrivilegeIteratorOptions" ], - "path": "x-pack/plugins/features/server/feature_privilege_iterator/feature_privilege_iterator.ts", + "path": "x-pack/platform/plugins/shared/features/server/feature_privilege_iterator/feature_privilege_iterator.ts", "deprecated": false, "trackAdoption": false } @@ -2681,7 +2681,7 @@ }, ">" ], - "path": "x-pack/plugins/features/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/features/server/plugin.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2702,7 +2702,7 @@ "text": "KibanaFeature" } ], - "path": "x-pack/plugins/features/server/feature_privilege_iterator/sub_feature_privilege_iterator.ts", + "path": "x-pack/platform/plugins/shared/features/server/feature_privilege_iterator/sub_feature_privilege_iterator.ts", "deprecated": false, "trackAdoption": false }, @@ -2716,7 +2716,7 @@ "signature": [ "(licenseType: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\") => boolean | undefined" ], - "path": "x-pack/plugins/features/server/feature_privilege_iterator/sub_feature_privilege_iterator.ts", + "path": "x-pack/platform/plugins/shared/features/server/feature_privilege_iterator/sub_feature_privilege_iterator.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2731,7 +2731,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" ], - "path": "x-pack/plugins/features/server/feature_privilege_iterator/sub_feature_privilege_iterator.ts", + "path": "x-pack/platform/plugins/shared/features/server/feature_privilege_iterator/sub_feature_privilege_iterator.ts", "deprecated": false, "trackAdoption": false } @@ -2749,7 +2749,7 @@ "tags": [], "label": "FeaturesPluginStart", "description": [], - "path": "x-pack/plugins/features/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/features/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2771,7 +2771,7 @@ }, "[]" ], - "path": "x-pack/plugins/features/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/features/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2795,7 +2795,7 @@ }, "[]" ], - "path": "x-pack/plugins/features/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/features/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2813,7 +2813,7 @@ "description": [ "\nInterface for registering a feature.\nFeature registration allows plugins to hide their applications with spaces,\nand secure access when configured for security." ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2828,7 +2828,7 @@ "description": [ "\nUnique identifier for this feature.\nThis identifier is also used when generating UI Capabilities.\n" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -2841,7 +2841,7 @@ "description": [ "\nDisplay name for this feature.\nThis will be displayed to end-users, so a translatable string is advised for i18n." ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -2857,7 +2857,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -2873,7 +2873,7 @@ "signature": [ "AppCategory" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -2889,7 +2889,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -2905,7 +2905,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -2921,7 +2921,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -2937,7 +2937,7 @@ "signature": [ "readonly string[]" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -2953,7 +2953,7 @@ "signature": [ "{ [sectionId: string]: readonly string[]; } | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -2969,7 +2969,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -2986,7 +2986,7 @@ "AlertingKibanaPrivilege", " | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3002,7 +3002,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3036,7 +3036,7 @@ }, "; } | null" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3060,7 +3060,7 @@ }, "[] | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3076,7 +3076,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3094,7 +3094,7 @@ "ReservedKibanaPrivilege", "[]; } | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3110,7 +3110,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3134,7 +3134,7 @@ }, "[] | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3150,7 +3150,7 @@ "signature": [ "Readonly<{ notice: string; }> | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false } @@ -3188,7 +3188,7 @@ }, ">" ], - "path": "x-pack/plugins/features/server/feature_privilege_iterator/sub_feature_privilege_iterator.ts", + "path": "x-pack/platform/plugins/shared/features/server/feature_privilege_iterator/sub_feature_privilege_iterator.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3211,7 +3211,7 @@ "text": "KibanaFeature" } ], - "path": "x-pack/plugins/features/server/feature_privilege_iterator/sub_feature_privilege_iterator.ts", + "path": "x-pack/platform/plugins/shared/features/server/feature_privilege_iterator/sub_feature_privilege_iterator.ts", "deprecated": false, "trackAdoption": false }, @@ -3225,7 +3225,7 @@ "signature": [ "(licenseType: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\") => boolean | undefined" ], - "path": "x-pack/plugins/features/server/feature_privilege_iterator/sub_feature_privilege_iterator.ts", + "path": "x-pack/platform/plugins/shared/features/server/feature_privilege_iterator/sub_feature_privilege_iterator.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3240,7 +3240,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" ], - "path": "x-pack/plugins/features/server/feature_privilege_iterator/sub_feature_privilege_iterator.ts", + "path": "x-pack/platform/plugins/shared/features/server/feature_privilege_iterator/sub_feature_privilege_iterator.ts", "deprecated": false, "trackAdoption": false } @@ -3261,7 +3261,7 @@ "signature": [ "RegExp" ], - "path": "x-pack/plugins/features/server/feature_schema.ts", + "path": "x-pack/platform/plugins/shared/features/server/feature_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3277,7 +3277,7 @@ "tags": [], "label": "ElasticsearchFeature", "description": [], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3291,7 +3291,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3337,7 +3337,7 @@ }, ">; }>" ], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3352,7 +3352,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3373,7 +3373,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3395,7 +3395,7 @@ }, "; }> | undefined" ], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3424,7 +3424,7 @@ }, ">" ], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3445,7 +3445,7 @@ "text": "ElasticsearchFeatureConfig" } ], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3461,7 +3461,7 @@ "tags": [], "label": "KibanaFeature", "description": [], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3482,7 +3482,7 @@ }, "[]" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3496,7 +3496,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3526,7 +3526,7 @@ }, "[] | undefined; readonly deprecated?: Readonly<{ readonly notice: string; }> | undefined; }>" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3541,7 +3541,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3555,7 +3555,7 @@ "signature": [ "Readonly<{ readonly notice: string; }> | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3569,7 +3569,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3580,7 +3580,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3594,7 +3594,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3608,7 +3608,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3622,7 +3622,7 @@ "signature": [ "{ readonly id: string; readonly label: string; readonly ariaLabel?: string | undefined; readonly order?: number | undefined; readonly euiIconType?: string | undefined; }" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3636,7 +3636,7 @@ "signature": [ "readonly string[]" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3650,7 +3650,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3664,7 +3664,7 @@ "signature": [ "Readonly<{ [x: string]: readonly string[]; }> | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3678,7 +3678,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3692,7 +3692,7 @@ "signature": [ "Readonly<{ all: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; requireAllSpaces?: boolean | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; read?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; read?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; createComment?: readonly string[] | undefined; reopenCase?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; composedOf?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | undefined; replacedBy?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | Readonly<{ default: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[]; minimal: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[]; }> | undefined; }>; read: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; requireAllSpaces?: boolean | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; read?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; read?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; createComment?: readonly string[] | undefined; reopenCase?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; composedOf?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | undefined; replacedBy?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | Readonly<{ default: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[]; minimal: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[]; }> | undefined; }>; }> | null" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3706,7 +3706,7 @@ "signature": [ "readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3720,7 +3720,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3731,7 +3731,7 @@ "tags": [], "label": "excludeFromBasePrivileges", "description": [], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3745,7 +3745,7 @@ "signature": [ "Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; requireAllSpaces?: boolean | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; read?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; read?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; createComment?: readonly string[] | undefined; reopenCase?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; composedOf?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | undefined; replacedBy?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | Readonly<{ default: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[]; minimal: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[]; }> | undefined; }>; }>[]; }> | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3767,7 +3767,7 @@ }, "[] | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3788,7 +3788,7 @@ "text": "KibanaFeatureConfig" } ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3804,7 +3804,7 @@ "tags": [], "label": "SubFeature", "description": [], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3818,7 +3818,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3840,7 +3840,7 @@ }, "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"read\" | \"all\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; replacedBy?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; read?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; read?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; createComment?: readonly string[] | undefined; reopenCase?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; app?: readonly string[] | undefined; ui: readonly string[]; catalogue?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; description?: string | undefined; }>" ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3855,7 +3855,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3877,7 +3877,7 @@ }, "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"read\" | \"all\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; replacedBy?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; read?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; read?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; createComment?: readonly string[] | undefined; reopenCase?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; app?: readonly string[] | undefined; ui: readonly string[]; catalogue?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]" ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3888,7 +3888,7 @@ "tags": [], "label": "requireAllSpaces", "description": [], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3899,7 +3899,7 @@ "tags": [], "label": "description", "description": [], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3921,7 +3921,7 @@ }, "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"read\" | \"all\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; replacedBy?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; read?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; read?: readonly Readonly<{ ruleTypeId: string; consumers: readonly string[]; }>[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; createComment?: readonly string[] | undefined; reopenCase?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; app?: readonly string[] | undefined; ui: readonly string[]; catalogue?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; description?: string | undefined; }" ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3942,7 +3942,7 @@ "description": [ "\nInterface for registering an Elasticsearch feature.\nFeature registration allows plugins to hide their applications based\non configured cluster or index privileges." ], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3957,7 +3957,7 @@ "description": [ "\nUnique identifier for this feature.\nThis identifier is also used when generating UI Capabilities.\n" ], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3973,7 +3973,7 @@ "signature": [ "{ [sectionId: string]: string[]; } | undefined" ], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -3989,7 +3989,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4014,7 +4014,7 @@ }, "[]" ], - "path": "x-pack/plugins/features/common/elasticsearch_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/elasticsearch_feature.ts", "deprecated": false, "trackAdoption": false } @@ -4030,7 +4030,7 @@ "description": [ "\nElasticsearch Feature privilege definition" ], - "path": "x-pack/plugins/features/common/feature_elasticsearch_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_elasticsearch_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4046,7 +4046,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/features/common/feature_elasticsearch_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_elasticsearch_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -4062,7 +4062,7 @@ "signature": [ "{ [indexName: string]: string[]; } | undefined" ], - "path": "x-pack/plugins/features/common/feature_elasticsearch_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_elasticsearch_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -4080,7 +4080,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/plugins/features/common/feature_elasticsearch_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_elasticsearch_privileges.ts", "deprecated": true, "removeBy": "8.8.0\n\nThis is relied on by the reporting feature, and should be removed once reporting\nmigrates to using the Kibana Privilege model: https://github.com/elastic/kibana/issues/19914", "trackAdoption": false, @@ -4105,7 +4105,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/features/common/feature_elasticsearch_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_elasticsearch_privileges.ts", "deprecated": false, "trackAdoption": false } @@ -4121,7 +4121,7 @@ "description": [ "\nFeature privilege definition" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4137,7 +4137,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -4153,7 +4153,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -4169,7 +4169,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -4185,7 +4185,7 @@ "signature": [ "{ [sectionId: string]: readonly string[]; } | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -4201,7 +4201,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -4217,7 +4217,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -4233,7 +4233,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -4257,7 +4257,7 @@ "AlertingKibanaPrivilege", " | undefined; } | undefined; } | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -4273,7 +4273,7 @@ "signature": [ "{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; createComment?: readonly string[] | undefined; reopenCase?: readonly string[] | undefined; } | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -4289,7 +4289,7 @@ "signature": [ "{ all: readonly string[]; read: readonly string[]; }" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -4307,7 +4307,7 @@ "signature": [ "readonly string[]" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -4331,7 +4331,7 @@ }, "[] | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false }, @@ -4371,7 +4371,7 @@ }, "[]; } | undefined" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges.ts", "deprecated": false, "trackAdoption": false } @@ -4387,7 +4387,7 @@ "description": [ "\nDefines a reference to a set of privileges of a specific feature." ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges_reference.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges_reference.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4400,7 +4400,7 @@ "description": [ "\nThe ID of the feature." ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges_reference.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges_reference.ts", "deprecated": false, "trackAdoption": false }, @@ -4416,7 +4416,7 @@ "signature": [ "readonly string[]" ], - "path": "x-pack/plugins/features/common/feature_kibana_privileges_reference.ts", + "path": "x-pack/platform/plugins/shared/features/common/feature_kibana_privileges_reference.ts", "deprecated": false, "trackAdoption": false } @@ -4432,7 +4432,7 @@ "description": [ "\nInterface for registering a feature.\nFeature registration allows plugins to hide their applications with spaces,\nand secure access when configured for security." ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4447,7 +4447,7 @@ "description": [ "\nUnique identifier for this feature.\nThis identifier is also used when generating UI Capabilities.\n" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4460,7 +4460,7 @@ "description": [ "\nDisplay name for this feature.\nThis will be displayed to end-users, so a translatable string is advised for i18n." ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4476,7 +4476,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4492,7 +4492,7 @@ "signature": [ "AppCategory" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4508,7 +4508,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4524,7 +4524,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4540,7 +4540,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4556,7 +4556,7 @@ "signature": [ "readonly string[]" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4572,7 +4572,7 @@ "signature": [ "{ [sectionId: string]: readonly string[]; } | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4588,7 +4588,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4605,7 +4605,7 @@ "AlertingKibanaPrivilege", " | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4621,7 +4621,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4655,7 +4655,7 @@ }, "; } | null" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4679,7 +4679,7 @@ }, "[] | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4695,7 +4695,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4713,7 +4713,7 @@ "ReservedKibanaPrivilege", "[]; } | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4729,7 +4729,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4753,7 +4753,7 @@ }, "[] | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4769,7 +4769,7 @@ "signature": [ "Readonly<{ notice: string; }> | undefined" ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false } @@ -4785,7 +4785,7 @@ "description": [ "\nConfiguration for a sub-feature." ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4798,7 +4798,7 @@ "description": [ "Display name for this sub-feature" ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4814,7 +4814,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4830,7 +4830,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4854,7 +4854,7 @@ }, "[]" ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4870,7 +4870,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false } @@ -4904,7 +4904,7 @@ }, ", \"excludeFromBasePrivileges\" | \"composedOf\" | \"replacedBy\">" ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4917,7 +4917,7 @@ "description": [ "\nIdentifier for this privilege. Must be unique across all other privileges within a feature." ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4930,7 +4930,7 @@ "description": [ "\nThe display name for this privilege." ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4946,7 +4946,7 @@ "signature": [ "\"none\" | \"read\" | \"all\"" ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4962,7 +4962,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined" ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -4986,7 +4986,7 @@ }, "[] | undefined" ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false } @@ -5002,7 +5002,7 @@ "description": [ "\nConfiguration for a sub-feature privilege group." ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5018,7 +5018,7 @@ "signature": [ "\"mutually_exclusive\" | \"independent\"" ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false }, @@ -5042,7 +5042,7 @@ }, "[]" ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false } @@ -5060,7 +5060,7 @@ "description": [ "\nEnum for allowed feature scope values.\nsecurity - The feature is available in Security Feature Privileges.\nspaces - The feature is available in the Spaces Visibility Toggles." ], - "path": "x-pack/plugins/features/common/kibana_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/kibana_feature.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5079,7 +5079,7 @@ "signature": [ "\"mutually_exclusive\" | \"independent\"" ], - "path": "x-pack/plugins/features/common/sub_feature.ts", + "path": "x-pack/platform/plugins/shared/features/common/sub_feature.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/features.mdx b/api_docs/features.mdx index e5f2d65500707..616814b21798b 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-12-27 +date: 2025-01-05 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 f12fc9280b47e..42d143412a3f6 100644 --- a/api_docs/field_formats.devdocs.json +++ b/api_docs/field_formats.devdocs.json @@ -26,7 +26,7 @@ "text": "FieldFormat" } ], - "path": "src/plugins/field_formats/public/lib/converters/date.ts", + "path": "src/platform/plugins/shared/field_formats/public/lib/converters/date.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -46,7 +46,7 @@ "text": "FIELD_FORMAT_IDS" } ], - "path": "src/plugins/field_formats/public/lib/converters/date.ts", + "path": "src/platform/plugins/shared/field_formats/public/lib/converters/date.ts", "deprecated": false, "trackAdoption": false }, @@ -57,7 +57,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/field_formats/public/lib/converters/date.ts", + "path": "src/platform/plugins/shared/field_formats/public/lib/converters/date.ts", "deprecated": false, "trackAdoption": false }, @@ -77,7 +77,7 @@ "text": "KBN_FIELD_TYPES" } ], - "path": "src/plugins/field_formats/public/lib/converters/date.ts", + "path": "src/platform/plugins/shared/field_formats/public/lib/converters/date.ts", "deprecated": false, "trackAdoption": false }, @@ -107,7 +107,7 @@ }, "; }" ], - "path": "src/plugins/field_formats/public/lib/converters/date.ts", + "path": "src/platform/plugins/shared/field_formats/public/lib/converters/date.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -123,7 +123,7 @@ "signature": [ "(val: string | number) => any" ], - "path": "src/plugins/field_formats/public/lib/converters/date.ts", + "path": "src/platform/plugins/shared/field_formats/public/lib/converters/date.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -137,7 +137,7 @@ "signature": [ "string | number" ], - "path": "src/plugins/field_formats/public/lib/converters/date.ts", + "path": "src/platform/plugins/shared/field_formats/public/lib/converters/date.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -166,7 +166,7 @@ "text": "FieldFormat" } ], - "path": "src/plugins/field_formats/common/converters/date_nanos_shared.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/date_nanos_shared.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -186,7 +186,7 @@ "text": "FIELD_FORMAT_IDS" } ], - "path": "src/plugins/field_formats/common/converters/date_nanos_shared.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/date_nanos_shared.ts", "deprecated": false, "trackAdoption": false }, @@ -197,7 +197,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/field_formats/common/converters/date_nanos_shared.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/date_nanos_shared.ts", "deprecated": false, "trackAdoption": false }, @@ -217,7 +217,7 @@ "text": "KBN_FIELD_TYPES" } ], - "path": "src/plugins/field_formats/common/converters/date_nanos_shared.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/date_nanos_shared.ts", "deprecated": false, "trackAdoption": false }, @@ -231,7 +231,7 @@ "signature": [ "Function" ], - "path": "src/plugins/field_formats/common/converters/date_nanos_shared.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/date_nanos_shared.ts", "deprecated": false, "trackAdoption": false }, @@ -242,7 +242,7 @@ "tags": [], "label": "memoizedPattern", "description": [], - "path": "src/plugins/field_formats/common/converters/date_nanos_shared.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/date_nanos_shared.ts", "deprecated": false, "trackAdoption": false }, @@ -253,7 +253,7 @@ "tags": [], "label": "timeZone", "description": [], - "path": "src/plugins/field_formats/common/converters/date_nanos_shared.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/date_nanos_shared.ts", "deprecated": false, "trackAdoption": false }, @@ -291,7 +291,7 @@ }, "; }" ], - "path": "src/plugins/field_formats/common/converters/date_nanos_shared.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/date_nanos_shared.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -307,7 +307,7 @@ "signature": [ "(val: string | number) => any" ], - "path": "src/plugins/field_formats/common/converters/date_nanos_shared.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/date_nanos_shared.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -321,7 +321,7 @@ "signature": [ "string | number" ], - "path": "src/plugins/field_formats/common/converters/date_nanos_shared.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/date_nanos_shared.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -356,7 +356,7 @@ }, "[]) => void; has: (id: string) => boolean; }" ], - "path": "src/plugins/field_formats/public/plugin.ts", + "path": "src/platform/plugins/shared/field_formats/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "setup", @@ -388,7 +388,7 @@ }, "; }" ], - "path": "src/plugins/field_formats/public/plugin.ts", + "path": "src/platform/plugins/shared/field_formats/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -421,7 +421,7 @@ "text": "FieldFormat" } ], - "path": "src/plugins/field_formats/server/lib/converters/date_server.ts", + "path": "src/platform/plugins/shared/field_formats/server/lib/converters/date_server.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -441,7 +441,7 @@ "text": "FIELD_FORMAT_IDS" } ], - "path": "src/plugins/field_formats/server/lib/converters/date_server.ts", + "path": "src/platform/plugins/shared/field_formats/server/lib/converters/date_server.ts", "deprecated": false, "trackAdoption": false }, @@ -452,7 +452,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/field_formats/server/lib/converters/date_server.ts", + "path": "src/platform/plugins/shared/field_formats/server/lib/converters/date_server.ts", "deprecated": false, "trackAdoption": false }, @@ -472,7 +472,7 @@ "text": "KBN_FIELD_TYPES" } ], - "path": "src/plugins/field_formats/server/lib/converters/date_server.ts", + "path": "src/platform/plugins/shared/field_formats/server/lib/converters/date_server.ts", "deprecated": false, "trackAdoption": false }, @@ -486,7 +486,7 @@ "signature": [ "any" ], - "path": "src/plugins/field_formats/server/lib/converters/date_server.ts", + "path": "src/platform/plugins/shared/field_formats/server/lib/converters/date_server.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -516,7 +516,7 @@ }, ") | undefined" ], - "path": "src/plugins/field_formats/server/lib/converters/date_server.ts", + "path": "src/platform/plugins/shared/field_formats/server/lib/converters/date_server.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -546,7 +546,7 @@ }, "> | undefined" ], - "path": "src/plugins/field_formats/server/lib/converters/date_server.ts", + "path": "src/platform/plugins/shared/field_formats/server/lib/converters/date_server.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -580,7 +580,7 @@ }, "; }" ], - "path": "src/plugins/field_formats/server/lib/converters/date_server.ts", + "path": "src/platform/plugins/shared/field_formats/server/lib/converters/date_server.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -604,7 +604,7 @@ }, " | undefined) => any" ], - "path": "src/plugins/field_formats/server/lib/converters/date_server.ts", + "path": "src/platform/plugins/shared/field_formats/server/lib/converters/date_server.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -618,7 +618,7 @@ "signature": [ "string | number" ], - "path": "src/plugins/field_formats/server/lib/converters/date_server.ts", + "path": "src/platform/plugins/shared/field_formats/server/lib/converters/date_server.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -640,7 +640,7 @@ }, " | undefined" ], - "path": "src/plugins/field_formats/server/lib/converters/date_server.ts", + "path": "src/platform/plugins/shared/field_formats/server/lib/converters/date_server.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -663,7 +663,7 @@ " extends ", "DateNanosFormat" ], - "path": "src/plugins/field_formats/server/lib/converters/date_nanos_server.ts", + "path": "src/platform/plugins/shared/field_formats/server/lib/converters/date_nanos_server.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -685,7 +685,7 @@ }, " | undefined) => any" ], - "path": "src/plugins/field_formats/server/lib/converters/date_nanos_server.ts", + "path": "src/platform/plugins/shared/field_formats/server/lib/converters/date_nanos_server.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -699,7 +699,7 @@ "signature": [ "string | number" ], - "path": "src/plugins/field_formats/server/lib/converters/date_nanos_server.ts", + "path": "src/platform/plugins/shared/field_formats/server/lib/converters/date_nanos_server.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -721,7 +721,7 @@ }, " | undefined" ], - "path": "src/plugins/field_formats/server/lib/converters/date_nanos_server.ts", + "path": "src/platform/plugins/shared/field_formats/server/lib/converters/date_nanos_server.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -745,7 +745,7 @@ "tags": [], "label": "FieldFormatsSetup", "description": [], - "path": "src/plugins/field_formats/server/types.ts", + "path": "src/platform/plugins/shared/field_formats/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -769,7 +769,7 @@ }, ") => void" ], - "path": "src/plugins/field_formats/server/types.ts", + "path": "src/platform/plugins/shared/field_formats/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -791,7 +791,7 @@ "text": "FieldFormatInstanceType" } ], - "path": "src/plugins/field_formats/server/types.ts", + "path": "src/platform/plugins/shared/field_formats/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -810,7 +810,7 @@ "tags": [], "label": "FieldFormatsStart", "description": [], - "path": "src/plugins/field_formats/server/types.ts", + "path": "src/platform/plugins/shared/field_formats/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -842,7 +842,7 @@ }, ">" ], - "path": "src/plugins/field_formats/server/types.ts", + "path": "src/platform/plugins/shared/field_formats/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -864,7 +864,7 @@ "text": "IUiSettingsClient" } ], - "path": "src/plugins/field_formats/server/types.ts", + "path": "src/platform/plugins/shared/field_formats/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -903,7 +903,7 @@ "text": "FieldFormat" } ], - "path": "src/plugins/field_formats/common/converters/boolean.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/boolean.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -923,7 +923,7 @@ "text": "FIELD_FORMAT_IDS" } ], - "path": "src/plugins/field_formats/common/converters/boolean.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/boolean.ts", "deprecated": false, "trackAdoption": false }, @@ -934,7 +934,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/field_formats/common/converters/boolean.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/boolean.ts", "deprecated": false, "trackAdoption": false }, @@ -955,7 +955,7 @@ }, "[]" ], - "path": "src/plugins/field_formats/common/converters/boolean.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/boolean.ts", "deprecated": false, "trackAdoption": false }, @@ -977,7 +977,7 @@ }, " | undefined) => string" ], - "path": "src/plugins/field_formats/common/converters/boolean.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/boolean.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -991,7 +991,7 @@ "signature": [ "string | number | boolean" ], - "path": "src/plugins/field_formats/common/converters/boolean.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/boolean.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1013,7 +1013,7 @@ }, " | undefined" ], - "path": "src/plugins/field_formats/common/converters/boolean.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/boolean.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1042,7 +1042,7 @@ " extends ", "NumeralFormat" ], - "path": "src/plugins/field_formats/common/converters/bytes.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/bytes.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1062,7 +1062,7 @@ "text": "FIELD_FORMAT_IDS" } ], - "path": "src/plugins/field_formats/common/converters/bytes.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/bytes.ts", "deprecated": false, "trackAdoption": false }, @@ -1073,7 +1073,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/field_formats/common/converters/bytes.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/bytes.ts", "deprecated": false, "trackAdoption": false }, @@ -1093,7 +1093,7 @@ "text": "FIELD_FORMAT_IDS" } ], - "path": "src/plugins/field_formats/common/converters/bytes.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/bytes.ts", "deprecated": false, "trackAdoption": false }, @@ -1104,7 +1104,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/field_formats/common/converters/bytes.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/bytes.ts", "deprecated": false, "trackAdoption": false }, @@ -1115,7 +1115,7 @@ "tags": [], "label": "allowsNumericalAggregations", "description": [], - "path": "src/plugins/field_formats/common/converters/bytes.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/bytes.ts", "deprecated": false, "trackAdoption": false } @@ -1146,7 +1146,7 @@ "text": "FieldFormat" } ], - "path": "src/plugins/field_formats/common/converters/color.tsx", + "path": "src/platform/plugins/shared/field_formats/common/converters/color.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1166,7 +1166,7 @@ "text": "FIELD_FORMAT_IDS" } ], - "path": "src/plugins/field_formats/common/converters/color.tsx", + "path": "src/platform/plugins/shared/field_formats/common/converters/color.tsx", "deprecated": false, "trackAdoption": false }, @@ -1177,7 +1177,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/field_formats/common/converters/color.tsx", + "path": "src/platform/plugins/shared/field_formats/common/converters/color.tsx", "deprecated": false, "trackAdoption": false }, @@ -1198,7 +1198,7 @@ }, "[]" ], - "path": "src/plugins/field_formats/common/converters/color.tsx", + "path": "src/platform/plugins/shared/field_formats/common/converters/color.tsx", "deprecated": false, "trackAdoption": false }, @@ -1212,7 +1212,7 @@ "signature": [ "() => { fieldType: null; colors: { range: string; regex: string; text: string; background: string; boolean: string; }[]; }" ], - "path": "src/plugins/field_formats/common/converters/color.tsx", + "path": "src/platform/plugins/shared/field_formats/common/converters/color.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -1228,7 +1228,7 @@ "signature": [ "(val: string | number | boolean) => any" ], - "path": "src/plugins/field_formats/common/converters/color.tsx", + "path": "src/platform/plugins/shared/field_formats/common/converters/color.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1242,7 +1242,7 @@ "signature": [ "string | number | boolean" ], - "path": "src/plugins/field_formats/common/converters/color.tsx", + "path": "src/platform/plugins/shared/field_formats/common/converters/color.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1268,7 +1268,7 @@ }, " | undefined) => string" ], - "path": "src/plugins/field_formats/common/converters/color.tsx", + "path": "src/platform/plugins/shared/field_formats/common/converters/color.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1282,7 +1282,7 @@ "signature": [ "string | number" ], - "path": "src/plugins/field_formats/common/converters/color.tsx", + "path": "src/platform/plugins/shared/field_formats/common/converters/color.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1304,7 +1304,7 @@ }, " | undefined" ], - "path": "src/plugins/field_formats/common/converters/color.tsx", + "path": "src/platform/plugins/shared/field_formats/common/converters/color.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1339,7 +1339,7 @@ "text": "FieldFormat" } ], - "path": "src/plugins/field_formats/common/converters/duration.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/duration.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1359,7 +1359,7 @@ "text": "FIELD_FORMAT_IDS" } ], - "path": "src/plugins/field_formats/common/converters/duration.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/duration.ts", "deprecated": false, "trackAdoption": false }, @@ -1370,7 +1370,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/field_formats/common/converters/duration.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/duration.ts", "deprecated": false, "trackAdoption": false }, @@ -1390,7 +1390,7 @@ "text": "KBN_FIELD_TYPES" } ], - "path": "src/plugins/field_formats/common/converters/duration.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/duration.ts", "deprecated": false, "trackAdoption": false }, @@ -1404,7 +1404,7 @@ "signature": [ "{ text: string; kind: string; }[]" ], - "path": "src/plugins/field_formats/common/converters/duration.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/duration.ts", "deprecated": false, "trackAdoption": false }, @@ -1418,7 +1418,7 @@ "signature": [ "({ text: string; method: string; shortText?: undefined; } | { text: string; shortText: string; method: string; })[]" ], - "path": "src/plugins/field_formats/common/converters/duration.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/duration.ts", "deprecated": false, "trackAdoption": false }, @@ -1429,7 +1429,7 @@ "tags": [], "label": "allowsNumericalAggregations", "description": [], - "path": "src/plugins/field_formats/common/converters/duration.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/duration.ts", "deprecated": false, "trackAdoption": false }, @@ -1443,7 +1443,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/field_formats/common/converters/duration.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/duration.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1459,7 +1459,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/field_formats/common/converters/duration.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/duration.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1475,7 +1475,7 @@ "signature": [ "() => { inputFormat: string; outputFormat: string; outputPrecision: number; includeSpaceWithSuffix: boolean; }" ], - "path": "src/plugins/field_formats/common/converters/duration.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/duration.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1491,7 +1491,7 @@ "signature": [ "(val: number) => any" ], - "path": "src/plugins/field_formats/common/converters/duration.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/duration.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1505,7 +1505,7 @@ "signature": [ "number" ], - "path": "src/plugins/field_formats/common/converters/duration.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/duration.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1523,7 +1523,7 @@ "tags": [], "label": "FieldFormat", "description": [], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1537,7 +1537,7 @@ ], "label": "id", "description": [], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false }, @@ -1553,7 +1553,7 @@ "description": [ "\nHidden field formats can only be accessed directly by id,\nThey won't appear in field format editor UI,\nBut they can be accessed and used from code internally.\n" ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false }, @@ -1567,7 +1567,7 @@ ], "label": "title", "description": [], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false }, @@ -1584,7 +1584,7 @@ "signature": [ "string | string[]" ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false }, @@ -1608,7 +1608,7 @@ }, " | undefined" ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false }, @@ -1632,7 +1632,7 @@ }, " | undefined" ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false }, @@ -1656,7 +1656,7 @@ }, " | undefined" ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false }, @@ -1680,7 +1680,7 @@ "text": "FieldFormat" } ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false }, @@ -1694,7 +1694,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false }, @@ -1722,7 +1722,7 @@ "text": "FieldFormatMetaParams" } ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false }, @@ -1751,7 +1751,7 @@ }, "> | undefined" ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false }, @@ -1765,7 +1765,7 @@ "signature": [ "any" ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1793,7 +1793,7 @@ "text": "FieldFormatMetaParams" } ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1823,7 +1823,7 @@ }, "> | undefined" ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1869,7 +1869,7 @@ }, " | undefined) => string" ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1883,7 +1883,7 @@ "signature": [ "unknown" ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1906,7 +1906,7 @@ "text": "FieldFormatsContentType" } ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1936,7 +1936,7 @@ }, " | undefined" ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1975,7 +1975,7 @@ "text": "FieldFormatConvertFunction" } ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1995,7 +1995,7 @@ "text": "FieldFormatsContentType" } ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2026,7 +2026,7 @@ "text": "SerializableRecord" } ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2048,7 +2048,7 @@ "signature": [ "(name: string) => any" ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2064,7 +2064,7 @@ "signature": [ "string" ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2103,7 +2103,7 @@ "text": "FieldFormatMetaParams" } ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2139,7 +2139,7 @@ }, ") | undefined; }" ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2170,7 +2170,7 @@ "text": "FieldFormatInstanceType" } ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2190,7 +2190,7 @@ "text": "FieldFormatConvertFunction" } ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2215,7 +2215,7 @@ "text": "FieldFormatConvert" } ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2238,7 +2238,7 @@ "text": "FieldFormat" } ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2252,7 +2252,7 @@ "signature": [ "unknown" ], - "path": "src/plugins/field_formats/common/field_format.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_format.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2270,7 +2270,7 @@ "tags": [], "label": "FieldFormatsRegistry", "description": [], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2292,7 +2292,7 @@ }, ">" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false }, @@ -2303,7 +2303,7 @@ "tags": [], "label": "defaultMap", "description": [], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "children": [] @@ -2315,7 +2315,7 @@ "tags": [], "label": "metaParamsOptions", "description": [], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "children": [] @@ -2345,7 +2345,7 @@ }, "> | undefined" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false }, @@ -2382,7 +2382,7 @@ "text": "FieldFormat" } ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2411,7 +2411,7 @@ }, "> | undefined" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2461,7 +2461,7 @@ }, "[]) => void" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2490,7 +2490,7 @@ }, ">" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2511,7 +2511,7 @@ "text": "FieldFormatMetaParams" } ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2533,7 +2533,7 @@ }, "[]" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2578,7 +2578,7 @@ "text": "FieldFormatConfig" } ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2600,7 +2600,7 @@ "text": "KBN_FIELD_TYPES" } ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2624,7 +2624,7 @@ }, "[] | undefined" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2654,7 +2654,7 @@ }, " | undefined" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2670,7 +2670,7 @@ "signature": [ "string" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2696,7 +2696,7 @@ }, " | undefined" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2710,7 +2710,7 @@ "signature": [ "string" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2756,7 +2756,7 @@ }, " | undefined" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2776,7 +2776,7 @@ "text": "KBN_FIELD_TYPES" } ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2800,7 +2800,7 @@ }, "[] | undefined" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2838,7 +2838,7 @@ }, " | undefined" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2861,7 +2861,7 @@ }, "[] | undefined" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2914,7 +2914,7 @@ "text": "KBN_FIELD_TYPES" } ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2934,7 +2934,7 @@ "text": "KBN_FIELD_TYPES" } ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2956,7 +2956,7 @@ }, "[] | undefined" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2993,7 +2993,7 @@ "text": "FieldFormat" } ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3007,7 +3007,7 @@ "signature": [ "string" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3028,7 +3028,7 @@ "text": "SerializableRecord" } ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3081,7 +3081,7 @@ "text": "FieldFormat" } ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3101,7 +3101,7 @@ "text": "KBN_FIELD_TYPES" } ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3123,7 +3123,7 @@ }, "[] | undefined" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3144,7 +3144,7 @@ "text": "SerializableRecord" } ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3182,7 +3182,7 @@ }, "[] | undefined) => string" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3202,7 +3202,7 @@ "text": "KBN_FIELD_TYPES" } ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3224,7 +3224,7 @@ }, "[] | undefined" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3262,7 +3262,7 @@ }, "[]" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3282,7 +3282,7 @@ "text": "KBN_FIELD_TYPES" } ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3335,7 +3335,7 @@ "text": "FieldFormat" } ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3355,7 +3355,7 @@ "text": "KBN_FIELD_TYPES" } ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3377,7 +3377,7 @@ }, "[] | undefined" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3398,7 +3398,7 @@ "text": "SerializableRecord" } ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3424,7 +3424,7 @@ }, ">) => void" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3446,7 +3446,7 @@ }, ">" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3472,7 +3472,7 @@ }, "[]) => void" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3493,7 +3493,7 @@ }, "[]" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3513,7 +3513,7 @@ "signature": [ "(id: string) => boolean" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3527,7 +3527,7 @@ "signature": [ "string" ], - "path": "src/plugins/field_formats/common/field_formats_registry.ts", + "path": "src/platform/plugins/shared/field_formats/common/field_formats_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3562,7 +3562,7 @@ "text": "FieldFormat" } ], - "path": "src/plugins/field_formats/common/converters/geo_point.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/geo_point.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3582,7 +3582,7 @@ "text": "FIELD_FORMAT_IDS" } ], - "path": "src/plugins/field_formats/common/converters/geo_point.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/geo_point.ts", "deprecated": false, "trackAdoption": false }, @@ -3593,7 +3593,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/field_formats/common/converters/geo_point.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/geo_point.ts", "deprecated": false, "trackAdoption": false }, @@ -3614,7 +3614,7 @@ }, "[]" ], - "path": "src/plugins/field_formats/common/converters/geo_point.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/geo_point.ts", "deprecated": false, "trackAdoption": false }, @@ -3628,7 +3628,7 @@ "signature": [ "{ kind: string; text: string; }[]" ], - "path": "src/plugins/field_formats/common/converters/geo_point.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/geo_point.ts", "deprecated": false, "trackAdoption": false }, @@ -3642,7 +3642,7 @@ "signature": [ "() => { transform: string; }" ], - "path": "src/plugins/field_formats/common/converters/geo_point.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/geo_point.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3666,7 +3666,7 @@ }, " | undefined) => string" ], - "path": "src/plugins/field_formats/common/converters/geo_point.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/geo_point.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3680,7 +3680,7 @@ "signature": [ "string | GeoJSON.Point | { lat: number; lon: number; }" ], - "path": "src/plugins/field_formats/common/converters/geo_point.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/geo_point.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3702,7 +3702,7 @@ }, " | undefined" ], - "path": "src/plugins/field_formats/common/converters/geo_point.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/geo_point.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3737,7 +3737,7 @@ "text": "FieldFormat" } ], - "path": "src/plugins/field_formats/common/converters/histogram.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/histogram.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3757,7 +3757,7 @@ "text": "FIELD_FORMAT_IDS" } ], - "path": "src/plugins/field_formats/common/converters/histogram.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/histogram.ts", "deprecated": false, "trackAdoption": false }, @@ -3777,7 +3777,7 @@ "text": "KBN_FIELD_TYPES" } ], - "path": "src/plugins/field_formats/common/converters/histogram.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/histogram.ts", "deprecated": false, "trackAdoption": false }, @@ -3788,7 +3788,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/field_formats/common/converters/histogram.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/histogram.ts", "deprecated": false, "trackAdoption": false }, @@ -3808,7 +3808,7 @@ "text": "FIELD_FORMAT_IDS" } ], - "path": "src/plugins/field_formats/common/converters/histogram.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/histogram.ts", "deprecated": false, "trackAdoption": false }, @@ -3819,7 +3819,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/field_formats/common/converters/histogram.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/histogram.ts", "deprecated": false, "trackAdoption": false }, @@ -3830,7 +3830,7 @@ "tags": [], "label": "allowsNumericalAggregations", "description": [], - "path": "src/plugins/field_formats/common/converters/histogram.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/histogram.ts", "deprecated": false, "trackAdoption": false }, @@ -3844,7 +3844,7 @@ "signature": [ "() => { id: string; params: {}; }" ], - "path": "src/plugins/field_formats/common/converters/histogram.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/histogram.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3868,7 +3868,7 @@ }, " | undefined) => string" ], - "path": "src/plugins/field_formats/common/converters/histogram.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/histogram.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3882,7 +3882,7 @@ "signature": [ "number" ], - "path": "src/plugins/field_formats/common/converters/histogram.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/histogram.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3904,7 +3904,7 @@ }, " | undefined" ], - "path": "src/plugins/field_formats/common/converters/histogram.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/histogram.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3939,7 +3939,7 @@ "text": "FieldFormat" } ], - "path": "src/plugins/field_formats/common/converters/ip.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/ip.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3959,7 +3959,7 @@ "text": "FIELD_FORMAT_IDS" } ], - "path": "src/plugins/field_formats/common/converters/ip.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/ip.ts", "deprecated": false, "trackAdoption": false }, @@ -3970,7 +3970,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/field_formats/common/converters/ip.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/ip.ts", "deprecated": false, "trackAdoption": false }, @@ -3990,7 +3990,7 @@ "text": "KBN_FIELD_TYPES" } ], - "path": "src/plugins/field_formats/common/converters/ip.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/ip.ts", "deprecated": false, "trackAdoption": false }, @@ -4004,7 +4004,7 @@ "signature": [ "(val: number) => string" ], - "path": "src/plugins/field_formats/common/converters/ip.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/ip.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4018,7 +4018,7 @@ "signature": [ "number" ], - "path": "src/plugins/field_formats/common/converters/ip.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/ip.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4047,7 +4047,7 @@ " extends ", "NumeralFormat" ], - "path": "src/plugins/field_formats/common/converters/number.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/number.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4067,7 +4067,7 @@ "text": "FIELD_FORMAT_IDS" } ], - "path": "src/plugins/field_formats/common/converters/number.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/number.ts", "deprecated": false, "trackAdoption": false }, @@ -4078,7 +4078,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/field_formats/common/converters/number.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/number.ts", "deprecated": false, "trackAdoption": false }, @@ -4098,7 +4098,7 @@ "text": "FIELD_FORMAT_IDS" } ], - "path": "src/plugins/field_formats/common/converters/number.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/number.ts", "deprecated": false, "trackAdoption": false }, @@ -4109,7 +4109,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/field_formats/common/converters/number.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/number.ts", "deprecated": false, "trackAdoption": false }, @@ -4120,7 +4120,7 @@ "tags": [], "label": "allowsNumericalAggregations", "description": [], - "path": "src/plugins/field_formats/common/converters/number.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/number.ts", "deprecated": false, "trackAdoption": false } @@ -4145,7 +4145,7 @@ " extends ", "NumeralFormat" ], - "path": "src/plugins/field_formats/common/converters/percent.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/percent.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4165,7 +4165,7 @@ "text": "FIELD_FORMAT_IDS" } ], - "path": "src/plugins/field_formats/common/converters/percent.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/percent.ts", "deprecated": false, "trackAdoption": false }, @@ -4176,7 +4176,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/field_formats/common/converters/percent.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/percent.ts", "deprecated": false, "trackAdoption": false }, @@ -4196,7 +4196,7 @@ "text": "FIELD_FORMAT_IDS" } ], - "path": "src/plugins/field_formats/common/converters/percent.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/percent.ts", "deprecated": false, "trackAdoption": false }, @@ -4207,7 +4207,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/field_formats/common/converters/percent.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/percent.ts", "deprecated": false, "trackAdoption": false }, @@ -4218,7 +4218,7 @@ "tags": [], "label": "allowsNumericalAggregations", "description": [], - "path": "src/plugins/field_formats/common/converters/percent.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/percent.ts", "deprecated": false, "trackAdoption": false }, @@ -4240,7 +4240,7 @@ }, "; fractional: boolean; }" ], - "path": "src/plugins/field_formats/common/converters/percent.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/percent.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4256,7 +4256,7 @@ "signature": [ "(val: string | number) => string" ], - "path": "src/plugins/field_formats/common/converters/percent.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/percent.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4270,7 +4270,7 @@ "signature": [ "string | number" ], - "path": "src/plugins/field_formats/common/converters/percent.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/percent.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4305,7 +4305,7 @@ "text": "FieldFormat" } ], - "path": "src/plugins/field_formats/common/converters/relative_date.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/relative_date.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4325,7 +4325,7 @@ "text": "FIELD_FORMAT_IDS" } ], - "path": "src/plugins/field_formats/common/converters/relative_date.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/relative_date.ts", "deprecated": false, "trackAdoption": false }, @@ -4336,7 +4336,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/field_formats/common/converters/relative_date.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/relative_date.ts", "deprecated": false, "trackAdoption": false }, @@ -4356,7 +4356,7 @@ "text": "KBN_FIELD_TYPES" } ], - "path": "src/plugins/field_formats/common/converters/relative_date.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/relative_date.ts", "deprecated": false, "trackAdoption": false }, @@ -4370,7 +4370,7 @@ "signature": [ "(val: string | number) => string" ], - "path": "src/plugins/field_formats/common/converters/relative_date.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/relative_date.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4384,7 +4384,7 @@ "signature": [ "string | number" ], - "path": "src/plugins/field_formats/common/converters/relative_date.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/relative_date.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4419,7 +4419,7 @@ "text": "FieldFormat" } ], - "path": "src/plugins/field_formats/common/converters/static_lookup.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/static_lookup.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4439,7 +4439,7 @@ "text": "FIELD_FORMAT_IDS" } ], - "path": "src/plugins/field_formats/common/converters/static_lookup.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/static_lookup.ts", "deprecated": false, "trackAdoption": false }, @@ -4450,7 +4450,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/field_formats/common/converters/static_lookup.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/static_lookup.ts", "deprecated": false, "trackAdoption": false }, @@ -4471,7 +4471,7 @@ }, "[]" ], - "path": "src/plugins/field_formats/common/converters/static_lookup.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/static_lookup.ts", "deprecated": false, "trackAdoption": false }, @@ -4485,7 +4485,7 @@ "signature": [ "() => { lookupEntries: {}[]; unknownKeyValue: null; }" ], - "path": "src/plugins/field_formats/common/converters/static_lookup.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/static_lookup.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4501,7 +4501,7 @@ "signature": [ "(val: string) => any" ], - "path": "src/plugins/field_formats/common/converters/static_lookup.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/static_lookup.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4515,7 +4515,7 @@ "signature": [ "string" ], - "path": "src/plugins/field_formats/common/converters/static_lookup.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/static_lookup.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4550,7 +4550,7 @@ "text": "FieldFormat" } ], - "path": "src/plugins/field_formats/common/converters/string.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/string.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4570,7 +4570,7 @@ "text": "FIELD_FORMAT_IDS" } ], - "path": "src/plugins/field_formats/common/converters/string.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/string.ts", "deprecated": false, "trackAdoption": false }, @@ -4581,7 +4581,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/field_formats/common/converters/string.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/string.ts", "deprecated": false, "trackAdoption": false }, @@ -4602,7 +4602,7 @@ }, "[]" ], - "path": "src/plugins/field_formats/common/converters/string.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/string.ts", "deprecated": false, "trackAdoption": false }, @@ -4616,7 +4616,7 @@ "signature": [ "({ kind: boolean; text: string; } | { kind: string; text: string; })[]" ], - "path": "src/plugins/field_formats/common/converters/string.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/string.ts", "deprecated": false, "trackAdoption": false }, @@ -4630,7 +4630,7 @@ "signature": [ "() => { transform: boolean; }" ], - "path": "src/plugins/field_formats/common/converters/string.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/string.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4654,7 +4654,7 @@ }, " | undefined) => string" ], - "path": "src/plugins/field_formats/common/converters/string.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/string.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4668,7 +4668,7 @@ "signature": [ "string | number" ], - "path": "src/plugins/field_formats/common/converters/string.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/string.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4690,7 +4690,7 @@ }, " | undefined" ], - "path": "src/plugins/field_formats/common/converters/string.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/string.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4716,7 +4716,7 @@ }, " | undefined) => string" ], - "path": "src/plugins/field_formats/common/converters/string.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/string.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4730,7 +4730,7 @@ "signature": [ "any" ], - "path": "src/plugins/field_formats/common/converters/string.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/string.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4752,7 +4752,7 @@ }, " | undefined" ], - "path": "src/plugins/field_formats/common/converters/string.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/string.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4787,7 +4787,7 @@ "text": "FieldFormat" } ], - "path": "src/plugins/field_formats/common/converters/truncate.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/truncate.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4807,7 +4807,7 @@ "text": "FIELD_FORMAT_IDS" } ], - "path": "src/plugins/field_formats/common/converters/truncate.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/truncate.ts", "deprecated": false, "trackAdoption": false }, @@ -4818,7 +4818,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/field_formats/common/converters/truncate.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/truncate.ts", "deprecated": false, "trackAdoption": false }, @@ -4838,7 +4838,7 @@ "text": "KBN_FIELD_TYPES" } ], - "path": "src/plugins/field_formats/common/converters/truncate.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/truncate.ts", "deprecated": false, "trackAdoption": false }, @@ -4852,7 +4852,7 @@ "signature": [ "(val: string) => string" ], - "path": "src/plugins/field_formats/common/converters/truncate.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/truncate.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4866,7 +4866,7 @@ "signature": [ "string" ], - "path": "src/plugins/field_formats/common/converters/truncate.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/truncate.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4901,7 +4901,7 @@ "text": "FieldFormat" } ], - "path": "src/plugins/field_formats/common/converters/url.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/url.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4921,7 +4921,7 @@ "text": "FIELD_FORMAT_IDS" } ], - "path": "src/plugins/field_formats/common/converters/url.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/url.ts", "deprecated": false, "trackAdoption": false }, @@ -4932,7 +4932,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/field_formats/common/converters/url.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/url.ts", "deprecated": false, "trackAdoption": false }, @@ -4953,7 +4953,7 @@ }, "[]" ], - "path": "src/plugins/field_formats/common/converters/url.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/url.ts", "deprecated": false, "trackAdoption": false }, @@ -4967,7 +4967,7 @@ "signature": [ "{ kind: string; text: string; }[]" ], - "path": "src/plugins/field_formats/common/converters/url.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/url.ts", "deprecated": false, "trackAdoption": false }, @@ -4981,7 +4981,7 @@ "signature": [ "any" ], - "path": "src/plugins/field_formats/common/converters/url.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/url.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5009,7 +5009,7 @@ "text": "FieldFormatMetaParams" } ], - "path": "src/plugins/field_formats/common/converters/url.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/url.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5027,7 +5027,7 @@ "signature": [ "() => { type: string; urlTemplate: null; labelTemplate: null; width: null; height: null; }" ], - "path": "src/plugins/field_formats/common/converters/url.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/url.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -5043,7 +5043,7 @@ "signature": [ "(value: string) => string" ], - "path": "src/plugins/field_formats/common/converters/url.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/url.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5057,7 +5057,7 @@ "signature": [ "string" ], - "path": "src/plugins/field_formats/common/converters/url.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/url.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5083,7 +5083,7 @@ }, " | undefined) => string" ], - "path": "src/plugins/field_formats/common/converters/url.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/url.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5097,7 +5097,7 @@ "signature": [ "string" ], - "path": "src/plugins/field_formats/common/converters/url.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/url.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5119,7 +5119,7 @@ }, " | undefined" ], - "path": "src/plugins/field_formats/common/converters/url.ts", + "path": "src/platform/plugins/shared/field_formats/common/converters/url.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -5142,7 +5142,7 @@ "signature": [ "(shouldHighlight: boolean) => { pre_tags: string[]; post_tags: string[]; fields: { '*': {}; }; fragment_size: number; } | undefined" ], - "path": "src/plugins/field_formats/common/utils/highlight/highlight_request.ts", + "path": "src/platform/plugins/shared/field_formats/common/utils/highlight/highlight_request.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5156,7 +5156,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/field_formats/common/utils/highlight/highlight_request.ts", + "path": "src/platform/plugins/shared/field_formats/common/utils/highlight/highlight_request.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5174,7 +5174,7 @@ "tags": [], "label": "FieldFormatConvert", "description": [], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5196,7 +5196,7 @@ }, " | undefined) => string" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -5211,7 +5211,7 @@ "signature": [ "any" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5232,7 +5232,7 @@ }, " | undefined" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -5256,7 +5256,7 @@ }, " | undefined) => string" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -5271,7 +5271,7 @@ "signature": [ "any" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5292,7 +5292,7 @@ }, " | undefined" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -5310,7 +5310,7 @@ "description": [ "\nParams provided by the registry to every field formatter\n" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5324,7 +5324,7 @@ "signature": [ "{ origin: string; pathname?: string | undefined; basePath?: string | undefined; } | undefined" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -5340,7 +5340,7 @@ "description": [ "\nHtml converter options" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5354,7 +5354,7 @@ "signature": [ "{ name: string; } | undefined" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5368,7 +5368,7 @@ "signature": [ "{ highlight?: Record | undefined; } | undefined" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5382,7 +5382,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -5398,7 +5398,7 @@ "description": [ "\nPlain text converter options" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5412,7 +5412,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5426,7 +5426,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -5442,7 +5442,7 @@ "tags": [], "label": "FIELD_FORMAT_IDS", "description": [], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5466,7 +5466,7 @@ }, "[]" ], - "path": "src/plugins/field_formats/common/constants/base_formatters.ts", + "path": "src/platform/plugins/shared/field_formats/common/constants/base_formatters.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5481,7 +5481,7 @@ "signature": [ "{ text: string; kind: string; }[]" ], - "path": "src/plugins/field_formats/common/constants/duration_formats.ts", + "path": "src/platform/plugins/shared/field_formats/common/constants/duration_formats.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5496,7 +5496,7 @@ "signature": [ "({ text: string; method: string; shortText?: undefined; } | { text: string; shortText: string; method: string; })[]" ], - "path": "src/plugins/field_formats/common/constants/duration_formats.ts", + "path": "src/platform/plugins/shared/field_formats/common/constants/duration_formats.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5519,7 +5519,7 @@ }, "; es?: boolean | undefined; }" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5550,7 +5550,7 @@ "text": "TextContextTypeConvert" } ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -5569,7 +5569,7 @@ "signature": [ "string" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5618,7 +5618,7 @@ }, ") & { id: string; title: string; hidden?: boolean | undefined; fieldType: string | string[]; }" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5642,7 +5642,7 @@ }, " & P" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5657,7 +5657,7 @@ "signature": [ "\"text\" | \"html\"" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5674,7 +5674,7 @@ "signature": [ "(key: string, defaultOverride?: T | undefined) => T" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -5686,7 +5686,7 @@ "tags": [], "label": "key", "description": [], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5700,7 +5700,7 @@ "signature": [ "T | undefined" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -5957,7 +5957,7 @@ }, ">) => void; has: (id: string) => boolean; }" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5995,7 +5995,7 @@ "text": "FieldFormat" } ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6025,7 +6025,7 @@ }, "

> | undefined" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -6042,7 +6042,7 @@ "signature": [ "\"text\" | \"html\"" ], - "path": "src/plugins/field_formats/common/content_types/html_content_type.ts", + "path": "src/platform/plugins/shared/field_formats/common/content_types/html_content_type.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6067,7 +6067,7 @@ }, " | undefined) => string" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6082,7 +6082,7 @@ "signature": [ "any" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -6103,7 +6103,7 @@ }, " | undefined" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -6126,7 +6126,7 @@ "text": "FieldFormat" } ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6421,7 +6421,7 @@ }, ">) => void; has: (id: string) => boolean; }" ], - "path": "src/plugins/field_formats/common/index.ts", + "path": "src/platform/plugins/shared/field_formats/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6438,7 +6438,7 @@ "signature": [ "{ id?: string | undefined; params?: TParams | undefined; }" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6453,7 +6453,7 @@ "signature": [ "\"text\" | \"html\"" ], - "path": "src/plugins/field_formats/common/content_types/text_content_type.ts", + "path": "src/platform/plugins/shared/field_formats/common/content_types/text_content_type.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6478,7 +6478,7 @@ }, " | undefined) => string" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6493,7 +6493,7 @@ "signature": [ "any" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -6514,7 +6514,7 @@ }, " | undefined" ], - "path": "src/plugins/field_formats/common/types.ts", + "path": "src/platform/plugins/shared/field_formats/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -6530,7 +6530,7 @@ "tags": [], "label": "DEFAULT_CONVERTER_COLOR", "description": [], - "path": "src/plugins/field_formats/common/constants/color_default.ts", + "path": "src/platform/plugins/shared/field_formats/common/constants/color_default.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6541,7 +6541,7 @@ "tags": [], "label": "range", "description": [], - "path": "src/plugins/field_formats/common/constants/color_default.ts", + "path": "src/platform/plugins/shared/field_formats/common/constants/color_default.ts", "deprecated": false, "trackAdoption": false }, @@ -6552,7 +6552,7 @@ "tags": [], "label": "regex", "description": [], - "path": "src/plugins/field_formats/common/constants/color_default.ts", + "path": "src/platform/plugins/shared/field_formats/common/constants/color_default.ts", "deprecated": false, "trackAdoption": false }, @@ -6563,7 +6563,7 @@ "tags": [], "label": "text", "description": [], - "path": "src/plugins/field_formats/common/constants/color_default.ts", + "path": "src/platform/plugins/shared/field_formats/common/constants/color_default.ts", "deprecated": false, "trackAdoption": false }, @@ -6574,7 +6574,7 @@ "tags": [], "label": "background", "description": [], - "path": "src/plugins/field_formats/common/constants/color_default.ts", + "path": "src/platform/plugins/shared/field_formats/common/constants/color_default.ts", "deprecated": false, "trackAdoption": false }, @@ -6585,7 +6585,7 @@ "tags": [], "label": "boolean", "description": [], - "path": "src/plugins/field_formats/common/constants/color_default.ts", + "path": "src/platform/plugins/shared/field_formats/common/constants/color_default.ts", "deprecated": false, "trackAdoption": false } @@ -6602,7 +6602,7 @@ "signature": [ "{ text: string; kind: string; }" ], - "path": "src/plugins/field_formats/common/constants/duration_formats.ts", + "path": "src/platform/plugins/shared/field_formats/common/constants/duration_formats.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6617,7 +6617,7 @@ "signature": [ "{ text: string; method: string; }" ], - "path": "src/plugins/field_formats/common/constants/duration_formats.ts", + "path": "src/platform/plugins/shared/field_formats/common/constants/duration_formats.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6632,7 +6632,7 @@ "signature": [ "{ readonly FORMAT_DEFAULT_TYPE_MAP: \"format:defaultTypeMap\"; readonly FORMAT_NUMBER_DEFAULT_PATTERN: \"format:number:defaultPattern\"; readonly FORMAT_PERCENT_DEFAULT_PATTERN: \"format:percent:defaultPattern\"; readonly FORMAT_BYTES_DEFAULT_PATTERN: \"format:bytes:defaultPattern\"; readonly FORMAT_CURRENCY_DEFAULT_PATTERN: \"format:currency:defaultPattern\"; readonly FORMAT_NUMBER_DEFAULT_LOCALE: \"format:number:defaultLocale\"; readonly SHORT_DOTS_ENABLE: \"shortDots:enable\"; }" ], - "path": "src/plugins/field_formats/common/constants/ui_settings.ts", + "path": "src/platform/plugins/shared/field_formats/common/constants/ui_settings.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/field_formats.mdx b/api_docs/field_formats.mdx index 04abf8bd5d86e..e5420ac1772a4 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fieldFormats'] --- import fieldFormatsObj from './field_formats.devdocs.json'; diff --git a/api_docs/fields_metadata.devdocs.json b/api_docs/fields_metadata.devdocs.json index ca3be8edab5ee..e0f2ff8c993a4 100644 --- a/api_docs/fields_metadata.devdocs.json +++ b/api_docs/fields_metadata.devdocs.json @@ -339,13 +339,7 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => Promise<", "IFieldsMetadataClient", ">" @@ -363,13 +357,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/platform/plugins/shared/fields_metadata/server/services/fields_metadata/types.ts", diff --git a/api_docs/fields_metadata.mdx b/api_docs/fields_metadata.mdx index ae35973761212..44c48302ef189 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-12-27 +date: 2025-01-05 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 2adcb3165c58c..9a6796bb97bd7 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-12-27 +date: 2025-01-05 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 4ad032c514a41..ce9933246299d 100644 --- a/api_docs/files.devdocs.json +++ b/api_docs/files.devdocs.json @@ -25,7 +25,7 @@ }, "" ], - "path": "src/plugins/files/common/files_client.ts", + "path": "src/platform/plugins/shared/files/common/files_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -49,7 +49,7 @@ }, ">" ], - "path": "src/plugins/files/common/files_client.ts", + "path": "src/platform/plugins/shared/files/common/files_client.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -67,7 +67,7 @@ "signature": [ "(args: { token: string; fileName?: string | undefined; }) => any" ], - "path": "src/plugins/files/common/files_client.ts", + "path": "src/platform/plugins/shared/files/common/files_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -78,7 +78,7 @@ "tags": [], "label": "args", "description": [], - "path": "src/plugins/files/common/files_client.ts", + "path": "src/platform/plugins/shared/files/common/files_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -89,7 +89,7 @@ "tags": [], "label": "token", "description": [], - "path": "src/plugins/files/common/files_client.ts", + "path": "src/platform/plugins/shared/files/common/files_client.ts", "deprecated": false, "trackAdoption": false }, @@ -103,7 +103,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/files/common/files_client.ts", + "path": "src/platform/plugins/shared/files/common/files_client.ts", "deprecated": false, "trackAdoption": false } @@ -124,7 +124,7 @@ "description": [ "\nA factory for creating a {@link ScopedFilesClient}" ], - "path": "src/plugins/files/common/files_client.ts", + "path": "src/platform/plugins/shared/files/common/files_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -142,7 +142,7 @@ "FilesClient", "" ], - "path": "src/plugins/files/common/files_client.ts", + "path": "src/platform/plugins/shared/files/common/files_client.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -162,7 +162,7 @@ "ScopedFilesClient", "" ], - "path": "src/plugins/files/common/files_client.ts", + "path": "src/platform/plugins/shared/files/common/files_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -178,7 +178,7 @@ "signature": [ "string" ], - "path": "src/plugins/files/common/files_client.ts", + "path": "src/platform/plugins/shared/files/common/files_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -282,7 +282,7 @@ }, "; }" ], - "path": "src/plugins/files/common/files_client.ts", + "path": "src/platform/plugins/shared/files/common/files_client.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -515,7 +515,7 @@ }, "; }" ], - "path": "src/plugins/files/common/files_client.ts", + "path": "src/platform/plugins/shared/files/common/files_client.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -531,7 +531,7 @@ "description": [ "\nPublic setup-phase contract" ], - "path": "src/plugins/files/public/plugin.ts", + "path": "src/platform/plugins/shared/files/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -549,10 +549,18 @@ "signature": [ "FilesClientFactory" ], - "path": "src/plugins/files/public/plugin.ts", + "path": "src/platform/plugins/shared/files/public/plugin.ts", "deprecated": false, "trackAdoption": true, "references": [ + { + "plugin": "imageEmbeddable", + "path": "src/platform/plugins/private/image_embeddable/public/components/image_editor/open_image_editor.tsx" + }, + { + "plugin": "imageEmbeddable", + "path": "src/platform/plugins/private/image_embeddable/public/image_embeddable/get_image_embeddable_factory.tsx" + }, { "plugin": "cases", "path": "x-pack/platform/plugins/shared/cases/public/application.tsx" @@ -577,14 +585,6 @@ "plugin": "cases", "path": "x-pack/platform/plugins/shared/cases/public/plugin.ts" }, - { - "plugin": "imageEmbeddable", - "path": "src/plugins/image_embeddable/public/components/image_editor/open_image_editor.tsx" - }, - { - "plugin": "imageEmbeddable", - "path": "src/plugins/image_embeddable/public/image_embeddable/get_image_embeddable_factory.tsx" - }, { "plugin": "cases", "path": "x-pack/platform/plugins/shared/cases/public/plugin.test.ts" @@ -595,7 +595,7 @@ }, { "plugin": "filesManagement", - "path": "src/plugins/files_management/public/mount_management_section.tsx" + "path": "src/platform/plugins/private/files_management/public/mount_management_section.tsx" } ] }, @@ -619,7 +619,7 @@ }, ") => void" ], - "path": "src/plugins/files/public/plugin.ts", + "path": "src/platform/plugins/shared/files/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -641,7 +641,7 @@ "text": "FileKindBrowser" } ], - "path": "src/plugins/files/public/plugin.ts", + "path": "src/platform/plugins/shared/files/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -687,7 +687,7 @@ }, "[]; }" ], - "path": "src/plugins/files/public/plugin.ts", + "path": "src/platform/plugins/shared/files/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -726,7 +726,7 @@ "text": "FileClient" } ], - "path": "src/plugins/files/server/file_client/create_es_file_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/create_es_file_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -748,7 +748,7 @@ "text": "CreateEsFileClientArgs" } ], - "path": "src/plugins/files/server/file_client/create_es_file_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/create_es_file_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -769,7 +769,7 @@ "signature": [ "(algorithm?: \"sha256\" | \"md5\" | \"sha1\" | \"sha512\") => FileHashTransform" ], - "path": "src/plugins/files/server/file_client/stream_transforms/file_hash_transform/file_hash_transform.ts", + "path": "src/platform/plugins/shared/files/server/file_client/stream_transforms/file_hash_transform/file_hash_transform.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -783,7 +783,7 @@ "signature": [ "\"sha256\" | \"md5\" | \"sha1\" | \"sha512\"" ], - "path": "src/plugins/files/server/file_client/stream_transforms/file_hash_transform/file_hash_transform.ts", + "path": "src/platform/plugins/shared/files/server/file_client/stream_transforms/file_hash_transform/file_hash_transform.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -803,7 +803,7 @@ "description": [ "\nArguments to create an ES file client." ], - "path": "src/plugins/files/server/file_client/create_es_file_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/create_es_file_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -816,7 +816,7 @@ "description": [ "\nThe name of the ES index that will store file metadata." ], - "path": "src/plugins/files/server/file_client/create_es_file_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/create_es_file_client.ts", "deprecated": false, "trackAdoption": false }, @@ -829,7 +829,7 @@ "description": [ "\nThe name of the ES index that will store file contents." ], - "path": "src/plugins/files/server/file_client/create_es_file_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/create_es_file_client.ts", "deprecated": false, "trackAdoption": false }, @@ -2099,7 +2099,7 @@ "default", "; }" ], - "path": "src/plugins/files/server/file_client/create_es_file_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/create_es_file_client.ts", "deprecated": false, "trackAdoption": false }, @@ -2115,7 +2115,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/files/server/file_client/create_es_file_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/create_es_file_client.ts", "deprecated": false, "trackAdoption": false }, @@ -2131,7 +2131,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/files/server/file_client/create_es_file_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/create_es_file_client.ts", "deprecated": false, "trackAdoption": false }, @@ -2153,7 +2153,7 @@ "text": "Logger" } ], - "path": "src/plugins/files/server/file_client/create_es_file_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/create_es_file_client.ts", "deprecated": false, "trackAdoption": false } @@ -2179,7 +2179,7 @@ }, "" ], - "path": "src/plugins/files/server/file_service/file_action_types.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2192,7 +2192,7 @@ "description": [ "\nFile name" ], - "path": "src/plugins/files/server/file_service/file_action_types.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2205,7 +2205,7 @@ "description": [ "\nFile kind, must correspond to a registered {@link FileKind}." ], - "path": "src/plugins/files/server/file_service/file_action_types.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2221,7 +2221,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/files/server/file_service/file_action_types.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2237,7 +2237,7 @@ "signature": [ "Meta | undefined" ], - "path": "src/plugins/files/server/file_service/file_action_types.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2253,7 +2253,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/files/server/file_service/file_action_types.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2269,7 +2269,7 @@ "signature": [ "{ name?: string | undefined; id?: string | undefined; } | undefined" ], - "path": "src/plugins/files/server/file_service/file_action_types.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_action_types.ts", "deprecated": false, "trackAdoption": false } @@ -2285,7 +2285,7 @@ "description": [ "\nArguments for a creating a file share" ], - "path": "src/plugins/files/server/file_share_service/internal_file_share_service.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/internal_file_share_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2301,7 +2301,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/files/server/file_share_service/internal_file_share_service.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/internal_file_share_service.ts", "deprecated": false, "trackAdoption": false }, @@ -2319,7 +2319,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/files/server/file_share_service/internal_file_share_service.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/internal_file_share_service.ts", "deprecated": false, "trackAdoption": false }, @@ -2342,7 +2342,7 @@ }, "" ], - "path": "src/plugins/files/server/file_share_service/internal_file_share_service.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/internal_file_share_service.ts", "deprecated": false, "trackAdoption": false } @@ -2356,7 +2356,7 @@ "tags": [], "label": "DeleteArg", "description": [], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2371,7 +2371,7 @@ "description": [ "\nUnique ID of file metadata to delete\n" ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false } @@ -2387,7 +2387,7 @@ "description": [ "\nArguments to delete a file." ], - "path": "src/plugins/files/server/file_service/file_action_types.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2400,7 +2400,7 @@ "description": [ "\nFile ID." ], - "path": "src/plugins/files/server/file_service/file_action_types.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_action_types.ts", "deprecated": false, "trackAdoption": false } @@ -2416,7 +2416,7 @@ "description": [ "\nDelete file shares for file arguments." ], - "path": "src/plugins/files/server/file_share_service/internal_file_share_service.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/internal_file_share_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2429,7 +2429,7 @@ "description": [ "\nThe file id to delete the shares for." ], - "path": "src/plugins/files/server/file_share_service/internal_file_share_service.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/internal_file_share_service.ts", "deprecated": false, "trackAdoption": false } @@ -2445,7 +2445,7 @@ "description": [ "\nWraps the {@link FileMetadataClient} and {@link BlobStorageClient} client\nto provide basic file CRUD functionality.\n\nFor now this is just a shallow type of the implementation for export purposes." ], - "path": "src/plugins/files/server/file_client/types.ts", + "path": "src/platform/plugins/shared/files/server/file_client/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2458,7 +2458,7 @@ "description": [ "See {@link FileMetadata.FileKind}." ], - "path": "src/plugins/files/server/file_client/types.ts", + "path": "src/platform/plugins/shared/files/server/file_client/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2484,7 +2484,7 @@ }, ">" ], - "path": "src/plugins/files/server/file_client/types.ts", + "path": "src/platform/plugins/shared/files/server/file_client/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2501,7 +2501,7 @@ "CreateArgs", "" ], - "path": "src/plugins/files/server/file_client/types.ts", + "path": "src/platform/plugins/shared/files/server/file_client/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2537,7 +2537,7 @@ }, ">" ], - "path": "src/plugins/files/server/file_client/types.ts", + "path": "src/platform/plugins/shared/files/server/file_client/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2559,7 +2559,7 @@ "text": "GetArg" } ], - "path": "src/plugins/files/server/file_client/types.ts", + "path": "src/platform/plugins/shared/files/server/file_client/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2587,7 +2587,7 @@ }, ") => Promise" ], - "path": "src/plugins/files/server/file_client/types.ts", + "path": "src/platform/plugins/shared/files/server/file_client/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2603,7 +2603,7 @@ "signature": [ "string" ], - "path": "src/plugins/files/server/file_client/types.ts", + "path": "src/platform/plugins/shared/files/server/file_client/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2627,7 +2627,7 @@ }, "" ], - "path": "src/plugins/files/server/file_client/types.ts", + "path": "src/platform/plugins/shared/files/server/file_client/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2655,7 +2655,7 @@ }, ") => Promise" ], - "path": "src/plugins/files/server/file_client/types.ts", + "path": "src/platform/plugins/shared/files/server/file_client/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2677,7 +2677,7 @@ "text": "DeleteArgs" } ], - "path": "src/plugins/files/server/file_client/types.ts", + "path": "src/platform/plugins/shared/files/server/file_client/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2713,7 +2713,7 @@ }, "[]; total: number; }>" ], - "path": "src/plugins/files/server/file_client/types.ts", + "path": "src/platform/plugins/shared/files/server/file_client/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2736,7 +2736,7 @@ }, " | undefined" ], - "path": "src/plugins/files/server/file_client/types.ts", + "path": "src/platform/plugins/shared/files/server/file_client/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2768,7 +2768,7 @@ }, ">" ], - "path": "src/plugins/files/server/file_client/types.ts", + "path": "src/platform/plugins/shared/files/server/file_client/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2784,7 +2784,7 @@ "signature": [ "ShareArgs" ], - "path": "src/plugins/files/server/file_client/types.ts", + "path": "src/platform/plugins/shared/files/server/file_client/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2806,7 +2806,7 @@ "signature": [ "(args: IdArg) => Promise" ], - "path": "src/plugins/files/server/file_client/types.ts", + "path": "src/platform/plugins/shared/files/server/file_client/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2823,7 +2823,7 @@ "signature": [ "IdArg" ], - "path": "src/plugins/files/server/file_share_service/types.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/types.ts", "deprecated": false, "trackAdoption": false } @@ -2859,7 +2859,7 @@ }, "[]; }>" ], - "path": "src/plugins/files/server/file_client/types.ts", + "path": "src/platform/plugins/shared/files/server/file_client/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2882,7 +2882,7 @@ "text": "ListArgs" } ], - "path": "src/plugins/files/server/file_share_service/types.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/types.ts", "deprecated": false, "trackAdoption": false } @@ -2910,7 +2910,7 @@ }, "" ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2923,7 +2923,7 @@ "description": [ "\nUnique ID of a file, used to locate a file." ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false }, @@ -2955,7 +2955,7 @@ }, " & { FileKind: string; Meta?: M | undefined; }" ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false } @@ -2971,7 +2971,7 @@ "description": [ "\nAn abstraction of storage implementation of file object's (i.e., metadata)" ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3003,7 +3003,7 @@ }, ">" ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3026,7 +3026,7 @@ }, "" ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3062,7 +3062,7 @@ }, ">" ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3084,7 +3084,7 @@ "text": "GetArg" } ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3122,7 +3122,7 @@ }, " | null)[]>; }" ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3133,7 +3133,7 @@ "tags": [], "label": "arg", "description": [], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3147,7 +3147,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false }, @@ -3161,7 +3161,7 @@ "signature": [ "true | undefined" ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false } @@ -3198,7 +3198,7 @@ }, " | null)[]>; }" ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3213,7 +3213,7 @@ "BulkGetArg", " | { ids: string[]; throwIfNotFound: false; }" ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3249,7 +3249,7 @@ }, ">" ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3272,7 +3272,7 @@ }, "" ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3300,7 +3300,7 @@ }, ") => Promise" ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3322,7 +3322,7 @@ "text": "DeleteArg" } ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3358,7 +3358,7 @@ }, "[]; }>" ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3381,7 +3381,7 @@ }, " | undefined" ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3417,7 +3417,7 @@ }, ">" ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3439,7 +3439,7 @@ "text": "GetUsageMetricsArgs" } ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3459,7 +3459,7 @@ "description": [ "\nA simple interface for getting an instance of {@link FileServiceStart}" ], - "path": "src/plugins/files/server/file_service/file_service_factory.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3474,13 +3474,7 @@ ], "signature": [ "(req: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", { "pluginId": "files", @@ -3490,7 +3484,7 @@ "text": "FileServiceStart" } ], - "path": "src/plugins/files/server/file_service/file_service_factory.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3504,16 +3498,10 @@ "- the Kibana request to scope the service to" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "src/plugins/files/server/file_service/file_service_factory.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3542,7 +3530,7 @@ "text": "FileServiceStart" } ], - "path": "src/plugins/files/server/file_service/file_service_factory.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service_factory.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3560,7 +3548,7 @@ "description": [ "\nPublic file service interface." ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3592,7 +3580,7 @@ }, ">" ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3615,7 +3603,7 @@ }, "" ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3643,7 +3631,7 @@ }, ") => Promise" ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3665,7 +3653,7 @@ "text": "UpdateFileArgs" } ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3693,7 +3681,7 @@ }, ") => Promise" ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3715,7 +3703,7 @@ "text": "DeleteFileArgs" } ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3737,7 +3725,7 @@ "BulkDeleteFilesArgs", ") => Promise[]>" ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3753,7 +3741,7 @@ "signature": [ "BulkDeleteFilesArgs" ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3789,7 +3777,7 @@ }, ">" ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3811,7 +3799,7 @@ "text": "GetByIdArgs" } ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3889,7 +3877,7 @@ }, " | null; })[]>; }" ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3907,7 +3895,7 @@ "BulkGetByIdArgs", ", \"ids\"> & { throwIfNotFound?: true | undefined; }" ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3983,7 +3971,7 @@ }, " | null; })[]>; }" ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3999,7 +3987,7 @@ "BulkGetByIdArgs", ", \"ids\"> & { throwIfNotFound?: true | undefined; format: \"map\"; }" ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4075,7 +4063,7 @@ }, " | null; })[]>; }" ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4091,7 +4079,7 @@ "BulkGetByIdArgs", ", \"ids\"> & { throwIfNotFound: false; }" ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4167,7 +4155,7 @@ }, " | null; })[]>; }" ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4183,7 +4171,7 @@ "BulkGetByIdArgs", ", \"ids\"> & { throwIfNotFound: false; format: \"map\"; }" ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4259,7 +4247,7 @@ }, " | null; })[]>; }" ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4273,7 +4261,7 @@ "signature": [ "BulkGetByIdArgs" ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4309,7 +4297,7 @@ }, "[]; total: number; }>" ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4331,7 +4319,7 @@ "text": "FindFileArgs" } ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4359,7 +4347,7 @@ }, ">" ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -4376,7 +4364,7 @@ "signature": [ "IdArg" ], - "path": "src/plugins/files/server/file_share_service/types.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/types.ts", "deprecated": false, "trackAdoption": false } @@ -4410,7 +4398,7 @@ }, "[]; }>" ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -4433,7 +4421,7 @@ "text": "ListArgs" } ], - "path": "src/plugins/files/server/file_share_service/types.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/types.ts", "deprecated": false, "trackAdoption": false } @@ -4467,7 +4455,7 @@ }, " & { id: string; }>" ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -4490,7 +4478,7 @@ "text": "UpdateArgs" } ], - "path": "src/plugins/files/server/file_share_service/types.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/types.ts", "deprecated": false, "trackAdoption": false } @@ -4508,7 +4496,7 @@ "signature": [ "(args: IdArg) => Promise" ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -4525,7 +4513,7 @@ "signature": [ "IdArg" ], - "path": "src/plugins/files/server/file_share_service/types.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/types.ts", "deprecated": false, "trackAdoption": false } @@ -4551,7 +4539,7 @@ }, ">" ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4577,7 +4565,7 @@ }, ">" ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4593,7 +4581,7 @@ "signature": [ "string" ], - "path": "src/plugins/files/server/file_service/file_service.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4613,7 +4601,7 @@ "description": [ "\nWe only expose functionality here that do not require you to have a {@link File}\ninstance loaded." ], - "path": "src/plugins/files/server/file_share_service/types.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4637,7 +4625,7 @@ }, ">" ], - "path": "src/plugins/files/server/file_share_service/types.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4653,7 +4641,7 @@ "signature": [ "IdArg" ], - "path": "src/plugins/files/server/file_share_service/types.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4689,7 +4677,7 @@ }, "[]; }>" ], - "path": "src/plugins/files/server/file_share_service/types.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4711,7 +4699,7 @@ "text": "ListArgs" } ], - "path": "src/plugins/files/server/file_share_service/types.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4747,7 +4735,7 @@ }, " & { id: string; }>" ], - "path": "src/plugins/files/server/file_share_service/types.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4769,7 +4757,7 @@ "text": "UpdateArgs" } ], - "path": "src/plugins/files/server/file_share_service/types.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4789,7 +4777,7 @@ "signature": [ "(args: IdArg) => Promise" ], - "path": "src/plugins/files/server/file_share_service/types.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4805,7 +4793,7 @@ "signature": [ "IdArg" ], - "path": "src/plugins/files/server/file_share_service/types.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4840,7 +4828,7 @@ "text": "Pagination" } ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4856,7 +4844,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false } @@ -4891,7 +4879,7 @@ "text": "Pagination" } ], - "path": "src/plugins/files/server/file_service/file_action_types.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4907,7 +4895,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/files/server/file_service/file_action_types.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -4923,7 +4911,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/files/server/file_service/file_action_types.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -4939,7 +4927,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/files/server/file_service/file_action_types.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -4955,7 +4943,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/files/server/file_service/file_action_types.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -4971,7 +4959,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/files/server/file_service/file_action_types.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -4987,7 +4975,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/files/server/file_service/file_action_types.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5003,7 +4991,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/files/server/file_service/file_action_types.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5019,7 +5007,7 @@ "signature": [ "Record | undefined" ], - "path": "src/plugins/files/server/file_service/file_action_types.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_action_types.ts", "deprecated": false, "trackAdoption": false } @@ -5035,7 +5023,7 @@ "description": [ "\nGet a file" ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5048,7 +5036,7 @@ "description": [ "\nUnique ID of file metadata" ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false } @@ -5064,7 +5052,7 @@ "description": [ "\nArguments to get a file by ID." ], - "path": "src/plugins/files/server/file_service/file_action_types.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5077,7 +5065,7 @@ "description": [ "\nFile ID." ], - "path": "src/plugins/files/server/file_service/file_action_types.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_action_types.ts", "deprecated": false, "trackAdoption": false } @@ -5093,7 +5081,7 @@ "description": [ "\nArgs to get usage metrics" ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5109,7 +5097,7 @@ "signature": [ "{ capacity: number; }" ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false } @@ -5142,7 +5130,7 @@ "text": "Pagination" } ], - "path": "src/plugins/files/server/file_share_service/internal_file_share_service.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/internal_file_share_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5158,7 +5146,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/files/server/file_share_service/internal_file_share_service.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/internal_file_share_service.ts", "deprecated": false, "trackAdoption": false } @@ -5184,7 +5172,7 @@ }, "" ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5197,7 +5185,7 @@ "description": [ "\nA unique file ID." ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false }, @@ -5221,7 +5209,7 @@ }, " | undefined; FileKind?: string | undefined; Meta?: M | undefined; }" ], - "path": "src/plugins/files/server/file_client/file_metadata_client/file_metadata_client.ts", + "path": "src/platform/plugins/shared/files/server/file_client/file_metadata_client/file_metadata_client.ts", "deprecated": false, "trackAdoption": false } @@ -5237,7 +5225,7 @@ "description": [ "\nUpdate file share arguments." ], - "path": "src/plugins/files/server/file_share_service/internal_file_share_service.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/internal_file_share_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5250,7 +5238,7 @@ "description": [ "\nThe file share ID." ], - "path": "src/plugins/files/server/file_share_service/internal_file_share_service.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/internal_file_share_service.ts", "deprecated": false, "trackAdoption": false }, @@ -5266,7 +5254,7 @@ "signature": [ "{ name?: string | undefined; }" ], - "path": "src/plugins/files/server/file_share_service/internal_file_share_service.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/internal_file_share_service.ts", "deprecated": false, "trackAdoption": false } @@ -5282,7 +5270,7 @@ "description": [ "\nArguments to update a file" ], - "path": "src/plugins/files/server/file_service/file_action_types.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_action_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5295,7 +5283,7 @@ "description": [ "\nFile ID." ], - "path": "src/plugins/files/server/file_service/file_action_types.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_action_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5311,7 +5299,7 @@ "signature": [ "{ meta: unknown; name: string; alt: string | undefined; }" ], - "path": "src/plugins/files/server/file_service/file_action_types.ts", + "path": "src/platform/plugins/shared/files/server/file_service/file_action_types.ts", "deprecated": false, "trackAdoption": false } @@ -5333,7 +5321,7 @@ "signature": [ "IdArg" ], - "path": "src/plugins/files/server/file_share_service/internal_file_share_service.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/internal_file_share_service.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5350,7 +5338,7 @@ "signature": [ "IdArg" ], - "path": "src/plugins/files/server/file_share_service/internal_file_share_service.ts", + "path": "src/platform/plugins/shared/files/server/file_share_service/internal_file_share_service.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5366,7 +5354,7 @@ "description": [ "\nFiles plugin setup contract" ], - "path": "src/plugins/files/server/types.ts", + "path": "src/platform/plugins/shared/files/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5392,7 +5380,7 @@ }, ") => void" ], - "path": "src/plugins/files/server/types.ts", + "path": "src/platform/plugins/shared/files/server/types.ts", "deprecated": false, "trackAdoption": true, "references": [ @@ -5460,7 +5448,7 @@ "text": "FileKind" } ], - "path": "src/plugins/files/server/types.ts", + "path": "src/platform/plugins/shared/files/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5481,7 +5469,7 @@ "description": [ "\nFiles plugin start contract" ], - "path": "src/plugins/files/server/types.ts", + "path": "src/platform/plugins/shared/files/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5505,7 +5493,7 @@ "text": "FileServiceFactory" } ], - "path": "src/plugins/files/server/types.ts", + "path": "src/platform/plugins/shared/files/server/types.ts", "deprecated": false, "trackAdoption": true, "references": [ @@ -5537,7 +5525,7 @@ "description": [ "\nDefines all the settings for supported blob stores.\n\nKey names map to unique blob store implementations and so must not be changed\nwithout a migration" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5553,7 +5541,7 @@ "signature": [ "{ index: string; } | undefined" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -5579,7 +5567,7 @@ }, "" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5592,7 +5580,7 @@ "description": [ "\nThe file ID" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5615,7 +5603,7 @@ }, "" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5647,7 +5635,7 @@ }, ">" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5671,7 +5659,7 @@ }, ">" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5705,7 +5693,7 @@ }, ">" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5721,7 +5709,7 @@ "signature": [ "Readable" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5739,7 +5727,7 @@ "Observable", " | undefined" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -5758,7 +5746,7 @@ "UploadOptions", ", \"transforms\">> | undefined" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -5780,7 +5768,7 @@ "Readable", ">" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -5800,7 +5788,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -5836,7 +5824,7 @@ }, ">" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5859,7 +5847,7 @@ }, " | undefined" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -5887,7 +5875,7 @@ }, "[]>" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -5913,7 +5901,7 @@ }, ") => Promise" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5935,7 +5923,7 @@ "text": "FileUnshareOptions" } ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5963,7 +5951,7 @@ }, "" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -6221,7 +6209,7 @@ "text": "FileKindBase" } ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6247,7 +6235,7 @@ }, ") => number) | undefined" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -6270,7 +6258,7 @@ }, " | undefined" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -6288,7 +6276,7 @@ "signature": [ "{ create?: HttpEndpointDefinition | undefined; update?: HttpEndpointDefinition | undefined; delete?: HttpEndpointDefinition | undefined; getById?: HttpEndpointDefinition | undefined; list?: HttpEndpointDefinition | undefined; download?: HttpEndpointDefinition | undefined; share?: HttpEndpointDefinition | undefined; }" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -6304,7 +6292,7 @@ "signature": [ "(\"sha256\" | \"md5\" | \"sha1\" | \"sha512\")[] | undefined" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -6469,7 +6457,7 @@ "description": [ "\nArguments to pass to share a file" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6485,7 +6473,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -6503,7 +6491,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -6519,7 +6507,7 @@ "description": [ "\nA collection of generally useful metrics about files." ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6535,7 +6523,7 @@ "signature": [ "{ esFixedSizeIndex: { capacity: number; used: number; available: number; }; }" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -6551,7 +6539,7 @@ "signature": [ "{ AWAITING_UPLOAD: number; UPLOADING: number; READY: number; UPLOAD_ERROR: number; DELETED: number; }" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -6567,7 +6555,7 @@ "signature": [ "{ [x: string]: number; }" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -6583,7 +6571,7 @@ "description": [ "\nArguments for unsharing a file" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6596,7 +6584,7 @@ "description": [ "\nSpecify the share instance to remove" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -6612,7 +6600,7 @@ "description": [ "\nValues for paginating through results." ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6628,7 +6616,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -6644,7 +6632,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -6699,7 +6687,7 @@ "signature": [ "\"esFixedSizeIndex\"" ], - "path": "src/plugins/files/common/constants.ts", + "path": "src/platform/plugins/shared/files/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6716,7 +6704,7 @@ "signature": [ "\"file\"" ], - "path": "src/plugins/files/common/constants.ts", + "path": "src/platform/plugins/shared/files/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6781,13 +6769,7 @@ "\nAn {@link SavedObject} containing a file object (i.e., metadata only)." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "@kbn/shared-ux-file-types", @@ -6798,7 +6780,7 @@ }, ">" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6873,7 +6855,7 @@ "signature": [ "\"files\"" ], - "path": "src/plugins/files/common/constants.ts", + "path": "src/platform/plugins/shared/files/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6890,7 +6872,7 @@ "signature": [ "\"files\"" ], - "path": "src/plugins/files/common/constants.ts", + "path": "src/platform/plugins/shared/files/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6907,7 +6889,7 @@ "signature": [ "{ meta: Meta | undefined; name: string; alt: string | undefined; }" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6924,7 +6906,7 @@ "signature": [ "{ name?: string | undefined; }" ], - "path": "src/plugins/files/common/types.ts", + "path": "src/platform/plugins/shared/files/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/files.mdx b/api_docs/files.mdx index 838cb078001c0..0405a753dba20 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'files'] --- import filesObj from './files.devdocs.json'; diff --git a/api_docs/files_management.devdocs.json b/api_docs/files_management.devdocs.json index 54ee62046a588..eee5450329252 100644 --- a/api_docs/files_management.devdocs.json +++ b/api_docs/files_management.devdocs.json @@ -32,7 +32,7 @@ "signature": [ "{ text: string; href: string; }[]" ], - "path": "src/plugins/files_management/common/index.ts", + "path": "src/platform/plugins/private/files_management/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -47,7 +47,7 @@ "signature": [ "\"filesManagement\"" ], - "path": "src/plugins/files_management/common/index.ts", + "path": "src/platform/plugins/private/files_management/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -59,7 +59,7 @@ "tags": [], "label": "PLUGIN_NAME", "description": [], - "path": "src/plugins/files_management/common/index.ts", + "path": "src/platform/plugins/private/files_management/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/files_management.mdx b/api_docs/files_management.mdx index 7d2c1390d4176..88b1ad5c08bfb 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-12-27 +date: 2025-01-05 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 dec5b28cb026e..704a2ccd600ec 100644 --- a/api_docs/fleet.devdocs.json +++ b/api_docs/fleet.devdocs.json @@ -704,13 +704,7 @@ "text": "FleetStartServices" }, " extends ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ",", "FleetStartDeps" ], @@ -6180,13 +6174,7 @@ "description": [], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", " | undefined, pathPrefix: string | undefined) => Promise<", "MappingRuntimeFields", ">" @@ -6203,13 +6191,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/agents/build_status_runtime_field.ts", @@ -6682,13 +6664,7 @@ "description": [], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", id: string, withPackagePolicies?: boolean) => Promise<", { "pluginId": "fleet", @@ -6712,13 +6688,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/agent_policy.ts", "deprecated": false, @@ -6757,21 +6727,9 @@ "description": [], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "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": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", " | undefined; withAgentCount?: boolean | undefined; spaceId?: string | undefined; }) => Promise<{ items: ", { "pluginId": "fleet", @@ -6795,13 +6753,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/agent_policy.ts", "deprecated": false, @@ -6816,13 +6768,7 @@ "description": [], "signature": [ "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": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", " | undefined; withAgentCount?: boolean | undefined; spaceId?: string | undefined; }" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/agent_policy.ts", @@ -6840,13 +6786,7 @@ "description": [], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", id: string, options?: { standalone?: boolean | undefined; agentPolicy?: ", { "pluginId": "fleet", @@ -6878,13 +6818,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/agent_policy.ts", "deprecated": false, @@ -6934,13 +6868,7 @@ "description": [], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", ids: (string | { id: string; spaceId?: string | undefined; })[], options?: { fields?: string[] | undefined; withPackagePolicies?: boolean | undefined; ignoreMissing?: boolean | undefined; }) => Promise<", { "pluginId": "fleet", @@ -6964,13 +6892,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/agent_policy.ts", "deprecated": false, @@ -7015,13 +6937,7 @@ "description": [], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ") => Promise<{ updatedPolicies: Partial<", { "pluginId": "fleet", @@ -7031,13 +6947,7 @@ "text": "AgentPolicy" }, ">[] | null; failedPolicies: { id: string; error: Error | ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectError", - "text": "SavedObjectError" - }, + "SavedObjectError", "; }[]; }>" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/index.ts", @@ -7053,13 +6963,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/agent_policy.ts", "deprecated": false, @@ -7076,13 +6980,7 @@ "description": [], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", { perPage, kuery, spaceId }?: ", "FetchAllAgentPolicyIdsOptions", ") => Promise>" @@ -7100,13 +6998,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/agent_policy.ts", "deprecated": false, @@ -7145,13 +7037,7 @@ "description": [], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", { perPage, kuery, sortOrder, sortField, fields, }?: ", "FetchAllAgentPoliciesOptions", ") => Promise) => ", { "pluginId": "fleet", @@ -7268,13 +7142,7 @@ "label": "req", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/agents/agent_service.ts", @@ -9523,21 +9391,9 @@ "description": [], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", esClient: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", packagePolicy: ", { "pluginId": "fleet", @@ -9547,13 +9403,7 @@ "text": "NewPackagePolicy" }, ", options?: { spaceId?: string | undefined; id?: string | undefined; user?: ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | undefined; authorizationHeader?: ", "HTTPAuthorizationHeader", " | null | undefined; bumpRevision?: boolean | undefined; force?: boolean | undefined; skipEnsureInstalled?: boolean | undefined; skipUniqueNameVerification?: boolean | undefined; overwrite?: boolean | undefined; packageInfo?: ", @@ -9565,21 +9415,9 @@ "text": "PackageInfo" }, " | undefined; } | undefined, context?: ", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " | undefined, request?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined) => Promise<", { "pluginId": "fleet", @@ -9602,13 +9440,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -9623,13 +9455,7 @@ "label": "esClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -9704,13 +9530,7 @@ "label": "user", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", @@ -9833,13 +9653,7 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", @@ -9855,13 +9669,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", @@ -9881,13 +9689,7 @@ "description": [], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", packagePolicy: ", "NewPackagePolicyWithId", ") => Promise<", @@ -9912,13 +9714,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -9952,31 +9748,13 @@ "description": [], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", esClient: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", packagePolicies: ", "NewPackagePolicyWithId", "[], options?: { user?: ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | undefined; bumpRevision?: boolean | undefined; force?: true | undefined; authorizationHeader?: ", "HTTPAuthorizationHeader", " | null | undefined; asyncDeploy?: boolean | undefined; } | undefined) => Promise<{ created: ", @@ -9996,13 +9774,7 @@ "text": "NewPackagePolicy" }, "; error?: Error | ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectError", - "text": "SavedObjectError" - }, + "SavedObjectError", " | undefined; }[]; }>" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", @@ -10017,13 +9789,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -10038,13 +9804,7 @@ "label": "esClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -10086,13 +9846,7 @@ "label": "user", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", @@ -10170,21 +9924,9 @@ "description": [], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", esClient: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", packagePolicyUpdates: ", { "pluginId": "fleet", @@ -10194,13 +9936,7 @@ "text": "UpdatePackagePolicy" }, "[], options?: { user?: ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | undefined; force?: boolean | undefined; asyncDeploy?: boolean | undefined; } | undefined, currentVersion?: string | undefined) => Promise<{ updatedPolicies: ", { "pluginId": "fleet", @@ -10212,13 +9948,7 @@ "[] | null; failedPolicies: { packagePolicy: ", "NewPackagePolicyWithId", "; error: Error | ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectError", - "text": "SavedObjectError" - }, + "SavedObjectError", "; }[]; }>" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", @@ -10233,13 +9963,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -10254,13 +9978,7 @@ "label": "esClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -10308,13 +10026,7 @@ "label": "user", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", @@ -10378,13 +10090,7 @@ "description": [], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", id: string) => Promise<", { "pluginId": "fleet", @@ -10407,13 +10113,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -10447,13 +10147,7 @@ "description": [], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", agentPolicyId: string) => Promise<", { "pluginId": "fleet", @@ -10476,13 +10170,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -10516,13 +10204,7 @@ "description": [], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", ids: string[], options?: { ignoreMissing?: boolean | undefined; } | undefined) => Promise<", { "pluginId": "fleet", @@ -10545,13 +10227,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -10612,13 +10288,7 @@ "description": [], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", options: ", { "pluginId": "fleet", @@ -10657,13 +10327,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -10704,13 +10368,7 @@ "description": [], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", options: ", { "pluginId": "fleet", @@ -10741,13 +10399,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -10787,21 +10439,9 @@ "description": [], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", esClient: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", id: string, packagePolicyUpdate: ", { "pluginId": "fleet", @@ -10811,13 +10451,7 @@ "text": "UpdatePackagePolicy" }, ", options?: { user?: ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | undefined; force?: boolean | undefined; skipUniqueNameVerification?: boolean | undefined; } | undefined, currentVersion?: string | undefined) => Promise<", { "pluginId": "fleet", @@ -10840,13 +10474,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -10861,13 +10489,7 @@ "label": "esClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -10929,13 +10551,7 @@ "label": "user", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", @@ -10999,45 +10615,15 @@ "description": [], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", esClient: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", ids: string[], options?: { user?: ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | undefined; skipUnassignFromAgentPolicies?: boolean | undefined; force?: boolean | undefined; asyncDeploy?: boolean | undefined; } | undefined, context?: ", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " | undefined, request?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined) => Promise<", { "pluginId": "fleet", @@ -11060,13 +10646,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -11081,13 +10661,7 @@ "label": "esClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -11128,13 +10702,7 @@ "label": "user", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", @@ -11193,13 +10761,7 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", @@ -11215,13 +10777,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", @@ -11241,29 +10797,11 @@ "description": [], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", esClient: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", ids: string[], options?: { user?: ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | undefined; force?: boolean | undefined; } | undefined, packagePolicy?: ", { "pluginId": "fleet", @@ -11294,13 +10832,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -11315,13 +10847,7 @@ "label": "esClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -11362,13 +10888,7 @@ "label": "user", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", @@ -11440,13 +10960,7 @@ "description": [], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", id: string, packagePolicy?: ", { "pluginId": "fleet", @@ -11477,13 +10991,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -11554,13 +11062,7 @@ "description": [], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", newPolicy: ", { "pluginId": "fleet", @@ -11591,13 +11093,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -11637,13 +11133,7 @@ "description": [], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", pkgName: string, options?: { logger?: ", { "pluginId": "@kbn/logging", @@ -11674,13 +11164,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -11764,37 +11248,13 @@ "(externalCallbackType: A, packagePolicy: ", "RunExternalCallbacksPackagePolicyArgument", ", soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", esClient: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", context?: ", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " | undefined, request?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined) => Promise<", "RunExternalCallbacksPackagePolicyResponse", ">" @@ -11842,13 +11302,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -11863,13 +11317,7 @@ "label": "esClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -11884,13 +11332,7 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", @@ -11906,13 +11348,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", @@ -11934,37 +11370,13 @@ "(deletedPackagePolicies: ", "DeletePackagePoliciesResponse", ", soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", esClient: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", context?: ", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " | undefined, request?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined) => Promise" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", @@ -11994,13 +11406,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -12015,13 +11421,7 @@ "label": "esClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -12036,13 +11436,7 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", @@ -12058,13 +11452,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", @@ -12092,37 +11480,13 @@ "text": "PostDeletePackagePoliciesResponse" }, ", soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", esClient: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", context?: ", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " | undefined, request?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined) => Promise" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", @@ -12158,13 +11522,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -12179,13 +11537,7 @@ "label": "esClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -12200,13 +11552,7 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", @@ -12222,13 +11568,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", @@ -12248,13 +11588,7 @@ "description": [], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", id: string) => Promise<{ packagePolicy: ", { "pluginId": "fleet", @@ -12287,13 +11621,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -12329,13 +11657,7 @@ ], "signature": [ "(esClient: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", outputId: string, options?: { force?: boolean | undefined; } | undefined) => Promise" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", @@ -12350,13 +11672,7 @@ "label": "esClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -12419,13 +11735,7 @@ ], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", options?: ", "PackagePolicyClientFetchAllItemIdsOptions", " | undefined) => Promise>" @@ -12442,13 +11752,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, @@ -12485,13 +11789,7 @@ ], "signature": [ "(soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", options?: ", "PackagePolicyClientFetchAllItemsOptions", " | undefined) => Promise) => ", { "pluginId": "fleet", @@ -12599,13 +11885,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/platform/plugins/shared/fleet/server/services/epm/package_service.ts", @@ -12722,37 +12002,13 @@ "text": "NewPackagePolicy" }, ", soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", esClient: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", context?: ", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " | undefined, request?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined) => Promise<", { "pluginId": "fleet", @@ -12796,13 +12052,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/types/extensions.ts", "deprecated": false, @@ -14084,13 +13334,7 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/types/extensions.ts", @@ -14105,13 +13349,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/types/extensions.ts", @@ -14132,37 +13370,13 @@ "(packagePolicies: ", "DeletePackagePoliciesResponse", ", soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", esClient: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", context?: ", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " | undefined, request?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined) => Promise" ], "path": "x-pack/platform/plugins/shared/fleet/server/types/extensions.ts", @@ -14199,13 +13413,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/types/extensions.ts", "deprecated": false, @@ -15487,13 +14695,7 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/types/extensions.ts", @@ -15508,13 +14710,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/types/extensions.ts", @@ -15541,37 +14737,13 @@ "text": "PackagePolicy" }, ", soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", esClient: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", context?: ", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " | undefined, request?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined) => Promise<", { "pluginId": "fleet", @@ -15615,13 +14787,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/types/extensions.ts", "deprecated": false, @@ -16903,13 +16069,7 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/types/extensions.ts", @@ -16924,13 +16084,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/types/extensions.ts", @@ -16959,37 +16113,13 @@ "text": "PackagePolicyPackage" }, " | undefined; policy_id?: string | null | undefined; policy_ids?: string[] | undefined; output_id?: string | undefined; statusCode?: number | undefined; body?: { message: string; } | undefined; }>, soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", esClient: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", context?: ", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " | undefined, request?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined) => Promise" ], "path": "x-pack/platform/plugins/shared/fleet/server/types/extensions.ts", @@ -17028,13 +16158,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/types/extensions.ts", "deprecated": false, @@ -18316,13 +17440,7 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/types/extensions.ts", @@ -18337,13 +17455,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/types/extensions.ts", @@ -18370,37 +17482,13 @@ "text": "UpdatePackagePolicy" }, ", soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", esClient: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", context?: ", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " | undefined, request?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined) => Promise<", { "pluginId": "fleet", @@ -18444,13 +17532,7 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/platform/plugins/shared/fleet/server/types/extensions.ts", "deprecated": false, @@ -19732,13 +18814,7 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/types/extensions.ts", @@ -19753,13 +18829,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined" ], "path": "x-pack/platform/plugins/shared/fleet/server/types/extensions.ts", @@ -19827,13 +18897,7 @@ "description": [], "signature": [ "{ fromRequest(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "): Promise<", { "pluginId": "fleet", @@ -20191,13 +19255,7 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => Promise<", "OutputClientInterface", ">" @@ -20214,13 +19272,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/platform/plugins/shared/fleet/server/plugin.ts", @@ -23943,13 +22995,7 @@ "text": "ListWithKuery" }, " extends ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchQuery", - "text": "HttpFetchQuery" - } + "HttpFetchQuery" ], "path": "x-pack/platform/plugins/shared/fleet/common/types/rest_spec/common.ts", "deprecated": false, diff --git a/api_docs/fleet.mdx b/api_docs/fleet.mdx index c8e77e6d3b12d..597ee6365e314 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-12-27 +date: 2025-01-05 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 3a8504154c8f2..9bd172b314d2d 100644 --- a/api_docs/global_search.devdocs.json +++ b/api_docs/global_search.devdocs.json @@ -13,7 +13,7 @@ "description": [ "\nResponse returned from the {@link GlobalSearchPluginStart | global search service}'s `find` API\n" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -30,7 +30,7 @@ "GlobalSearchResult", "[]" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -46,7 +46,7 @@ "description": [ "\nOptions for the server-side {@link GlobalSearchPluginStart.find | find API}" ], - "path": "x-pack/plugins/global_search/public/services/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/public/services/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -62,7 +62,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/global_search/public/services/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/public/services/types.ts", "deprecated": false, "trackAdoption": false }, @@ -79,7 +79,7 @@ "Observable", " | undefined" ], - "path": "x-pack/plugins/global_search/public/services/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/public/services/types.ts", "deprecated": false, "trackAdoption": false }, @@ -93,16 +93,10 @@ "\nA ES client of type IScopedClusterClient is passed to the `find` call.\nWhen performing calls to ES, the interested provider can utilize this parameter to identify the specific cluster." ], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.IScopedClusterClient", - "text": "IScopedClusterClient" - }, + "IScopedClusterClient", " | undefined" ], - "path": "x-pack/plugins/global_search/public/services/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/public/services/types.ts", "deprecated": false, "trackAdoption": false } @@ -118,7 +112,7 @@ "description": [ "\nSearch parameters for the {@link GlobalSearchPluginStart.find | `find` API}\n" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -134,7 +128,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -150,7 +144,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -166,7 +160,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -182,7 +176,7 @@ "description": [ "\nOptions provided to {@link GlobalSearchResultProvider | a result provider}'s `find` method." ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -195,7 +189,7 @@ "description": [ "\nA custom preference token associated with a search 'session' that should be used to get consistent scoring\nwhen performing calls to ES. Can also be used as a 'session' token for providers returning data from elsewhere\nthan an elasticsearch cluster." ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -212,7 +206,7 @@ "Observable", "" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -226,16 +220,10 @@ "\nA ES client of type IScopedClusterClient is passed to the `find` call.\nWhen performing calls to ES, the interested provider can utilize this parameter to identify the specific cluster." ], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.IScopedClusterClient", - "text": "IScopedClusterClient" - }, + "IScopedClusterClient", " | undefined" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -248,7 +236,7 @@ "description": [ "\nThe total maximum number of results (including all batches, not per emission) that should be returned by the provider for a given `find` request.\nAny result emitted exceeding this quota will be ignored by the service and not emitted to the consumer." ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -264,7 +252,7 @@ "description": [ "\nRepresentation of a result returned by a {@link GlobalSearchResultProvider | result provider}" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -277,7 +265,7 @@ "description": [ "an id that should be unique for an individual provider's results" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -290,7 +278,7 @@ "description": [ "the title/label of the result" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -303,7 +291,7 @@ "description": [ "the type of result" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -319,7 +307,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -335,7 +323,7 @@ "signature": [ "string | { path: string; prependBasePath: boolean; }" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -348,7 +336,7 @@ "description": [ "the score of the result, from 1 (lowest) to 100 (highest)" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -372,7 +360,7 @@ }, "> | undefined" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -388,7 +376,7 @@ "description": [ "\nGlobalSearch result provider, to be registered using the {@link GlobalSearchPluginSetup | global search API}" ], - "path": "x-pack/plugins/global_search/public/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -401,7 +389,7 @@ "description": [ "\nid of the provider" ], - "path": "x-pack/plugins/global_search/public/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -425,7 +413,7 @@ "GlobalSearchProviderResult", "[]>" ], - "path": "x-pack/plugins/global_search/public/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -439,7 +427,7 @@ "signature": [ "GlobalSearchFindParams" ], - "path": "x-pack/plugins/global_search/public/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -454,7 +442,7 @@ "signature": [ "GlobalSearchProviderFindOptions" ], - "path": "x-pack/plugins/global_search/public/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -474,7 +462,7 @@ "signature": [ "() => string[] | Promise" ], - "path": "x-pack/plugins/global_search/public/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -496,7 +484,7 @@ "signature": [ "GlobalSearchFindParams" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -513,7 +501,7 @@ "signature": [ "string | { path: string; prependBasePath: boolean; }" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -532,7 +520,7 @@ "GlobalSearchProviderResult", ", \"url\"> & { url: string; }" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -557,7 +545,7 @@ }, ") => void; }" ], - "path": "x-pack/plugins/global_search/public/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/public/types.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "setup", @@ -587,7 +575,7 @@ "GlobalSearchBatchedResults", ">; getSearchableTypes: () => Promise; }" ], - "path": "x-pack/plugins/global_search/public/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/public/types.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -607,7 +595,7 @@ "description": [ "\nResponse returned from the {@link GlobalSearchPluginStart | global search service}'s `find` API\n" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -624,7 +612,7 @@ "GlobalSearchResult", "[]" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -640,7 +628,7 @@ "description": [ "\nOptions for the server-side {@link GlobalSearchPluginStart.find | find API}\n" ], - "path": "x-pack/plugins/global_search/server/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -656,7 +644,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/global_search/server/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -673,7 +661,7 @@ "Observable", " | undefined" ], - "path": "x-pack/plugins/global_search/server/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -687,16 +675,10 @@ "\nA ES client of type IScopedClusterClient is passed to the `find` call.\nWhen performing calls to ES, the interested provider can utilize this parameter to identify the specific cluster." ], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.IScopedClusterClient", - "text": "IScopedClusterClient" - }, + "IScopedClusterClient", " | undefined" ], - "path": "x-pack/plugins/global_search/server/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -712,7 +694,7 @@ "description": [ "\nContext passed to server-side {@GlobalSearchResultProvider | result provider}'s `find` method.\n" ], - "path": "x-pack/plugins/global_search/server/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -725,21 +707,9 @@ "description": [], "signature": [ "{ savedObjects: { client: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", "; typeRegistry: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectTypeRegistry", - "text": "ISavedObjectTypeRegistry" - }, + "ISavedObjectTypeRegistry", "; }; uiSettings: { client: ", { "pluginId": "@kbn/core-ui-settings-server", @@ -751,16 +721,10 @@ "; }; capabilities: ", "Observable", "<", - { - "pluginId": "@kbn/core-capabilities-common", - "scope": "common", - "docId": "kibKbnCoreCapabilitiesCommonPluginApi", - "section": "def-common.Capabilities", - "text": "Capabilities" - }, + "Capabilities", ">; }" ], - "path": "x-pack/plugins/global_search/server/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -776,7 +740,7 @@ "description": [ "\nOptions provided to {@link GlobalSearchResultProvider | a result provider}'s `find` method." ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -789,7 +753,7 @@ "description": [ "\nA custom preference token associated with a search 'session' that should be used to get consistent scoring\nwhen performing calls to ES. Can also be used as a 'session' token for providers returning data from elsewhere\nthan an elasticsearch cluster." ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -806,7 +770,7 @@ "Observable", "" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -820,16 +784,10 @@ "\nA ES client of type IScopedClusterClient is passed to the `find` call.\nWhen performing calls to ES, the interested provider can utilize this parameter to identify the specific cluster." ], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.IScopedClusterClient", - "text": "IScopedClusterClient" - }, + "IScopedClusterClient", " | undefined" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -842,7 +800,7 @@ "description": [ "\nThe total maximum number of results (including all batches, not per emission) that should be returned by the provider for a given `find` request.\nAny result emitted exceeding this quota will be ignored by the service and not emitted to the consumer." ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -858,7 +816,7 @@ "description": [ "\nRepresentation of a result returned by a {@link GlobalSearchResultProvider | result provider}" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -871,7 +829,7 @@ "description": [ "an id that should be unique for an individual provider's results" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -884,7 +842,7 @@ "description": [ "the title/label of the result" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -897,7 +855,7 @@ "description": [ "the type of result" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -913,7 +871,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -929,7 +887,7 @@ "signature": [ "string | { path: string; prependBasePath: boolean; }" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -942,7 +900,7 @@ "description": [ "the score of the result, from 1 (lowest) to 100 (highest)" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -966,7 +924,7 @@ }, "> | undefined" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -982,7 +940,7 @@ "description": [ "\nGlobalSearch result provider, to be registered using the {@link GlobalSearchPluginSetup | global search API}\n" ], - "path": "x-pack/plugins/global_search/server/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -995,7 +953,7 @@ "description": [ "\nid of the provider" ], - "path": "x-pack/plugins/global_search/server/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1027,7 +985,7 @@ "GlobalSearchProviderResult", "[]>" ], - "path": "x-pack/plugins/global_search/server/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1041,7 +999,7 @@ "signature": [ "GlobalSearchFindParams" ], - "path": "x-pack/plugins/global_search/server/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1056,7 +1014,7 @@ "signature": [ "GlobalSearchProviderFindOptions" ], - "path": "x-pack/plugins/global_search/server/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1077,7 +1035,7 @@ "text": "GlobalSearchProviderContext" } ], - "path": "x-pack/plugins/global_search/server/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1105,7 +1063,7 @@ }, ") => string[] | Promise" ], - "path": "x-pack/plugins/global_search/server/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1125,7 +1083,7 @@ "text": "GlobalSearchProviderContext" } ], - "path": "x-pack/plugins/global_search/server/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1145,7 +1103,7 @@ "description": [ "\nglobalSearch route handler context.\n" ], - "path": "x-pack/plugins/global_search/server/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1175,7 +1133,7 @@ "GlobalSearchBatchedResults", ">" ], - "path": "x-pack/plugins/global_search/server/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1189,7 +1147,7 @@ "signature": [ "GlobalSearchFindParams" ], - "path": "x-pack/plugins/global_search/server/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1210,7 +1168,7 @@ "text": "GlobalSearchFindOptions" } ], - "path": "x-pack/plugins/global_search/server/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1230,7 +1188,7 @@ "signature": [ "() => Promise" ], - "path": "x-pack/plugins/global_search/server/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1254,7 +1212,7 @@ "signature": [ "string | { path: string; prependBasePath: boolean; }" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1273,7 +1231,7 @@ "GlobalSearchProviderResult", ", \"url\"> & { url: string; }" ], - "path": "x-pack/plugins/global_search/common/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1299,28 +1257,16 @@ "text": "GlobalSearchFindOptions" }, ", request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", "Observable", "<", "GlobalSearchBatchedResults", ">; getSearchableTypes: (request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => Promise; }" ], - "path": "x-pack/plugins/global_search/server/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/server/types.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -1344,7 +1290,7 @@ }, ") => void; }" ], - "path": "x-pack/plugins/global_search/server/types.ts", + "path": "x-pack/platform/plugins/shared/global_search/server/types.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "setup", diff --git a/api_docs/global_search.mdx b/api_docs/global_search.mdx index d966620f46677..3dbb14b205d76 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-12-27 +date: 2025-01-05 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 81de23b88ea60..e0a75c92a9046 100644 --- a/api_docs/guided_onboarding.devdocs.json +++ b/api_docs/guided_onboarding.devdocs.json @@ -11,7 +11,7 @@ "tags": [], "label": "GuidedOnboardingApi", "description": [], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24,16 +24,10 @@ "description": [], "signature": [ "(httpClient: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", ", isCloudEnabled: boolean) => void" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -45,15 +39,9 @@ "label": "httpClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -68,7 +56,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -96,7 +84,7 @@ }, " | undefined>" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -120,7 +108,7 @@ }, "[]; } | undefined>" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -160,7 +148,7 @@ }, "; } | undefined>" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -171,7 +159,7 @@ "tags": [], "label": "state", "description": [], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -192,7 +180,7 @@ }, " | undefined" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -213,7 +201,7 @@ }, " | undefined" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -229,7 +217,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -271,7 +259,7 @@ }, "; } | undefined>" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -291,7 +279,7 @@ "text": "GuideId" } ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -313,7 +301,7 @@ }, " | undefined" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -347,7 +335,7 @@ }, "; } | undefined>" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -367,7 +355,7 @@ "text": "GuideState" } ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -401,7 +389,7 @@ }, "; } | undefined>" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -421,7 +409,7 @@ "text": "GuideId" } ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -457,7 +445,7 @@ "Observable", "" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -477,7 +465,7 @@ "text": "GuideId" } ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -498,7 +486,7 @@ "text": "GuideStepIds" } ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -534,7 +522,7 @@ "Observable", "" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -554,7 +542,7 @@ "text": "GuideId" } ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -575,7 +563,7 @@ "text": "GuideStepIds" } ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -617,7 +605,7 @@ }, "; } | undefined>" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -637,7 +625,7 @@ "text": "GuideId" } ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -658,7 +646,7 @@ "text": "GuideStepIds" } ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -708,7 +696,7 @@ }, "; } | undefined>" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -728,7 +716,7 @@ "text": "GuideId" } ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -749,7 +737,7 @@ "text": "GuideStepIds" } ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -771,7 +759,7 @@ }, " | undefined" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -791,7 +779,7 @@ "Observable", "" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -805,7 +793,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -831,7 +819,7 @@ }, "; } | undefined>" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -845,7 +833,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -871,7 +859,7 @@ }, "; } | undefined>" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -888,7 +876,7 @@ "Observable", "" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -903,7 +891,7 @@ "Observable", "" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -933,7 +921,7 @@ }, " | undefined>" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -953,7 +941,7 @@ "text": "GuideId" } ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -968,7 +956,7 @@ "tags": [], "label": "isEnabled", "description": [], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -986,7 +974,7 @@ "tags": [], "label": "GuidedOnboardingPluginSetup", "description": [], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1006,7 +994,7 @@ "text": "CloudSetup" } ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -1021,7 +1009,7 @@ "tags": [], "label": "GuidedOnboardingPluginStart", "description": [], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1042,7 +1030,7 @@ }, " | undefined" ], - "path": "src/plugins/guided_onboarding/public/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -1065,7 +1053,7 @@ "tags": [], "label": "GuidedOnboardingPluginSetup", "description": [], - "path": "src/plugins/guided_onboarding/server/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1095,7 +1083,7 @@ }, ") => void" ], - "path": "src/plugins/guided_onboarding/server/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1115,7 +1103,7 @@ "text": "GuideId" } ], - "path": "src/plugins/guided_onboarding/server/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1136,7 +1124,7 @@ "text": "GuideConfig" } ], - "path": "src/plugins/guided_onboarding/server/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1155,7 +1143,7 @@ "tags": [], "label": "GuidedOnboardingPluginStart", "description": [], - "path": "src/plugins/guided_onboarding/server/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1174,7 +1162,7 @@ "tags": [], "label": "PluginState", "description": [], - "path": "src/plugins/guided_onboarding/common/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1188,7 +1176,7 @@ "signature": [ "\"error\" | \"complete\" | \"not_started\" | \"in_progress\" | \"quit\" | \"skipped\"" ], - "path": "src/plugins/guided_onboarding/common/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1199,7 +1187,7 @@ "tags": [], "label": "isActivePeriod", "description": [], - "path": "src/plugins/guided_onboarding/common/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1220,7 +1208,7 @@ }, " | undefined" ], - "path": "src/plugins/guided_onboarding/common/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -1240,7 +1228,7 @@ "signature": [ "\"/internal/guided_onboarding\"" ], - "path": "src/plugins/guided_onboarding/common/constants.ts", + "path": "src/platform/plugins/shared/guided_onboarding/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1303,7 +1291,7 @@ }, "; }" ], - "path": "src/plugins/guided_onboarding/common/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1318,7 +1306,7 @@ "signature": [ "\"guidedOnboarding\"" ], - "path": "src/plugins/guided_onboarding/common/constants.ts", + "path": "src/platform/plugins/shared/guided_onboarding/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1333,7 +1321,7 @@ "signature": [ "\"guidedOnboarding\"" ], - "path": "src/plugins/guided_onboarding/common/constants.ts", + "path": "src/platform/plugins/shared/guided_onboarding/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1350,7 +1338,7 @@ "signature": [ "\"error\" | \"complete\" | \"not_started\" | \"in_progress\" | \"quit\" | \"skipped\"" ], - "path": "src/plugins/guided_onboarding/common/types.ts", + "path": "src/platform/plugins/shared/guided_onboarding/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/guided_onboarding.mdx b/api_docs/guided_onboarding.mdx index ca0879ceace72..63c974b9d74c8 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-12-27 +date: 2025-01-05 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 797a06a30715b..3e13d5678ec8e 100644 --- a/api_docs/home.devdocs.json +++ b/api_docs/home.devdocs.json @@ -9,7 +9,7 @@ "tags": [], "label": "FeatureCatalogueRegistry", "description": [], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -39,7 +39,7 @@ }, ") => void; }" ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -54,16 +54,10 @@ "description": [], "signature": [ "({ capabilities }: { capabilities: ", - { - "pluginId": "@kbn/core-capabilities-common", - "scope": "common", - "docId": "kibKbnCoreCapabilitiesCommonPluginApi", - "section": "def-common.Capabilities", - "text": "Capabilities" - }, + "Capabilities", "; }) => void" ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -74,7 +68,7 @@ "tags": [], "label": "{ capabilities }", "description": [], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -86,15 +80,9 @@ "label": "capabilities", "description": [], "signature": [ - { - "pluginId": "@kbn/core-capabilities-common", - "scope": "common", - "docId": "kibKbnCoreCapabilitiesCommonPluginApi", - "section": "def-common.Capabilities", - "text": "Capabilities" - } + "Capabilities" ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false } @@ -131,7 +119,7 @@ }, "[]" ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": true, "trackAdoption": false, "references": [], @@ -154,7 +142,7 @@ }, ">" ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -182,7 +170,7 @@ }, "[]>" ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -206,7 +194,7 @@ }, "[]" ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -222,7 +210,7 @@ "signature": [ "(appId: string) => void" ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -236,7 +224,7 @@ "signature": [ "string" ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -264,7 +252,7 @@ "signature": [ "(id: \"ESC\" | \"OSX\" | \"DEB\" | \"RPM\" | \"DOCKER\" | \"WINDOWS\" | \"NODE\" | \"DJANGO\" | \"FLASK\" | \"RAILS\" | \"RACK\" | \"JS\" | \"GO\" | \"JAVA\" | \"DOTNET\" | \"LINUX\" | \"PHP\" | \"FLEET\" | \"OPEN_TELEMETRY\" | \"OTHER_LINUX\") => string" ], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -278,7 +266,7 @@ "signature": [ "\"ESC\" | \"OSX\" | \"DEB\" | \"RPM\" | \"DOCKER\" | \"WINDOWS\" | \"NODE\" | \"DJANGO\" | \"FLASK\" | \"RAILS\" | \"RACK\" | \"JS\" | \"GO\" | \"JAVA\" | \"DOTNET\" | \"LINUX\" | \"PHP\" | \"FLEET\" | \"OPEN_TELEMETRY\" | \"OTHER_LINUX\"" ], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -298,7 +286,7 @@ "tags": [], "label": "AddDataTab", "description": [], - "path": "src/plugins/home/public/services/add_data/add_data_service.ts", + "path": "src/platform/plugins/shared/home/public/services/add_data/add_data_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -309,7 +297,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/home/public/services/add_data/add_data_service.ts", + "path": "src/platform/plugins/shared/home/public/services/add_data/add_data_service.ts", "deprecated": false, "trackAdoption": false }, @@ -320,7 +308,7 @@ "tags": [], "label": "name", "description": [], - "path": "src/plugins/home/public/services/add_data/add_data_service.ts", + "path": "src/platform/plugins/shared/home/public/services/add_data/add_data_service.ts", "deprecated": false, "trackAdoption": false }, @@ -334,7 +322,7 @@ "signature": [ "() => JSX.Element" ], - "path": "src/plugins/home/public/services/add_data/add_data_service.ts", + "path": "src/platform/plugins/shared/home/public/services/add_data/add_data_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -350,7 +338,7 @@ "tags": [], "label": "Environment", "description": [], - "path": "src/plugins/home/public/services/environment/environment.ts", + "path": "src/platform/plugins/shared/home/public/services/environment/environment.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -363,7 +351,7 @@ "description": [ "\nFlag whether the home app should advertise cloud features" ], - "path": "src/plugins/home/public/services/environment/environment.ts", + "path": "src/platform/plugins/shared/home/public/services/environment/environment.ts", "deprecated": false, "trackAdoption": false }, @@ -376,7 +364,7 @@ "description": [ "\nFlag whether the home app should advertise apm features" ], - "path": "src/plugins/home/public/services/environment/environment.ts", + "path": "src/platform/plugins/shared/home/public/services/environment/environment.ts", "deprecated": false, "trackAdoption": false }, @@ -389,7 +377,7 @@ "description": [ "\nFlag whether the home app should advertise ml features" ], - "path": "src/plugins/home/public/services/environment/environment.ts", + "path": "src/platform/plugins/shared/home/public/services/environment/environment.ts", "deprecated": false, "trackAdoption": false } @@ -403,7 +391,7 @@ "tags": [], "label": "FeatureCatalogueEntry", "description": [], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -416,7 +404,7 @@ "description": [ "Unique string identifier for this feature." ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false }, @@ -429,7 +417,7 @@ "description": [ "Title of feature displayed to the user." ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false }, @@ -445,7 +433,7 @@ "signature": [ "\"data\" | \"other\" | \"admin\"" ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false }, @@ -461,7 +449,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false }, @@ -474,7 +462,7 @@ "description": [ "One-line description of feature displayed to the user." ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false }, @@ -490,7 +478,7 @@ "signature": [ "string | React.ComponentType<{}>" ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false }, @@ -503,7 +491,7 @@ "description": [ "URL path to link to this future. Should not include the basePath." ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false }, @@ -516,7 +504,7 @@ "description": [ "Whether or not this link should be shown on the front page of Kibana." ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false }, @@ -532,7 +520,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false }, @@ -548,7 +536,7 @@ "signature": [ "(() => boolean) | undefined" ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -566,7 +554,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false } @@ -580,7 +568,7 @@ "tags": [], "label": "FeatureCatalogueSolution", "description": [], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -593,7 +581,7 @@ "description": [ "Unique string identifier for this solution." ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false }, @@ -606,7 +594,7 @@ "description": [ "Title of solution displayed to the user." ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false }, @@ -619,7 +607,7 @@ "description": [ "One-line description of the solution displayed to the user." ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false }, @@ -635,7 +623,7 @@ "signature": [ "string | React.ComponentType<{}>" ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false }, @@ -648,7 +636,7 @@ "description": [ "URL path to link to this future. Should not include the basePath." ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false }, @@ -661,7 +649,7 @@ "description": [ "An ordinal used to sort solutions relative to one another for display on the home page" ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false }, @@ -676,16 +664,10 @@ ], "signature": [ "((capabilities: ", - { - "pluginId": "@kbn/core-capabilities-common", - "scope": "common", - "docId": "kibKbnCoreCapabilitiesCommonPluginApi", - "section": "def-common.Capabilities", - "text": "Capabilities" - }, + "Capabilities", ") => boolean) | undefined" ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -697,15 +679,9 @@ "label": "capabilities", "description": [], "signature": [ - { - "pluginId": "@kbn/core-capabilities-common", - "scope": "common", - "docId": "kibKbnCoreCapabilitiesCommonPluginApi", - "section": "def-common.Capabilities", - "text": "Capabilities" - } + "Capabilities" ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -723,7 +699,7 @@ "tags": [], "label": "WelcomeServiceSetup", "description": [], - "path": "src/plugins/home/public/services/welcome/welcome_service.ts", + "path": "src/platform/plugins/shared/home/public/services/welcome/welcome_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -739,7 +715,7 @@ "signature": [ "(onRendered: () => void) => void" ], - "path": "src/plugins/home/public/services/welcome/welcome_service.ts", + "path": "src/platform/plugins/shared/home/public/services/welcome/welcome_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -753,7 +729,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/home/public/services/welcome/welcome_service.ts", + "path": "src/platform/plugins/shared/home/public/services/welcome/welcome_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -781,7 +757,7 @@ }, ") => void" ], - "path": "src/plugins/home/public/services/welcome/welcome_service.ts", + "path": "src/platform/plugins/shared/home/public/services/welcome/welcome_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -801,7 +777,7 @@ "text": "WelcomeRenderTelemetryNotice" } ], - "path": "src/plugins/home/public/services/welcome/welcome_service.ts", + "path": "src/platform/plugins/shared/home/public/services/welcome/welcome_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -833,7 +809,7 @@ }, ">) => void; }" ], - "path": "src/plugins/home/public/plugin.ts", + "path": "src/platform/plugins/shared/home/public/plugin.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -848,7 +824,7 @@ "signature": [ "\"data\" | \"other\" | \"admin\"" ], - "path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts", + "path": "src/platform/plugins/shared/home/public/services/feature_catalogue/feature_catalogue_registry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -879,7 +855,7 @@ }, ") => void; }" ], - "path": "src/plugins/home/public/plugin.ts", + "path": "src/platform/plugins/shared/home/public/plugin.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -894,7 +870,7 @@ "signature": [ "React.FunctionComponent<{}>" ], - "path": "src/plugins/home/public/services/tutorials/tutorial_service.ts", + "path": "src/platform/plugins/shared/home/public/services/tutorials/tutorial_service.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -940,7 +916,7 @@ "signature": [ "React.FunctionComponent<{ moduleName: string; }>" ], - "path": "src/plugins/home/public/services/tutorials/tutorial_service.ts", + "path": "src/platform/plugins/shared/home/public/services/tutorials/tutorial_service.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1002,7 +978,7 @@ }, ") => void; registerCustomStatusCheck: (name: string, fnCallback: CustomStatusCheckCallback) => void; registerCustomComponent: (name: string, component: CustomComponent) => void; }" ], - "path": "src/plugins/home/public/plugin.ts", + "path": "src/platform/plugins/shared/home/public/plugin.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1017,7 +993,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "src/plugins/home/public/services/tutorials/tutorial_service.ts", + "path": "src/platform/plugins/shared/home/public/services/tutorials/tutorial_service.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1032,7 +1008,7 @@ "signature": [ "() => JSX.Element | null" ], - "path": "src/plugins/home/public/services/welcome/welcome_service.ts", + "path": "src/platform/plugins/shared/home/public/services/welcome/welcome_service.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1048,7 +1024,7 @@ "tags": [], "label": "INSTRUCTION_VARIANT", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1059,7 +1035,7 @@ "tags": [], "label": "ESC", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -1070,7 +1046,7 @@ "tags": [], "label": "OSX", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -1081,7 +1057,7 @@ "tags": [], "label": "DEB", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -1092,7 +1068,7 @@ "tags": [], "label": "RPM", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -1103,7 +1079,7 @@ "tags": [], "label": "DOCKER", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -1114,7 +1090,7 @@ "tags": [], "label": "WINDOWS", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -1125,7 +1101,7 @@ "tags": [], "label": "NODE", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -1136,7 +1112,7 @@ "tags": [], "label": "DJANGO", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -1147,7 +1123,7 @@ "tags": [], "label": "FLASK", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -1158,7 +1134,7 @@ "tags": [], "label": "RAILS", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -1169,7 +1145,7 @@ "tags": [], "label": "RACK", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -1180,7 +1156,7 @@ "tags": [], "label": "JS", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -1191,7 +1167,7 @@ "tags": [], "label": "GO", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -1202,7 +1178,7 @@ "tags": [], "label": "JAVA", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -1213,7 +1189,7 @@ "tags": [], "label": "DOTNET", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -1224,7 +1200,7 @@ "tags": [], "label": "LINUX", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -1235,7 +1211,7 @@ "tags": [], "label": "PHP", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -1246,7 +1222,7 @@ "tags": [], "label": "FLEET", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -1257,7 +1233,7 @@ "tags": [], "label": "OPEN_TELEMETRY", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -1268,7 +1244,7 @@ "tags": [], "label": "OTHER_LINUX", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false } @@ -1283,7 +1259,7 @@ "tags": [], "label": "HomePublicPluginSetup", "description": [], - "path": "src/plugins/home/public/plugin.ts", + "path": "src/platform/plugins/shared/home/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1313,7 +1289,7 @@ }, ") => void; registerCustomStatusCheck: (name: string, fnCallback: CustomStatusCheckCallback) => void; registerCustomComponent: (name: string, component: CustomComponent) => void; }" ], - "path": "src/plugins/home/public/plugin.ts", + "path": "src/platform/plugins/shared/home/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -1335,7 +1311,7 @@ }, ") => void; }" ], - "path": "src/plugins/home/public/plugin.ts", + "path": "src/platform/plugins/shared/home/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -1365,7 +1341,7 @@ }, ") => void; }" ], - "path": "src/plugins/home/public/plugin.ts", + "path": "src/platform/plugins/shared/home/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -1385,7 +1361,7 @@ "text": "WelcomeServiceSetup" } ], - "path": "src/plugins/home/public/plugin.ts", + "path": "src/platform/plugins/shared/home/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -1411,7 +1387,7 @@ }, ">) => void; }" ], - "path": "src/plugins/home/public/plugin.ts", + "path": "src/platform/plugins/shared/home/public/plugin.ts", "deprecated": true, "removeBy": "8.8.0", "trackAdoption": false, @@ -1428,7 +1404,7 @@ "tags": [], "label": "HomePublicPluginStart", "description": [], - "path": "src/plugins/home/public/plugin.ts", + "path": "src/platform/plugins/shared/home/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1448,7 +1424,7 @@ "text": "FeatureCatalogueRegistry" } ], - "path": "src/plugins/home/public/plugin.ts", + "path": "src/platform/plugins/shared/home/public/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -1470,7 +1446,7 @@ "description": [ "\nThis type is used by consumers to register a new app link for a sample dataset." ], - "path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1493,7 +1469,7 @@ }, " | null" ], - "path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1509,7 +1485,7 @@ "signature": [ "(objectId: string) => string" ], - "path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1523,7 +1499,7 @@ "signature": [ "string" ], - "path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1540,7 +1516,7 @@ "description": [ "\nThe label for this app link." ], - "path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1553,7 +1529,7 @@ "description": [ "\nThe icon for this app link." ], - "path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1569,7 +1545,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", "deprecated": false, "trackAdoption": false } @@ -1583,7 +1559,7 @@ "tags": [], "label": "SampleDatasetDashboardPanel", "description": [], - "path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1594,7 +1570,7 @@ "tags": [], "label": "sampleDataId", "description": [], - "path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1605,7 +1581,7 @@ "tags": [], "label": "dashboardId", "description": [], - "path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1616,7 +1592,7 @@ "tags": [], "label": "oldEmbeddableId", "description": [], - "path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1627,7 +1603,7 @@ "tags": [], "label": "embeddableId", "description": [], - "path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1647,7 +1623,7 @@ "text": "EmbeddableTypes" } ], - "path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1661,7 +1637,7 @@ "signature": [ "object" ], - "path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", "deprecated": false, "trackAdoption": false } @@ -1677,7 +1653,7 @@ "description": [ "This type is used to identify an object in a sample dataset." ], - "path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1690,7 +1666,7 @@ "description": [ "The type of the sample object." ], - "path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1703,7 +1679,7 @@ "description": [ "The ID of the sample object." ], - "path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", "deprecated": false, "trackAdoption": false } @@ -1717,7 +1693,7 @@ "tags": [], "label": "TutorialContext", "description": [], - "path": "src/plugins/home/server/services/tutorials/lib/tutorials_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/tutorials/lib/tutorials_registry_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1728,7 +1704,7 @@ "tags": [], "label": "kibanaBranch", "description": [], - "path": "src/plugins/home/server/services/tutorials/lib/tutorials_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/tutorials/lib/tutorials_registry_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1740,15 +1716,9 @@ "label": "staticAssets", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IStaticAssets", - "text": "IStaticAssets" - } + "IStaticAssets" ], - "path": "src/plugins/home/server/services/tutorials/lib/tutorials_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/tutorials/lib/tutorials_registry_types.ts", "deprecated": false, "trackAdoption": false }, @@ -1762,7 +1732,7 @@ "signature": [ "[key: string]: unknown" ], - "path": "src/plugins/home/server/services/tutorials/lib/tutorials_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/tutorials/lib/tutorials_registry_types.ts", "deprecated": false, "trackAdoption": false } @@ -1778,7 +1748,7 @@ "tags": [], "label": "EmbeddableTypes", "description": [], - "path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1790,7 +1760,7 @@ "tags": [], "label": "TutorialsCategory", "description": [], - "path": "src/plugins/home/common/constants.ts", + "path": "src/platform/plugins/shared/home/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1807,7 +1777,7 @@ "signature": [ "{ readonly application?: Readonly<{} & { label: string; path: string; }> | undefined; readonly exportedFields?: Readonly<{} & { documentationUrl: string; }> | undefined; readonly dashboards: Readonly<{ linkLabel?: string | undefined; } & { id: string; isOverview: boolean; }>[]; }" ], - "path": "src/plugins/home/server/services/tutorials/lib/tutorial_schema.ts", + "path": "src/platform/plugins/shared/home/server/services/tutorials/lib/tutorial_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1822,7 +1792,7 @@ "signature": [ "{ readonly title?: string | undefined; readonly callOut?: Readonly<{ message?: string | undefined; iconType?: string | undefined; } & { title: string; }> | undefined; readonly statusCheck?: Readonly<{ error?: string | undefined; text?: string | undefined; title?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { index: string | string[]; query: Record; }>; }> | undefined; readonly instructionVariants: Readonly<{ initialSelected?: boolean | undefined; } & { id: string; instructions: Readonly<{ title?: string | undefined; textPre?: string | undefined; commands?: string[] | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }" ], - "path": "src/plugins/home/server/services/tutorials/lib/tutorial_schema.ts", + "path": "src/platform/plugins/shared/home/server/services/tutorials/lib/tutorial_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1837,7 +1807,7 @@ "signature": [ "{ readonly params?: Readonly<{ defaultValue?: any; } & { id: string; type: \"string\" | \"number\"; label: string; }>[] | undefined; readonly instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ message?: string | undefined; iconType?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ error?: string | undefined; text?: string | undefined; title?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { index: string | string[]; query: Record; }>; }> | undefined; } & { instructionVariants: Readonly<{ initialSelected?: boolean | undefined; } & { id: string; instructions: Readonly<{ title?: string | undefined; textPre?: string | undefined; commands?: string[] | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }" ], - "path": "src/plugins/home/server/services/tutorials/lib/tutorial_schema.ts", + "path": "src/platform/plugins/shared/home/server/services/tutorials/lib/tutorial_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1859,13 +1829,7 @@ "text": "Writable" }, "[]; previewImagePath: string; overviewDashboard: string; defaultIndex: string; dataIndices: Readonly<{ indexSettings?: Record | undefined; isDataStream?: boolean | undefined; } & { id: string; fields: Record; timeFields: string[]; dataPath: string; currentTimeMarker: string; preserveDayOfWeekTimeOfDay: boolean; }>[]; }>>[]; addSavedObjectsToSampleDataset: (id: string, savedObjects: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "[]) => void; addAppLinksToSampleDataset: (id: string, appLinks: ", { "pluginId": "home", @@ -1884,7 +1848,7 @@ }, ") => void; }" ], - "path": "src/plugins/home/server/services/sample_data/sample_data_registry.ts", + "path": "src/platform/plugins/shared/home/server/services/sample_data/sample_data_registry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1909,7 +1873,7 @@ }, "[]; previewImagePath: string; overviewDashboard: string; defaultIndex: string; dataIndices: Readonly<{ indexSettings?: Record | undefined; isDataStream?: boolean | undefined; } & { id: string; fields: Record; timeFields: string[]; dataPath: string; currentTimeMarker: string; preserveDayOfWeekTimeOfDay: boolean; }>[]; }>>" ], - "path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1924,7 +1888,7 @@ "signature": [ "SampleDatasetProviderContext" ], - "path": "src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_registry_types.ts", "deprecated": false, "trackAdoption": false } @@ -1941,7 +1905,7 @@ "signature": [ "(...args: any[]) => any" ], - "path": "src/plugins/home/server/services/tutorials/lib/tutorials_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/tutorials/lib/tutorials_registry_types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1956,7 +1920,7 @@ "signature": [ "any[]" ], - "path": "src/plugins/home/server/services/tutorials/lib/tutorials_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/tutorials/lib/tutorials_registry_types.ts", "deprecated": false, "trackAdoption": false } @@ -1981,7 +1945,7 @@ }, ") => Readonly<{ artifacts?: Readonly<{ application?: Readonly<{} & { label: string; path: string; }> | undefined; exportedFields?: Readonly<{} & { documentationUrl: string; }> | undefined; } & { dashboards: Readonly<{ linkLabel?: string | undefined; } & { id: string; isOverview: boolean; }>[]; }> | undefined; savedObjects?: any[] | undefined; euiIconType?: string | undefined; isBeta?: boolean | undefined; previewImagePath?: string | undefined; moduleName?: string | undefined; completionTimeMinutes?: number | undefined; elasticCloud?: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { id: string; type: \"string\" | \"number\"; label: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ message?: string | undefined; iconType?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ error?: string | undefined; text?: string | undefined; title?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { index: string | string[]; query: Record; }>; }> | undefined; } & { instructionVariants: Readonly<{ initialSelected?: boolean | undefined; } & { id: string; instructions: Readonly<{ title?: string | undefined; textPre?: string | undefined; commands?: string[] | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }> | undefined; onPremElasticCloud?: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { id: string; type: \"string\" | \"number\"; label: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ message?: string | undefined; iconType?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ error?: string | undefined; text?: string | undefined; title?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { index: string | string[]; query: Record; }>; }> | undefined; } & { instructionVariants: Readonly<{ initialSelected?: boolean | undefined; } & { id: string; instructions: Readonly<{ title?: string | undefined; textPre?: string | undefined; commands?: string[] | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }> | undefined; savedObjectsInstallMsg?: string | undefined; customStatusCheckName?: string | undefined; integrationBrowserCategories?: string[] | undefined; eprPackageOverlap?: string | undefined; } & { id: string; name: string; category: \"security\" | \"metrics\" | \"other\" | \"logging\"; shortDescription: string; longDescription: string; onPrem: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { id: string; type: \"string\" | \"number\"; label: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ message?: string | undefined; iconType?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ error?: string | undefined; text?: string | undefined; title?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { index: string | string[]; query: Record; }>; }> | undefined; } & { instructionVariants: Readonly<{ initialSelected?: boolean | undefined; } & { id: string; instructions: Readonly<{ title?: string | undefined; textPre?: string | undefined; commands?: string[] | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }>; }>" ], - "path": "src/plugins/home/server/services/tutorials/lib/tutorials_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/tutorials/lib/tutorials_registry_types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2002,7 +1966,7 @@ "text": "TutorialContext" } ], - "path": "src/plugins/home/server/services/tutorials/lib/tutorials_registry_types.ts", + "path": "src/platform/plugins/shared/home/server/services/tutorials/lib/tutorials_registry_types.ts", "deprecated": false, "trackAdoption": false } @@ -2019,7 +1983,7 @@ "signature": [ "{ readonly artifacts?: Readonly<{ application?: Readonly<{} & { label: string; path: string; }> | undefined; exportedFields?: Readonly<{} & { documentationUrl: string; }> | undefined; } & { dashboards: Readonly<{ linkLabel?: string | undefined; } & { id: string; isOverview: boolean; }>[]; }> | undefined; readonly savedObjects?: any[] | undefined; readonly euiIconType?: string | undefined; readonly isBeta?: boolean | undefined; readonly previewImagePath?: string | undefined; readonly moduleName?: string | undefined; readonly completionTimeMinutes?: number | undefined; readonly elasticCloud?: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { id: string; type: \"string\" | \"number\"; label: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ message?: string | undefined; iconType?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ error?: string | undefined; text?: string | undefined; title?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { index: string | string[]; query: Record; }>; }> | undefined; } & { instructionVariants: Readonly<{ initialSelected?: boolean | undefined; } & { id: string; instructions: Readonly<{ title?: string | undefined; textPre?: string | undefined; commands?: string[] | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }> | undefined; readonly onPremElasticCloud?: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { id: string; type: \"string\" | \"number\"; label: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ message?: string | undefined; iconType?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ error?: string | undefined; text?: string | undefined; title?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { index: string | string[]; query: Record; }>; }> | undefined; } & { instructionVariants: Readonly<{ initialSelected?: boolean | undefined; } & { id: string; instructions: Readonly<{ title?: string | undefined; textPre?: string | undefined; commands?: string[] | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }> | undefined; readonly savedObjectsInstallMsg?: string | undefined; readonly customStatusCheckName?: string | undefined; readonly integrationBrowserCategories?: string[] | undefined; readonly eprPackageOverlap?: string | undefined; readonly id: string; readonly name: string; readonly category: \"security\" | \"metrics\" | \"other\" | \"logging\"; readonly shortDescription: string; readonly longDescription: string; readonly onPrem: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { id: string; type: \"string\" | \"number\"; label: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ message?: string | undefined; iconType?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ error?: string | undefined; text?: string | undefined; title?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { index: string | string[]; query: Record; }>; }> | undefined; } & { instructionVariants: Readonly<{ initialSelected?: boolean | undefined; } & { id: string; instructions: Readonly<{ title?: string | undefined; textPre?: string | undefined; commands?: string[] | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }>; }" ], - "path": "src/plugins/home/server/services/tutorials/lib/tutorial_schema.ts", + "path": "src/platform/plugins/shared/home/server/services/tutorials/lib/tutorial_schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2033,7 +1997,7 @@ "tags": [], "label": "INSTRUCTION_VARIANT", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2044,7 +2008,7 @@ "tags": [], "label": "ESC", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -2055,7 +2019,7 @@ "tags": [], "label": "OSX", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -2066,7 +2030,7 @@ "tags": [], "label": "DEB", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -2077,7 +2041,7 @@ "tags": [], "label": "RPM", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -2088,7 +2052,7 @@ "tags": [], "label": "DOCKER", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -2099,7 +2063,7 @@ "tags": [], "label": "WINDOWS", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -2110,7 +2074,7 @@ "tags": [], "label": "NODE", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -2121,7 +2085,7 @@ "tags": [], "label": "DJANGO", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -2132,7 +2096,7 @@ "tags": [], "label": "FLASK", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -2143,7 +2107,7 @@ "tags": [], "label": "RAILS", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -2154,7 +2118,7 @@ "tags": [], "label": "RACK", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -2165,7 +2129,7 @@ "tags": [], "label": "JS", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -2176,7 +2140,7 @@ "tags": [], "label": "GO", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -2187,7 +2151,7 @@ "tags": [], "label": "JAVA", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -2198,7 +2162,7 @@ "tags": [], "label": "DOTNET", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -2209,7 +2173,7 @@ "tags": [], "label": "LINUX", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -2220,7 +2184,7 @@ "tags": [], "label": "PHP", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -2231,7 +2195,7 @@ "tags": [], "label": "FLEET", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -2242,7 +2206,7 @@ "tags": [], "label": "OPEN_TELEMETRY", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false }, @@ -2253,7 +2217,7 @@ "tags": [], "label": "OTHER_LINUX", "description": [], - "path": "src/plugins/home/common/instruction_variant.ts", + "path": "src/platform/plugins/shared/home/common/instruction_variant.ts", "deprecated": false, "trackAdoption": false } @@ -2268,7 +2232,7 @@ "tags": [], "label": "HomeServerPluginSetup", "description": [], - "path": "src/plugins/home/server/plugin.ts", + "path": "src/platform/plugins/shared/home/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2306,7 +2270,7 @@ }, ") => void; }" ], - "path": "src/plugins/home/server/plugin.ts", + "path": "src/platform/plugins/shared/home/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -2327,13 +2291,7 @@ "text": "Writable" }, "[]; previewImagePath: string; overviewDashboard: string; defaultIndex: string; dataIndices: Readonly<{ indexSettings?: Record | undefined; isDataStream?: boolean | undefined; } & { id: string; fields: Record; timeFields: string[]; dataPath: string; currentTimeMarker: string; preserveDayOfWeekTimeOfDay: boolean; }>[]; }>>[]; addSavedObjectsToSampleDataset: (id: string, savedObjects: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "[]) => void; addAppLinksToSampleDataset: (id: string, appLinks: ", { "pluginId": "home", @@ -2352,7 +2310,7 @@ }, ") => void; }" ], - "path": "src/plugins/home/server/plugin.ts", + "path": "src/platform/plugins/shared/home/server/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -2367,7 +2325,7 @@ "tags": [], "label": "HomeServerPluginStart", "description": [], - "path": "src/plugins/home/server/plugin.ts", + "path": "src/platform/plugins/shared/home/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2381,7 +2339,7 @@ "signature": [ "{}" ], - "path": "src/plugins/home/server/plugin.ts", + "path": "src/platform/plugins/shared/home/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -2395,7 +2353,7 @@ "signature": [ "{}" ], - "path": "src/plugins/home/server/plugin.ts", + "path": "src/platform/plugins/shared/home/server/plugin.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/home.mdx b/api_docs/home.mdx index f62a15b4bd198..2f316978477fe 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'home'] --- import homeObj from './home.devdocs.json'; diff --git a/api_docs/image_embeddable.devdocs.json b/api_docs/image_embeddable.devdocs.json index 49be07321c31d..68051e82b994d 100644 --- a/api_docs/image_embeddable.devdocs.json +++ b/api_docs/image_embeddable.devdocs.json @@ -16,7 +16,7 @@ "signature": [ "\"IMAGE_CLICK_TRIGGER\"" ], - "path": "src/plugins/image_embeddable/public/actions/image_click_trigger.ts", + "path": "src/platform/plugins/private/image_embeddable/public/actions/image_click_trigger.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/image_embeddable.mdx b/api_docs/image_embeddable.mdx index 028b7c7e7cc5d..3b33dc6abcfa9 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-12-27 +date: 2025-01-05 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 a0ccf8448126b..2c10a8678acbc 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexLifecycleManagement'] --- import indexLifecycleManagementObj from './index_lifecycle_management.devdocs.json'; diff --git a/api_docs/index_management.mdx b/api_docs/index_management.mdx index c38d374031554..67e09898bc492 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexManagement'] --- import indexManagementObj from './index_management.devdocs.json'; diff --git a/api_docs/inference.mdx b/api_docs/inference.mdx index 3f9db8622de4a..378c1319076f3 100644 --- a/api_docs/inference.mdx +++ b/api_docs/inference.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/inference title: "inference" image: https://source.unsplash.com/400x175/?github description: API docs for the inference plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inference'] --- import inferenceObj from './inference.devdocs.json'; diff --git a/api_docs/infra.devdocs.json b/api_docs/infra.devdocs.json index 1fc322d078ade..3338d2022cbe6 100644 --- a/api_docs/infra.devdocs.json +++ b/api_docs/infra.devdocs.json @@ -225,13 +225,7 @@ "label": "savedObjectsClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/solutions/observability/plugins/infra/server/types.ts", "deprecated": false, diff --git a/api_docs/infra.mdx b/api_docs/infra.mdx index 110dacd0e2e0d..5a90a80a3fbcc 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-12-27 +date: 2025-01-05 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 afe00de79c083..ca2804b0c3b64 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-12-27 +date: 2025-01-05 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 018a0cc483935..378720014b266 100644 --- a/api_docs/inspector.devdocs.json +++ b/api_docs/inspector.devdocs.json @@ -18,13 +18,7 @@ "text": "InspectorPublicPlugin" }, " implements ", - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.Plugin", - "text": "Plugin" - }, + "Plugin", "<", { "pluginId": "inspector", @@ -84,13 +78,7 @@ "label": "_initializerContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", "" ], "path": "src/platform/plugins/shared/inspector/public/plugin.tsx", @@ -110,13 +98,7 @@ "description": [], "signature": [ "(_core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", ") => { registerView: (view: ", { "pluginId": "inspector", @@ -141,13 +123,7 @@ "label": "_core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "" ], "path": "src/platform/plugins/shared/inspector/public/plugin.tsx", @@ -167,13 +143,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", startDeps: ", "InspectorPluginStartDeps", ") => { isAvailable: (adapters?: ", @@ -201,13 +171,7 @@ "text": "InspectorOptions" }, " | undefined) => ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.OverlayRef", - "text": "OverlayRef" - }, + "OverlayRef", "; }" ], "path": "src/platform/plugins/shared/inspector/public/plugin.tsx", @@ -222,13 +186,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/platform/plugins/shared/inspector/public/plugin.tsx", "deprecated": false, @@ -1420,13 +1378,7 @@ "label": "InspectorSession", "description": [], "signature": [ - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.OverlayRef", - "text": "OverlayRef" - } + "OverlayRef" ], "path": "src/platform/plugins/shared/inspector/public/types.ts", "deprecated": false, @@ -1605,13 +1557,7 @@ "text": "InspectorOptions" }, " | undefined) => ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.OverlayRef", - "text": "OverlayRef" - } + "OverlayRef" ], "path": "src/platform/plugins/shared/inspector/public/plugin.tsx", "deprecated": false, diff --git a/api_docs/inspector.mdx b/api_docs/inspector.mdx index ab785478ddf9b..a52642a685ed7 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-12-27 +date: 2025-01-05 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 37ea385ca0584..99520c5d83b36 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-12-27 +date: 2025-01-05 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 c8f87f85e7299..68fc52f2c145d 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'interactiveSetup'] --- import interactiveSetupObj from './interactive_setup.devdocs.json'; diff --git a/api_docs/inventory.devdocs.json b/api_docs/inventory.devdocs.json index 39c0d7b7c7b69..2250a3d408a3e 100644 --- a/api_docs/inventory.devdocs.json +++ b/api_docs/inventory.devdocs.json @@ -14,7 +14,7 @@ "tags": [], "label": "InventoryPublicSetup", "description": [], - "path": "x-pack/plugins/observability_solution/inventory/public/types.ts", + "path": "x-pack/solutions/observability/plugins/inventory/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -28,7 +28,7 @@ "tags": [], "label": "InventoryPublicStart", "description": [], - "path": "x-pack/plugins/observability_solution/inventory/public/types.ts", + "path": "x-pack/solutions/observability/plugins/inventory/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -152,7 +152,7 @@ "InventoryRouteCreateOptions", ">; }" ], - "path": "x-pack/plugins/observability_solution/inventory/server/routes/get_global_inventory_route_repository.ts", + "path": "x-pack/solutions/observability/plugins/inventory/server/routes/get_global_inventory_route_repository.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -166,7 +166,7 @@ "tags": [], "label": "InventoryServerSetup", "description": [], - "path": "x-pack/plugins/observability_solution/inventory/server/types.ts", + "path": "x-pack/solutions/observability/plugins/inventory/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -180,7 +180,7 @@ "tags": [], "label": "InventoryServerStart", "description": [], - "path": "x-pack/plugins/observability_solution/inventory/server/types.ts", + "path": "x-pack/solutions/observability/plugins/inventory/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], diff --git a/api_docs/inventory.mdx b/api_docs/inventory.mdx index a6d720d2671e3..dff232121af1e 100644 --- a/api_docs/inventory.mdx +++ b/api_docs/inventory.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/inventory title: "inventory" image: https://source.unsplash.com/400x175/?github description: API docs for the inventory plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inventory'] --- import inventoryObj from './inventory.devdocs.json'; diff --git a/api_docs/investigate.mdx b/api_docs/investigate.mdx index d5f572051c747..b46daab568fb9 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'investigate'] --- import investigateObj from './investigate.devdocs.json'; diff --git a/api_docs/investigate_app.mdx b/api_docs/investigate_app.mdx index b0ffc370dcee5..581d7b03f483b 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'investigateApp'] --- import investigateAppObj from './investigate_app.devdocs.json'; diff --git a/api_docs/kbn_actions_types.mdx b/api_docs/kbn_actions_types.mdx index ea03344cd1d22..e83e8db3632b8 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/actions-types'] --- import kbnActionsTypesObj from './kbn_actions_types.devdocs.json'; diff --git a/api_docs/kbn_ai_assistant.devdocs.json b/api_docs/kbn_ai_assistant.devdocs.json index 7829e5cee9097..ab530337e5d7b 100644 --- a/api_docs/kbn_ai_assistant.devdocs.json +++ b/api_docs/kbn_ai_assistant.devdocs.json @@ -14,13 +14,7 @@ "({\n connectors,\n currentUser,\n flyoutPositionMode,\n initialConversationId,\n initialMessages,\n initialTitle,\n knowledgeBase,\n showLinkToConversationsApp,\n onConversationUpdate,\n onToggleFlyoutPositionMode,\n navigateToConversation,\n}: { connectors: ", "UseGenAIConnectorsResult", "; currentUser?: Pick<", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", ", \"username\" | \"full_name\"> | undefined; flyoutPositionMode?: ", { "pluginId": "@kbn/ai-assistant", @@ -57,7 +51,7 @@ }, ") => void) | undefined; navigateToConversation?: ((conversationId?: string | undefined) => void) | undefined; }) => React.JSX.Element" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_body.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -68,7 +62,7 @@ "tags": [], "label": "{\n connectors,\n currentUser,\n flyoutPositionMode,\n initialConversationId,\n initialMessages,\n initialTitle,\n knowledgeBase,\n showLinkToConversationsApp,\n onConversationUpdate,\n onToggleFlyoutPositionMode,\n navigateToConversation,\n}", "description": [], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_body.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -82,7 +76,7 @@ "signature": [ "UseGenAIConnectorsResult" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_body.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx", "deprecated": false, "trackAdoption": false }, @@ -95,16 +89,10 @@ "description": [], "signature": [ "Pick<", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", ", \"username\" | \"full_name\"> | undefined" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_body.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx", "deprecated": false, "trackAdoption": false }, @@ -125,7 +113,7 @@ }, " | undefined" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_body.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx", "deprecated": false, "trackAdoption": false }, @@ -139,7 +127,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_body.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx", "deprecated": false, "trackAdoption": false }, @@ -160,7 +148,7 @@ }, "[] | undefined" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_body.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx", "deprecated": false, "trackAdoption": false }, @@ -174,7 +162,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_body.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx", "deprecated": false, "trackAdoption": false }, @@ -194,7 +182,7 @@ "text": "UseKnowledgeBaseResult" } ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_body.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx", "deprecated": false, "trackAdoption": false }, @@ -205,7 +193,7 @@ "tags": [], "label": "showLinkToConversationsApp", "description": [], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_body.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx", "deprecated": false, "trackAdoption": false }, @@ -221,7 +209,7 @@ "TokenCount", " | undefined; }; }) => void" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_body.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -232,7 +220,7 @@ "tags": [], "label": "conversation", "description": [], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_body.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -248,7 +236,7 @@ "TokenCount", " | undefined; }" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_body.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx", "deprecated": false, "trackAdoption": false } @@ -275,7 +263,7 @@ }, ") => void) | undefined" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_body.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -295,7 +283,7 @@ "text": "FlyoutPositionMode" } ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_body.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -313,7 +301,7 @@ "signature": [ "((conversationId?: string | undefined) => void) | undefined" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_body.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -327,7 +315,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_body.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -349,7 +337,7 @@ "label": "ChatFlyout", "description": [], "signature": [ - "({\n initialTitle,\n initialMessages,\n initialFlyoutPositionMode,\n isOpen,\n onClose,\n navigateToConversation,\n hideConversationList,\n}: { initialTitle: string; initialMessages: ", + "({\n initialTitle,\n initialMessages,\n initialFlyoutPositionMode,\n onFlyoutPositionModeChange,\n isOpen,\n onClose,\n navigateToConversation,\n hideConversationList,\n}: { initialTitle: string; initialMessages: ", { "pluginId": "observabilityAIAssistant", "scope": "common", @@ -365,9 +353,17 @@ "section": "def-public.FlyoutPositionMode", "text": "FlyoutPositionMode" }, - " | undefined; isOpen: boolean; onClose: () => void; navigateToConversation?: ((conversationId?: string | undefined) => void) | undefined; hideConversationList?: boolean | undefined; }) => React.JSX.Element | null" + " | undefined; onFlyoutPositionModeChange?: ((next: ", + { + "pluginId": "@kbn/ai-assistant", + "scope": "public", + "docId": "kibKbnAiAssistantPluginApi", + "section": "def-public.FlyoutPositionMode", + "text": "FlyoutPositionMode" + }, + ") => void) | undefined; isOpen: boolean; onClose: () => void; navigateToConversation?: ((conversationId?: string | undefined) => void) | undefined; hideConversationList?: boolean | undefined; }) => React.JSX.Element | null" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_flyout.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -376,9 +372,9 @@ "id": "def-public.ChatFlyout.$1", "type": "Object", "tags": [], - "label": "{\n initialTitle,\n initialMessages,\n initialFlyoutPositionMode,\n isOpen,\n onClose,\n navigateToConversation,\n hideConversationList,\n}", + "label": "{\n initialTitle,\n initialMessages,\n initialFlyoutPositionMode,\n onFlyoutPositionModeChange,\n isOpen,\n onClose,\n navigateToConversation,\n hideConversationList,\n}", "description": [], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_flyout.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -389,7 +385,7 @@ "tags": [], "label": "initialTitle", "description": [], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_flyout.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx", "deprecated": false, "trackAdoption": false }, @@ -410,7 +406,7 @@ }, "[]" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_flyout.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx", "deprecated": false, "trackAdoption": false }, @@ -431,10 +427,56 @@ }, " | undefined" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_flyout.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx", "deprecated": false, "trackAdoption": false }, + { + "parentPluginId": "@kbn/ai-assistant", + "id": "def-public.ChatFlyout.$1.onFlyoutPositionModeChange", + "type": "Function", + "tags": [], + "label": "onFlyoutPositionModeChange", + "description": [], + "signature": [ + "((next: ", + { + "pluginId": "@kbn/ai-assistant", + "scope": "public", + "docId": "kibKbnAiAssistantPluginApi", + "section": "def-public.FlyoutPositionMode", + "text": "FlyoutPositionMode" + }, + ") => void) | undefined" + ], + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/ai-assistant", + "id": "def-public.ChatFlyout.$1.onFlyoutPositionModeChange.$1", + "type": "Enum", + "tags": [], + "label": "next", + "description": [], + "signature": [ + { + "pluginId": "@kbn/ai-assistant", + "scope": "public", + "docId": "kibKbnAiAssistantPluginApi", + "section": "def-public.FlyoutPositionMode", + "text": "FlyoutPositionMode" + } + ], + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, { "parentPluginId": "@kbn/ai-assistant", "id": "def-public.ChatFlyout.$1.isOpen", @@ -442,7 +484,7 @@ "tags": [], "label": "isOpen", "description": [], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_flyout.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx", "deprecated": false, "trackAdoption": false }, @@ -456,7 +498,7 @@ "signature": [ "() => void" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_flyout.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -472,7 +514,7 @@ "signature": [ "((conversationId?: string | undefined) => void) | undefined" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_flyout.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -486,7 +528,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_flyout.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -504,7 +546,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_flyout.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx", "deprecated": false, "trackAdoption": false } @@ -524,7 +566,7 @@ "signature": [ "({\n visible,\n setContainer,\n style,\n}: { visible?: boolean | undefined; setContainer?: ((element: HTMLDivElement | null) => void) | undefined; style: React.CSSProperties; }) => React.JSX.Element" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_inline_edit.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_inline_edit.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -535,7 +577,7 @@ "tags": [], "label": "{\n visible,\n setContainer,\n style,\n}", "description": [], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_inline_edit.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_inline_edit.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -549,7 +591,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_inline_edit.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_inline_edit.tsx", "deprecated": false, "trackAdoption": false }, @@ -563,7 +605,7 @@ "signature": [ "((element: HTMLDivElement | null) => void) | undefined" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_inline_edit.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_inline_edit.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -577,7 +619,7 @@ "signature": [ "HTMLDivElement | null" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_inline_edit.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_inline_edit.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -595,7 +637,7 @@ "signature": [ "React.CSSProperties" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_inline_edit.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_inline_edit.tsx", "deprecated": false, "trackAdoption": false } @@ -631,7 +673,7 @@ }, "[]; }>; isLoading: boolean; selectedConversationId?: string | undefined; onConversationSelect?: ((conversationId?: string | undefined) => void) | undefined; onConversationDeleteClick: (conversationId: string) => void; newConversationHref?: string | undefined; getConversationHref?: ((conversationId: string) => string) | undefined; }) => React.JSX.Element" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/conversation_list.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -642,7 +684,7 @@ "tags": [], "label": "{\n conversations,\n isLoading,\n selectedConversationId,\n onConversationSelect,\n onConversationDeleteClick,\n newConversationHref,\n getConversationHref,\n}", "description": [], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/conversation_list.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -664,7 +706,7 @@ }, "[]; }> & { refresh: () => void; }" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/conversation_list.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx", "deprecated": false, "trackAdoption": false }, @@ -675,7 +717,7 @@ "tags": [], "label": "isLoading", "description": [], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/conversation_list.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx", "deprecated": false, "trackAdoption": false }, @@ -689,7 +731,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/conversation_list.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx", "deprecated": false, "trackAdoption": false }, @@ -703,7 +745,7 @@ "signature": [ "((conversationId?: string | undefined) => void) | undefined" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/conversation_list.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -717,7 +759,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/conversation_list.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -735,7 +777,7 @@ "signature": [ "(conversationId: string) => void" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/conversation_list.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -749,7 +791,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/conversation_list.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -767,7 +809,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/conversation_list.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx", "deprecated": false, "trackAdoption": false }, @@ -781,7 +823,7 @@ "signature": [ "((conversationId: string) => string) | undefined" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/conversation_list.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -795,7 +837,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/conversation_list.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/conversation_list.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -819,7 +861,7 @@ "signature": [ "({ conversationId, navigateToConversation, getConversationHref, newConversationHref, scopes, }: ConversationViewProps) => React.JSX.Element" ], - "path": "x-pack/packages/kbn-ai-assistant/src/conversation/conversation_view.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/conversation/conversation_view.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -833,7 +875,7 @@ "signature": [ "ConversationViewProps" ], - "path": "x-pack/packages/kbn-ai-assistant/src/conversation/conversation_view.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/conversation/conversation_view.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -861,7 +903,7 @@ "text": "ObservabilityAIAssistantService" } ], - "path": "x-pack/packages/kbn-ai-assistant/src/service/create_app_service.ts", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/service/create_app_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -872,7 +914,7 @@ "tags": [], "label": "{\n pluginsStart,\n}", "description": [], - "path": "x-pack/packages/kbn-ai-assistant/src/service/create_app_service.ts", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/service/create_app_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -886,7 +928,7 @@ "signature": [ "AIAssistantPluginStartDependencies" ], - "path": "x-pack/packages/kbn-ai-assistant/src/service/create_app_service.ts", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/service/create_app_service.ts", "deprecated": false, "trackAdoption": false } @@ -930,7 +972,7 @@ }, "[]" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_body.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -951,7 +993,7 @@ }, "[]" ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_body.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -972,7 +1014,7 @@ "text": "Message" } ], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_body.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -998,7 +1040,7 @@ "text": "ObservabilityAIAssistantService" } ], - "path": "x-pack/packages/kbn-ai-assistant/src/hooks/use_ai_assistant_app_service.ts", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_ai_assistant_app_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1022,7 +1064,7 @@ "text": "ObservabilityAIAssistantChatService" } ], - "path": "x-pack/packages/kbn-ai-assistant/src/hooks/use_ai_assistant_chat_service.ts", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_ai_assistant_chat_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1046,7 +1088,7 @@ "text": "UseKnowledgeBaseResult" } ], - "path": "x-pack/packages/kbn-ai-assistant/src/hooks/use_knowledge_base.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_knowledge_base.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -1071,7 +1113,7 @@ }, "[]" ], - "path": "x-pack/packages/kbn-ai-assistant/src/hooks/use_scopes.ts", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_scopes.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1087,7 +1129,7 @@ "tags": [], "label": "UseKnowledgeBaseResult", "description": [], - "path": "x-pack/packages/kbn-ai-assistant/src/hooks/use_knowledge_base.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_knowledge_base.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1107,7 +1149,7 @@ "MlDeploymentAllocationState", " | undefined; } | undefined; }> & { refresh: () => void; }" ], - "path": "x-pack/packages/kbn-ai-assistant/src/hooks/use_knowledge_base.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_knowledge_base.tsx", "deprecated": false, "trackAdoption": false }, @@ -1118,7 +1160,7 @@ "tags": [], "label": "isInstalling", "description": [], - "path": "x-pack/packages/kbn-ai-assistant/src/hooks/use_knowledge_base.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_knowledge_base.tsx", "deprecated": false, "trackAdoption": false }, @@ -1132,7 +1174,7 @@ "signature": [ "Error | undefined" ], - "path": "x-pack/packages/kbn-ai-assistant/src/hooks/use_knowledge_base.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_knowledge_base.tsx", "deprecated": false, "trackAdoption": false }, @@ -1146,7 +1188,7 @@ "signature": [ "() => Promise" ], - "path": "x-pack/packages/kbn-ai-assistant/src/hooks/use_knowledge_base.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/hooks/use_knowledge_base.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -1164,7 +1206,7 @@ "tags": [], "label": "FlyoutPositionMode", "description": [], - "path": "x-pack/packages/kbn-ai-assistant/src/chat/chat_flyout.tsx", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_flyout.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1187,7 +1229,7 @@ "text": "ObservabilityAIAssistantService" } ], - "path": "x-pack/packages/kbn-ai-assistant/src/service/create_app_service.ts", + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/service/create_app_service.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_ai_assistant.mdx b/api_docs/kbn_ai_assistant.mdx index 0416c0d85a013..f2c67e20ebf6b 100644 --- a/api_docs/kbn_ai_assistant.mdx +++ b/api_docs/kbn_ai_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ai-assistant title: "@kbn/ai-assistant" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ai-assistant plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ai-assistant'] --- import kbnAiAssistantObj from './kbn_ai_assistant.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-ki | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 64 | 0 | 64 | 1 | +| 66 | 0 | 66 | 1 | ## Client diff --git a/api_docs/kbn_ai_assistant_common.mdx b/api_docs/kbn_ai_assistant_common.mdx index fb3498782a878..6a4049e338580 100644 --- a/api_docs/kbn_ai_assistant_common.mdx +++ b/api_docs/kbn_ai_assistant_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ai-assistant-common title: "@kbn/ai-assistant-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ai-assistant-common plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ai-assistant-common'] --- import kbnAiAssistantCommonObj from './kbn_ai_assistant_common.devdocs.json'; diff --git a/api_docs/kbn_ai_assistant_icon.devdocs.json b/api_docs/kbn_ai_assistant_icon.devdocs.json index b1c0efe9df4e6..b3f7c08de3b5f 100644 --- a/api_docs/kbn_ai_assistant_icon.devdocs.json +++ b/api_docs/kbn_ai_assistant_icon.devdocs.json @@ -13,7 +13,7 @@ "\nA `EuiAvatar` component customized for the AI Assistant." ], "signature": [ - "({ css, color, size, ...props }: ", + "({ color, size, ...props }: ", { "pluginId": "@kbn/ai-assistant-icon", "scope": "public", @@ -32,7 +32,7 @@ "id": "def-public.AssistantAvatar.$1", "type": "Object", "tags": [], - "label": "{\n css,\n color = 'plain',\n size = 'm',\n ...props\n}", + "label": "{\n color = 'plain',\n size = 'm',\n ...props\n}", "description": [], "signature": [ { diff --git a/api_docs/kbn_ai_assistant_icon.mdx b/api_docs/kbn_ai_assistant_icon.mdx index a0ae6273cbd7f..f304a569ab3f7 100644 --- a/api_docs/kbn_ai_assistant_icon.mdx +++ b/api_docs/kbn_ai_assistant_icon.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ai-assistant-icon title: "@kbn/ai-assistant-icon" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ai-assistant-icon plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ai-assistant-icon'] --- import kbnAiAssistantIconObj from './kbn_ai_assistant_icon.devdocs.json'; diff --git a/api_docs/kbn_aiops_components.mdx b/api_docs/kbn_aiops_components.mdx index 6c25be2d19739..143ed2b312e8d 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-12-27 +date: 2025-01-05 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 3490ee779e075..eabae6b95c4b5 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-log-pattern-analysis'] --- import kbnAiopsLogPatternAnalysisObj from './kbn_aiops_log_pattern_analysis.devdocs.json'; diff --git a/api_docs/kbn_aiops_log_rate_analysis.mdx b/api_docs/kbn_aiops_log_rate_analysis.mdx index cbfc823ebe198..bcc3a1f166c5e 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-12-27 +date: 2025-01-05 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 735bf758f2ee3..5161e71e0a5f2 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-12-27 +date: 2025-01-05 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 6ebdc20d6f2ff..8f94cfd657ffb 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-12-27 +date: 2025-01-05 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 c6b2ac250e670..adc531cec609d 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-12-27 +date: 2025-01-05 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 73f277e37e736..85ec0b5127fa2 100644 --- a/api_docs/kbn_alerting_types.devdocs.json +++ b/api_docs/kbn_alerting_types.devdocs.json @@ -400,13 +400,7 @@ "text": "AlertDelay" }, " extends ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -498,13 +492,7 @@ "text": "AlertsFilter" }, " extends ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -572,13 +560,7 @@ "text": "AlertsFilterTimeframe" }, " extends ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -973,13 +955,7 @@ "text": "Flapping" }, " extends ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -1026,13 +1002,7 @@ "text": "IntervalSchedule" }, " extends ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -1721,13 +1691,7 @@ "label": "params", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -1808,13 +1772,7 @@ "text": "RuleActionFrequency" }, " extends ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -2129,13 +2087,7 @@ "text": "RuleMonitoringCalculatedMetrics" }, " extends ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -2213,13 +2165,7 @@ "text": "RuleMonitoringHistory" }, " extends ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -2294,13 +2240,7 @@ "text": "RuleMonitoringLastRun" }, " extends ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -2356,13 +2296,7 @@ "text": "RuleMonitoringLastRunMetrics" }, " extends ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -3002,13 +2936,7 @@ "label": "params", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, @@ -3543,13 +3471,7 @@ "label": "MappedParams", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - }, + "SavedObjectAttributes", " & ", { "pluginId": "@kbn/alerting-types", @@ -3604,13 +3526,7 @@ "text": "SanitizedRuleAction" }, "[]; } & Omit<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsResolveResponse", - "text": "SavedObjectsResolveResponse" - }, + "SavedObjectsResolveResponse", ", \"saved_object\"> & { outcome: string; alias_target_id?: string | undefined; }" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", @@ -3682,21 +3598,9 @@ "label": "RuleActionParam", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributeSingle", - "text": "SavedObjectAttributeSingle" - }, + "SavedObjectAttributeSingle", " | ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributeSingle", - "text": "SavedObjectAttributeSingle" - }, + "SavedObjectAttributeSingle", "[]" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", @@ -3712,13 +3616,7 @@ "label": "RuleActionParams", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - } + "SavedObjectAttributes" ], "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts", "deprecated": false, diff --git a/api_docs/kbn_alerting_types.mdx b/api_docs/kbn_alerting_types.mdx index 15372344bf85d..de38d2c92c4df 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-types'] --- import kbnAlertingTypesObj from './kbn_alerting_types.devdocs.json'; diff --git a/api_docs/kbn_alerts_as_data_utils.mdx b/api_docs/kbn_alerts_as_data_utils.mdx index 702b87ad04f98..ccd0140c154e1 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-12-27 +date: 2025-01-05 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 6a5b4dcdb5d6b..6d21f5e19c779 100644 --- a/api_docs/kbn_alerts_grouping.devdocs.json +++ b/api_docs/kbn_alerts_grouping.devdocs.json @@ -516,13 +516,7 @@ ], "signature": [ "{ notifications: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.NotificationsStart", - "text": "NotificationsStart" - }, + "NotificationsStart", "; dataViews: ", { "pluginId": "dataViews", @@ -532,13 +526,7 @@ "text": "DataViewsServicePublic" }, "; http: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", "; }" ], "path": "x-pack/solutions/observability/packages/kbn-alerts-grouping/src/types.ts", diff --git a/api_docs/kbn_alerts_grouping.mdx b/api_docs/kbn_alerts_grouping.mdx index 1071991024706..7b9d93c3730b9 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-12-27 +date: 2025-01-05 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 a286a4275345d..eb47c622a05c8 100644 --- a/api_docs/kbn_alerts_ui_shared.devdocs.json +++ b/api_docs/kbn_alerts_ui_shared.devdocs.json @@ -1408,13 +1408,7 @@ "description": [], "signature": [ "(key: string, value: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttribute", - "text": "SavedObjectAttribute" - }, + "SavedObjectAttribute", ", index: number) => void" ], "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", @@ -1444,13 +1438,7 @@ "label": "value", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttribute", - "text": "SavedObjectAttribute" - } + "SavedObjectAttribute" ], "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, @@ -2554,13 +2542,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, @@ -2574,13 +2556,7 @@ "label": "toasts", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - } + "IToasts" ], "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/alerts_search_bar/types.ts", "deprecated": false, @@ -3856,13 +3832,7 @@ "description": [], "signature": [ "string | ((docLinks: ", - { - "pluginId": "@kbn/core-doc-links-browser", - "scope": "public", - "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-public.DocLinksStart", - "text": "DocLinksStart" - }, + "DocLinksStart", ") => string) | null" ], "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", @@ -4426,13 +4396,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts", "deprecated": false, @@ -4503,13 +4467,7 @@ "text": "DataViewLazy" }, "[]>; clearCache: () => void; clearInstanceCache: (id?: string | undefined) => void; getCache: () => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -4601,13 +4559,7 @@ "text": "DataViewFieldMap" }, "; savedObjectToSpec: (savedObject: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "dataViews", @@ -4766,13 +4718,7 @@ "label": "toasts", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - } + "IToasts" ], "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_alerts_data_view.ts", "deprecated": false, @@ -4871,13 +4817,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts", "deprecated": false, @@ -4891,13 +4831,7 @@ "label": "toasts", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - } + "IToasts" ], "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_get_alerts_group_aggregations_query.ts", "deprecated": false, @@ -4959,13 +4893,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_health_check.tsx", "deprecated": false, @@ -5033,13 +4961,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_alerting_framework_health.ts", "deprecated": false, @@ -5067,13 +4989,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_ui_health.ts", "deprecated": false, @@ -5101,13 +5017,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_types_query.ts", "deprecated": false, @@ -5121,13 +5031,7 @@ "label": "toasts", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - } + "IToasts" ], "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/hooks/use_load_rule_types_query.ts", "deprecated": false, diff --git a/api_docs/kbn_alerts_ui_shared.mdx b/api_docs/kbn_alerts_ui_shared.mdx index 4acb322155dac..d449e5fff80d8 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-ui-shared'] --- import kbnAlertsUiSharedObj from './kbn_alerts_ui_shared.devdocs.json'; diff --git a/api_docs/kbn_analytics.devdocs.json b/api_docs/kbn_analytics.devdocs.json index 84f8e914f812f..6c5566c4b3a7d 100644 --- a/api_docs/kbn_analytics.devdocs.json +++ b/api_docs/kbn_analytics.devdocs.json @@ -25,7 +25,7 @@ "tags": [], "label": "ApplicationUsageTracker", "description": [], - "path": "packages/kbn-analytics/src/application_usage_tracker.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/application_usage_tracker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -39,7 +39,7 @@ "signature": [ "any" ], - "path": "packages/kbn-analytics/src/application_usage_tracker.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/application_usage_tracker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -59,7 +59,7 @@ "text": "Reporter" } ], - "path": "packages/kbn-analytics/src/application_usage_tracker.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/application_usage_tracker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -77,7 +77,7 @@ "signature": [ "({ appId, viewId }: ApplicationKey) => string" ], - "path": "packages/kbn-analytics/src/application_usage_tracker.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/application_usage_tracker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -91,7 +91,7 @@ "signature": [ "ApplicationKey" ], - "path": "packages/kbn-analytics/src/application_usage_tracker.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/application_usage_tracker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -109,7 +109,7 @@ "signature": [ "(viewId: string) => void" ], - "path": "packages/kbn-analytics/src/application_usage_tracker.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/application_usage_tracker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -123,7 +123,7 @@ "signature": [ "string" ], - "path": "packages/kbn-analytics/src/application_usage_tracker.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/application_usage_tracker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -141,7 +141,7 @@ "signature": [ "() => void" ], - "path": "packages/kbn-analytics/src/application_usage_tracker.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/application_usage_tracker.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -157,7 +157,7 @@ "signature": [ "() => void" ], - "path": "packages/kbn-analytics/src/application_usage_tracker.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/application_usage_tracker.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -173,7 +173,7 @@ "signature": [ "(appId: string) => void" ], - "path": "packages/kbn-analytics/src/application_usage_tracker.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/application_usage_tracker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -187,7 +187,7 @@ "signature": [ "string" ], - "path": "packages/kbn-analytics/src/application_usage_tracker.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/application_usage_tracker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -205,7 +205,7 @@ "signature": [ "(viewId: string) => void" ], - "path": "packages/kbn-analytics/src/application_usage_tracker.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/application_usage_tracker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -219,7 +219,7 @@ "signature": [ "string" ], - "path": "packages/kbn-analytics/src/application_usage_tracker.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/application_usage_tracker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -237,7 +237,7 @@ "signature": [ "() => void" ], - "path": "packages/kbn-analytics/src/application_usage_tracker.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/application_usage_tracker.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -253,7 +253,7 @@ "signature": [ "() => void" ], - "path": "packages/kbn-analytics/src/application_usage_tracker.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/application_usage_tracker.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -269,7 +269,7 @@ "signature": [ "(viewId: string) => void" ], - "path": "packages/kbn-analytics/src/application_usage_tracker.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/application_usage_tracker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -283,7 +283,7 @@ "signature": [ "string" ], - "path": "packages/kbn-analytics/src/application_usage_tracker.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/application_usage_tracker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -301,7 +301,7 @@ "tags": [], "label": "Reporter", "description": [], - "path": "packages/kbn-analytics/src/reporter.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/reporter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -312,7 +312,7 @@ "tags": [], "label": "checkInterval", "description": [], - "path": "packages/kbn-analytics/src/reporter.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/reporter.ts", "deprecated": false, "trackAdoption": false }, @@ -326,7 +326,7 @@ "signature": [ "any" ], - "path": "packages/kbn-analytics/src/reporter.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/reporter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -346,7 +346,7 @@ "text": "ReporterConfig" } ], - "path": "packages/kbn-analytics/src/reporter.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/reporter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -364,7 +364,7 @@ "signature": [ "() => void" ], - "path": "packages/kbn-analytics/src/reporter.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/reporter.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -380,7 +380,7 @@ "signature": [ "(appName: string, type: string, eventNames: string | string[], count?: number | undefined) => void" ], - "path": "packages/kbn-analytics/src/reporter.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/reporter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -394,7 +394,7 @@ "signature": [ "string" ], - "path": "packages/kbn-analytics/src/reporter.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/reporter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -409,7 +409,7 @@ "signature": [ "string" ], - "path": "packages/kbn-analytics/src/reporter.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/reporter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -424,7 +424,7 @@ "signature": [ "string | string[]" ], - "path": "packages/kbn-analytics/src/reporter.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/reporter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -439,7 +439,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-analytics/src/reporter.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/reporter.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -457,7 +457,7 @@ "signature": [ "(appName: string) => void" ], - "path": "packages/kbn-analytics/src/reporter.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/reporter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -471,7 +471,7 @@ "signature": [ "string" ], - "path": "packages/kbn-analytics/src/reporter.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/reporter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -491,7 +491,7 @@ "ApplicationUsageMetric", ") => void" ], - "path": "packages/kbn-analytics/src/reporter.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/reporter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -505,7 +505,7 @@ "signature": [ "ApplicationUsageMetric" ], - "path": "packages/kbn-analytics/src/reporter.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/reporter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -523,7 +523,7 @@ "signature": [ "() => Promise" ], - "path": "packages/kbn-analytics/src/reporter.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/reporter.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -539,7 +539,7 @@ "tags": [], "label": "ReportManager", "description": [], - "path": "packages/kbn-analytics/src/report.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/report.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -550,7 +550,7 @@ "tags": [], "label": "REPORT_VERSION", "description": [], - "path": "packages/kbn-analytics/src/report.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/report.ts", "deprecated": false, "trackAdoption": false }, @@ -570,7 +570,7 @@ "text": "Report" } ], - "path": "packages/kbn-analytics/src/report.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/report.ts", "deprecated": false, "trackAdoption": false }, @@ -584,7 +584,7 @@ "signature": [ "any" ], - "path": "packages/kbn-analytics/src/report.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/report.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -605,7 +605,7 @@ }, " | undefined" ], - "path": "packages/kbn-analytics/src/report.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/report.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -630,7 +630,7 @@ "text": "Report" } ], - "path": "packages/kbn-analytics/src/report.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/report.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -646,7 +646,7 @@ "signature": [ "() => void" ], - "path": "packages/kbn-analytics/src/report.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/report.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -662,7 +662,7 @@ "signature": [ "() => boolean" ], - "path": "packages/kbn-analytics/src/report.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/report.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -690,7 +690,7 @@ }, "; }" ], - "path": "packages/kbn-analytics/src/report.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/report.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -707,7 +707,7 @@ "Metric", "[]" ], - "path": "packages/kbn-analytics/src/report.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/report.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -727,7 +727,7 @@ "Metric", ") => string" ], - "path": "packages/kbn-analytics/src/report.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/report.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -741,7 +741,7 @@ "signature": [ "Metric" ], - "path": "packages/kbn-analytics/src/report.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/report.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -762,7 +762,7 @@ "tags": [], "label": "Report", "description": [], - "path": "packages/kbn-analytics/src/report.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/report.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -776,7 +776,7 @@ "signature": [ "3" ], - "path": "packages/kbn-analytics/src/report.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/report.ts", "deprecated": false, "trackAdoption": false }, @@ -790,7 +790,7 @@ "signature": [ "Record | undefined" ], - "path": "packages/kbn-analytics/src/report.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/report.ts", "deprecated": false, "trackAdoption": false }, @@ -812,7 +812,7 @@ }, ".USER_AGENT; appName: string; }> | undefined" ], - "path": "packages/kbn-analytics/src/report.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/report.ts", "deprecated": false, "trackAdoption": false }, @@ -826,7 +826,7 @@ "signature": [ "Record | undefined" ], - "path": "packages/kbn-analytics/src/report.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/report.ts", "deprecated": false, "trackAdoption": false } @@ -840,7 +840,7 @@ "tags": [], "label": "ReporterConfig", "description": [], - "path": "packages/kbn-analytics/src/reporter.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/reporter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -862,7 +862,7 @@ }, ") => Promise" ], - "path": "packages/kbn-analytics/src/reporter.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/reporter.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -883,7 +883,7 @@ "text": "Report" } ], - "path": "packages/kbn-analytics/src/reporter.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/reporter.ts", "deprecated": false, "trackAdoption": false } @@ -905,7 +905,7 @@ "text": "Logger" } ], - "path": "packages/kbn-analytics/src/reporter.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/reporter.ts", "deprecated": false, "trackAdoption": false }, @@ -934,7 +934,7 @@ }, ", void> | undefined" ], - "path": "packages/kbn-analytics/src/reporter.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/reporter.ts", "deprecated": false, "trackAdoption": false }, @@ -948,7 +948,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-analytics/src/reporter.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/reporter.ts", "deprecated": false, "trackAdoption": false }, @@ -962,7 +962,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-analytics/src/reporter.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/reporter.ts", "deprecated": false, "trackAdoption": false } @@ -986,7 +986,7 @@ }, "" ], - "path": "packages/kbn-analytics/src/storage.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1000,7 +1000,7 @@ "signature": [ "(key: string) => T | undefined" ], - "path": "packages/kbn-analytics/src/storage.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1014,7 +1014,7 @@ "signature": [ "string" ], - "path": "packages/kbn-analytics/src/storage.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1032,7 +1032,7 @@ "signature": [ "(key: string, value: T) => S" ], - "path": "packages/kbn-analytics/src/storage.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1046,7 +1046,7 @@ "signature": [ "string" ], - "path": "packages/kbn-analytics/src/storage.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1061,7 +1061,7 @@ "signature": [ "T" ], - "path": "packages/kbn-analytics/src/storage.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1079,7 +1079,7 @@ "signature": [ "(key: string) => T | undefined" ], - "path": "packages/kbn-analytics/src/storage.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1093,7 +1093,7 @@ "signature": [ "string" ], - "path": "packages/kbn-analytics/src/storage.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1111,7 +1111,7 @@ "signature": [ "() => void" ], - "path": "packages/kbn-analytics/src/storage.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/storage.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1127,7 +1127,7 @@ "tags": [], "label": "UserAgentMetric", "description": [], - "path": "packages/kbn-analytics/src/metrics/user_agent.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/metrics/user_agent.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1148,7 +1148,7 @@ }, ".USER_AGENT" ], - "path": "packages/kbn-analytics/src/metrics/user_agent.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/metrics/user_agent.ts", "deprecated": false, "trackAdoption": false }, @@ -1159,7 +1159,7 @@ "tags": [], "label": "appName", "description": [], - "path": "packages/kbn-analytics/src/metrics/user_agent.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/metrics/user_agent.ts", "deprecated": false, "trackAdoption": false }, @@ -1170,7 +1170,7 @@ "tags": [], "label": "userAgent", "description": [], - "path": "packages/kbn-analytics/src/metrics/user_agent.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/metrics/user_agent.ts", "deprecated": false, "trackAdoption": false } @@ -1186,7 +1186,7 @@ "tags": [], "label": "METRIC_TYPE", "description": [], - "path": "packages/kbn-analytics/src/metrics/index.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/metrics/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1211,7 +1211,7 @@ }, ") => Promise" ], - "path": "packages/kbn-analytics/src/reporter.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/reporter.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1232,7 +1232,7 @@ "text": "Report" } ], - "path": "packages/kbn-analytics/src/reporter.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/reporter.ts", "deprecated": false, "trackAdoption": false } @@ -1249,7 +1249,7 @@ "signature": [ "string" ], - "path": "packages/kbn-analytics/src/metrics/ui_counter.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/metrics/ui_counter.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_analytics.mdx b/api_docs/kbn_analytics.mdx index af40231e31926..3e7ca1be0258f 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics'] --- import kbnAnalyticsObj from './kbn_analytics.devdocs.json'; diff --git a/api_docs/kbn_analytics_collection_utils.devdocs.json b/api_docs/kbn_analytics_collection_utils.devdocs.json index 3a3a34e764e58..ccfcc00529de9 100644 --- a/api_docs/kbn_analytics_collection_utils.devdocs.json +++ b/api_docs/kbn_analytics_collection_utils.devdocs.json @@ -31,7 +31,7 @@ "signature": [ "() => boolean" ], - "path": "packages/analytics/utils/analytics_collection_utils/src/is_synthetics_monitor.ts", + "path": "src/platform/packages/private/analytics/utils/analytics_collection_utils/src/is_synthetics_monitor.ts", "deprecated": false, "trackAdoption": false, "children": [], diff --git a/api_docs/kbn_analytics_collection_utils.mdx b/api_docs/kbn_analytics_collection_utils.mdx index 3fdc7b1ac4665..9cbf3f28343c6 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-12-27 +date: 2025-01-05 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 3af68277a32ea..75a40d0838292 100644 --- a/api_docs/kbn_apm_config_loader.devdocs.json +++ b/api_docs/kbn_apm_config_loader.devdocs.json @@ -17,7 +17,7 @@ "tags": [], "label": "ApmConfiguration", "description": [], - "path": "packages/kbn-apm-config-loader/src/config.ts", + "path": "src/platform/packages/private/kbn-apm-config-loader/src/config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -31,7 +31,7 @@ "signature": [ "any" ], - "path": "packages/kbn-apm-config-loader/src/config.ts", + "path": "src/platform/packages/private/kbn-apm-config-loader/src/config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -45,7 +45,7 @@ "signature": [ "string" ], - "path": "packages/kbn-apm-config-loader/src/config.ts", + "path": "src/platform/packages/private/kbn-apm-config-loader/src/config.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -60,7 +60,7 @@ "signature": [ "KibanaRawConfig" ], - "path": "packages/kbn-apm-config-loader/src/config.ts", + "path": "src/platform/packages/private/kbn-apm-config-loader/src/config.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -75,7 +75,7 @@ "signature": [ "boolean" ], - "path": "packages/kbn-apm-config-loader/src/config.ts", + "path": "src/platform/packages/private/kbn-apm-config-loader/src/config.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -94,7 +94,7 @@ "(serviceName: string) => ", "AgentConfigOptions" ], - "path": "packages/kbn-apm-config-loader/src/config.ts", + "path": "src/platform/packages/private/kbn-apm-config-loader/src/config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -108,7 +108,7 @@ "signature": [ "string" ], - "path": "packages/kbn-apm-config-loader/src/config.ts", + "path": "src/platform/packages/private/kbn-apm-config-loader/src/config.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -126,7 +126,7 @@ "signature": [ "() => boolean" ], - "path": "packages/kbn-apm-config-loader/src/config.ts", + "path": "src/platform/packages/private/kbn-apm-config-loader/src/config.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -149,7 +149,7 @@ "AgentConfigOptions", " | undefined" ], - "path": "packages/kbn-apm-config-loader/src/config_loader.ts", + "path": "src/platform/packages/private/kbn-apm-config-loader/src/config_loader.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -163,7 +163,7 @@ "signature": [ "string" ], - "path": "packages/kbn-apm-config-loader/src/config_loader.ts", + "path": "src/platform/packages/private/kbn-apm-config-loader/src/config_loader.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -182,7 +182,7 @@ "signature": [ "(argv: string[], rootDir: string, isDistributable: boolean, serviceName: string) => void" ], - "path": "packages/kbn-apm-config-loader/src/init_apm.ts", + "path": "src/platform/packages/private/kbn-apm-config-loader/src/init_apm.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -196,7 +196,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-apm-config-loader/src/init_apm.ts", + "path": "src/platform/packages/private/kbn-apm-config-loader/src/init_apm.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -211,7 +211,7 @@ "signature": [ "string" ], - "path": "packages/kbn-apm-config-loader/src/init_apm.ts", + "path": "src/platform/packages/private/kbn-apm-config-loader/src/init_apm.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -226,7 +226,7 @@ "signature": [ "boolean" ], - "path": "packages/kbn-apm-config-loader/src/init_apm.ts", + "path": "src/platform/packages/private/kbn-apm-config-loader/src/init_apm.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -241,7 +241,7 @@ "signature": [ "string" ], - "path": "packages/kbn-apm-config-loader/src/init_apm.ts", + "path": "src/platform/packages/private/kbn-apm-config-loader/src/init_apm.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -262,7 +262,7 @@ "AgentConfigOptions", " | undefined) => boolean" ], - "path": "packages/kbn-apm-config-loader/src/rum_agent_configuration.ts", + "path": "src/platform/packages/private/kbn-apm-config-loader/src/rum_agent_configuration.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -277,7 +277,7 @@ "AgentConfigOptions", " | undefined" ], - "path": "packages/kbn-apm-config-loader/src/rum_agent_configuration.ts", + "path": "src/platform/packages/private/kbn-apm-config-loader/src/rum_agent_configuration.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -372,7 +372,7 @@ }, "; }>>" ], - "path": "packages/kbn-apm-config-loader/src/apm_config.ts", + "path": "src/platform/packages/private/kbn-apm-config-loader/src/apm_config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_apm_config_loader.mdx b/api_docs/kbn_apm_config_loader.mdx index c40b0a6509abd..219b0b4f54203 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-config-loader'] --- import kbnApmConfigLoaderObj from './kbn_apm_config_loader.devdocs.json'; diff --git a/api_docs/kbn_apm_data_view.devdocs.json b/api_docs/kbn_apm_data_view.devdocs.json index 9f673e8f32b66..6544ba7711db6 100644 --- a/api_docs/kbn_apm_data_view.devdocs.json +++ b/api_docs/kbn_apm_data_view.devdocs.json @@ -29,7 +29,7 @@ "signature": [ "(spaceId: string) => string" ], - "path": "packages/kbn-apm-data-view/index.ts", + "path": "src/platform/packages/shared/kbn-apm-data-view/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -43,7 +43,7 @@ "signature": [ "string" ], - "path": "packages/kbn-apm-data-view/index.ts", + "path": "src/platform/packages/shared/kbn-apm-data-view/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -62,7 +62,7 @@ "signature": [ "(dataViewId: string) => boolean" ], - "path": "packages/kbn-apm-data-view/index.ts", + "path": "src/platform/packages/shared/kbn-apm-data-view/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -76,7 +76,7 @@ "signature": [ "string" ], - "path": "packages/kbn-apm-data-view/index.ts", + "path": "src/platform/packages/shared/kbn-apm-data-view/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_apm_data_view.mdx b/api_docs/kbn_apm_data_view.mdx index 8b2fa980aeee6..d663ba925d003 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-12-27 +date: 2025-01-05 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 2614589cfd51d..4aff2d9e3f576 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-12-27 +date: 2025-01-05 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 678a9207e54a6..6234da6fdad02 100644 --- a/api_docs/kbn_apm_synthtrace_client.devdocs.json +++ b/api_docs/kbn_apm_synthtrace_client.devdocs.json @@ -3038,7 +3038,7 @@ "GeoLocation", "; 'client.geo.region_iso_code': string; 'client.geo.region_name': string; 'client.ip': string; 'cloud.account.id': string; 'cloud.account.name': string; 'cloud.availability_zone': string; 'cloud.machine.type': string; 'cloud.project.id': string; 'cloud.project.name': string; 'cloud.provider': string; 'cloud.region': string; 'cloud.service.name': string; 'code.stacktrace': string; 'container.id': string; 'destination.address': string; 'destination.port': number; 'device.id': string; 'device.manufacturer': string; 'device.model.identifier': string; 'device.model.name': string; 'ecs.version': string; 'error.exception': ", "ApmException", - "[]; 'error.grouping_key': string; 'error.grouping_name': string; 'error.id': string; 'error.type': string; 'error.culprit': string; 'event.ingested': number; 'event.name': string; 'event.action': string; 'event.outcome': string; 'event.outcome_numeric': number | { sum: number; value_count: number; }; 'faas.coldstart': boolean; 'faas.execution': string; 'faas.id': string; 'faas.name': string; 'faas.trigger.type': string; 'faas.version': string; 'host.architecture': string; 'host.hostname': string; 'host.name': string; 'host.os.full': string; 'host.os.name': string; 'host.os.platform': string; 'host.os.type': string; 'host.os.version': string; 'http.request.method': string; 'http.response.status_code': number; 'kubernetes.pod.name': string; 'kubernetes.pod.uid': string; 'labels.name': string; 'labels.telemetry_auto_version': string; 'labels.lifecycle_state': string; 'metricset.name': string; 'network.carrier.icc': string; 'network.carrier.mcc': string; 'network.carrier.mnc': string; 'network.carrier.name': string; 'network.connection.subtype': string; 'network.connection.type': string; 'observer.type': string; 'observer.version_major': number; 'observer.version': string; 'parent.id': string; 'processor.event': string; 'processor.name': string; 'session.id': string; 'trace.id': string; 'transaction.aggregation.overflow_count': number; 'transaction.duration.us': number; 'transaction.id': string; 'transaction.name': string; 'transaction.type': string; 'transaction.duration.histogram': { values: number[]; counts: number[]; }; 'transaction.result': string; 'transaction.sampled': boolean; 'service.environment': string; 'service.framework.name': string; 'service.framework.version': string; 'service.language.name': string; 'service.language.version': string; 'service.name': string; 'service.node.name': string; 'service.runtime.name': string; 'service.runtime.version': string; 'service.target.name': string; 'service.target.type': string; 'service.version': string; 'span.action': string; 'span.destination.service.resource': string; 'span.destination.service.response_time.count': number; 'span.destination.service.response_time.sum.us': number; 'span.duration.us': number; 'span.id': string; 'span.name': string; 'span.stacktrace': ", + "[]; 'error.grouping_key': string; 'error.grouping_name': string; 'error.id': string; 'error.type': string; 'error.culprit': string; 'event.ingested': string; 'event.name': string; 'event.action': string; 'event.outcome': string; 'event.outcome_numeric': number | { sum: number; value_count: number; }; 'faas.coldstart': boolean; 'faas.execution': string; 'faas.id': string; 'faas.name': string; 'faas.trigger.type': string; 'faas.version': string; 'host.architecture': string; 'host.hostname': string; 'host.name': string; 'host.os.full': string; 'host.os.name': string; 'host.os.platform': string; 'host.os.type': string; 'host.os.version': string; 'http.request.method': string; 'http.response.status_code': number; 'kubernetes.pod.name': string; 'kubernetes.pod.uid': string; 'labels.name': string; 'labels.telemetry_auto_version': string; 'labels.lifecycle_state': string; 'metricset.name': string; 'network.carrier.icc': string; 'network.carrier.mcc': string; 'network.carrier.mnc': string; 'network.carrier.name': string; 'network.connection.subtype': string; 'network.connection.type': string; 'observer.type': string; 'observer.version_major': number; 'observer.version': string; 'parent.id': string; 'processor.event': string; 'processor.name': string; 'session.id': string; 'trace.id': string; 'transaction.aggregation.overflow_count': number; 'transaction.duration.us': number; 'transaction.id': string; 'transaction.name': string; 'transaction.type': string; 'transaction.duration.histogram': { values: number[]; counts: number[]; }; 'transaction.result': string; 'transaction.sampled': boolean; 'service.environment': string; 'service.framework.name': string; 'service.framework.version': string; 'service.language.name': string; 'service.language.version': string; 'service.name': string; 'service.node.name': string; 'service.runtime.name': string; 'service.runtime.version': string; 'service.target.name': string; 'service.target.type': string; 'service.version': string; 'span.action': string; 'span.destination.service.resource': string; 'span.destination.service.response_time.count': number; 'span.destination.service.response_time.sum.us': number; 'span.duration.us': number; 'span.id': string; 'span.name': string; 'span.stacktrace': ", "APMStacktrace", "[]; 'span.self_time.count': number; 'span.self_time.sum.us': number; 'span.subtype': string; 'span.type': string; 'span.links': { trace: { id: string; }; span: { id: string; }; }[]; 'url.original': string; 'url.domain': string; }> & Partial<{ 'system.process.memory.size': number; 'system.memory.actual.free': number; 'system.memory.total': number; 'system.process.cgroup.memory.mem.limit.bytes': number; 'system.process.cgroup.memory.mem.usage.bytes': number; 'system.cpu.total.norm.pct': number; 'system.process.memory.rss.bytes': number; 'system.process.cpu.total.norm.pct': number; 'jvm.memory.heap.used': number; 'jvm.memory.non_heap.used': number; 'jvm.thread.count': number; 'faas.billed_duration': number; 'faas.timeout': number; 'faas.coldstart_duration': number; 'faas.duration': number; 'application.launch.time': number; }> & Partial<{ 'metricset.interval': string; 'transaction.duration.summary': string; }>" ], @@ -3133,7 +3133,7 @@ "label": "LogDocument", "description": [], "signature": [ - "{ '@timestamp'?: number | undefined; } & Partial<{ _index?: string | undefined; 'input.type': string; 'log.file.path'?: string | undefined; 'service.name'?: string | undefined; 'service.environment'?: string | undefined; 'data_stream.namespace': string; 'data_stream.type': string; 'data_stream.dataset': string; message?: string | undefined; 'error.message'?: string | undefined; 'event.original'?: string | undefined; 'event.dataset': string; 'log.level'?: string | undefined; 'host.name'?: string | undefined; 'container.id'?: string | undefined; 'trace.id'?: string | undefined; 'transaction.id'?: string | undefined; 'agent.id'?: string | undefined; 'agent.name'?: string | undefined; 'orchestrator.cluster.name'?: string | undefined; 'orchestrator.cluster.id'?: string | undefined; 'orchestrator.resource.id'?: string | undefined; 'kubernetes.pod.uid'?: string | undefined; 'aws.s3.bucket.name'?: string | undefined; 'aws.kinesis.name'?: string | undefined; 'orchestrator.namespace'?: string | undefined; 'container.name'?: string | undefined; 'cloud.provider'?: string | undefined; 'cloud.region'?: string | undefined; 'cloud.availability_zone'?: string | undefined; 'cloud.project.id'?: string | undefined; 'cloud.instance.id'?: string | undefined; 'error.stack_trace'?: string | undefined; 'error.exception.stacktrace'?: string | undefined; 'error.log.stacktrace'?: string | undefined; 'log.custom': Record; 'host.geo.location': number[]; 'host.ip': string; 'network.bytes': number; 'tls.established': boolean; 'event.duration': number; 'event.start': Date; 'event.end': Date; labels?: Record | undefined; test_field: string | string[]; date: Date; severity: string; msg: string; svc: string; hostname: string; 'http.status_code'?: number | undefined; 'http.request.method'?: string | undefined; 'url.path'?: string | undefined; 'process.name'?: string | undefined; 'kubernetes.namespace'?: string | undefined; 'kubernetes.pod.name'?: string | undefined; 'kubernetes.container.name'?: string | undefined; 'orchestrator.resource.name'?: string | undefined; tags?: string | string[] | undefined; thisisaverylongfieldnamethatevendoesnotcontainanyspaceswhyitcouldpotentiallybreakouruiinseveralplaces: string; }>" + "{ '@timestamp'?: number | undefined; } & Partial<{ _index?: string | undefined; 'input.type': string; 'log.file.path'?: string | undefined; 'service.name'?: string | undefined; 'service.environment'?: string | undefined; 'data_stream.namespace': string; 'data_stream.type': string; 'data_stream.dataset': string; message?: string | undefined; 'error.message'?: string | undefined; 'event.original'?: string | undefined; 'event.dataset': string; 'event.ingested': string; 'log.level'?: string | undefined; 'host.name'?: string | undefined; 'container.id'?: string | undefined; 'trace.id'?: string | undefined; 'transaction.id'?: string | undefined; 'agent.id'?: string | undefined; 'agent.name'?: string | undefined; 'orchestrator.cluster.name'?: string | undefined; 'orchestrator.cluster.id'?: string | undefined; 'orchestrator.resource.id'?: string | undefined; 'kubernetes.pod.uid'?: string | undefined; 'aws.s3.bucket.name'?: string | undefined; 'aws.kinesis.name'?: string | undefined; 'orchestrator.namespace'?: string | undefined; 'container.name'?: string | undefined; 'cloud.provider'?: string | undefined; 'cloud.region'?: string | undefined; 'cloud.availability_zone'?: string | undefined; 'cloud.project.id'?: string | undefined; 'cloud.instance.id'?: string | undefined; 'error.stack_trace'?: string | undefined; 'error.exception.stacktrace'?: string | undefined; 'error.log.stacktrace'?: string | undefined; 'log.custom': Record; 'host.geo.location': number[]; 'host.ip': string; 'network.bytes': number; 'tls.established': boolean; 'event.duration': number; 'event.start': Date; 'event.end': Date; labels?: Record | undefined; test_field: string | string[]; date: Date; severity: string; msg: string; svc: string; hostname: string; 'http.status_code'?: number | undefined; 'http.request.method'?: string | undefined; 'url.path'?: string | undefined; 'process.name'?: string | undefined; 'kubernetes.namespace'?: string | undefined; 'kubernetes.pod.name'?: string | undefined; 'kubernetes.container.name'?: string | undefined; 'orchestrator.resource.name'?: string | undefined; tags?: string | string[] | undefined; thisisaverylongfieldnamethatevendoesnotcontainanyspaceswhyitcouldpotentiallybreakouruiinseveralplaces: string; }>" ], "path": "packages/kbn-apm-synthtrace-client/src/lib/logs/index.ts", "deprecated": false, diff --git a/api_docs/kbn_apm_synthtrace_client.mdx b/api_docs/kbn_apm_synthtrace_client.mdx index 5c33f507e52e2..7e8530b6994c0 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-synthtrace-client'] --- import kbnApmSynthtraceClientObj from './kbn_apm_synthtrace_client.devdocs.json'; diff --git a/api_docs/kbn_apm_types.devdocs.json b/api_docs/kbn_apm_types.devdocs.json index 67fe0e0413b2b..d251eb6019773 100644 --- a/api_docs/kbn_apm_types.devdocs.json +++ b/api_docs/kbn_apm_types.devdocs.json @@ -27,7 +27,7 @@ "tags": [], "label": "Agent", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/ui/fields/agent.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/ui/fields/agent.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -41,7 +41,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/ui/fields/agent.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/ui/fields/agent.ts", "deprecated": false, "trackAdoption": false }, @@ -55,7 +55,7 @@ "signature": [ "\"java\" | \"ruby\" | \"opentelemetry\" | \"dotnet\" | \"go\" | \"iOS/swift\" | \"js-base\" | \"nodejs\" | \"php\" | \"python\" | \"rum-js\" | \"android/java\" | \"otlp\" | `opentelemetry/${string}` | `otlp/${string}` | \"ios/swift\"" ], - "path": "packages/kbn-apm-types/src/es_schemas/ui/fields/agent.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/ui/fields/agent.ts", "deprecated": false, "trackAdoption": false }, @@ -69,7 +69,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/ui/fields/agent.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/ui/fields/agent.ts", "deprecated": false, "trackAdoption": false } @@ -83,7 +83,7 @@ "tags": [], "label": "APMBaseDoc", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/apm_base_doc.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/apm_base_doc.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -94,7 +94,7 @@ "tags": [], "label": "'@timestamp'", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/apm_base_doc.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/apm_base_doc.ts", "deprecated": false, "trackAdoption": false }, @@ -108,7 +108,7 @@ "signature": [ "{ name: string; version?: string | undefined; }" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/apm_base_doc.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/apm_base_doc.ts", "deprecated": false, "trackAdoption": false }, @@ -122,7 +122,7 @@ "signature": [ "{ id?: string | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/apm_base_doc.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/apm_base_doc.ts", "deprecated": false, "trackAdoption": false }, @@ -136,7 +136,7 @@ "signature": [ "{ id?: string | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/apm_base_doc.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/apm_base_doc.ts", "deprecated": false, "trackAdoption": false }, @@ -150,7 +150,7 @@ "signature": [ "{ [key: string]: string | number | boolean; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/apm_base_doc.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/apm_base_doc.ts", "deprecated": false, "trackAdoption": false }, @@ -171,7 +171,7 @@ }, " | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/apm_base_doc.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/apm_base_doc.ts", "deprecated": false, "trackAdoption": false } @@ -202,7 +202,7 @@ "text": "ErrorRaw" } ], - "path": "packages/kbn-apm-types/src/es_schemas/ui/apm_error.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/ui/apm_error.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -222,7 +222,7 @@ "text": "Agent" } ], - "path": "packages/kbn-apm-types/src/es_schemas/ui/apm_error.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/ui/apm_error.ts", "deprecated": false, "trackAdoption": false } @@ -236,7 +236,7 @@ "tags": [], "label": "Cloud", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/cloud.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/cloud.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -250,7 +250,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/cloud.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/cloud.ts", "deprecated": false, "trackAdoption": false }, @@ -264,7 +264,7 @@ "signature": [ "{ name?: string | undefined; id?: string | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/cloud.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/cloud.ts", "deprecated": false, "trackAdoption": false }, @@ -278,7 +278,7 @@ "signature": [ "{ type?: string | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/cloud.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/cloud.ts", "deprecated": false, "trackAdoption": false }, @@ -292,7 +292,7 @@ "signature": [ "{ id?: string | undefined; name?: string | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/cloud.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/cloud.ts", "deprecated": false, "trackAdoption": false }, @@ -306,7 +306,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/cloud.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/cloud.ts", "deprecated": false, "trackAdoption": false }, @@ -320,7 +320,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/cloud.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/cloud.ts", "deprecated": false, "trackAdoption": false }, @@ -334,7 +334,7 @@ "signature": [ "{ id?: string | undefined; name?: string | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/cloud.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/cloud.ts", "deprecated": false, "trackAdoption": false }, @@ -348,7 +348,7 @@ "signature": [ "{ id?: string | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/cloud.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/cloud.ts", "deprecated": false, "trackAdoption": false }, @@ -362,7 +362,7 @@ "signature": [ "{ name?: string | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/cloud.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/cloud.ts", "deprecated": false, "trackAdoption": false } @@ -376,7 +376,7 @@ "tags": [], "label": "Container", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/container.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -390,7 +390,7 @@ "signature": [ "string | null | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/container.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/container.ts", "deprecated": false, "trackAdoption": false }, @@ -404,7 +404,7 @@ "signature": [ "{ name?: string | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/container.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/container.ts", "deprecated": false, "trackAdoption": false } @@ -435,7 +435,7 @@ "text": "APMBaseDoc" } ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -455,7 +455,7 @@ "text": "Processor" } ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -475,7 +475,7 @@ "text": "TimestampUs" } ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -489,7 +489,7 @@ "signature": [ "{ id: string; sampled?: boolean | undefined; type: string; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -527,7 +527,7 @@ }, " | undefined; stack_trace?: string | undefined; custom?: Record | undefined; }" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -548,7 +548,7 @@ }, " | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -569,7 +569,7 @@ }, " | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -590,7 +590,7 @@ }, " | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -611,7 +611,7 @@ }, " | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -632,7 +632,7 @@ }, " | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -652,7 +652,7 @@ "text": "Service" } ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -673,7 +673,7 @@ }, " | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -694,7 +694,7 @@ }, " | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false } @@ -725,7 +725,7 @@ "text": "EventRaw" } ], - "path": "packages/kbn-apm-types/src/es_schemas/ui/event.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/ui/event.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -745,7 +745,7 @@ "text": "Agent" } ], - "path": "packages/kbn-apm-types/src/es_schemas/ui/event.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/ui/event.ts", "deprecated": false, "trackAdoption": false } @@ -776,7 +776,7 @@ "text": "APMBaseDoc" } ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/event_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/event_raw.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -796,7 +796,7 @@ "text": "TimestampUs" } ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/event_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/event_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -810,7 +810,7 @@ "signature": [ "{ id: string; sampled?: boolean | undefined; type: string; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/event_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/event_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -824,7 +824,7 @@ "signature": [ "{ message?: string | undefined; }" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/event_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/event_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -838,7 +838,7 @@ "signature": [ "{ action: string; category: string; }" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/event_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/event_raw.ts", "deprecated": false, "trackAdoption": false } @@ -852,7 +852,7 @@ "tags": [], "label": "Exception", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -866,7 +866,7 @@ "signature": [ "{ response?: string | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -880,7 +880,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -894,7 +894,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -908,7 +908,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -922,7 +922,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -936,7 +936,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -957,7 +957,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false } @@ -971,7 +971,7 @@ "tags": [], "label": "Faas", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/faas.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/faas.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -982,7 +982,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/faas.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/faas.ts", "deprecated": false, "trackAdoption": false }, @@ -996,7 +996,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/faas.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/faas.ts", "deprecated": false, "trackAdoption": false }, @@ -1010,7 +1010,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/faas.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/faas.ts", "deprecated": false, "trackAdoption": false }, @@ -1024,7 +1024,7 @@ "signature": [ "{ type?: string | undefined; request_id?: string | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/faas.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/faas.ts", "deprecated": false, "trackAdoption": false } @@ -1038,7 +1038,7 @@ "tags": [], "label": "Host", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/host.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/host.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1052,7 +1052,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/host.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/host.ts", "deprecated": false, "trackAdoption": false }, @@ -1066,7 +1066,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/host.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/host.ts", "deprecated": false, "trackAdoption": false }, @@ -1080,7 +1080,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/host.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/host.ts", "deprecated": false, "trackAdoption": false }, @@ -1094,7 +1094,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/host.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/host.ts", "deprecated": false, "trackAdoption": false }, @@ -1108,7 +1108,7 @@ "signature": [ "{ platform?: string | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/host.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/host.ts", "deprecated": false, "trackAdoption": false } @@ -1122,7 +1122,7 @@ "tags": [], "label": "Http", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/http.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/http.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1136,7 +1136,7 @@ "signature": [ "{ method?: string | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/http.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/http.ts", "deprecated": false, "trackAdoption": false }, @@ -1150,7 +1150,7 @@ "signature": [ "{ status_code?: number | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/http.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/http.ts", "deprecated": false, "trackAdoption": false }, @@ -1164,7 +1164,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/http.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/http.ts", "deprecated": false, "trackAdoption": false } @@ -1178,7 +1178,7 @@ "tags": [], "label": "Kubernetes", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/kubernetes.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/kubernetes.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1192,7 +1192,7 @@ "signature": [ "{ uid?: string | null | undefined; name?: string | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/kubernetes.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/kubernetes.ts", "deprecated": false, "trackAdoption": false }, @@ -1206,7 +1206,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/kubernetes.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/kubernetes.ts", "deprecated": false, "trackAdoption": false }, @@ -1220,7 +1220,7 @@ "signature": [ "{ name?: string | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/kubernetes.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/kubernetes.ts", "deprecated": false, "trackAdoption": false }, @@ -1234,7 +1234,7 @@ "signature": [ "{ name?: string | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/kubernetes.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/kubernetes.ts", "deprecated": false, "trackAdoption": false }, @@ -1248,7 +1248,7 @@ "signature": [ "{ id?: string | undefined; name?: string | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/kubernetes.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/kubernetes.ts", "deprecated": false, "trackAdoption": false } @@ -1262,7 +1262,7 @@ "tags": [], "label": "Log", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1273,7 +1273,7 @@ "tags": [], "label": "message", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -1294,7 +1294,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false } @@ -1308,7 +1308,7 @@ "tags": [], "label": "Observer", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/observer.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/observer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1322,7 +1322,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/observer.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/observer.ts", "deprecated": false, "trackAdoption": false }, @@ -1336,7 +1336,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/observer.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/observer.ts", "deprecated": false, "trackAdoption": false }, @@ -1350,7 +1350,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/observer.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/observer.ts", "deprecated": false, "trackAdoption": false }, @@ -1364,7 +1364,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/observer.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/observer.ts", "deprecated": false, "trackAdoption": false }, @@ -1378,7 +1378,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/observer.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/observer.ts", "deprecated": false, "trackAdoption": false }, @@ -1392,7 +1392,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/observer.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/observer.ts", "deprecated": false, "trackAdoption": false }, @@ -1406,7 +1406,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/observer.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/observer.ts", "deprecated": false, "trackAdoption": false } @@ -1420,7 +1420,7 @@ "tags": [], "label": "Page", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/page.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/page.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1434,7 +1434,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/page.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/page.ts", "deprecated": false, "trackAdoption": false } @@ -1448,7 +1448,7 @@ "tags": [], "label": "Process", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/process.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/process.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1462,7 +1462,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/process.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/process.ts", "deprecated": false, "trackAdoption": false }, @@ -1473,7 +1473,7 @@ "tags": [], "label": "pid", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/process.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/process.ts", "deprecated": false, "trackAdoption": false }, @@ -1487,7 +1487,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/process.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/process.ts", "deprecated": false, "trackAdoption": false }, @@ -1501,7 +1501,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/process.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/process.ts", "deprecated": false, "trackAdoption": false } @@ -1515,7 +1515,7 @@ "tags": [], "label": "Processor", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1529,7 +1529,7 @@ "signature": [ "\"error\"" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -1543,7 +1543,7 @@ "signature": [ "\"error\"" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/error_raw.ts", "deprecated": false, "trackAdoption": false } @@ -1557,7 +1557,7 @@ "tags": [], "label": "Service", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/service.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1568,7 +1568,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/service.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/service.ts", "deprecated": false, "trackAdoption": false }, @@ -1582,7 +1582,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/service.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/service.ts", "deprecated": false, "trackAdoption": false }, @@ -1596,7 +1596,7 @@ "signature": [ "{ name?: string | undefined; version?: string | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/service.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/service.ts", "deprecated": false, "trackAdoption": false }, @@ -1610,7 +1610,7 @@ "signature": [ "{ name?: string | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/service.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/service.ts", "deprecated": false, "trackAdoption": false }, @@ -1624,7 +1624,7 @@ "signature": [ "{ name?: string | undefined; version?: string | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/service.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/service.ts", "deprecated": false, "trackAdoption": false }, @@ -1638,7 +1638,7 @@ "signature": [ "{ name?: string | undefined; version?: string | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/service.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/service.ts", "deprecated": false, "trackAdoption": false }, @@ -1652,7 +1652,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/service.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/service.ts", "deprecated": false, "trackAdoption": false } @@ -1683,7 +1683,7 @@ "text": "SpanRaw" } ], - "path": "packages/kbn-apm-types/src/es_schemas/ui/span.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/ui/span.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1703,7 +1703,7 @@ "text": "Agent" } ], - "path": "packages/kbn-apm-types/src/es_schemas/ui/span.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/ui/span.ts", "deprecated": false, "trackAdoption": false } @@ -1717,7 +1717,7 @@ "tags": [], "label": "SpanLink", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/span_links.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/span_links.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1731,7 +1731,7 @@ "signature": [ "{ id: string; }" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/span_links.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/span_links.ts", "deprecated": false, "trackAdoption": false }, @@ -1745,7 +1745,7 @@ "signature": [ "{ id: string; }" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/span_links.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/span_links.ts", "deprecated": false, "trackAdoption": false } @@ -1776,7 +1776,7 @@ "text": "APMBaseDoc" } ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/span_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/span_raw.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1790,7 +1790,7 @@ "signature": [ "Processor" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/span_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/span_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -1804,7 +1804,7 @@ "signature": [ "{ id: string; }" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/span_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/span_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -1826,7 +1826,7 @@ }, " | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/span_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/span_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -1840,7 +1840,7 @@ "signature": [ "{ name: string; environment?: string | undefined; }" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/span_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/span_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -1870,7 +1870,7 @@ }, "[] | undefined; }" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/span_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/span_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -1890,7 +1890,7 @@ "text": "TimestampUs" } ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/span_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/span_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -1904,7 +1904,7 @@ "signature": [ "{ id: string; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/span_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/span_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -1918,7 +1918,7 @@ "signature": [ "{ id: string[]; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/span_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/span_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -1932,7 +1932,7 @@ "signature": [ "{ stacktrace?: string | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/span_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/span_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -1953,7 +1953,7 @@ }, " | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/span_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/span_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -1974,7 +1974,7 @@ }, " | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/span_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/span_raw.ts", "deprecated": false, "trackAdoption": false } @@ -1988,7 +1988,7 @@ "tags": [], "label": "TimestampUs", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/timestamp_us.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/timestamp_us.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1999,7 +1999,7 @@ "tags": [], "label": "us", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/timestamp_us.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/timestamp_us.ts", "deprecated": false, "trackAdoption": false } @@ -2030,7 +2030,7 @@ "text": "TransactionRaw" } ], - "path": "packages/kbn-apm-types/src/es_schemas/ui/transaction.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/ui/transaction.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2050,7 +2050,7 @@ "text": "Agent" } ], - "path": "packages/kbn-apm-types/src/es_schemas/ui/transaction.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/ui/transaction.ts", "deprecated": false, "trackAdoption": false }, @@ -2064,7 +2064,7 @@ "signature": [ "InnerTransactionWithName" ], - "path": "packages/kbn-apm-types/src/es_schemas/ui/transaction.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/ui/transaction.ts", "deprecated": false, "trackAdoption": false } @@ -2095,7 +2095,7 @@ "text": "APMBaseDoc" } ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2109,7 +2109,7 @@ "signature": [ "Processor" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -2129,7 +2129,7 @@ "text": "TimestampUs" } ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -2143,7 +2143,7 @@ "signature": [ "{ id: string; }" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -2165,7 +2165,7 @@ }, " | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -2187,7 +2187,7 @@ }, " | undefined; result?: string | undefined; sampled: boolean; span_count?: { started?: number | undefined; dropped?: number | undefined; } | undefined; type: string; custom?: Record | undefined; message?: { queue?: { name: string; } | undefined; age?: { ms: number; } | undefined; body?: string | undefined; headers?: Record | undefined; } | undefined; }" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -2208,7 +2208,7 @@ }, " | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -2222,7 +2222,7 @@ "signature": [ "{ version?: string | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -2243,7 +2243,7 @@ }, " | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -2264,7 +2264,7 @@ }, " | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -2285,7 +2285,7 @@ }, " | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -2306,7 +2306,7 @@ }, " | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -2326,7 +2326,7 @@ "text": "Service" } ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -2347,7 +2347,7 @@ }, " | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -2368,7 +2368,7 @@ }, " | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -2389,7 +2389,7 @@ }, " | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -2410,7 +2410,7 @@ }, " | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -2431,7 +2431,7 @@ }, " | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", "deprecated": false, "trackAdoption": false }, @@ -2453,7 +2453,7 @@ }, "[] | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/transaction_raw.ts", "deprecated": false, "trackAdoption": false } @@ -2467,7 +2467,7 @@ "tags": [], "label": "Url", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/url.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/url.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2481,7 +2481,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/url.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/url.ts", "deprecated": false, "trackAdoption": false }, @@ -2495,7 +2495,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/url.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/url.ts", "deprecated": false, "trackAdoption": false }, @@ -2509,7 +2509,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/url.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/url.ts", "deprecated": false, "trackAdoption": false } @@ -2523,7 +2523,7 @@ "tags": [], "label": "User", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/user.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/user.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2537,7 +2537,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/user.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/user.ts", "deprecated": false, "trackAdoption": false } @@ -2551,7 +2551,7 @@ "tags": [], "label": "UserAgent", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/user_agent.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/user_agent.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2565,7 +2565,7 @@ "signature": [ "{ name: string; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/user_agent.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/user_agent.ts", "deprecated": false, "trackAdoption": false }, @@ -2579,7 +2579,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/user_agent.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/user_agent.ts", "deprecated": false, "trackAdoption": false }, @@ -2590,7 +2590,7 @@ "tags": [], "label": "original", "description": [], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/user_agent.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/user_agent.ts", "deprecated": false, "trackAdoption": false }, @@ -2604,7 +2604,7 @@ "signature": [ "{ name: string; version?: string | undefined; full?: string | undefined; } | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/user_agent.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/user_agent.ts", "deprecated": false, "trackAdoption": false }, @@ -2618,7 +2618,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/user_agent.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/user_agent.ts", "deprecated": false, "trackAdoption": false } @@ -2638,7 +2638,7 @@ "signature": [ "\"agent\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2653,7 +2653,7 @@ "signature": [ "\"agent.activation_method\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2668,7 +2668,7 @@ "signature": [ "\"agent.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2683,7 +2683,7 @@ "signature": [ "\"agent.version\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2713,7 +2713,7 @@ "signature": [ "\"application.launch.time\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2728,7 +2728,7 @@ "signature": [ "\"@timestamp\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2743,7 +2743,7 @@ "signature": [ "\"child.id\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2758,7 +2758,7 @@ "signature": [ "\"client.geo.city_name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2773,7 +2773,7 @@ "signature": [ "\"client.geo.country_iso_code\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2788,7 +2788,7 @@ "signature": [ "\"client.geo.country_name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2803,7 +2803,7 @@ "signature": [ "\"client.geo.region_iso_code\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2818,7 +2818,7 @@ "signature": [ "\"client.geo.region_name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2833,7 +2833,7 @@ "signature": [ "\"cloud\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2848,7 +2848,7 @@ "signature": [ "\"cloud.account.id\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2863,7 +2863,7 @@ "signature": [ "\"cloud.account.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2878,7 +2878,7 @@ "signature": [ "\"cloud.availability_zone\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2893,7 +2893,7 @@ "signature": [ "\"cloud.instance.id\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2908,7 +2908,7 @@ "signature": [ "\"cloud.instance.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2923,7 +2923,7 @@ "signature": [ "\"cloud.machine.type\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2938,7 +2938,7 @@ "signature": [ "\"cloud.project.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2953,7 +2953,7 @@ "signature": [ "\"cloud.provider\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2968,7 +2968,7 @@ "signature": [ "\"cloud.region\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2983,7 +2983,7 @@ "signature": [ "\"cloud.service.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2998,7 +2998,7 @@ "signature": [ "\"container\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3013,7 +3013,7 @@ "signature": [ "\"container.id\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3028,7 +3028,7 @@ "signature": [ "\"container.image.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3043,7 +3043,7 @@ "signature": [ "\"data_stream.type\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3058,7 +3058,7 @@ "signature": [ "\"destination.address\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3073,7 +3073,7 @@ "signature": [ "\"device.model.identifier\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3105,7 +3105,7 @@ "signature": [ "\"error.culprit\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3120,7 +3120,7 @@ "signature": [ "\"error.exception.handled\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3135,7 +3135,7 @@ "signature": [ "\"error.exception.message\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3150,7 +3150,7 @@ "signature": [ "\"error.exception.type\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3165,7 +3165,7 @@ "signature": [ "\"error.exception\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3180,7 +3180,7 @@ "signature": [ "\"error.grouping_key\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3195,7 +3195,7 @@ "signature": [ "\"error.grouping_name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3210,7 +3210,7 @@ "signature": [ "\"error.id\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3225,7 +3225,7 @@ "signature": [ "\"error.log.level\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3240,7 +3240,7 @@ "signature": [ "\"error.log.message\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3255,7 +3255,7 @@ "signature": [ "\"error.page.url\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3270,7 +3270,7 @@ "signature": [ "\"error.stack_trace\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3285,7 +3285,7 @@ "signature": [ "\"error.type\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3300,7 +3300,7 @@ "signature": [ "\"event.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3315,7 +3315,7 @@ "signature": [ "\"event.outcome\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3330,7 +3330,7 @@ "signature": [ "\"event.success_count\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3345,7 +3345,7 @@ "signature": [ "\"unknown\" | \"success\" | \"failure\"" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/event_outcome.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/event_outcome.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3360,7 +3360,7 @@ "signature": [ "\"faas.billed_duration\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3375,7 +3375,7 @@ "signature": [ "\"faas.coldstart\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3390,7 +3390,7 @@ "signature": [ "\"faas.coldstart_duration\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3405,7 +3405,7 @@ "signature": [ "\"faas.duration\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3420,7 +3420,7 @@ "signature": [ "\"faas.id\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3435,7 +3435,7 @@ "signature": [ "\"faas.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3450,7 +3450,7 @@ "signature": [ "\"faas.trigger.type\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3465,7 +3465,7 @@ "signature": [ "\"host\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3480,7 +3480,7 @@ "signature": [ "\"host.architecture\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3495,7 +3495,7 @@ "signature": [ "\"host.hostname\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3510,7 +3510,7 @@ "signature": [ "\"host.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3525,7 +3525,7 @@ "signature": [ "\"host.os.platform\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3540,7 +3540,7 @@ "signature": [ "\"host.os.version\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3555,7 +3555,7 @@ "signature": [ "\"http.request.method\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3570,7 +3570,7 @@ "signature": [ "\"http.response.status_code\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3585,7 +3585,7 @@ "signature": [ "\"_index\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3600,7 +3600,7 @@ "signature": [ "\"kubernetes\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3615,7 +3615,7 @@ "signature": [ "\"kubernetes.container.id\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3630,7 +3630,7 @@ "signature": [ "\"kubernetes.container.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3645,7 +3645,7 @@ "signature": [ "\"kubernetes.deployment.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3660,7 +3660,7 @@ "signature": [ "\"kubernetes.namespace\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3675,7 +3675,7 @@ "signature": [ "\"kubernetes.node.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3690,7 +3690,7 @@ "signature": [ "\"kubernetes.pod.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3705,7 +3705,7 @@ "signature": [ "\"kubernetes.pod.uid\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3720,7 +3720,7 @@ "signature": [ "\"kubernetes.replicaset.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3735,7 +3735,7 @@ "signature": [ "\"labels.gc\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3750,7 +3750,7 @@ "signature": [ "\"labels.lifecycle_state\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3765,7 +3765,7 @@ "signature": [ "\"labels.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3780,7 +3780,7 @@ "signature": [ "\"labels.telemetry_auto_version\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3795,7 +3795,7 @@ "signature": [ "\"labels.type\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3810,7 +3810,7 @@ "signature": [ "\"log.level\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3833,7 +3833,7 @@ }, " | SystemMetric | JVMMetric" ], - "path": "packages/kbn-apm-types/src/es_schemas/ui/metric.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/ui/metric.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3848,7 +3848,7 @@ "signature": [ "\"system.process.cgroup.memory.mem.limit.bytes\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3863,7 +3863,7 @@ "signature": [ "\"system.process.cgroup.memory.mem.usage.bytes\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3878,7 +3878,7 @@ "signature": [ "\"jvm.gc.count\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3893,7 +3893,7 @@ "signature": [ "\"jvm.gc.time\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3908,7 +3908,7 @@ "signature": [ "\"jvm.memory.heap.committed\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3923,7 +3923,7 @@ "signature": [ "\"jvm.memory.heap.max\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3938,7 +3938,7 @@ "signature": [ "\"jvm.memory.heap.used\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3953,7 +3953,7 @@ "signature": [ "\"jvm.memory.non_heap.committed\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3968,7 +3968,7 @@ "signature": [ "\"jvm.memory.non_heap.max\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3983,7 +3983,7 @@ "signature": [ "\"jvm.memory.non_heap.used\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3998,7 +3998,7 @@ "signature": [ "\"jvm.thread.count\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4013,7 +4013,7 @@ "signature": [ "\"process.runtime.jvm.gc.duration\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4028,7 +4028,7 @@ "signature": [ "\"process.runtime.jvm.cpu.utilization\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4043,7 +4043,7 @@ "signature": [ "\"process.runtime.jvm.memory.committed\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4058,7 +4058,7 @@ "signature": [ "\"process.runtime.jvm.memory.limit\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4073,7 +4073,7 @@ "signature": [ "\"process.runtime.jvm.memory.usage\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4088,7 +4088,7 @@ "signature": [ "\"process.runtime.jvm.threads.count\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4103,7 +4103,7 @@ "signature": [ "\"process.runtime.jvm.system.cpu.utilization\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4118,7 +4118,7 @@ "signature": [ "\"system.cpu.utilization\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4133,7 +4133,7 @@ "signature": [ "\"system.memory.utilization\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4148,7 +4148,7 @@ "signature": [ "\"system.process.cpu.total.norm.pct\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4163,7 +4163,7 @@ "signature": [ "\"system.cpu.total.norm.pct\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4178,7 +4178,7 @@ "signature": [ "\"system.memory.actual.free\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4193,7 +4193,7 @@ "signature": [ "\"system.memory.total\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4216,7 +4216,7 @@ }, " | SystemMetric | JVMMetric" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/metric_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/metric_raw.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4231,7 +4231,7 @@ "signature": [ "\"metricset.interval\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4246,7 +4246,7 @@ "signature": [ "\"metricset.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4261,7 +4261,7 @@ "signature": [ "\"network.connection.type\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4276,7 +4276,7 @@ "signature": [ "\"observer.hostname\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4291,7 +4291,7 @@ "signature": [ "\"observer.listening\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4306,7 +4306,7 @@ "signature": [ "\"observer.version\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4321,7 +4321,7 @@ "signature": [ "\"observer.version_major\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4351,7 +4351,7 @@ "signature": [ "\"parent.id\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4366,7 +4366,7 @@ "signature": [ "\"process.args\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4381,7 +4381,7 @@ "signature": [ "\"process.pid\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4396,7 +4396,7 @@ "signature": [ "\"processor.event\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4411,7 +4411,7 @@ "signature": [ "\"processor.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4426,7 +4426,7 @@ "signature": [ "\"service\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4441,7 +4441,7 @@ "signature": [ "\"service.environment\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4456,7 +4456,7 @@ "signature": [ "\"service.framework.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4471,7 +4471,7 @@ "signature": [ "\"service.framework.version\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4486,7 +4486,7 @@ "signature": [ "\"service.language.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4501,7 +4501,7 @@ "signature": [ "\"service.language.version\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4516,7 +4516,7 @@ "signature": [ "\"service.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4531,7 +4531,7 @@ "signature": [ "\"service.node.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4546,7 +4546,7 @@ "signature": [ "\"service_transaction.aggregation.overflow_count\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4561,7 +4561,7 @@ "signature": [ "\"service.runtime.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4576,7 +4576,7 @@ "signature": [ "\"service.runtime.version\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4591,7 +4591,7 @@ "signature": [ "\"service.target.type\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4606,7 +4606,7 @@ "signature": [ "\"service.version\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4621,7 +4621,7 @@ "signature": [ "\"session.id\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4636,7 +4636,7 @@ "signature": [ "\"span.action\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4651,7 +4651,7 @@ "signature": [ "\"span.composite.compression_strategy\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4666,7 +4666,7 @@ "signature": [ "\"span.composite.count\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4681,7 +4681,7 @@ "signature": [ "\"span.composite.sum.us\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4696,7 +4696,7 @@ "signature": [ "\"span.destination.service.resource\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4711,7 +4711,7 @@ "signature": [ "\"span.destination.service.response_time.count\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4726,7 +4726,7 @@ "signature": [ "\"span.destination.service.response_time.sum.us\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4741,7 +4741,7 @@ "signature": [ "\"span.duration.us\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4756,7 +4756,7 @@ "signature": [ "\"span.id\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4771,7 +4771,7 @@ "signature": [ "\"span.links\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4786,7 +4786,7 @@ "signature": [ "\"span.links.span.id\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4801,7 +4801,7 @@ "signature": [ "\"span.links.trace.id\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4816,7 +4816,7 @@ "signature": [ "\"span.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4831,7 +4831,7 @@ "signature": [ "\"span.self_time.sum.us\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4846,7 +4846,7 @@ "signature": [ "\"span.stacktrace\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4861,7 +4861,7 @@ "signature": [ "\"span.subtype\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4876,7 +4876,7 @@ "signature": [ "\"span.sync\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4891,7 +4891,7 @@ "signature": [ "\"span.type\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4953,7 +4953,7 @@ }, " | undefined; } & { span: { destination: { service: { resource: string; response_time: { count: number; sum: { us: number; }; }; }; }; }; }" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/metric_raw.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/metric_raw.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4975,7 +4975,7 @@ "text": "StackframeWithLineContext" } ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/stackframe.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/stackframe.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4990,7 +4990,7 @@ "signature": [ "StackframeBase & { line: Line & { context: string; }; }" ], - "path": "packages/kbn-apm-types/src/es_schemas/raw/fields/stackframe.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_schemas/raw/fields/stackframe.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5005,7 +5005,7 @@ "signature": [ "\"telemetry.sdk.language\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5020,7 +5020,7 @@ "signature": [ "\"telemetry.sdk.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5035,7 +5035,7 @@ "signature": [ "\"telemetry.sdk.version\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5050,7 +5050,7 @@ "signature": [ "\"_tier\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5065,7 +5065,7 @@ "signature": [ "\"timestamp.us\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5080,7 +5080,7 @@ "signature": [ "\"trace.id\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5095,7 +5095,7 @@ "signature": [ "\"transaction.agent.marks\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5110,7 +5110,7 @@ "signature": [ "\"transaction.duration.us\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5125,7 +5125,7 @@ "signature": [ "\"transaction.duration.histogram\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5140,7 +5140,7 @@ "signature": [ "\"transaction.duration.summary\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5155,7 +5155,7 @@ "signature": [ "\"transaction.failure_count\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5170,7 +5170,7 @@ "signature": [ "\"transaction.id\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5185,7 +5185,7 @@ "signature": [ "\"transaction.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5200,7 +5200,7 @@ "signature": [ "\"transaction.aggregation.overflow_count\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5215,7 +5215,7 @@ "signature": [ "\"transaction.page.url\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5230,7 +5230,7 @@ "signature": [ "\"transaction.profiler_stack_trace_ids\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5245,7 +5245,7 @@ "signature": [ "\"transaction.result\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5260,7 +5260,7 @@ "signature": [ "\"transaction.root\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5275,7 +5275,7 @@ "signature": [ "\"transaction.sampled\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5290,7 +5290,7 @@ "signature": [ "\"transaction.success_count\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5305,7 +5305,7 @@ "signature": [ "\"transaction.type\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5320,7 +5320,7 @@ "signature": [ "\"url.full\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5335,7 +5335,7 @@ "signature": [ "\"user_agent.name\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5350,7 +5350,7 @@ "signature": [ "\"user_agent.original\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5365,7 +5365,7 @@ "signature": [ "\"user.id\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5380,7 +5380,7 @@ "signature": [ "\"heap\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5395,7 +5395,7 @@ "signature": [ "\"non_heap\"" ], - "path": "packages/kbn-apm-types/src/es_fields/apm.ts", + "path": "x-pack/solutions/observability/packages/kbn-apm-types/src/es_fields/apm.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_apm_types.mdx b/api_docs/kbn_apm_types.mdx index 0a699007ddec5..fdb2a0a2fe259 100644 --- a/api_docs/kbn_apm_types.mdx +++ b/api_docs/kbn_apm_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-types title: "@kbn/apm-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-types plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-types'] --- import kbnApmTypesObj from './kbn_apm_types.devdocs.json'; diff --git a/api_docs/kbn_apm_utils.devdocs.json b/api_docs/kbn_apm_utils.devdocs.json index 56a7f3581459d..5b5c1762bd17a 100644 --- a/api_docs/kbn_apm_utils.devdocs.json +++ b/api_docs/kbn_apm_utils.devdocs.json @@ -44,7 +44,7 @@ "text": "SpanOptions" } ], - "path": "packages/kbn-apm-utils/index.ts", + "path": "src/platform/packages/shared/kbn-apm-utils/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -65,7 +65,7 @@ "text": "SpanOptions" } ], - "path": "packages/kbn-apm-utils/index.ts", + "path": "src/platform/packages/shared/kbn-apm-utils/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -96,7 +96,7 @@ "Logger", " | undefined) => Promise" ], - "path": "packages/kbn-apm-utils/index.ts", + "path": "src/platform/packages/shared/kbn-apm-utils/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -117,7 +117,7 @@ "text": "SpanOptions" } ], - "path": "packages/kbn-apm-utils/index.ts", + "path": "src/platform/packages/shared/kbn-apm-utils/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -134,7 +134,7 @@ "Span", " | undefined) => Promise" ], - "path": "packages/kbn-apm-utils/index.ts", + "path": "src/platform/packages/shared/kbn-apm-utils/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -150,7 +150,7 @@ "Logger", " | undefined" ], - "path": "packages/kbn-apm-utils/index.ts", + "path": "src/platform/packages/shared/kbn-apm-utils/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -168,7 +168,7 @@ "tags": [], "label": "SpanOptions", "description": [], - "path": "packages/kbn-apm-utils/index.ts", + "path": "src/platform/packages/shared/kbn-apm-utils/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -179,7 +179,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-apm-utils/index.ts", + "path": "src/platform/packages/shared/kbn-apm-utils/index.ts", "deprecated": false, "trackAdoption": false }, @@ -193,7 +193,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-utils/index.ts", + "path": "src/platform/packages/shared/kbn-apm-utils/index.ts", "deprecated": false, "trackAdoption": false }, @@ -207,7 +207,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-apm-utils/index.ts", + "path": "src/platform/packages/shared/kbn-apm-utils/index.ts", "deprecated": false, "trackAdoption": false }, @@ -221,7 +221,7 @@ "signature": [ "Record | undefined" ], - "path": "packages/kbn-apm-utils/index.ts", + "path": "src/platform/packages/shared/kbn-apm-utils/index.ts", "deprecated": false, "trackAdoption": false }, @@ -235,7 +235,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-apm-utils/index.ts", + "path": "src/platform/packages/shared/kbn-apm-utils/index.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_apm_utils.mdx b/api_docs/kbn_apm_utils.mdx index 9b954e4ee9fe7..9aff6a1fa5aee 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-12-27 +date: 2025-01-05 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 5277243f78588..1bfd0c4fd6f78 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-12-27 +date: 2025-01-05 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 81a5a105ac377..d3993149f35d7 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/axe-config'] --- import kbnAxeConfigObj from './kbn_axe_config.devdocs.json'; diff --git a/api_docs/kbn_calculate_auto.mdx b/api_docs/kbn_calculate_auto.mdx index 9e959028c756b..bef5331eab49f 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-12-27 +date: 2025-01-05 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 4eb5064e01eb4..5e18f2cc849b4 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-12-27 +date: 2025-01-05 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 154b5cb1e8fe0..438e1b487489f 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cases-components'] --- import kbnCasesComponentsObj from './kbn_cases_components.devdocs.json'; diff --git a/api_docs/kbn_cbor.devdocs.json b/api_docs/kbn_cbor.devdocs.json index aaa703e771f89..eb653a57a0456 100644 --- a/api_docs/kbn_cbor.devdocs.json +++ b/api_docs/kbn_cbor.devdocs.json @@ -25,7 +25,7 @@ "tags": [], "label": "KbnCbor", "description": [], - "path": "packages/kbn-cbor/index.ts", + "path": "src/platform/packages/shared/kbn-cbor/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -39,7 +39,7 @@ "signature": [ "(data: unknown) => any" ], - "path": "packages/kbn-cbor/index.ts", + "path": "src/platform/packages/shared/kbn-cbor/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -53,7 +53,7 @@ "signature": [ "unknown" ], - "path": "packages/kbn-cbor/index.ts", + "path": "src/platform/packages/shared/kbn-cbor/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -71,7 +71,7 @@ "signature": [ "(uint8: any) => any" ], - "path": "packages/kbn-cbor/index.ts", + "path": "src/platform/packages/shared/kbn-cbor/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -85,7 +85,7 @@ "signature": [ "any" ], - "path": "packages/kbn-cbor/index.ts", + "path": "src/platform/packages/shared/kbn-cbor/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -108,7 +108,7 @@ "signature": [ "(uint8: any) => any" ], - "path": "packages/kbn-cbor/index.ts", + "path": "src/platform/packages/shared/kbn-cbor/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -123,7 +123,7 @@ "signature": [ "any" ], - "path": "packages/kbn-cbor/index.ts", + "path": "src/platform/packages/shared/kbn-cbor/index.ts", "deprecated": false, "trackAdoption": false } @@ -140,7 +140,7 @@ "signature": [ "(data: unknown) => any" ], - "path": "packages/kbn-cbor/index.ts", + "path": "src/platform/packages/shared/kbn-cbor/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -155,7 +155,7 @@ "signature": [ "unknown" ], - "path": "packages/kbn-cbor/index.ts", + "path": "src/platform/packages/shared/kbn-cbor/index.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_cbor.mdx b/api_docs/kbn_cbor.mdx index 134a4bca506be..3ceeb2642754a 100644 --- a/api_docs/kbn_cbor.mdx +++ b/api_docs/kbn_cbor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cbor title: "@kbn/cbor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cbor plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cbor'] --- import kbnCborObj from './kbn_cbor.devdocs.json'; diff --git a/api_docs/kbn_cell_actions.mdx b/api_docs/kbn_cell_actions.mdx index d226b738034b2..fef8ccbf0c42e 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-12-27 +date: 2025-01-05 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.devdocs.json b/api_docs/kbn_chart_expressions_common.devdocs.json index d5271d494e0a0..114575c8daf21 100644 --- a/api_docs/kbn_chart_expressions_common.devdocs.json +++ b/api_docs/kbn_chart_expressions_common.devdocs.json @@ -28,13 +28,7 @@ "description": [], "signature": [ "(context?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined) => string | undefined" ], "path": "src/plugins/chart_expressions/common/utils.ts", @@ -49,13 +43,7 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined" ], "path": "src/plugins/chart_expressions/common/utils.ts", @@ -76,13 +64,7 @@ "description": [], "signature": [ "(context?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined) => string | undefined" ], "path": "src/plugins/chart_expressions/common/utils.ts", @@ -97,13 +79,7 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined" ], "path": "src/plugins/chart_expressions/common/utils.ts", @@ -322,13 +298,7 @@ "description": [], "signature": [ "(context?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined) => boolean" ], "path": "src/plugins/chart_expressions/common/utils.ts", @@ -343,13 +313,7 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined" ], "path": "src/plugins/chart_expressions/common/utils.ts", diff --git a/api_docs/kbn_chart_expressions_common.mdx b/api_docs/kbn_chart_expressions_common.mdx index 04a1cb43f877f..69ca91a6cc9b7 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-12-27 +date: 2025-01-05 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 8376c9fa491d1..7b9c76d7896cf 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/chart-icons'] --- import kbnChartIconsObj from './kbn_chart_icons.devdocs.json'; diff --git a/api_docs/kbn_charts_theme.mdx b/api_docs/kbn_charts_theme.mdx index 80da02fbf90cf..2699e3ea109ec 100644 --- a/api_docs/kbn_charts_theme.mdx +++ b/api_docs/kbn_charts_theme.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-charts-theme title: "@kbn/charts-theme" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/charts-theme plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/charts-theme'] --- import kbnChartsThemeObj from './kbn_charts_theme.devdocs.json'; diff --git a/api_docs/kbn_ci_stats_core.mdx b/api_docs/kbn_ci_stats_core.mdx index f594e9f0a836a..89b145e551fd7 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-12-27 +date: 2025-01-05 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 46d6d4a2d77b7..6ee1183b0fc6e 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-12-27 +date: 2025-01-05 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 1ca6104074ecd..4b4de3b5001d1 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-reporter'] --- import kbnCiStatsReporterObj from './kbn_ci_stats_reporter.devdocs.json'; diff --git a/api_docs/kbn_cli_dev_mode.mdx b/api_docs/kbn_cli_dev_mode.mdx index 4ce275eae43d9..ad13bd559eb98 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cli-dev-mode'] --- import kbnCliDevModeObj from './kbn_cli_dev_mode.devdocs.json'; diff --git a/api_docs/kbn_cloud_security_posture.devdocs.json b/api_docs/kbn_cloud_security_posture.devdocs.json index c0a6a4ef885f1..6e0b0da6c9c83 100644 --- a/api_docs/kbn_cloud_security_posture.devdocs.json +++ b/api_docs/kbn_cloud_security_posture.devdocs.json @@ -400,13 +400,7 @@ "description": [], "signature": [ "(toasts: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - }, + "IToasts", ", error: unknown) => void" ], "path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/public/src/utils/show_error_toast.ts", @@ -421,13 +415,7 @@ "label": "toasts", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - } + "IToasts" ], "path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/public/src/utils/show_error_toast.ts", "deprecated": false, @@ -702,13 +690,7 @@ "label": "toastNotifications", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - } + "IToasts" ], "path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/public/src/types.ts", "deprecated": false, @@ -1024,7 +1006,7 @@ "label": "sort", "description": [], "signature": [ - "string[][]" + "{ [key: string]: string; }[]" ], "path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/public/src/types.ts", "deprecated": false, diff --git a/api_docs/kbn_cloud_security_posture.mdx b/api_docs/kbn_cloud_security_posture.mdx index 76cabe69523de..c08d8a14af004 100644 --- a/api_docs/kbn_cloud_security_posture.mdx +++ b/api_docs/kbn_cloud_security_posture.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cloud-security-posture title: "@kbn/cloud-security-posture" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cloud-security-posture plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cloud-security-posture'] --- import kbnCloudSecurityPostureObj from './kbn_cloud_security_posture.devdocs.json'; diff --git a/api_docs/kbn_cloud_security_posture_common.mdx b/api_docs/kbn_cloud_security_posture_common.mdx index dfa76d210423b..00071ecc99bc0 100644 --- a/api_docs/kbn_cloud_security_posture_common.mdx +++ b/api_docs/kbn_cloud_security_posture_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cloud-security-posture-common title: "@kbn/cloud-security-posture-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cloud-security-posture-common plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cloud-security-posture-common'] --- import kbnCloudSecurityPostureCommonObj from './kbn_cloud_security_posture_common.devdocs.json'; diff --git a/api_docs/kbn_cloud_security_posture_graph.mdx b/api_docs/kbn_cloud_security_posture_graph.mdx index c9f1485e898ab..c2797a79c509e 100644 --- a/api_docs/kbn_cloud_security_posture_graph.mdx +++ b/api_docs/kbn_cloud_security_posture_graph.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cloud-security-posture-graph title: "@kbn/cloud-security-posture-graph" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cloud-security-posture-graph plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cloud-security-posture-graph'] --- import kbnCloudSecurityPostureGraphObj from './kbn_cloud_security_posture_graph.devdocs.json'; diff --git a/api_docs/kbn_code_editor.devdocs.json b/api_docs/kbn_code_editor.devdocs.json index e6ed57e11ad27..b56dc7474d0d7 100644 --- a/api_docs/kbn_code_editor.devdocs.json +++ b/api_docs/kbn_code_editor.devdocs.json @@ -433,22 +433,6 @@ "children": [], "returnComment": [] }, - { - "parentPluginId": "@kbn/code-editor", - "id": "def-common.CodeEditorProps.useDarkTheme", - "type": "CompoundType", - "tags": [], - "label": "useDarkTheme", - "description": [ - "\nShould the editor use the dark theme" - ], - "signature": [ - "boolean | undefined" - ], - "path": "packages/shared-ux/code_editor/impl/code_editor.tsx", - "deprecated": false, - "trackAdoption": false - }, { "parentPluginId": "@kbn/code-editor", "id": "def-common.CodeEditorProps.transparentBackground", diff --git a/api_docs/kbn_code_editor.mdx b/api_docs/kbn_code_editor.mdx index a0fe010616331..4f90e82fbd3b2 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-editor'] --- import kbnCodeEditorObj from './kbn_code_editor.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 41 | 0 | 17 | 0 | +| 40 | 0 | 17 | 0 | ## Common diff --git a/api_docs/kbn_code_editor_mock.mdx b/api_docs/kbn_code_editor_mock.mdx index e4b11d098c8cd..f6656480481e1 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-12-27 +date: 2025-01-05 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 6a474341194a4..f18c25d912ce4 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-12-27 +date: 2025-01-05 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 07aadfada5973..9139aa5407ef1 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-12-27 +date: 2025-01-05 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 ed8e98d30c968..5990acdee00be 100644 --- a/api_docs/kbn_config.devdocs.json +++ b/api_docs/kbn_config.devdocs.json @@ -17,7 +17,7 @@ "tags": [], "label": "Env", "description": [], - "path": "packages/kbn-config/src/env.ts", + "path": "src/platform/packages/shared/kbn-config/src/env.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -41,7 +41,7 @@ }, "; readonly dist: boolean; }" ], - "path": "packages/kbn-config/src/env.ts", + "path": "src/platform/packages/shared/kbn-config/src/env.ts", "deprecated": false, "trackAdoption": false }, @@ -57,7 +57,7 @@ "signature": [ "{ readonly name: \"production\" | \"development\"; readonly dev: boolean; readonly prod: boolean; }" ], - "path": "packages/kbn-config/src/env.ts", + "path": "src/platform/packages/shared/kbn-config/src/env.ts", "deprecated": false, "trackAdoption": false } @@ -76,7 +76,7 @@ "signature": [ "(configFiles: readonly string[]) => Record" ], - "path": "packages/kbn-config/src/raw/read_config.ts", + "path": "src/platform/packages/shared/kbn-config/src/raw/read_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -90,7 +90,7 @@ "signature": [ "readonly string[]" ], - "path": "packages/kbn-config/src/raw/read_config.ts", + "path": "src/platform/packages/shared/kbn-config/src/raw/read_config.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -109,7 +109,7 @@ "signature": [ "(leafPath: string, rootPath: string) => boolean" ], - "path": "packages/kbn-config/src/config.ts", + "path": "src/platform/packages/shared/kbn-config/src/config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -123,7 +123,7 @@ "signature": [ "string" ], - "path": "packages/kbn-config/src/config.ts", + "path": "src/platform/packages/shared/kbn-config/src/config.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -138,7 +138,7 @@ "signature": [ "string" ], - "path": "packages/kbn-config/src/config.ts", + "path": "src/platform/packages/shared/kbn-config/src/config.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -159,7 +159,7 @@ "signature": [ "(value: unknown) => boolean" ], - "path": "packages/kbn-config/src/config.ts", + "path": "src/platform/packages/shared/kbn-config/src/config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -175,7 +175,7 @@ "signature": [ "unknown" ], - "path": "packages/kbn-config/src/config.ts", + "path": "src/platform/packages/shared/kbn-config/src/config.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -195,7 +195,7 @@ "description": [ "\nList of config paths changed during deprecation.\n" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -209,7 +209,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -223,7 +223,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false } @@ -239,7 +239,7 @@ "description": [ "\nOutcome of deprecation operation. Allows mutating config values in a declarative way.\n" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -253,7 +253,7 @@ "signature": [ "{ path: string; value: any; }[] | undefined" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -267,7 +267,7 @@ "signature": [ "{ path: string; }[] | undefined" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false } @@ -283,7 +283,7 @@ "description": [ "\nDeprecation context provided to {@link ConfigDeprecation | config deprecations}\n" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -296,7 +296,7 @@ "description": [ "The current Kibana version, e.g `7.16.1`, `8.0.0`" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -309,7 +309,7 @@ "description": [ "The current Kibana branch, e.g `7.x`, `7.16`, `master`" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -331,7 +331,7 @@ "text": "DocLinks" } ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false } @@ -347,7 +347,7 @@ "description": [ "\nProvides helpers to generates the most commonly used {@link ConfigDeprecation}\nwhen invoking a {@link ConfigDeprecationProvider}.\n\nSee methods documentation for more detailed examples.\n" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -372,7 +372,7 @@ "text": "ConfigDeprecation" } ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -386,7 +386,7 @@ "signature": [ "string" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -401,7 +401,7 @@ "signature": [ "string" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -416,7 +416,7 @@ "signature": [ "FactoryConfigDeprecationDetails" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -445,7 +445,7 @@ "text": "ConfigDeprecation" } ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -459,7 +459,7 @@ "signature": [ "string" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -474,7 +474,7 @@ "signature": [ "string" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -489,7 +489,7 @@ "signature": [ "FactoryConfigDeprecationDetails" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -518,7 +518,7 @@ "text": "ConfigDeprecation" } ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -532,7 +532,7 @@ "signature": [ "string" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -547,7 +547,7 @@ "signature": [ "string" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -562,7 +562,7 @@ "signature": [ "FactoryConfigDeprecationDetails" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -591,7 +591,7 @@ "text": "ConfigDeprecation" } ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -605,7 +605,7 @@ "signature": [ "string" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -620,7 +620,7 @@ "signature": [ "string" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -635,7 +635,7 @@ "signature": [ "FactoryConfigDeprecationDetails" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -664,7 +664,7 @@ "text": "ConfigDeprecation" } ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -678,7 +678,7 @@ "signature": [ "string" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -693,7 +693,7 @@ "signature": [ "FactoryConfigDeprecationDetails" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -722,7 +722,7 @@ "text": "ConfigDeprecation" } ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -736,7 +736,7 @@ "signature": [ "string" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -751,7 +751,7 @@ "signature": [ "FactoryConfigDeprecationDetails" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -771,7 +771,7 @@ "description": [ "\nDeprecated Config Details\n" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -784,7 +784,7 @@ "description": [ "The path of the deprecated config setting" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -800,7 +800,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -813,7 +813,7 @@ "description": [ "The message to be displayed for the deprecation." ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -829,7 +829,7 @@ "signature": [ "\"warning\" | \"critical\"" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -845,7 +845,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -861,7 +861,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -877,7 +877,7 @@ "signature": [ "{ manualSteps: string[]; }" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false } @@ -891,7 +891,7 @@ "tags": [], "label": "EnvironmentMode", "description": [], - "path": "packages/kbn-config/src/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -905,7 +905,7 @@ "signature": [ "\"production\" | \"development\"" ], - "path": "packages/kbn-config/src/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -916,7 +916,7 @@ "tags": [], "label": "dev", "description": [], - "path": "packages/kbn-config/src/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -927,7 +927,7 @@ "tags": [], "label": "prod", "description": [], - "path": "packages/kbn-config/src/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -941,7 +941,7 @@ "tags": [], "label": "PackageInfo", "description": [], - "path": "packages/kbn-config/src/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -952,7 +952,7 @@ "tags": [], "label": "version", "description": [], - "path": "packages/kbn-config/src/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -963,7 +963,7 @@ "tags": [], "label": "branch", "description": [], - "path": "packages/kbn-config/src/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -974,7 +974,7 @@ "tags": [], "label": "buildNum", "description": [], - "path": "packages/kbn-config/src/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -985,7 +985,7 @@ "tags": [], "label": "buildSha", "description": [], - "path": "packages/kbn-config/src/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -996,7 +996,7 @@ "tags": [], "label": "buildShaShort", "description": [], - "path": "packages/kbn-config/src/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1010,7 +1010,7 @@ "signature": [ "Date" ], - "path": "packages/kbn-config/src/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1024,7 +1024,7 @@ "signature": [ "\"serverless\" | \"traditional\"" ], - "path": "packages/kbn-config/src/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1035,7 +1035,7 @@ "tags": [], "label": "dist", "description": [], - "path": "packages/kbn-config/src/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -1065,7 +1065,7 @@ }, ") => void" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1086,7 +1086,7 @@ "text": "DeprecatedConfigDetails" } ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false } @@ -1103,7 +1103,7 @@ "signature": [ "\"serverless\" | \"traditional\"" ], - "path": "packages/kbn-config/src/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1143,7 +1143,7 @@ "text": "ConfigDeprecationCommand" } ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1160,7 +1160,7 @@ "signature": [ "{ readonly [x: string]: any; }" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1171,7 +1171,7 @@ "tags": [], "label": "fromPath", "description": [], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1193,7 +1193,7 @@ }, ") => void" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1214,7 +1214,7 @@ "text": "DeprecatedConfigDetails" } ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false } @@ -1236,7 +1236,7 @@ "text": "ConfigDeprecationContext" } ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false } @@ -1271,7 +1271,7 @@ }, "[]" ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1292,7 +1292,7 @@ "text": "ConfigDeprecationFactory" } ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false } @@ -1309,7 +1309,7 @@ "signature": [ "string | string[]" ], - "path": "packages/kbn-config/src/config.ts", + "path": "src/platform/packages/shared/kbn-config/src/config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1324,7 +1324,7 @@ "signature": [ "(rawConfig: Record) => Record" ], - "path": "packages/kbn-config/src/raw/raw_config_service.ts", + "path": "src/platform/packages/shared/kbn-config/src/raw/raw_config_service.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1339,7 +1339,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "packages/kbn-config/src/raw/raw_config_service.ts", + "path": "src/platform/packages/shared/kbn-config/src/raw/raw_config_service.ts", "deprecated": false, "trackAdoption": false } @@ -1358,7 +1358,7 @@ "Observable", ">; }" ], - "path": "packages/kbn-config/src/raw/raw_config_service.ts", + "path": "src/platform/packages/shared/kbn-config/src/raw/raw_config_service.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_config.mdx b/api_docs/kbn_config.mdx index 2c7cca001e45a..9fd25028f648c 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config'] --- import kbnConfigObj from './kbn_config.devdocs.json'; diff --git a/api_docs/kbn_config_mocks.devdocs.json b/api_docs/kbn_config_mocks.devdocs.json index bebb572bec47a..34d9d29e0447a 100644 --- a/api_docs/kbn_config_mocks.devdocs.json +++ b/api_docs/kbn_config_mocks.devdocs.json @@ -40,7 +40,7 @@ "text": "Env" } ], - "path": "packages/kbn-config-mocks/src/env.mock.ts", + "path": "src/platform/packages/private/kbn-config-mocks/src/env.mock.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -51,7 +51,7 @@ "tags": [], "label": "{\n repoRoot = REPO_ROOT,\n envOptions = getEnvOptions(),\n packageInfo = createTestPackageInfo(),\n}", "description": [], - "path": "packages/kbn-config-mocks/src/env.mock.ts", + "path": "src/platform/packages/private/kbn-config-mocks/src/env.mock.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -65,7 +65,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-config-mocks/src/env.mock.ts", + "path": "src/platform/packages/private/kbn-config-mocks/src/env.mock.ts", "deprecated": false, "trackAdoption": false }, @@ -80,7 +80,7 @@ "EnvOptions", " | undefined" ], - "path": "packages/kbn-config-mocks/src/env.mock.ts", + "path": "src/platform/packages/private/kbn-config-mocks/src/env.mock.ts", "deprecated": false, "trackAdoption": false }, @@ -95,7 +95,7 @@ "RawPackageInfo", " | undefined" ], - "path": "packages/kbn-config-mocks/src/env.mock.ts", + "path": "src/platform/packages/private/kbn-config-mocks/src/env.mock.ts", "deprecated": false, "trackAdoption": false } @@ -116,7 +116,7 @@ "({ dist }?: { dist?: boolean | undefined; }) => ", "RawPackageInfo" ], - "path": "packages/kbn-config-mocks/src/env.mock.ts", + "path": "src/platform/packages/private/kbn-config-mocks/src/env.mock.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -127,7 +127,7 @@ "tags": [], "label": "{ dist = true }", "description": [], - "path": "packages/kbn-config-mocks/src/env.mock.ts", + "path": "src/platform/packages/private/kbn-config-mocks/src/env.mock.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -141,7 +141,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-config-mocks/src/env.mock.ts", + "path": "src/platform/packages/private/kbn-config-mocks/src/env.mock.ts", "deprecated": false, "trackAdoption": false } @@ -164,7 +164,7 @@ ">) => ", "EnvOptions" ], - "path": "packages/kbn-config-mocks/src/env.mock.ts", + "path": "src/platform/packages/private/kbn-config-mocks/src/env.mock.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -180,7 +180,7 @@ "EnvOptions", ">" ], - "path": "packages/kbn-config-mocks/src/env.mock.ts", + "path": "src/platform/packages/private/kbn-config-mocks/src/env.mock.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -209,7 +209,7 @@ "text": "ConfigDeprecationContext" } ], - "path": "packages/kbn-config-mocks/src/deprecations.mock.ts", + "path": "src/platform/packages/private/kbn-config-mocks/src/deprecations.mock.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -249,7 +249,7 @@ ", value: any], unknown>; getFlattenedPaths: jest.MockInstance; toRaw: jest.MockInstance, [], unknown>; } & ", "Config" ], - "path": "packages/kbn-config-mocks/src/config.mock.ts", + "path": "src/platform/packages/private/kbn-config-mocks/src/config.mock.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -355,7 +355,7 @@ ", dynamicConfigPaths: string[]], unknown>; setDynamicConfigOverrides: jest.MockInstance, [newOverrides: Record], unknown>; } & ", "IConfigService" ], - "path": "packages/kbn-config-mocks/src/config_service.mock.ts", + "path": "src/platform/packages/private/kbn-config-mocks/src/config_service.mock.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -382,7 +382,7 @@ "RawConfigService", ">" ], - "path": "packages/kbn-config-mocks/src/raw_config_service.mock.ts", + "path": "src/platform/packages/private/kbn-config-mocks/src/raw_config_service.mock.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -396,7 +396,7 @@ "tags": [], "label": "configDeprecationsMock", "description": [], - "path": "packages/kbn-config-mocks/src/deprecations.mock.ts", + "path": "src/platform/packages/private/kbn-config-mocks/src/deprecations.mock.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -417,7 +417,7 @@ "text": "ConfigDeprecationContext" } ], - "path": "packages/kbn-config-mocks/src/deprecations.mock.ts", + "path": "src/platform/packages/private/kbn-config-mocks/src/deprecations.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -433,7 +433,7 @@ "tags": [], "label": "configMock", "description": [], - "path": "packages/kbn-config-mocks/src/config.mock.ts", + "path": "src/platform/packages/private/kbn-config-mocks/src/config.mock.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -454,7 +454,7 @@ "text": "ConfigMock" } ], - "path": "packages/kbn-config-mocks/src/config.mock.ts", + "path": "src/platform/packages/private/kbn-config-mocks/src/config.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -470,7 +470,7 @@ "tags": [], "label": "configServiceMock", "description": [], - "path": "packages/kbn-config-mocks/src/config_service.mock.ts", + "path": "src/platform/packages/private/kbn-config-mocks/src/config_service.mock.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -491,7 +491,7 @@ "text": "IConfigServiceMock" } ], - "path": "packages/kbn-config-mocks/src/config_service.mock.ts", + "path": "src/platform/packages/private/kbn-config-mocks/src/config_service.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -506,7 +506,7 @@ "signature": [ "{ atPath?: Record | undefined; getConfig$?: Record | undefined; }" ], - "path": "packages/kbn-config-mocks/src/config_service.mock.ts", + "path": "src/platform/packages/private/kbn-config-mocks/src/config_service.mock.ts", "deprecated": false, "trackAdoption": false } @@ -522,7 +522,7 @@ "tags": [], "label": "rawConfigServiceMock", "description": [], - "path": "packages/kbn-config-mocks/src/raw_config_service.mock.ts", + "path": "src/platform/packages/private/kbn-config-mocks/src/raw_config_service.mock.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -545,7 +545,7 @@ "text": "RawConfigServiceMock" } ], - "path": "packages/kbn-config-mocks/src/raw_config_service.mock.ts", + "path": "src/platform/packages/private/kbn-config-mocks/src/raw_config_service.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -562,7 +562,7 @@ "Observable", "> | undefined; }" ], - "path": "packages/kbn-config-mocks/src/raw_config_service.mock.ts", + "path": "src/platform/packages/private/kbn-config-mocks/src/raw_config_service.mock.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_config_mocks.mdx b/api_docs/kbn_config_mocks.mdx index ae79efc7bb602..0a5b3611c919e 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config-mocks'] --- import kbnConfigMocksObj from './kbn_config_mocks.devdocs.json'; diff --git a/api_docs/kbn_config_schema.devdocs.json b/api_docs/kbn_config_schema.devdocs.json index cd2e91f19a014..3845ad8b55a69 100644 --- a/api_docs/kbn_config_schema.devdocs.json +++ b/api_docs/kbn_config_schema.devdocs.json @@ -43,7 +43,7 @@ }, "" ], - "path": "packages/kbn-config-schema/src/types/any_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/any_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -57,7 +57,7 @@ "signature": [ "any" ], - "path": "packages/kbn-config-schema/src/types/any_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/any_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -72,7 +72,7 @@ "TypeOptions", " | undefined" ], - "path": "packages/kbn-config-schema/src/types/any_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/any_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -90,7 +90,7 @@ "signature": [ "(type: string, { value }: Record) => string | undefined" ], - "path": "packages/kbn-config-schema/src/types/any_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/any_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -104,7 +104,7 @@ "signature": [ "string" ], - "path": "packages/kbn-config-schema/src/types/any_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/any_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -119,7 +119,7 @@ "signature": [ "Record" ], - "path": "packages/kbn-config-schema/src/types/any_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/any_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -137,7 +137,7 @@ "tags": [], "label": "ByteSizeValue", "description": [], - "path": "packages/kbn-config-schema/src/byte_size_value/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/byte_size_value/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -158,7 +158,7 @@ "text": "ByteSizeValue" } ], - "path": "packages/kbn-config-schema/src/byte_size_value/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/byte_size_value/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -172,7 +172,7 @@ "signature": [ "string" ], - "path": "packages/kbn-config-schema/src/byte_size_value/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/byte_size_value/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -190,7 +190,7 @@ "signature": [ "any" ], - "path": "packages/kbn-config-schema/src/byte_size_value/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/byte_size_value/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -204,7 +204,7 @@ "signature": [ "number" ], - "path": "packages/kbn-config-schema/src/byte_size_value/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/byte_size_value/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -230,7 +230,7 @@ }, ") => boolean" ], - "path": "packages/kbn-config-schema/src/byte_size_value/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/byte_size_value/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -250,7 +250,7 @@ "text": "ByteSizeValue" } ], - "path": "packages/kbn-config-schema/src/byte_size_value/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/byte_size_value/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -276,7 +276,7 @@ }, ") => boolean" ], - "path": "packages/kbn-config-schema/src/byte_size_value/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/byte_size_value/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -296,7 +296,7 @@ "text": "ByteSizeValue" } ], - "path": "packages/kbn-config-schema/src/byte_size_value/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/byte_size_value/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -322,7 +322,7 @@ }, ") => boolean" ], - "path": "packages/kbn-config-schema/src/byte_size_value/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/byte_size_value/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -342,7 +342,7 @@ "text": "ByteSizeValue" } ], - "path": "packages/kbn-config-schema/src/byte_size_value/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/byte_size_value/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -360,7 +360,7 @@ "signature": [ "() => number" ], - "path": "packages/kbn-config-schema/src/byte_size_value/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/byte_size_value/index.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -378,7 +378,7 @@ "ByteSizeValueUnit", " | undefined) => string" ], - "path": "packages/kbn-config-schema/src/byte_size_value/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/byte_size_value/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -393,7 +393,7 @@ "ByteSizeValueUnit", " | undefined" ], - "path": "packages/kbn-config-schema/src/byte_size_value/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/byte_size_value/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -429,7 +429,7 @@ }, "" ], - "path": "packages/kbn-config-schema/src/types/conditional_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/conditional_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -443,7 +443,7 @@ "signature": [ "any" ], - "path": "packages/kbn-config-schema/src/types/conditional_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/conditional_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -458,7 +458,7 @@ "Reference", "" ], - "path": "packages/kbn-config-schema/src/types/conditional_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/conditional_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -483,7 +483,7 @@ }, "" ], - "path": "packages/kbn-config-schema/src/types/conditional_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/conditional_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -505,7 +505,7 @@ }, "" ], - "path": "packages/kbn-config-schema/src/types/conditional_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/conditional_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -527,7 +527,7 @@ }, "" ], - "path": "packages/kbn-config-schema/src/types/conditional_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/conditional_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -543,7 +543,7 @@ "TypeOptions", " | undefined" ], - "path": "packages/kbn-config-schema/src/types/conditional_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/conditional_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -571,7 +571,7 @@ }, "" ], - "path": "packages/kbn-config-schema/src/types/conditional_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/conditional_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -585,7 +585,7 @@ "signature": [ "ExtendsDeepOptions" ], - "path": "packages/kbn-config-schema/src/types/conditional_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/conditional_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -603,7 +603,7 @@ "signature": [ "(type: string, { value }: Record) => string | undefined" ], - "path": "packages/kbn-config-schema/src/types/conditional_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/conditional_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -617,7 +617,7 @@ "signature": [ "string" ], - "path": "packages/kbn-config-schema/src/types/conditional_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/conditional_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -632,7 +632,7 @@ "signature": [ "Record" ], - "path": "packages/kbn-config-schema/src/types/conditional_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/conditional_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -684,7 +684,7 @@ }, "; }>>" ], - "path": "packages/kbn-config-schema/src/types/object_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/object_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -698,7 +698,7 @@ "signature": [ "any" ], - "path": "packages/kbn-config-schema/src/types/object_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/object_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -712,7 +712,7 @@ "signature": [ "P" ], - "path": "packages/kbn-config-schema/src/types/object_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/object_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -728,7 +728,7 @@ "ObjectTypeOptions", "

" ], - "path": "packages/kbn-config-schema/src/types/object_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/object_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -756,7 +756,7 @@ }, ">(newProps: NP, newOptions?: ExtendedObjectTypeOptions | undefined) => ExtendedObjectType" ], - "path": "packages/kbn-config-schema/src/types/object_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/object_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -770,7 +770,7 @@ "signature": [ "NP" ], - "path": "packages/kbn-config-schema/src/types/object_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/object_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -785,7 +785,7 @@ "signature": [ "ExtendedObjectTypeOptions | undefined" ], - "path": "packages/kbn-config-schema/src/types/object_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/object_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -813,7 +813,7 @@ }, "

" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -9153,7 +9153,7 @@ "signature": [ "P" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false }, @@ -9168,7 +9168,7 @@ "ObjectTypeOptions", "

| undefined" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false } @@ -9928,7 +9928,7 @@ }, "; }" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false }, @@ -9968,7 +9968,7 @@ }, ">" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -9990,7 +9990,7 @@ }, "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false }, @@ -10011,7 +10011,7 @@ }, "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false }, @@ -10026,7 +10026,7 @@ "RecordOfOptions", " | undefined" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false } @@ -10056,7 +10056,7 @@ "Stream", ">" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -10074,7 +10074,7 @@ "Stream", "> | undefined" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false } @@ -10092,7 +10092,7 @@ "SiblingReference", "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -10104,7 +10104,7 @@ "tags": [], "label": "key", "description": [], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false } @@ -10130,7 +10130,7 @@ }, "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -10146,7 +10146,7 @@ "StringOptions", " | undefined" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false } @@ -10172,7 +10172,7 @@ }, "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -10188,7 +10188,7 @@ "URIOptions", " | undefined" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_config_schema.mdx b/api_docs/kbn_config_schema.mdx index 21bdb45212186..9e43df3c2e1be 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config-schema'] --- import kbnConfigSchemaObj from './kbn_config_schema.devdocs.json'; diff --git a/api_docs/kbn_content_management_content_editor.mdx b/api_docs/kbn_content_management_content_editor.mdx index b165ef1e079f6..166e0ccf9ebf6 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-content-editor'] --- import kbnContentManagementContentEditorObj from './kbn_content_management_content_editor.devdocs.json'; diff --git a/api_docs/kbn_content_management_content_insights_public.devdocs.json b/api_docs/kbn_content_management_content_insights_public.devdocs.json index 67a3cd13854e8..9c6827a87c8c0 100644 --- a/api_docs/kbn_content_management_content_insights_public.devdocs.json +++ b/api_docs/kbn_content_management_content_insights_public.devdocs.json @@ -65,13 +65,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "packages/content-management/content_insights/content_insights_public/src/client.ts", "deprecated": false, diff --git a/api_docs/kbn_content_management_content_insights_public.mdx b/api_docs/kbn_content_management_content_insights_public.mdx index b1aa1b5aea4a0..e748bda8271f3 100644 --- a/api_docs/kbn_content_management_content_insights_public.mdx +++ b/api_docs/kbn_content_management_content_insights_public.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-content-insights-public title: "@kbn/content-management-content-insights-public" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-content-insights-public plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-content-insights-public'] --- import kbnContentManagementContentInsightsPublicObj from './kbn_content_management_content_insights_public.devdocs.json'; diff --git a/api_docs/kbn_content_management_content_insights_server.mdx b/api_docs/kbn_content_management_content_insights_server.mdx index fc515f8c7f67b..348f26cf01d93 100644 --- a/api_docs/kbn_content_management_content_insights_server.mdx +++ b/api_docs/kbn_content_management_content_insights_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-content-insights-server title: "@kbn/content-management-content-insights-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-content-insights-server plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-content-insights-server'] --- import kbnContentManagementContentInsightsServerObj from './kbn_content_management_content_insights_server.devdocs.json'; diff --git a/api_docs/kbn_content_management_favorites_common.mdx b/api_docs/kbn_content_management_favorites_common.mdx index 34fd0c8e2aae6..5b44ccfe7870c 100644 --- a/api_docs/kbn_content_management_favorites_common.mdx +++ b/api_docs/kbn_content_management_favorites_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-favorites-common title: "@kbn/content-management-favorites-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-favorites-common plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-favorites-common'] --- import kbnContentManagementFavoritesCommonObj from './kbn_content_management_favorites_common.devdocs.json'; diff --git a/api_docs/kbn_content_management_favorites_public.devdocs.json b/api_docs/kbn_content_management_favorites_public.devdocs.json index f9c7973e3f746..3391b141db3cd 100644 --- a/api_docs/kbn_content_management_favorites_public.devdocs.json +++ b/api_docs/kbn_content_management_favorites_public.devdocs.json @@ -94,13 +94,21 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" + ], + "path": "packages/content-management/favorites/favorites_public/src/favorites_client.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/content-management-favorites-public", + "id": "def-public.FavoritesClient.Unnamed.$3.userProfile", + "type": "Object", + "tags": [], + "label": "userProfile", + "description": [], + "signature": [ + "UserProfileService" ], "path": "packages/content-management/favorites/favorites_public/src/favorites_client.ts", "deprecated": false, @@ -132,6 +140,22 @@ ], "returnComment": [] }, + { + "parentPluginId": "@kbn/content-management-favorites-public", + "id": "def-public.FavoritesClient.isAvailable", + "type": "Function", + "tags": [], + "label": "isAvailable", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "packages/content-management/favorites/favorites_public/src/favorites_client.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, { "parentPluginId": "@kbn/content-management-favorites-public", "id": "def-public.FavoritesClient.getFavorites", @@ -702,6 +726,22 @@ ], "returnComment": [] }, + { + "parentPluginId": "@kbn/content-management-favorites-public", + "id": "def-public.FavoritesClientPublic.isAvailable", + "type": "Function", + "tags": [], + "label": "isAvailable", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "packages/content-management/favorites/favorites_public/src/favorites_client.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, { "parentPluginId": "@kbn/content-management-favorites-public", "id": "def-public.FavoritesClientPublic.getFavoriteType", diff --git a/api_docs/kbn_content_management_favorites_public.mdx b/api_docs/kbn_content_management_favorites_public.mdx index 85ba131a91ff8..dde69fc110e75 100644 --- a/api_docs/kbn_content_management_favorites_public.mdx +++ b/api_docs/kbn_content_management_favorites_public.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-favorites-public title: "@kbn/content-management-favorites-public" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-favorites-public plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-favorites-public'] --- import kbnContentManagementFavoritesPublicObj from './kbn_content_management_favorites_public.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 43 | 0 | 42 | 1 | +| 46 | 0 | 45 | 1 | ## Client diff --git a/api_docs/kbn_content_management_favorites_server.devdocs.json b/api_docs/kbn_content_management_favorites_server.devdocs.json index 9d76ed71bef3a..58057bad832fc 100644 --- a/api_docs/kbn_content_management_favorites_server.devdocs.json +++ b/api_docs/kbn_content_management_favorites_server.devdocs.json @@ -20,13 +20,7 @@ "description": [], "signature": [ "({\n logger,\n core,\n usageCollection,\n}: { core: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "; logger: ", { "pluginId": "@kbn/logging", @@ -69,13 +63,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "" ], "path": "packages/content-management/favorites/favorites_server/src/index.ts", diff --git a/api_docs/kbn_content_management_favorites_server.mdx b/api_docs/kbn_content_management_favorites_server.mdx index 87ab3b088f19f..5f3f5bdfcbb67 100644 --- a/api_docs/kbn_content_management_favorites_server.mdx +++ b/api_docs/kbn_content_management_favorites_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-favorites-server title: "@kbn/content-management-favorites-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-favorites-server plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-favorites-server'] --- import kbnContentManagementFavoritesServerObj from './kbn_content_management_favorites_server.devdocs.json'; diff --git a/api_docs/kbn_content_management_tabbed_table_list_view.mdx b/api_docs/kbn_content_management_tabbed_table_list_view.mdx index c074963d5703c..9ef1832989f61 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-12-27 +date: 2025-01-05 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 663717a9aef48..5e5804d7d7ce1 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-table-list-view'] --- import kbnContentManagementTableListViewObj from './kbn_content_management_table_list_view.devdocs.json'; diff --git a/api_docs/kbn_content_management_table_list_view_common.mdx b/api_docs/kbn_content_management_table_list_view_common.mdx index aacae802b57a6..45fb78ec30fd8 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-12-27 +date: 2025-01-05 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 ec4985c0f513c..83e4abb33ae13 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 @@ -176,61 +176,19 @@ "TableListViewStartServices & { application: { capabilities: { [key: string]: Readonly>>; }; getUrlForApp: (app: string, options: { path: string; }) => string; currentAppId$: ", "Observable", "; navigateToUrl: (url: string) => void | Promise; }; notifications: { toasts: { addDanger: (notifyArgs: { title: ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", "; text?: string | undefined; }) => void; }; }; http: { basePath: { prepend: (path: string) => string; }; }; overlays: { openFlyout(mount: ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", ", options?: ", - { - "pluginId": "@kbn/core-overlays-browser", - "scope": "public", - "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-public.OverlayFlyoutOpenOptions", - "text": "OverlayFlyoutOpenOptions" - }, + "OverlayFlyoutOpenOptions", " | undefined): ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.OverlayRef", - "text": "OverlayRef" - }, + "OverlayRef", "; }; userProfile: { bulkGet: (params: ", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileBulkGetParams", - "text": "UserProfileBulkGetParams" - }, + "UserProfileBulkGetParams", ") => Promise<", - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfile", - "text": "UserProfile" - }, + "UserProfile", "[]>; }; }" ], "path": "packages/content-management/table_list_view_table/src/services.tsx", @@ -320,7 +278,7 @@ "text": "FormattedRelativeProps" } ], - "path": "packages/kbn-i18n-react/src/compatiblity_layer.tsx", + "path": "src/platform/packages/shared/kbn-i18n-react/src/compatiblity_layer.tsx", "deprecated": false, "trackAdoption": false } @@ -877,7 +835,7 @@ }, { "plugin": "filesManagement", - "path": "src/plugins/files_management/public/app.tsx" + "path": "src/platform/plugins/private/files_management/public/app.tsx" } ] }, 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 480ca01cb08bc..8787ab19537fb 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-12-27 +date: 2025-01-05 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 5aeaee0910d8a..68090f68568f6 100644 --- a/api_docs/kbn_content_management_user_profiles.devdocs.json +++ b/api_docs/kbn_content_management_user_profiles.devdocs.json @@ -512,29 +512,11 @@ "description": [], "signature": [ "{ userProfile: { bulkGet: (params: ", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileBulkGetParams", - "text": "UserProfileBulkGetParams" - }, + "UserProfileBulkGetParams", ") => Promise<", - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfile", - "text": "UserProfile" - }, + "UserProfile", "[]>; }; }" ], "path": "packages/content-management/user_profiles/src/services.tsx", diff --git a/api_docs/kbn_content_management_user_profiles.mdx b/api_docs/kbn_content_management_user_profiles.mdx index 1b4f42dd4c21d..a48e44df2871a 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-user-profiles'] --- import kbnContentManagementUserProfilesObj from './kbn_content_management_user_profiles.devdocs.json'; diff --git a/api_docs/kbn_content_management_utils.devdocs.json b/api_docs/kbn_content_management_utils.devdocs.json index 57e4a206e1291..c6bc173fbcbe8 100644 --- a/api_docs/kbn_content_management_utils.devdocs.json +++ b/api_docs/kbn_content_management_utils.devdocs.json @@ -43,7 +43,7 @@ }, ">" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -57,7 +57,7 @@ "signature": [ "any" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -78,7 +78,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -103,16 +103,10 @@ "text": "StorageContext" }, ", savedObject: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindResult", - "text": "SavedObjectsFindResult" - }, + "SavedObjectsFindResult", ") => Types[\"Item\"]; additionalSearchFields?: string[] | undefined; } | undefined" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false }, @@ -134,7 +128,7 @@ }, ", id: string) => Promise" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -154,7 +148,7 @@ "text": "StorageContext" } ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -169,7 +163,7 @@ "signature": [ "string" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -187,7 +181,7 @@ "signature": [ "() => Promise" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -211,7 +205,7 @@ }, ", data: Types[\"Attributes\"], options: Types[\"CreateOptions\"]) => Promise" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -231,7 +225,7 @@ "text": "StorageContext" } ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -246,7 +240,7 @@ "signature": [ "Types[\"Attributes\"]" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -261,7 +255,7 @@ "signature": [ "Types[\"CreateOptions\"]" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -287,7 +281,7 @@ }, ", id: string, data: Types[\"Attributes\"], options: Types[\"UpdateOptions\"]) => Promise" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -307,7 +301,7 @@ "text": "StorageContext" } ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -322,7 +316,7 @@ "signature": [ "string" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -337,7 +331,7 @@ "signature": [ "Types[\"Attributes\"]" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -352,7 +346,7 @@ "signature": [ "Types[\"UpdateOptions\"]" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -378,7 +372,7 @@ }, ", id: string, options?: { force: boolean; } | undefined) => Promise" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -398,7 +392,7 @@ "text": "StorageContext" } ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -413,7 +407,7 @@ "signature": [ "string" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -425,7 +419,7 @@ "tags": [], "label": "options", "description": [], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -436,7 +430,7 @@ "tags": [], "label": "force", "description": [], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false } @@ -471,7 +465,7 @@ }, ", options?: Types[\"SearchOptions\"]) => Promise" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -491,7 +485,7 @@ "text": "StorageContext" } ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -512,7 +506,7 @@ "text": "SearchQuery" } ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -527,7 +521,7 @@ "signature": [ "Types[\"SearchOptions\"]" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -549,23 +543,11 @@ "description": [], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCreateOptions", - "text": "SavedObjectsCreateOptions" - }, + "SavedObjectsCreateOptions", ") => ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCreateOptions", - "text": "SavedObjectsCreateOptions" - } + "SavedObjectsCreateOptions" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -577,15 +559,9 @@ "label": "params", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCreateOptions", - "text": "SavedObjectsCreateOptions" - } + "SavedObjectsCreateOptions" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -628,7 +604,7 @@ }, "; }>" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -649,7 +625,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -675,16 +651,10 @@ "text": "StorageContext" }, ", savedObject: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindResult", - "text": "SavedObjectsFindResult" - }, + "SavedObjectsFindResult", ") => ReturnItem; }" ], - "path": "packages/kbn-content-management-utils/src/msearch.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/msearch.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -698,7 +668,7 @@ "signature": [ "GetMSearchParams" ], - "path": "packages/kbn-content-management-utils/src/msearch.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/msearch.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -773,7 +743,7 @@ }, "<\"savedObjectConversion\" | \"savedObjectImport\" | undefined>; }>; }>" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -794,7 +764,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -909,7 +879,7 @@ }, "; }>" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -930,7 +900,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -964,15 +934,9 @@ "text": "SearchArgsToSOFindOptionsOptionsDefault" }, ">) => ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptions", - "text": "SavedObjectsFindOptions" - } + "SavedObjectsFindOptions" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1001,7 +965,7 @@ }, ">" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1019,24 +983,12 @@ "description": [], "signature": [ "({ included, excluded, }?: { included?: string[] | undefined; excluded?: string[] | undefined; }) => { hasReference: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", "[] | undefined; hasNoReference: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", "[] | undefined; }" ], - "path": "packages/kbn-content-management-utils/src/utils.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1047,7 +999,7 @@ "tags": [], "label": "{\n included,\n excluded,\n}", "description": [], - "path": "packages/kbn-content-management-utils/src/utils.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1061,7 +1013,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-content-management-utils/src/utils.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/utils.ts", "deprecated": false, "trackAdoption": false }, @@ -1075,7 +1027,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-content-management-utils/src/utils.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/utils.ts", "deprecated": false, "trackAdoption": false } @@ -1102,24 +1054,12 @@ "text": "CMCrudTypes" }, ">(params: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateOptions", - "text": "SavedObjectsUpdateOptions" - }, + "SavedObjectsUpdateOptions", ") => ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateOptions", - "text": "SavedObjectsUpdateOptions" - }, + "SavedObjectsUpdateOptions", "" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1131,16 +1071,10 @@ "label": "params", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateOptions", - "text": "SavedObjectsUpdateOptions" - }, + "SavedObjectsUpdateOptions", "" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1158,7 +1092,7 @@ "tags": [], "label": "CMCrudTypes", "description": [], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1174,7 +1108,7 @@ "signature": [ "object" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1197,7 +1131,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1229,7 +1163,7 @@ }, "[] | undefined; }" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1252,7 +1186,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1276,7 +1210,7 @@ }, "; meta: { outcome: \"exactMatch\" | \"aliasMatch\" | \"conflict\"; aliasTargetId?: string | undefined; aliasPurpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; }; }" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1299,7 +1233,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1323,7 +1257,7 @@ }, "; meta?: undefined; }" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1339,7 +1273,7 @@ "signature": [ "object" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1362,7 +1296,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1386,7 +1320,7 @@ }, "[]; pagination: { total: number; cursor?: string | undefined; }; }" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1402,7 +1336,7 @@ "signature": [ "object" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1425,7 +1359,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1449,7 +1383,7 @@ }, "; meta?: undefined; }" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1465,7 +1399,7 @@ "signature": [ "object" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1488,7 +1422,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1510,7 +1444,7 @@ "text": "DeleteResult" } ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -1539,7 +1473,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1553,7 +1487,7 @@ "signature": [ "Attributes" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1576,7 +1510,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1608,7 +1542,7 @@ }, "[] | undefined; }" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1624,7 +1558,7 @@ "signature": [ "CreateOptions" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1640,7 +1574,7 @@ "signature": [ "UpdateOptions" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1656,7 +1590,7 @@ "signature": [ "SearchOptions" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1679,7 +1613,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1703,7 +1637,7 @@ }, "; meta: { outcome: \"exactMatch\" | \"aliasMatch\" | \"conflict\"; aliasTargetId?: string | undefined; aliasPurpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; }; }" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1726,7 +1660,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1750,7 +1684,7 @@ }, "; meta?: undefined; }" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1773,7 +1707,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1797,7 +1731,7 @@ }, "[]; pagination: { total: number; cursor?: string | undefined; }; }" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1820,7 +1754,7 @@ }, ", UpdateOptions>" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1844,7 +1778,7 @@ }, "; meta?: undefined; }" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1867,7 +1801,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1889,7 +1823,7 @@ "text": "DeleteResult" } ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -1913,7 +1847,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/msearch.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/msearch.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1924,7 +1858,7 @@ "tags": [], "label": "savedObjectType", "description": [], - "path": "packages/kbn-content-management-utils/src/msearch.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/msearch.ts", "deprecated": false, "trackAdoption": false }, @@ -1945,16 +1879,10 @@ "text": "StorageContext" }, ", savedObject: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindResult", - "text": "SavedObjectsFindResult" - }, + "SavedObjectsFindResult", ") => ReturnItem" ], - "path": "packages/kbn-content-management-utils/src/msearch.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/msearch.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1974,7 +1902,7 @@ "text": "StorageContext" } ], - "path": "packages/kbn-content-management-utils/src/msearch.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/msearch.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1987,16 +1915,10 @@ "label": "savedObject", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindResult", - "text": "SavedObjectsFindResult" - }, + "SavedObjectsFindResult", "" ], - "path": "packages/kbn-content-management-utils/src/msearch.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/msearch.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2014,7 +1936,7 @@ "tags": [], "label": "Reference", "description": [], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2025,7 +1947,7 @@ "tags": [], "label": "type", "description": [], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2036,7 +1958,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2047,7 +1969,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -2063,7 +1985,7 @@ "description": [ "Saved Object create options - Pick and Omit to customize" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2079,7 +2001,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2095,7 +2017,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2111,7 +2033,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2134,7 +2056,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2150,7 +2072,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2166,7 +2088,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -2182,7 +2104,7 @@ "description": [ "Saved Object search options - Pick and Omit to customize" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2198,7 +2120,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2214,7 +2136,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2230,7 +2152,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2247,7 +2169,7 @@ "SortOrder", " | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2263,7 +2185,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2279,7 +2201,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2295,7 +2217,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2312,7 +2234,7 @@ "SortResults", " | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2328,7 +2250,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2342,24 +2264,12 @@ "\nSearch for documents having a reference to the specified objects.\nUse `hasReferenceOperator` to specify the operator to use when searching for multiple references." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", " | ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", "[] | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2375,7 +2285,7 @@ "signature": [ "\"AND\" | \"OR\" | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2389,24 +2299,12 @@ "\nSearch for documents *not* having a reference to the specified objects.\nUse `hasNoReferenceOperator` to specify the operator to use when searching for multiple references." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", " | ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", "[] | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2422,7 +2320,7 @@ "signature": [ "\"AND\" | \"OR\" | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2438,7 +2336,7 @@ "signature": [ "\"AND\" | \"OR\" | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2454,7 +2352,7 @@ "signature": [ "any" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2474,7 +2372,7 @@ "AggregationsAggregationContainer", "> | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2490,7 +2388,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2504,16 +2402,10 @@ "\nSearch against a specific Point In Time (PIT) that you've opened with {@link SavedObjectsClient.openPointInTimeForType}." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsPitParams", - "text": "SavedObjectsPitParams" - }, + "SavedObjectsPitParams", " | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -2539,7 +2431,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2562,7 +2454,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2576,7 +2468,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2590,16 +2482,10 @@ "The Elasticsearch Refresh setting for this operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.MutatingOperationRefreshSetting", - "text": "MutatingOperationRefreshSetting" - }, + "MutatingOperationRefreshSetting", " | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2615,7 +2501,7 @@ "signature": [ "Attributes | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2631,7 +2517,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2647,7 +2533,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -2661,7 +2547,7 @@ "tags": [], "label": "SearchArgsToSOFindOptionsOptionsDefault", "description": [], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2675,7 +2561,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false }, @@ -2689,7 +2575,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false } @@ -2703,7 +2589,7 @@ "tags": [], "label": "ServicesDefinitionSet", "description": [], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2724,7 +2610,7 @@ "text": "ServicesDefinition" } ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -2748,7 +2634,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2759,7 +2645,7 @@ "tags": [], "label": "savedObjectType", "description": [], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false }, @@ -2779,7 +2665,7 @@ "text": "ServicesDefinitionSet" } ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false }, @@ -2793,7 +2679,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false }, @@ -2814,7 +2700,7 @@ }, " | undefined" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false }, @@ -2835,7 +2721,7 @@ }, " | undefined" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false }, @@ -2856,7 +2742,7 @@ }, " | undefined" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false }, @@ -2872,7 +2758,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false }, @@ -2886,7 +2772,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false }, @@ -2906,7 +2792,7 @@ "text": "Logger" } ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false }, @@ -2917,7 +2803,7 @@ "tags": [], "label": "throwOnResultValidationError", "description": [], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false } @@ -2943,7 +2829,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2954,7 +2840,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2965,7 +2851,7 @@ "tags": [], "label": "type", "description": [], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2979,7 +2865,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2993,7 +2879,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3007,7 +2893,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3021,7 +2907,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3035,7 +2921,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3049,7 +2935,7 @@ "signature": [ "{ error: string; message: string; statusCode: number; metadata?: Record | undefined; } | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3063,7 +2949,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3077,7 +2963,7 @@ "signature": [ "Attributes" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3098,7 +2984,7 @@ }, "[]" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3112,7 +2998,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3126,7 +3012,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -3145,15 +3031,9 @@ "description": [], "signature": [ "(params: Types[\"CreateOptions\"]) => ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCreateOptions", - "text": "SavedObjectsCreateOptions" - } + "SavedObjectsCreateOptions" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3168,7 +3048,7 @@ "signature": [ "Types[\"CreateOptions\"]" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false } @@ -3187,7 +3067,7 @@ "signature": [ "{ item: T; meta: { outcome: \"exactMatch\" | \"aliasMatch\" | \"conflict\"; aliasTargetId?: string | undefined; aliasPurpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; }; }" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3201,15 +3081,9 @@ "description": [], "signature": [ "(params: Types[\"SearchIn\"]) => ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptions", - "text": "SavedObjectsFindOptions" - } + "SavedObjectsFindOptions" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3224,7 +3098,7 @@ "signature": [ "Types[\"SearchIn\"]" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false } @@ -3257,7 +3131,7 @@ }, "[] | undefined; }" ], - "path": "packages/kbn-content-management-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3271,16 +3145,10 @@ "description": [], "signature": [ "(params: Types[\"UpdateOptions\"]) => ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateOptions", - "text": "SavedObjectsUpdateOptions" - }, + "SavedObjectsUpdateOptions", "" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3295,7 +3163,7 @@ "signature": [ "Types[\"UpdateOptions\"]" ], - "path": "packages/kbn-content-management-utils/src/saved_object_content_storage.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/saved_object_content_storage.ts", "deprecated": false, "trackAdoption": false } @@ -3353,7 +3221,7 @@ }, "<{}>; }>" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3365,7 +3233,7 @@ "tags": [], "label": "createOptionsSchemas", "description": [], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3386,7 +3254,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -3407,7 +3275,7 @@ }, "[] | undefined>" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -3428,7 +3296,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -3449,7 +3317,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -3470,7 +3338,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -3491,7 +3359,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false } @@ -3539,7 +3407,7 @@ }, "; }>" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3561,7 +3429,7 @@ }, "[]>" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3583,7 +3451,7 @@ }, "<\"AND\" | \"OR\">" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3595,7 +3463,7 @@ "tags": [], "label": "searchOptionsSchemas", "description": [], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3616,7 +3484,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -3637,7 +3505,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -3658,7 +3526,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -3679,7 +3547,7 @@ }, "<\"asc\" | \"desc\" | undefined>" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -3700,7 +3568,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -3721,7 +3589,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -3742,7 +3610,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -3763,7 +3631,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -3784,7 +3652,7 @@ }, " | Readonly<{ name?: string | undefined; } & { id: string; type: string; }>[] | undefined>" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -3805,7 +3673,7 @@ }, "<\"AND\" | \"OR\" | undefined>" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -3826,7 +3694,7 @@ }, " | Readonly<{ name?: string | undefined; } & { id: string; type: string; }>[] | undefined>" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -3847,7 +3715,7 @@ }, "<\"AND\" | \"OR\" | undefined>" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -3868,7 +3736,7 @@ }, "<\"AND\" | \"OR\" | undefined>" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -3889,7 +3757,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -3910,7 +3778,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -3931,7 +3799,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -3952,7 +3820,7 @@ }, " | undefined>" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false } @@ -3966,7 +3834,7 @@ "tags": [], "label": "updateOptionsSchema", "description": [], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3987,7 +3855,7 @@ }, "[] | undefined>" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -4008,7 +3876,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -4029,7 +3897,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -4059,7 +3927,7 @@ }, "; statusCode: number; }> | undefined; version?: string | undefined; namespaces?: string[] | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; originId?: string | undefined; } & { id: string; type: string; attributes: Readonly<{ [x: string]: any; } & {}>; references: Readonly<{ name?: string | undefined; } & { id: string; type: string; }>[]; }> | undefined>" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4080,7 +3948,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4105,7 +3973,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -4126,7 +3994,7 @@ }, "" ], - "path": "packages/kbn-content-management-utils/src/schema.ts", + "path": "src/platform/packages/shared/kbn-content-management-utils/src/schema.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_content_management_utils.mdx b/api_docs/kbn_content_management_utils.mdx index b215701f956fc..f4e4b727a9e88 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-12-27 +date: 2025-01-05 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 f32c54b1846cc..c3eb9e2c59bd2 100644 --- a/api_docs/kbn_core_analytics_browser.devdocs.json +++ b/api_docs/kbn_core_analytics_browser.devdocs.json @@ -479,136 +479,148 @@ "trackAdoption": true, "references": [ { - "plugin": "@kbn/ebt-tools", - "path": "packages/kbn-ebt-tools/src/performance_metric_events/helpers.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/status/server-internal/src/status_service.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/track_clicks.ts" + "path": "src/core/packages/plugins/server-internal/src/plugin_context.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/track_viewport_size.ts" + "path": "src/core/packages/plugins/server-internal/src/plugin_context.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" + "path": "src/core/packages/plugins/server-internal/src/plugin_context.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" + "path": "src/core/packages/plugins/server-internal/src/plugin_context.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" + "path": "src/core/packages/plugins/server-internal/src/plugin_context.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" + "path": "src/core/packages/plugins/server-internal/src/plugin_context.ts" }, { - "plugin": "@kbn/core-notifications-browser-internal", - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/telemetry/event_reporter.ts" + "plugin": "@kbn/ebt-tools", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/helpers.ts" }, { - "plugin": "@kbn/core-notifications-browser-internal", - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/telemetry/event_reporter.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-root-browser-internal", - "path": "packages/core/root/core-root-browser-internal/src/core_system.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-status-server-internal", - "path": "packages/core/status/core-status-server-internal/src/status_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/root/server-internal/src/events/kibana_started.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/notifications/browser-internal/src/toasts/telemetry/event_reporter.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/notifications/browser-internal/src/toasts/telemetry/event_reporter.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/browser-internal/src/track_clicks.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/browser-internal/src/track_viewport_size.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-root-server-internal", - "path": "packages/core/root/core-root-server-internal/src/events/kibana_started.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/root/browser-internal/src/core_system.ts" + }, + { + "plugin": "security", + "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" + }, + { + "plugin": "security", + "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" + }, + { + "plugin": "security", + "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" }, { "plugin": "@kbn/cloud", - "path": "packages/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" + "path": "src/platform/packages/shared/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" }, { "plugin": "@kbn/cloud", - "path": "packages/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" + "path": "src/platform/packages/shared/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" }, { "plugin": "@kbn/cloud", - "path": "packages/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" + "path": "src/platform/packages/shared/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" }, { "plugin": "@kbn/cloud", - "path": "packages/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" + "path": "src/platform/packages/shared/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" }, { "plugin": "@kbn/cloud", - "path": "packages/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" + "path": "src/platform/packages/shared/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" }, { "plugin": "@kbn/cloud", - "path": "packages/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" + "path": "src/platform/packages/shared/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" }, { "plugin": "@kbn/cloud", - "path": "packages/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" + "path": "src/platform/packages/shared/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" }, { "plugin": "@kbn/cloud", - "path": "packages/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" + "path": "src/platform/packages/shared/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" }, { "plugin": "@kbn/cloud", - "path": "packages/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" + "path": "src/platform/packages/shared/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" }, { "plugin": "@kbn/shared-ux-chrome-navigation", @@ -623,16 +635,8 @@ "path": "x-pack/plugins/spaces/public/analytics/event_tracker.ts" }, { - "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" - }, - { - "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" - }, - { - "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" + "plugin": "spaces", + "path": "x-pack/plugins/spaces/public/management/management_service.test.ts" }, { "plugin": "actions", @@ -652,35 +656,27 @@ }, { "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.ts" + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.ts" }, { "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.ts" + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.ts" }, { "plugin": "globalSearchBar", - "path": "x-pack/plugins/global_search_bar/public/telemetry/event_reporter.ts" + "path": "x-pack/platform/plugins/private/global_search_bar/public/telemetry/event_reporter.ts" }, { "plugin": "globalSearchBar", - "path": "x-pack/plugins/global_search_bar/public/telemetry/event_reporter.ts" - }, - { - "plugin": "reporting", - "path": "x-pack/plugins/reporting/server/usage/event_tracker.ts" - }, - { - "plugin": "searchPlayground", - "path": "x-pack/plugins/search_playground/server/routes.ts" + "path": "x-pack/platform/plugins/private/global_search_bar/public/telemetry/event_reporter.ts" }, { "plugin": "integrationAssistant", "path": "x-pack/platform/plugins/shared/integration_assistant/public/services/telemetry/service.ts" }, { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/services/telemetry/fleet_usage_sender.ts" + "plugin": "reporting", + "path": "x-pack/platform/plugins/private/reporting/server/usage/event_tracker.ts" }, { "plugin": "fleet", @@ -703,44 +699,8 @@ "path": "x-pack/platform/plugins/shared/fleet/server/services/telemetry/fleet_usage_sender.ts" }, { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/public/services/telemetry/telemetry_client.ts" - }, - { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/public/services/telemetry/telemetry_client.ts" - }, - { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/public/services/telemetry/telemetry_client.ts" - }, - { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/public/services/telemetry/telemetry_client.ts" - }, - { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_client.ts" - }, - { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_client.ts" - }, - { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_client.ts" - }, - { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_client.ts" - }, - { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_client.ts" - }, - { - "plugin": "spaces", - "path": "x-pack/plugins/spaces/public/management/management_service.test.ts" + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/server/services/telemetry/fleet_usage_sender.ts" }, { "plugin": "datasetQuality", @@ -894,6 +854,22 @@ "plugin": "observabilityAIAssistant", "path": "x-pack/platform/plugins/shared/observability_solution/observability_ai_assistant/public/service/create_chat_service.test.ts" }, + { + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/public/services/telemetry/telemetry_client.ts" + }, + { + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/public/services/telemetry/telemetry_client.ts" + }, + { + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/public/services/telemetry/telemetry_client.ts" + }, + { + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/public/services/telemetry/telemetry_client.ts" + }, { "plugin": "infra", "path": "x-pack/solutions/observability/plugins/infra/public/services/telemetry/telemetry_client.ts" @@ -959,8 +935,24 @@ "path": "x-pack/solutions/observability/plugins/infra/public/services/telemetry/telemetry_client.ts" }, { - "plugin": "observabilityLogsExplorer", - "path": "x-pack/solutions/observability/plugins/observability_logs_explorer/public/state_machines/observability_logs_explorer/src/telemetry_events.ts" + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_client.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_client.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_client.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_client.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_client.ts" }, { "plugin": "observabilityOnboarding", @@ -1002,6 +994,10 @@ "plugin": "observabilityOnboarding", "path": "x-pack/solutions/observability/plugins/observability_onboarding/public/application/app.tsx" }, + { + "plugin": "searchPlayground", + "path": "x-pack/solutions/search/plugins/search_playground/server/routes.ts" + }, { "plugin": "securitySolutionServerless", "path": "x-pack/solutions/security/plugins/security_solution_serverless/server/task_manager/nlp_cleanup_task/nlp_cleanup_task.ts" @@ -1010,6 +1006,10 @@ "plugin": "securitySolutionServerless", "path": "x-pack/solutions/security/plugins/security_solution_serverless/server/task_manager/nlp_cleanup_task/nlp_cleanup_task.ts" }, + { + "plugin": "observabilityLogsExplorer", + "path": "x-pack/solutions/observability/plugins/observability_logs_explorer/public/state_machines/observability_logs_explorer/src/telemetry_events.ts" + }, { "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/server/endpoint/services/actions/clients/lib/base_response_actions_client.test.ts" @@ -1062,142 +1062,6 @@ "plugin": "@kbn/shared-ux-chrome-navigation", "path": "packages/shared-ux/chrome/navigation/mocks/storybook.ts" }, - { - "plugin": "@kbn/core-analytics-browser-mocks", - "path": "packages/core/analytics/core-analytics-browser-mocks/src/analytics_service.mock.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/risk_score/tasks/risk_scoring_task.test.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/risk_score/tasks/risk_scoring_task.test.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/risk_score/tasks/risk_scoring_task.test.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/risk_score/tasks/risk_scoring_task.test.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/telemetry/send_alert_suppression_telemetry_event.test.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/telemetry/send_alert_suppression_telemetry_event.test.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/telemetry/send_alert_suppression_telemetry_event.test.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/telemetry/send_alert_suppression_telemetry_event.test.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/telemetry/send_alert_suppression_telemetry_event.test.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/telemetry/send_alert_suppression_telemetry_event.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "@kbn/core-analytics-browser-mocks", - "path": "packages/core/analytics/core-analytics-browser-mocks/src/analytics_service.mock.ts" - }, - { - "plugin": "@kbn/core-root-browser-internal", - "path": "packages/core/root/core-root-browser-internal/src/core_system.test.ts" - }, - { - "plugin": "@kbn/core-root-browser-internal", - "path": "packages/core/root/core-root-browser-internal/src/core_system.test.ts" - }, - { - "plugin": "@kbn/core-root-browser-internal", - "path": "packages/core/root/core-root-browser-internal/src/core_system.test.ts" - }, - { - "plugin": "@kbn/core-root-browser-internal", - "path": "packages/core/root/core-root-browser-internal/src/core_system.test.ts" - }, - { - "plugin": "@kbn/core-root-browser-internal", - "path": "packages/core/root/core-root-browser-internal/src/core_system.test.ts" - }, - { - "plugin": "@kbn/core-root-browser-internal", - "path": "packages/core/root/core-root-browser-internal/src/core_system.test.ts" - }, { "plugin": "@kbn/core-analytics-server-mocks", "path": "packages/core/analytics/core-analytics-server-mocks/src/analytics_service.mock.ts" @@ -1208,75 +1072,27 @@ }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" - }, - { - "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" - }, - { - "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" - }, - { - "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" - }, - { - "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" - }, - { - "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" - }, - { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/public/services/telemetry/telemetry_service.test.ts" - }, - { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/public/services/telemetry/telemetry_service.test.ts" - }, - { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_service.test.ts" - }, - { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_service.test.ts" - }, - { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_service.test.ts" - }, - { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_service.test.ts" - }, - { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_service.test.ts" + "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" }, { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_service.test.ts" + "plugin": "security", + "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" }, { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_service.test.ts" + "plugin": "security", + "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" }, { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_service.test.ts" + "plugin": "security", + "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" }, { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_service.test.ts" + "plugin": "security", + "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" }, { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_service.test.ts" + "plugin": "security", + "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" }, { "plugin": "datasetQuality", @@ -1318,6 +1134,14 @@ "plugin": "datasetQuality", "path": "x-pack/platform/plugins/shared/dataset_quality/public/services/telemetry/telemetry_service.test.ts" }, + { + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/public/services/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/public/services/telemetry/telemetry_service.test.ts" + }, { "plugin": "infra", "path": "x-pack/solutions/observability/plugins/infra/public/services/telemetry/telemetry_service.test.ts" @@ -1454,6 +1278,46 @@ "plugin": "infra", "path": "x-pack/solutions/observability/plugins/infra/public/services/telemetry/telemetry_service.test.ts" }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_service.test.ts" + }, { "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/public/common/lib/telemetry/telemetry_service.test.ts" @@ -1463,16 +1327,16 @@ "path": "x-pack/solutions/security/plugins/security_solution/public/common/lib/telemetry/telemetry_service.test.ts" }, { - "plugin": "@kbn/core-status-server-internal", - "path": "packages/core/status/core-status-server-internal/src/status_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/status/server-internal/src/status_service.test.ts" }, { - "plugin": "@kbn/core-status-server-internal", - "path": "packages/core/status/core-status-server-internal/src/status_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/status/server-internal/src/status_service.test.ts" }, { - "plugin": "@kbn/core-status-server-internal", - "path": "packages/core/status/core-status-server-internal/src/status_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/status/server-internal/src/status_service.test.ts" }, { "plugin": "@kbn/core-analytics-server-mocks", @@ -1486,6 +1350,142 @@ "plugin": "actions", "path": "x-pack/platform/plugins/shared/actions/server/lib/action_executor.test.ts" }, + { + "plugin": "@kbn/core-analytics-browser-mocks", + "path": "packages/core/analytics/core-analytics-browser-mocks/src/analytics_service.mock.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/risk_score/tasks/risk_scoring_task.test.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/risk_score/tasks/risk_scoring_task.test.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/risk_score/tasks/risk_scoring_task.test.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/risk_score/tasks/risk_scoring_task.test.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/telemetry/send_alert_suppression_telemetry_event.test.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/telemetry/send_alert_suppression_telemetry_event.test.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/telemetry/send_alert_suppression_telemetry_event.test.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/telemetry/send_alert_suppression_telemetry_event.test.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/telemetry/send_alert_suppression_telemetry_event.test.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/telemetry/send_alert_suppression_telemetry_event.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "@kbn/core-analytics-browser-mocks", + "path": "packages/core/analytics/core-analytics-browser-mocks/src/analytics_service.mock.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/root/browser-internal/src/core_system.test.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/root/browser-internal/src/core_system.test.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/root/browser-internal/src/core_system.test.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/root/browser-internal/src/core_system.test.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/root/browser-internal/src/core_system.test.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/root/browser-internal/src/core_system.test.ts" + }, { "plugin": "@kbn/core", "path": "src/core/packages/analytics/browser-internal/src/analytics_service.test.mocks.ts" @@ -1773,100 +1773,100 @@ "trackAdoption": true, "references": [ { - "plugin": "@kbn/core-execution-context-browser-internal", - "path": "packages/core/execution-context/core-execution-context-browser-internal/src/execution_context_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/elasticsearch/server-internal/src/register_analytics_context_provider.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/application/browser-internal/src/register_analytics_context_provider.ts" + "path": "src/core/packages/environment/server-internal/src/environment_service.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/track_viewport_size.ts" + "path": "src/core/packages/status/server-internal/src/status_service.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" + "path": "src/core/packages/plugins/server-internal/src/plugin_context.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" + "path": "src/core/packages/plugins/server-internal/src/plugin_context.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" + "path": "src/core/packages/plugins/server-internal/src/plugin_context.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" + "path": "src/core/packages/plugins/server-internal/src/plugin_context.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-chrome-browser-internal", - "path": "packages/core/chrome/core-chrome-browser-internal/src/register_analytics_context_provider.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-elasticsearch-server-internal", - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/register_analytics_context_provider.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-environment-server-internal", - "path": "packages/core/environment/core-environment-server-internal/src/environment_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-status-server-internal", - "path": "packages/core/status/core-status-server-internal/src/status_service.ts" + "plugin": "cloud", + "path": "x-pack/platform/plugins/shared/cloud/common/register_cloud_deployment_id_analytics_context.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" + "plugin": "licensing", + "path": "x-pack/platform/plugins/shared/licensing/common/register_analytics_context_provider.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/execution-context/browser-internal/src/execution_context_service.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/application/browser-internal/src/register_analytics_context_provider.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_viewport_size.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { - "plugin": "licensing", - "path": "x-pack/plugins/licensing/common/register_analytics_context_provider.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { - "plugin": "cloud", - "path": "x-pack/plugins/cloud/common/register_cloud_deployment_id_analytics_context.ts" + "plugin": "@kbn/core-chrome-browser-internal", + "path": "packages/core/chrome/core-chrome-browser-internal/src/register_analytics_context_provider.ts" }, { "plugin": "spaces", @@ -1877,21 +1877,41 @@ "path": "x-pack/plugins/security/public/analytics/register_user_context.ts" }, { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.ts" + "plugin": "telemetry", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts" }, { - "plugin": "telemetry", - "path": "src/plugins/telemetry/public/plugin.ts" + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.ts" }, { "plugin": "telemetry", - "path": "src/plugins/telemetry/server/plugin.ts" + "path": "src/platform/plugins/shared/telemetry/server/plugin.ts" }, { "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/public/common/lib/telemetry/telemetry_service.ts" }, + { + "plugin": "@kbn/core-analytics-server-mocks", + "path": "packages/core/analytics/core-analytics-server-mocks/src/analytics_service.mock.ts" + }, + { + "plugin": "@kbn/core-analytics-server-mocks", + "path": "packages/core/analytics/core-analytics-server-mocks/src/analytics_service.mock.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/elasticsearch/server-internal/src/register_analytics_context_provider.test.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/status/server-internal/src/status_service.test.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/status/server-internal/src/status_service.test.ts" + }, { "plugin": "@kbn/core-analytics-browser-mocks", "path": "packages/core/analytics/core-analytics-browser-mocks/src/analytics_service.mock.ts" @@ -1946,7 +1966,7 @@ }, { "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" }, { "plugin": "@kbn/core", @@ -1961,44 +1981,24 @@ "path": "src/core/packages/application/browser-internal/src/register_analytics_context_provider.test.ts" }, { - "plugin": "@kbn/core-chrome-browser-internal", - "path": "packages/core/chrome/core-chrome-browser-internal/src/register_analytics_context_provider.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/execution-context/browser-internal/src/execution_context_service.test.ts" }, { - "plugin": "@kbn/core-chrome-browser-internal", - "path": "packages/core/chrome/core-chrome-browser-internal/src/register_analytics_context_provider.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/execution-context/browser-internal/src/execution_context_service.test.ts" }, { "plugin": "@kbn/core-chrome-browser-internal", "path": "packages/core/chrome/core-chrome-browser-internal/src/register_analytics_context_provider.test.ts" }, { - "plugin": "@kbn/core-execution-context-browser-internal", - "path": "packages/core/execution-context/core-execution-context-browser-internal/src/execution_context_service.test.ts" - }, - { - "plugin": "@kbn/core-execution-context-browser-internal", - "path": "packages/core/execution-context/core-execution-context-browser-internal/src/execution_context_service.test.ts" - }, - { - "plugin": "@kbn/core-analytics-server-mocks", - "path": "packages/core/analytics/core-analytics-server-mocks/src/analytics_service.mock.ts" - }, - { - "plugin": "@kbn/core-analytics-server-mocks", - "path": "packages/core/analytics/core-analytics-server-mocks/src/analytics_service.mock.ts" - }, - { - "plugin": "@kbn/core-elasticsearch-server-internal", - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/register_analytics_context_provider.test.ts" - }, - { - "plugin": "@kbn/core-status-server-internal", - "path": "packages/core/status/core-status-server-internal/src/status_service.test.ts" + "plugin": "@kbn/core-chrome-browser-internal", + "path": "packages/core/chrome/core-chrome-browser-internal/src/register_analytics_context_provider.test.ts" }, { - "plugin": "@kbn/core-status-server-internal", - "path": "packages/core/status/core-status-server-internal/src/status_service.test.ts" + "plugin": "@kbn/core-chrome-browser-internal", + "path": "packages/core/chrome/core-chrome-browser-internal/src/register_analytics_context_provider.test.ts" }, { "plugin": "@kbn/core", diff --git a/api_docs/kbn_core_analytics_browser.mdx b/api_docs/kbn_core_analytics_browser.mdx index ff5ec5dc8ed16..c463f233f3c8b 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser'] --- import kbnCoreAnalyticsBrowserObj from './kbn_core_analytics_browser.devdocs.json'; diff --git a/api_docs/kbn_core_analytics_browser_internal.mdx b/api_docs/kbn_core_analytics_browser_internal.mdx index cfb88783dd670..af12b83cb2fb2 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser-internal'] --- import kbnCoreAnalyticsBrowserInternalObj from './kbn_core_analytics_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_analytics_browser_mocks.mdx b/api_docs/kbn_core_analytics_browser_mocks.mdx index 7b9f347bbc1f3..64022753d3bf8 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser-mocks'] --- import kbnCoreAnalyticsBrowserMocksObj from './kbn_core_analytics_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_analytics_server.devdocs.json b/api_docs/kbn_core_analytics_server.devdocs.json index b14bae72cf742..f5119ca05ff4a 100644 --- a/api_docs/kbn_core_analytics_server.devdocs.json +++ b/api_docs/kbn_core_analytics_server.devdocs.json @@ -487,136 +487,148 @@ "trackAdoption": true, "references": [ { - "plugin": "@kbn/ebt-tools", - "path": "packages/kbn-ebt-tools/src/performance_metric_events/helpers.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/status/server-internal/src/status_service.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/track_clicks.ts" + "path": "src/core/packages/plugins/server-internal/src/plugin_context.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/track_viewport_size.ts" + "path": "src/core/packages/plugins/server-internal/src/plugin_context.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" + "path": "src/core/packages/plugins/server-internal/src/plugin_context.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" + "path": "src/core/packages/plugins/server-internal/src/plugin_context.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" + "path": "src/core/packages/plugins/server-internal/src/plugin_context.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" + "path": "src/core/packages/plugins/server-internal/src/plugin_context.ts" }, { - "plugin": "@kbn/core-notifications-browser-internal", - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/telemetry/event_reporter.ts" + "plugin": "@kbn/ebt-tools", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/helpers.ts" }, { - "plugin": "@kbn/core-notifications-browser-internal", - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/telemetry/event_reporter.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-root-browser-internal", - "path": "packages/core/root/core-root-browser-internal/src/core_system.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-status-server-internal", - "path": "packages/core/status/core-status-server-internal/src/status_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/root/server-internal/src/events/kibana_started.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/notifications/browser-internal/src/toasts/telemetry/event_reporter.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/notifications/browser-internal/src/toasts/telemetry/event_reporter.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/browser-internal/src/track_clicks.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/browser-internal/src/track_viewport_size.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-root-server-internal", - "path": "packages/core/root/core-root-server-internal/src/events/kibana_started.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/root/browser-internal/src/core_system.ts" + }, + { + "plugin": "security", + "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" + }, + { + "plugin": "security", + "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" + }, + { + "plugin": "security", + "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" }, { "plugin": "@kbn/cloud", - "path": "packages/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" + "path": "src/platform/packages/shared/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" }, { "plugin": "@kbn/cloud", - "path": "packages/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" + "path": "src/platform/packages/shared/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" }, { "plugin": "@kbn/cloud", - "path": "packages/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" + "path": "src/platform/packages/shared/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" }, { "plugin": "@kbn/cloud", - "path": "packages/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" + "path": "src/platform/packages/shared/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" }, { "plugin": "@kbn/cloud", - "path": "packages/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" + "path": "src/platform/packages/shared/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" }, { "plugin": "@kbn/cloud", - "path": "packages/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" + "path": "src/platform/packages/shared/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" }, { "plugin": "@kbn/cloud", - "path": "packages/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" + "path": "src/platform/packages/shared/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" }, { "plugin": "@kbn/cloud", - "path": "packages/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" + "path": "src/platform/packages/shared/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" }, { "plugin": "@kbn/cloud", - "path": "packages/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" + "path": "src/platform/packages/shared/cloud/connection_details/kibana/kibana_connection_details_provider.tsx" }, { "plugin": "@kbn/shared-ux-chrome-navigation", @@ -631,16 +643,8 @@ "path": "x-pack/plugins/spaces/public/analytics/event_tracker.ts" }, { - "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" - }, - { - "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" - }, - { - "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.ts" + "plugin": "spaces", + "path": "x-pack/plugins/spaces/public/management/management_service.test.ts" }, { "plugin": "actions", @@ -660,35 +664,27 @@ }, { "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.ts" + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.ts" }, { "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.ts" + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.ts" }, { "plugin": "globalSearchBar", - "path": "x-pack/plugins/global_search_bar/public/telemetry/event_reporter.ts" + "path": "x-pack/platform/plugins/private/global_search_bar/public/telemetry/event_reporter.ts" }, { "plugin": "globalSearchBar", - "path": "x-pack/plugins/global_search_bar/public/telemetry/event_reporter.ts" - }, - { - "plugin": "reporting", - "path": "x-pack/plugins/reporting/server/usage/event_tracker.ts" - }, - { - "plugin": "searchPlayground", - "path": "x-pack/plugins/search_playground/server/routes.ts" + "path": "x-pack/platform/plugins/private/global_search_bar/public/telemetry/event_reporter.ts" }, { "plugin": "integrationAssistant", "path": "x-pack/platform/plugins/shared/integration_assistant/public/services/telemetry/service.ts" }, { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/services/telemetry/fleet_usage_sender.ts" + "plugin": "reporting", + "path": "x-pack/platform/plugins/private/reporting/server/usage/event_tracker.ts" }, { "plugin": "fleet", @@ -711,44 +707,8 @@ "path": "x-pack/platform/plugins/shared/fleet/server/services/telemetry/fleet_usage_sender.ts" }, { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/public/services/telemetry/telemetry_client.ts" - }, - { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/public/services/telemetry/telemetry_client.ts" - }, - { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/public/services/telemetry/telemetry_client.ts" - }, - { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/public/services/telemetry/telemetry_client.ts" - }, - { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_client.ts" - }, - { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_client.ts" - }, - { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_client.ts" - }, - { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_client.ts" - }, - { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_client.ts" - }, - { - "plugin": "spaces", - "path": "x-pack/plugins/spaces/public/management/management_service.test.ts" + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/server/services/telemetry/fleet_usage_sender.ts" }, { "plugin": "datasetQuality", @@ -902,6 +862,22 @@ "plugin": "observabilityAIAssistant", "path": "x-pack/platform/plugins/shared/observability_solution/observability_ai_assistant/public/service/create_chat_service.test.ts" }, + { + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/public/services/telemetry/telemetry_client.ts" + }, + { + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/public/services/telemetry/telemetry_client.ts" + }, + { + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/public/services/telemetry/telemetry_client.ts" + }, + { + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/public/services/telemetry/telemetry_client.ts" + }, { "plugin": "infra", "path": "x-pack/solutions/observability/plugins/infra/public/services/telemetry/telemetry_client.ts" @@ -967,8 +943,24 @@ "path": "x-pack/solutions/observability/plugins/infra/public/services/telemetry/telemetry_client.ts" }, { - "plugin": "observabilityLogsExplorer", - "path": "x-pack/solutions/observability/plugins/observability_logs_explorer/public/state_machines/observability_logs_explorer/src/telemetry_events.ts" + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_client.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_client.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_client.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_client.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_client.ts" }, { "plugin": "observabilityOnboarding", @@ -1010,6 +1002,10 @@ "plugin": "observabilityOnboarding", "path": "x-pack/solutions/observability/plugins/observability_onboarding/public/application/app.tsx" }, + { + "plugin": "searchPlayground", + "path": "x-pack/solutions/search/plugins/search_playground/server/routes.ts" + }, { "plugin": "securitySolutionServerless", "path": "x-pack/solutions/security/plugins/security_solution_serverless/server/task_manager/nlp_cleanup_task/nlp_cleanup_task.ts" @@ -1018,6 +1014,10 @@ "plugin": "securitySolutionServerless", "path": "x-pack/solutions/security/plugins/security_solution_serverless/server/task_manager/nlp_cleanup_task/nlp_cleanup_task.ts" }, + { + "plugin": "observabilityLogsExplorer", + "path": "x-pack/solutions/observability/plugins/observability_logs_explorer/public/state_machines/observability_logs_explorer/src/telemetry_events.ts" + }, { "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/server/endpoint/services/actions/clients/lib/base_response_actions_client.test.ts" @@ -1070,142 +1070,6 @@ "plugin": "@kbn/shared-ux-chrome-navigation", "path": "packages/shared-ux/chrome/navigation/mocks/storybook.ts" }, - { - "plugin": "@kbn/core-analytics-browser-mocks", - "path": "packages/core/analytics/core-analytics-browser-mocks/src/analytics_service.mock.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/risk_score/tasks/risk_scoring_task.test.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/risk_score/tasks/risk_scoring_task.test.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/risk_score/tasks/risk_scoring_task.test.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/risk_score/tasks/risk_scoring_task.test.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/telemetry/send_alert_suppression_telemetry_event.test.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/telemetry/send_alert_suppression_telemetry_event.test.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/telemetry/send_alert_suppression_telemetry_event.test.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/telemetry/send_alert_suppression_telemetry_event.test.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/telemetry/send_alert_suppression_telemetry_event.test.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/telemetry/send_alert_suppression_telemetry_event.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" - }, - { - "plugin": "@kbn/core-analytics-browser-mocks", - "path": "packages/core/analytics/core-analytics-browser-mocks/src/analytics_service.mock.ts" - }, - { - "plugin": "@kbn/core-root-browser-internal", - "path": "packages/core/root/core-root-browser-internal/src/core_system.test.ts" - }, - { - "plugin": "@kbn/core-root-browser-internal", - "path": "packages/core/root/core-root-browser-internal/src/core_system.test.ts" - }, - { - "plugin": "@kbn/core-root-browser-internal", - "path": "packages/core/root/core-root-browser-internal/src/core_system.test.ts" - }, - { - "plugin": "@kbn/core-root-browser-internal", - "path": "packages/core/root/core-root-browser-internal/src/core_system.test.ts" - }, - { - "plugin": "@kbn/core-root-browser-internal", - "path": "packages/core/root/core-root-browser-internal/src/core_system.test.ts" - }, - { - "plugin": "@kbn/core-root-browser-internal", - "path": "packages/core/root/core-root-browser-internal/src/core_system.test.ts" - }, { "plugin": "@kbn/core-analytics-server-mocks", "path": "packages/core/analytics/core-analytics-server-mocks/src/analytics_service.mock.ts" @@ -1216,75 +1080,27 @@ }, { "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" - }, - { - "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" - }, - { - "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" - }, - { - "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" - }, - { - "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" - }, - { - "plugin": "security", - "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" - }, - { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/public/services/telemetry/telemetry_service.test.ts" - }, - { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/public/services/telemetry/telemetry_service.test.ts" - }, - { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_service.test.ts" - }, - { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_service.test.ts" - }, - { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_service.test.ts" - }, - { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_service.test.ts" - }, - { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_service.test.ts" + "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" }, { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_service.test.ts" + "plugin": "security", + "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" }, { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_service.test.ts" + "plugin": "security", + "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" }, { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_service.test.ts" + "plugin": "security", + "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" }, { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_service.test.ts" + "plugin": "security", + "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" }, { - "plugin": "inventory", - "path": "x-pack/plugins/observability_solution/inventory/public/services/telemetry/telemetry_service.test.ts" + "plugin": "security", + "path": "x-pack/plugins/security/server/analytics/analytics_service.test.ts" }, { "plugin": "datasetQuality", @@ -1326,6 +1142,14 @@ "plugin": "datasetQuality", "path": "x-pack/platform/plugins/shared/dataset_quality/public/services/telemetry/telemetry_service.test.ts" }, + { + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/public/services/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/public/services/telemetry/telemetry_service.test.ts" + }, { "plugin": "infra", "path": "x-pack/solutions/observability/plugins/infra/public/services/telemetry/telemetry_service.test.ts" @@ -1462,6 +1286,46 @@ "plugin": "infra", "path": "x-pack/solutions/observability/plugins/infra/public/services/telemetry/telemetry_service.test.ts" }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "inventory", + "path": "x-pack/solutions/observability/plugins/inventory/public/services/telemetry/telemetry_service.test.ts" + }, { "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/public/common/lib/telemetry/telemetry_service.test.ts" @@ -1471,16 +1335,16 @@ "path": "x-pack/solutions/security/plugins/security_solution/public/common/lib/telemetry/telemetry_service.test.ts" }, { - "plugin": "@kbn/core-status-server-internal", - "path": "packages/core/status/core-status-server-internal/src/status_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/status/server-internal/src/status_service.test.ts" }, { - "plugin": "@kbn/core-status-server-internal", - "path": "packages/core/status/core-status-server-internal/src/status_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/status/server-internal/src/status_service.test.ts" }, { - "plugin": "@kbn/core-status-server-internal", - "path": "packages/core/status/core-status-server-internal/src/status_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/status/server-internal/src/status_service.test.ts" }, { "plugin": "@kbn/core-analytics-server-mocks", @@ -1494,6 +1358,142 @@ "plugin": "actions", "path": "x-pack/platform/plugins/shared/actions/server/lib/action_executor.test.ts" }, + { + "plugin": "@kbn/core-analytics-browser-mocks", + "path": "packages/core/analytics/core-analytics-browser-mocks/src/analytics_service.mock.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/risk_score/tasks/risk_scoring_task.test.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/risk_score/tasks/risk_scoring_task.test.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/risk_score/tasks/risk_scoring_task.test.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/risk_score/tasks/risk_scoring_task.test.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/telemetry/send_alert_suppression_telemetry_event.test.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/telemetry/send_alert_suppression_telemetry_event.test.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/telemetry/send_alert_suppression_telemetry_event.test.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/telemetry/send_alert_suppression_telemetry_event.test.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/telemetry/send_alert_suppression_telemetry_event.test.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/telemetry/send_alert_suppression_telemetry_event.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" + }, + { + "plugin": "@kbn/core-analytics-browser-mocks", + "path": "packages/core/analytics/core-analytics-browser-mocks/src/analytics_service.mock.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/root/browser-internal/src/core_system.test.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/root/browser-internal/src/core_system.test.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/root/browser-internal/src/core_system.test.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/root/browser-internal/src/core_system.test.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/root/browser-internal/src/core_system.test.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/root/browser-internal/src/core_system.test.ts" + }, { "plugin": "@kbn/core", "path": "src/core/packages/analytics/browser-internal/src/analytics_service.test.mocks.ts" @@ -1781,100 +1781,100 @@ "trackAdoption": true, "references": [ { - "plugin": "@kbn/core-execution-context-browser-internal", - "path": "packages/core/execution-context/core-execution-context-browser-internal/src/execution_context_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/elasticsearch/server-internal/src/register_analytics_context_provider.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/application/browser-internal/src/register_analytics_context_provider.ts" + "path": "src/core/packages/environment/server-internal/src/environment_service.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/track_viewport_size.ts" + "path": "src/core/packages/status/server-internal/src/status_service.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" + "path": "src/core/packages/plugins/server-internal/src/plugin_context.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" + "path": "src/core/packages/plugins/server-internal/src/plugin_context.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" + "path": "src/core/packages/plugins/server-internal/src/plugin_context.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" + "path": "src/core/packages/plugins/server-internal/src/plugin_context.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-chrome-browser-internal", - "path": "packages/core/chrome/core-chrome-browser-internal/src/register_analytics_context_provider.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-elasticsearch-server-internal", - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/register_analytics_context_provider.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-environment-server-internal", - "path": "packages/core/environment/core-environment-server-internal/src/environment_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" }, { - "plugin": "@kbn/core-status-server-internal", - "path": "packages/core/status/core-status-server-internal/src/status_service.ts" + "plugin": "cloud", + "path": "x-pack/platform/plugins/shared/cloud/common/register_cloud_deployment_id_analytics_context.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" + "plugin": "licensing", + "path": "x-pack/platform/plugins/shared/licensing/common/register_analytics_context_provider.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/execution-context/browser-internal/src/execution_context_service.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/application/browser-internal/src/register_analytics_context_provider.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/track_viewport_size.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/analytics/server-internal/src/analytics_service.ts" + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { - "plugin": "licensing", - "path": "x-pack/plugins/licensing/common/register_analytics_context_provider.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/analytics/browser-internal/src/analytics_service.ts" }, { - "plugin": "cloud", - "path": "x-pack/plugins/cloud/common/register_cloud_deployment_id_analytics_context.ts" + "plugin": "@kbn/core-chrome-browser-internal", + "path": "packages/core/chrome/core-chrome-browser-internal/src/register_analytics_context_provider.ts" }, { "plugin": "spaces", @@ -1885,21 +1885,41 @@ "path": "x-pack/plugins/security/public/analytics/register_user_context.ts" }, { - "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.ts" + "plugin": "telemetry", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts" }, { - "plugin": "telemetry", - "path": "src/plugins/telemetry/public/plugin.ts" + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.ts" }, { "plugin": "telemetry", - "path": "src/plugins/telemetry/server/plugin.ts" + "path": "src/platform/plugins/shared/telemetry/server/plugin.ts" }, { "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/public/common/lib/telemetry/telemetry_service.ts" }, + { + "plugin": "@kbn/core-analytics-server-mocks", + "path": "packages/core/analytics/core-analytics-server-mocks/src/analytics_service.mock.ts" + }, + { + "plugin": "@kbn/core-analytics-server-mocks", + "path": "packages/core/analytics/core-analytics-server-mocks/src/analytics_service.mock.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/elasticsearch/server-internal/src/register_analytics_context_provider.test.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/status/server-internal/src/status_service.test.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/status/server-internal/src/status_service.test.ts" + }, { "plugin": "@kbn/core-analytics-browser-mocks", "path": "packages/core/analytics/core-analytics-browser-mocks/src/analytics_service.mock.ts" @@ -1954,7 +1974,7 @@ }, { "plugin": "discover", - "path": "src/plugins/discover/public/services/discover_ebt_manager.test.ts" + "path": "src/platform/plugins/shared/discover/public/services/discover_ebt_manager.test.ts" }, { "plugin": "@kbn/core", @@ -1969,44 +1989,24 @@ "path": "src/core/packages/application/browser-internal/src/register_analytics_context_provider.test.ts" }, { - "plugin": "@kbn/core-chrome-browser-internal", - "path": "packages/core/chrome/core-chrome-browser-internal/src/register_analytics_context_provider.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/execution-context/browser-internal/src/execution_context_service.test.ts" }, { - "plugin": "@kbn/core-chrome-browser-internal", - "path": "packages/core/chrome/core-chrome-browser-internal/src/register_analytics_context_provider.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/execution-context/browser-internal/src/execution_context_service.test.ts" }, { "plugin": "@kbn/core-chrome-browser-internal", "path": "packages/core/chrome/core-chrome-browser-internal/src/register_analytics_context_provider.test.ts" }, { - "plugin": "@kbn/core-execution-context-browser-internal", - "path": "packages/core/execution-context/core-execution-context-browser-internal/src/execution_context_service.test.ts" - }, - { - "plugin": "@kbn/core-execution-context-browser-internal", - "path": "packages/core/execution-context/core-execution-context-browser-internal/src/execution_context_service.test.ts" - }, - { - "plugin": "@kbn/core-analytics-server-mocks", - "path": "packages/core/analytics/core-analytics-server-mocks/src/analytics_service.mock.ts" - }, - { - "plugin": "@kbn/core-analytics-server-mocks", - "path": "packages/core/analytics/core-analytics-server-mocks/src/analytics_service.mock.ts" - }, - { - "plugin": "@kbn/core-elasticsearch-server-internal", - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/register_analytics_context_provider.test.ts" - }, - { - "plugin": "@kbn/core-status-server-internal", - "path": "packages/core/status/core-status-server-internal/src/status_service.test.ts" + "plugin": "@kbn/core-chrome-browser-internal", + "path": "packages/core/chrome/core-chrome-browser-internal/src/register_analytics_context_provider.test.ts" }, { - "plugin": "@kbn/core-status-server-internal", - "path": "packages/core/status/core-status-server-internal/src/status_service.test.ts" + "plugin": "@kbn/core-chrome-browser-internal", + "path": "packages/core/chrome/core-chrome-browser-internal/src/register_analytics_context_provider.test.ts" }, { "plugin": "@kbn/core", diff --git a/api_docs/kbn_core_analytics_server.mdx b/api_docs/kbn_core_analytics_server.mdx index 6e0e46b96f0b8..1fc5ea819109f 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server'] --- import kbnCoreAnalyticsServerObj from './kbn_core_analytics_server.devdocs.json'; diff --git a/api_docs/kbn_core_analytics_server_internal.mdx b/api_docs/kbn_core_analytics_server_internal.mdx index 555d6074db24f..ffba2c2a62c64 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server-internal'] --- import kbnCoreAnalyticsServerInternalObj from './kbn_core_analytics_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_analytics_server_mocks.mdx b/api_docs/kbn_core_analytics_server_mocks.mdx index fdbaedeb46907..7dd4134f0027f 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server-mocks'] --- import kbnCoreAnalyticsServerMocksObj from './kbn_core_analytics_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_application_browser.devdocs.json b/api_docs/kbn_core_application_browser.devdocs.json index de924f9283cad..417126a68dd77 100644 --- a/api_docs/kbn_core_application_browser.devdocs.json +++ b/api_docs/kbn_core_application_browser.devdocs.json @@ -146,13 +146,7 @@ ], "signature": [ "Partial<", - { - "pluginId": "@kbn/core-capabilities-common", - "scope": "common", - "docId": "kibKbnCoreCapabilitiesCommonPluginApi", - "section": "def-common.Capabilities", - "text": "Capabilities" - }, + "Capabilities", "> | undefined" ], "path": "src/core/packages/application/browser/src/application.ts", @@ -1037,25 +1031,25 @@ "plugin": "@kbn/core", "path": "src/core/packages/application/browser-internal/src/ui/app_container.tsx" }, - { - "plugin": "@kbn/core-application-browser-mocks", - "path": "packages/core/application/core-application-browser-mocks/src/application_service.mock.ts" - }, { "plugin": "management", "path": "src/platform/plugins/shared/management/public/application.tsx" }, { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/public/applications/integrations/index.tsx" + "plugin": "@kbn/core-application-browser-mocks", + "path": "packages/core/application/core-application-browser-mocks/src/application_service.mock.ts" }, { "plugin": "security", "path": "x-pack/plugins/security/public/authentication/logout/logout_app.test.ts" }, + { + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/public/applications/integrations/index.tsx" + }, { "plugin": "kibanaOverview", - "path": "src/plugins/kibana_overview/public/application.tsx" + "path": "src/platform/plugins/private/kibana_overview/public/application.tsx" }, { "plugin": "@kbn/core", @@ -1110,13 +1104,7 @@ ], "signature": [ "(menuMount: ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", " | undefined) => void" ], "path": "src/core/packages/application/browser/src/app_mount.ts", @@ -1131,13 +1119,7 @@ "label": "menuMount", "description": [], "signature": [ - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", " | undefined" ], "path": "src/core/packages/application/browser/src/app_mount.ts", @@ -1160,13 +1142,7 @@ "signature": [ "Observable", "<", - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.CoreTheme", - "text": "CoreTheme" - }, + "CoreTheme", ">" ], "path": "src/core/packages/application/browser/src/app_mount.ts", diff --git a/api_docs/kbn_core_application_browser.mdx b/api_docs/kbn_core_application_browser.mdx index 36db6e3d6f4eb..33df73ff7ea99 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser'] --- import kbnCoreApplicationBrowserObj from './kbn_core_application_browser.devdocs.json'; diff --git a/api_docs/kbn_core_application_browser_internal.devdocs.json b/api_docs/kbn_core_application_browser_internal.devdocs.json index bbd8f35778a36..be72ccf3a434b 100644 --- a/api_docs/kbn_core_application_browser_internal.devdocs.json +++ b/api_docs/kbn_core_application_browser_internal.devdocs.json @@ -99,13 +99,7 @@ ], "signature": [ "(url: string, basePath: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IBasePath", - "text": "IBasePath" - }, + "IBasePath", ", apps: Map>, currentUrl?: string) => ", @@ -139,13 +133,7 @@ "label": "basePath", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IBasePath", - "text": "IBasePath" - } + "IBasePath" ], "path": "src/core/packages/application/browser-internal/src/utils/parse_app_url.ts", "deprecated": false, diff --git a/api_docs/kbn_core_application_browser_internal.mdx b/api_docs/kbn_core_application_browser_internal.mdx index c2ff1e0764083..2bfaee172b00d 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser-internal'] --- import kbnCoreApplicationBrowserInternalObj from './kbn_core_application_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_application_browser_mocks.devdocs.json b/api_docs/kbn_core_application_browser_mocks.devdocs.json index dc9a1e4c9f2e1..2f089e685d663 100644 --- a/api_docs/kbn_core_application_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_application_browser_mocks.devdocs.json @@ -191,23 +191,11 @@ " | undefined; appBasePath?: string | undefined; onAppLeave?: ((handler: ", "AppLeaveHandler", ") => void) | undefined; setHeaderActionMenu?: ((menuMount: ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", " | undefined) => void) | undefined; theme$?: ", "Observable", "<", - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.CoreTheme", - "text": "CoreTheme" - }, + "CoreTheme", "> | undefined; }" ], "path": "packages/core/application/core-application-browser-mocks/src/application_service.mock.ts", diff --git a/api_docs/kbn_core_application_browser_mocks.mdx b/api_docs/kbn_core_application_browser_mocks.mdx index 40114036eacfe..22774db362d76 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser-mocks'] --- import kbnCoreApplicationBrowserMocksObj from './kbn_core_application_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_application_common.mdx b/api_docs/kbn_core_application_common.mdx index 27ca041018257..868acd2834eeb 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-12-27 +date: 2025-01-05 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 e01ace9f3bd69..bcf50a10c4da3 100644 --- a/api_docs/kbn_core_apps_browser_internal.devdocs.json +++ b/api_docs/kbn_core_apps_browser_internal.devdocs.json @@ -169,13 +169,7 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", ", \"staticAssets\"> & { staticAssets: ", "InternalStaticAssets", "; }" @@ -206,13 +200,7 @@ "label": "notifications", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.NotificationsSetup", - "text": "NotificationsSetup" - } + "NotificationsSetup" ], "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, @@ -254,13 +242,7 @@ "label": "docLinks", "description": [], "signature": [ - { - "pluginId": "@kbn/core-doc-links-browser", - "scope": "public", - "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-public.DocLinksStart", - "text": "DocLinksStart" - } + "DocLinksStart" ], "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, @@ -275,13 +257,7 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", ", \"staticAssets\"> & { staticAssets: ", "InternalStaticAssets", "; }" @@ -298,13 +274,7 @@ "label": "notifications", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.NotificationsStart", - "text": "NotificationsStart" - } + "NotificationsStart" ], "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, @@ -358,13 +328,7 @@ "label": "i18n", "description": [], "signature": [ - { - "pluginId": "@kbn/core-i18n-browser", - "scope": "public", - "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-public.I18nStart", - "text": "I18nStart" - } + "I18nStart" ], "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, @@ -378,13 +342,7 @@ "label": "theme", "description": [], "signature": [ - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - } + "ThemeServiceSetup" ], "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, @@ -398,13 +356,7 @@ "label": "userProfile", "description": [], "signature": [ - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - } + "UserProfileService" ], "path": "src/core/packages/apps/browser-internal/src/core_app.ts", "deprecated": false, diff --git a/api_docs/kbn_core_apps_browser_internal.mdx b/api_docs/kbn_core_apps_browser_internal.mdx index f97c6556e8b73..2bafbfb326445 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-browser-internal'] --- import kbnCoreAppsBrowserInternalObj from './kbn_core_apps_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_apps_browser_mocks.mdx b/api_docs/kbn_core_apps_browser_mocks.mdx index c58293a998106..916a9b7743000 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-browser-mocks'] --- import kbnCoreAppsBrowserMocksObj from './kbn_core_apps_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_apps_server_internal.devdocs.json b/api_docs/kbn_core_apps_server_internal.devdocs.json index d172aa3689b35..b3d8f948d9ff0 100644 --- a/api_docs/kbn_core_apps_server_internal.devdocs.json +++ b/api_docs/kbn_core_apps_server_internal.devdocs.json @@ -20,21 +20,9 @@ "description": [], "signature": [ "(router: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IRouter", - "text": "IRouter" - }, + "IRouter", "<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandlerContextBase", - "text": "RequestHandlerContextBase" - }, + "RequestHandlerContextBase", ">, {\n publicPath,\n routePath,\n bundlesPath,\n fileHashCache,\n isDist,\n }: { publicPath: string; routePath: string; bundlesPath: string; fileHashCache: ", "FileHashCache", "; isDist: boolean; }) => void" @@ -51,21 +39,9 @@ "label": "router", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IRouter", - "text": "IRouter" - }, + "IRouter", "<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandlerContextBase", - "text": "RequestHandlerContextBase" - }, + "RequestHandlerContextBase", ">" ], "path": "src/core/packages/apps/server-internal/src/bundle_routes/bundles_route.ts", diff --git a/api_docs/kbn_core_apps_server_internal.mdx b/api_docs/kbn_core_apps_server_internal.mdx index 2bfe1b27329f5..6612d36e083f0 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-server-internal'] --- import kbnCoreAppsServerInternalObj from './kbn_core_apps_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_base_browser_mocks.mdx b/api_docs/kbn_core_base_browser_mocks.mdx index 2dc644e218cf7..6ebaef2ee2448 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-browser-mocks'] --- import kbnCoreBaseBrowserMocksObj from './kbn_core_base_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_base_common.mdx b/api_docs/kbn_core_base_common.mdx index d24e49be9ce3a..5d61e94238dfa 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-12-27 +date: 2025-01-05 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 55eda9cdfc30a..af5f1e7a63653 100644 --- a/api_docs/kbn_core_base_server_internal.devdocs.json +++ b/api_docs/kbn_core_base_server_internal.devdocs.json @@ -18,16 +18,10 @@ "label": "CriticalError", "description": [], "signature": [ - { - "pluginId": "@kbn/core-base-server-internal", - "scope": "server", - "docId": "kibKbnCoreBaseServerInternalPluginApi", - "section": "def-server.CriticalError", - "text": "CriticalError" - }, + "CriticalError", " extends Error" ], - "path": "packages/core/base/core-base-server-internal/src/errors.ts", + "path": "src/core/packages/base/server-internal/src/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -41,7 +35,7 @@ "signature": [ "any" ], - "path": "packages/core/base/core-base-server-internal/src/errors.ts", + "path": "src/core/packages/base/server-internal/src/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -55,7 +49,7 @@ "signature": [ "string" ], - "path": "packages/core/base/core-base-server-internal/src/errors.ts", + "path": "src/core/packages/base/server-internal/src/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -70,7 +64,7 @@ "signature": [ "string" ], - "path": "packages/core/base/core-base-server-internal/src/errors.ts", + "path": "src/core/packages/base/server-internal/src/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -85,7 +79,7 @@ "signature": [ "number" ], - "path": "packages/core/base/core-base-server-internal/src/errors.ts", + "path": "src/core/packages/base/server-internal/src/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -100,7 +94,7 @@ "signature": [ "Error | undefined" ], - "path": "packages/core/base/core-base-server-internal/src/errors.ts", + "path": "src/core/packages/base/server-internal/src/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -127,7 +121,7 @@ "signature": [ "RegExp" ], - "path": "packages/core/base/core-base-server-internal/src/regexp.ts", + "path": "src/core/packages/base/server-internal/src/regexp.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_base_server_internal.mdx b/api_docs/kbn_core_base_server_internal.mdx index d133146518e0d..0c93ae471adbc 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-server-internal'] --- import kbnCoreBaseServerInternalObj from './kbn_core_base_server_internal.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 7 | 0 | 7 | 2 | +| 7 | 0 | 7 | 0 | ## Server diff --git a/api_docs/kbn_core_base_server_mocks.mdx b/api_docs/kbn_core_base_server_mocks.mdx index 4a65d1298cc3b..91dcb8ca69a64 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-server-mocks'] --- import kbnCoreBaseServerMocksObj from './kbn_core_base_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_capabilities_browser_mocks.mdx b/api_docs/kbn_core_capabilities_browser_mocks.mdx index 53fa5cb335259..0c59d4feb8fcf 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-browser-mocks'] --- import kbnCoreCapabilitiesBrowserMocksObj from './kbn_core_capabilities_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_capabilities_common.devdocs.json b/api_docs/kbn_core_capabilities_common.devdocs.json index 254339249dc52..1d7a6678c2be4 100644 --- a/api_docs/kbn_core_capabilities_common.devdocs.json +++ b/api_docs/kbn_core_capabilities_common.devdocs.json @@ -29,7 +29,7 @@ "description": [ "\nThe read-only set of capabilities available for the current UI session.\nCapabilities are simple key-value pairs of (string, boolean), where the string denotes the capability ID,\nand the boolean is a flag indicating if the capability is enabled or disabled.\n" ], - "path": "packages/core/capabilities/core-capabilities-common/src/capabilities.ts", + "path": "src/core/packages/capabilities/common/src/capabilities.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -45,7 +45,7 @@ "signature": [ "{ [x: string]: boolean; }" ], - "path": "packages/core/capabilities/core-capabilities-common/src/capabilities.ts", + "path": "src/core/packages/capabilities/common/src/capabilities.ts", "deprecated": false, "trackAdoption": false }, @@ -61,7 +61,7 @@ "signature": [ "{ [sectionId: string]: Record; }" ], - "path": "packages/core/capabilities/core-capabilities-common/src/capabilities.ts", + "path": "src/core/packages/capabilities/common/src/capabilities.ts", "deprecated": false, "trackAdoption": false }, @@ -77,7 +77,7 @@ "signature": [ "{ [x: string]: boolean; }" ], - "path": "packages/core/capabilities/core-capabilities-common/src/capabilities.ts", + "path": "src/core/packages/capabilities/common/src/capabilities.ts", "deprecated": false, "trackAdoption": false }, @@ -93,7 +93,7 @@ "signature": [ "[key: string]: Record>" ], - "path": "packages/core/capabilities/core-capabilities-common/src/capabilities.ts", + "path": "src/core/packages/capabilities/common/src/capabilities.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_capabilities_common.mdx b/api_docs/kbn_core_capabilities_common.mdx index c8bf4c605b5f1..179103d799f00 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-12-27 +date: 2025-01-05 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 04b82a8f46283..3484d29255375 100644 --- a/api_docs/kbn_core_capabilities_server.devdocs.json +++ b/api_docs/kbn_core_capabilities_server.devdocs.json @@ -21,7 +21,7 @@ "description": [ "\nAPIs to manage the {@link Capabilities} that will be used by the application.\n\nPlugins relying on capabilities to toggle some of their features should register them during the setup phase\nusing the `registerProvider` method.\n\nPlugins having the responsibility to restrict capabilities depending on a given context should register\ntheir capabilities switcher using the `registerSwitcher` method.\n\nRefers to the methods documentation for complete description and examples.\n" ], - "path": "packages/core/capabilities/core-capabilities-server/src/contracts.ts", + "path": "src/core/packages/capabilities/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -36,16 +36,10 @@ ], "signature": [ "(provider: ", - { - "pluginId": "@kbn/core-capabilities-server", - "scope": "server", - "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-server.CapabilitiesProvider", - "text": "CapabilitiesProvider" - }, + "CapabilitiesProvider", ") => void" ], - "path": "packages/core/capabilities/core-capabilities-server/src/contracts.ts", + "path": "src/core/packages/capabilities/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -57,15 +51,9 @@ "label": "provider", "description": [], "signature": [ - { - "pluginId": "@kbn/core-capabilities-server", - "scope": "server", - "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-server.CapabilitiesProvider", - "text": "CapabilitiesProvider" - } + "CapabilitiesProvider" ], - "path": "packages/core/capabilities/core-capabilities-server/src/contracts.ts", + "path": "src/core/packages/capabilities/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -84,24 +72,12 @@ ], "signature": [ "(switcher: ", - { - "pluginId": "@kbn/core-capabilities-server", - "scope": "server", - "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-server.CapabilitiesSwitcher", - "text": "CapabilitiesSwitcher" - }, + "CapabilitiesSwitcher", ", options: ", - { - "pluginId": "@kbn/core-capabilities-server", - "scope": "server", - "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-server.CapabilitiesSwitcherOptions", - "text": "CapabilitiesSwitcherOptions" - }, + "CapabilitiesSwitcherOptions", ") => void" ], - "path": "packages/core/capabilities/core-capabilities-server/src/contracts.ts", + "path": "src/core/packages/capabilities/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -113,15 +89,9 @@ "label": "switcher", "description": [], "signature": [ - { - "pluginId": "@kbn/core-capabilities-server", - "scope": "server", - "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-server.CapabilitiesSwitcher", - "text": "CapabilitiesSwitcher" - } + "CapabilitiesSwitcher" ], - "path": "packages/core/capabilities/core-capabilities-server/src/contracts.ts", + "path": "src/core/packages/capabilities/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -134,15 +104,9 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-capabilities-server", - "scope": "server", - "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-server.CapabilitiesSwitcherOptions", - "text": "CapabilitiesSwitcherOptions" - } + "CapabilitiesSwitcherOptions" ], - "path": "packages/core/capabilities/core-capabilities-server/src/contracts.ts", + "path": "src/core/packages/capabilities/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -162,7 +126,7 @@ "description": [ "\nAPIs to access the application {@link Capabilities}.\n" ], - "path": "packages/core/capabilities/core-capabilities-server/src/contracts.ts", + "path": "src/core/packages/capabilities/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -177,32 +141,14 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", options: ", - { - "pluginId": "@kbn/core-capabilities-server", - "scope": "server", - "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-server.ResolveCapabilitiesOptions", - "text": "ResolveCapabilitiesOptions" - }, + "ResolveCapabilitiesOptions", ") => Promise<", - { - "pluginId": "@kbn/core-capabilities-common", - "scope": "common", - "docId": "kibKbnCoreCapabilitiesCommonPluginApi", - "section": "def-common.Capabilities", - "text": "Capabilities" - }, + "Capabilities", ">" ], - "path": "packages/core/capabilities/core-capabilities-server/src/contracts.ts", + "path": "src/core/packages/capabilities/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -216,16 +162,10 @@ "The request to resolve capabilities for" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/capabilities/core-capabilities-server/src/contracts.ts", + "path": "src/core/packages/capabilities/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -238,15 +178,9 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-capabilities-server", - "scope": "server", - "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-server.ResolveCapabilitiesOptions", - "text": "ResolveCapabilitiesOptions" - } + "ResolveCapabilitiesOptions" ], - "path": "packages/core/capabilities/core-capabilities-server/src/contracts.ts", + "path": "src/core/packages/capabilities/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -266,7 +200,7 @@ "description": [ "\nOptions for the {@link CapabilitiesSetup.registerSwitcher} API.\n" ], - "path": "packages/core/capabilities/core-capabilities-server/src/contracts.ts", + "path": "src/core/packages/capabilities/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -282,7 +216,7 @@ "signature": [ "string | string[]" ], - "path": "packages/core/capabilities/core-capabilities-server/src/contracts.ts", + "path": "src/core/packages/capabilities/server/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -298,7 +232,7 @@ "description": [ "\nOptions for {@link CapabilitiesStart.resolveCapabilities}.\n" ], - "path": "packages/core/capabilities/core-capabilities-server/src/contracts.ts", + "path": "src/core/packages/capabilities/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -314,7 +248,7 @@ "signature": [ "string | string[]" ], - "path": "packages/core/capabilities/core-capabilities-server/src/contracts.ts", + "path": "src/core/packages/capabilities/server/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -330,7 +264,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/capabilities/core-capabilities-server/src/contracts.ts", + "path": "src/core/packages/capabilities/server/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -351,16 +285,10 @@ ], "signature": [ "() => Partial<", - { - "pluginId": "@kbn/core-capabilities-common", - "scope": "common", - "docId": "kibKbnCoreCapabilitiesCommonPluginApi", - "section": "def-common.Capabilities", - "text": "Capabilities" - }, + "Capabilities", ">" ], - "path": "packages/core/capabilities/core-capabilities-server/src/capabilities.ts", + "path": "src/core/packages/capabilities/server/src/capabilities.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -378,21 +306,9 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", uiCapabilities: ", - { - "pluginId": "@kbn/core-capabilities-common", - "scope": "common", - "docId": "kibKbnCoreCapabilitiesCommonPluginApi", - "section": "def-common.Capabilities", - "text": "Capabilities" - }, + "Capabilities", ", useDefaultCapabilities: boolean) => ", { "pluginId": "@kbn/utility-types", @@ -402,16 +318,10 @@ "text": "MaybePromise" }, ">" ], - "path": "packages/core/capabilities/core-capabilities-server/src/capabilities.ts", + "path": "src/core/packages/capabilities/server/src/capabilities.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -424,16 +334,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/capabilities/core-capabilities-server/src/capabilities.ts", + "path": "src/core/packages/capabilities/server/src/capabilities.ts", "deprecated": false, "trackAdoption": false }, @@ -445,15 +349,9 @@ "label": "uiCapabilities", "description": [], "signature": [ - { - "pluginId": "@kbn/core-capabilities-common", - "scope": "common", - "docId": "kibKbnCoreCapabilitiesCommonPluginApi", - "section": "def-common.Capabilities", - "text": "Capabilities" - } + "Capabilities" ], - "path": "packages/core/capabilities/core-capabilities-server/src/capabilities.ts", + "path": "src/core/packages/capabilities/server/src/capabilities.ts", "deprecated": false, "trackAdoption": false }, @@ -464,7 +362,7 @@ "tags": [], "label": "useDefaultCapabilities", "description": [], - "path": "packages/core/capabilities/core-capabilities-server/src/capabilities.ts", + "path": "src/core/packages/capabilities/server/src/capabilities.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_capabilities_server.mdx b/api_docs/kbn_core_capabilities_server.mdx index 6b3423dcd39b0..18ecd8a383476 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-server'] --- import kbnCoreCapabilitiesServerObj from './kbn_core_capabilities_server.devdocs.json'; diff --git a/api_docs/kbn_core_capabilities_server_mocks.devdocs.json b/api_docs/kbn_core_capabilities_server_mocks.devdocs.json index 763014c43006f..b74dfb782e2b3 100644 --- a/api_docs/kbn_core_capabilities_server_mocks.devdocs.json +++ b/api_docs/kbn_core_capabilities_server_mocks.devdocs.json @@ -23,21 +23,9 @@ "description": [], "signature": [ "{ start: () => ", - { - "pluginId": "@kbn/core-capabilities-server", - "scope": "server", - "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-server.CapabilitiesStart", - "text": "CapabilitiesStart" - }, + "CapabilitiesStart", "; setup: (setupDeps: SetupDeps) => ", - { - "pluginId": "@kbn/core-capabilities-server", - "scope": "server", - "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-server.CapabilitiesSetup", - "text": "CapabilitiesSetup" - }, + "CapabilitiesSetup", "; preboot: (prebootDeps: PrebootSetupDeps) => void; }" ], "path": "packages/core/capabilities/core-capabilities-server-mocks/src/capabilities_service.mock.ts", @@ -91,13 +79,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-capabilities-server", - "scope": "server", - "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-server.CapabilitiesSetup", - "text": "CapabilitiesSetup" - }, + "CapabilitiesSetup", ">" ], "path": "packages/core/capabilities/core-capabilities-server-mocks/src/capabilities_service.mock.ts", @@ -115,13 +97,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-capabilities-server", - "scope": "server", - "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-server.CapabilitiesStart", - "text": "CapabilitiesStart" - }, + "CapabilitiesStart", ">" ], "path": "packages/core/capabilities/core-capabilities-server-mocks/src/capabilities_service.mock.ts", @@ -139,13 +115,7 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-capabilities-common", - "scope": "common", - "docId": "kibKbnCoreCapabilitiesCommonPluginApi", - "section": "def-common.Capabilities", - "text": "Capabilities" - } + "Capabilities" ], "path": "packages/core/capabilities/core-capabilities-server-mocks/src/capabilities_service.mock.ts", "deprecated": false, diff --git a/api_docs/kbn_core_capabilities_server_mocks.mdx b/api_docs/kbn_core_capabilities_server_mocks.mdx index c3307f3e259e6..d6e1a74e0ce33 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-server-mocks'] --- import kbnCoreCapabilitiesServerMocksObj from './kbn_core_capabilities_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_chrome_browser.devdocs.json b/api_docs/kbn_core_chrome_browser.devdocs.json index c7474841f2882..814dabc315bc6 100644 --- a/api_docs/kbn_core_chrome_browser.devdocs.json +++ b/api_docs/kbn_core_chrome_browser.devdocs.json @@ -123,13 +123,7 @@ "description": [], "signature": [ "(element: HTMLDivElement) => ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.UnmountCallback", - "text": "UnmountCallback" - } + "UnmountCallback" ], "path": "packages/core/chrome/core-chrome-browser/src/breadcrumb.ts", "deprecated": false, @@ -146,7 +140,7 @@ "signature": [ "T" ], - "path": "packages/core/mount-utils/core-mount-utils-browser/src/mount_point.ts", + "path": "src/core/packages/mount-utils/browser/src/mount_point.ts", "deprecated": false, "trackAdoption": false } @@ -820,13 +814,7 @@ "description": [], "signature": [ "(element: HTMLElement) => ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.UnmountCallback", - "text": "UnmountCallback" - } + "UnmountCallback" ], "path": "packages/core/chrome/core-chrome-browser/src/nav_controls.ts", "deprecated": false, @@ -843,7 +831,7 @@ "signature": [ "T" ], - "path": "packages/core/mount-utils/core-mount-utils-browser/src/mount_point.ts", + "path": "src/core/packages/mount-utils/browser/src/mount_point.ts", "deprecated": false, "trackAdoption": false } @@ -2873,13 +2861,7 @@ "description": [], "signature": [ "(element: HTMLDivElement) => ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.UnmountCallback", - "text": "UnmountCallback" - } + "UnmountCallback" ], "path": "packages/core/chrome/core-chrome-browser/src/types.ts", "deprecated": false, @@ -2896,7 +2878,7 @@ "signature": [ "T" ], - "path": "packages/core/mount-utils/core-mount-utils-browser/src/mount_point.ts", + "path": "src/core/packages/mount-utils/browser/src/mount_point.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_chrome_browser.mdx b/api_docs/kbn_core_chrome_browser.mdx index bd79d498da762..d225483b226c5 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-browser'] --- import kbnCoreChromeBrowserObj from './kbn_core_chrome_browser.devdocs.json'; diff --git a/api_docs/kbn_core_chrome_browser_mocks.mdx b/api_docs/kbn_core_chrome_browser_mocks.mdx index 189c6e8727fa9..a1c117670694f 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-browser-mocks'] --- import kbnCoreChromeBrowserMocksObj from './kbn_core_chrome_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_config_server_internal.devdocs.json b/api_docs/kbn_core_config_server_internal.devdocs.json index cc33b0fc5a6d8..ec0744a4dee8c 100644 --- a/api_docs/kbn_core_config_server_internal.devdocs.json +++ b/api_docs/kbn_core_config_server_internal.devdocs.json @@ -29,7 +29,7 @@ }, "[]" ], - "path": "packages/core/config/core-config-server-internal/src/deprecation/core_deprecations.ts", + "path": "src/core/packages/config/server-internal/src/deprecation/core_deprecations.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -51,16 +51,10 @@ "(configService: ", "IConfigService", ", params: ", - { - "pluginId": "@kbn/core-config-server-internal", - "scope": "server", - "docId": "kibKbnCoreConfigServerInternalPluginApi", - "section": "def-server.EnsureValidConfigurationParameters", - "text": "EnsureValidConfigurationParameters" - }, + "EnsureValidConfigurationParameters", ") => Promise" ], - "path": "packages/core/config/core-config-server-internal/src/ensure_valid_configuration.ts", + "path": "src/core/packages/config/server-internal/src/ensure_valid_configuration.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -76,7 +70,7 @@ "signature": [ "IConfigService" ], - "path": "packages/core/config/core-config-server-internal/src/ensure_valid_configuration.ts", + "path": "src/core/packages/config/server-internal/src/ensure_valid_configuration.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -91,15 +85,9 @@ "{@link EnsureValidConfigurationParameters | Options} to enable/disable extra edge-cases." ], "signature": [ - { - "pluginId": "@kbn/core-config-server-internal", - "scope": "server", - "docId": "kibKbnCoreConfigServerInternalPluginApi", - "section": "def-server.EnsureValidConfigurationParameters", - "text": "EnsureValidConfigurationParameters" - } + "EnsureValidConfigurationParameters" ], - "path": "packages/core/config/core-config-server-internal/src/ensure_valid_configuration.ts", + "path": "src/core/packages/config/server-internal/src/ensure_valid_configuration.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -122,17 +110,11 @@ "\nParameters for the helper {@link ensureValidConfiguration}\n" ], "signature": [ - { - "pluginId": "@kbn/core-config-server-internal", - "scope": "server", - "docId": "kibKbnCoreConfigServerInternalPluginApi", - "section": "def-server.EnsureValidConfigurationParameters", - "text": "EnsureValidConfigurationParameters" - }, + "EnsureValidConfigurationParameters", " extends ", "ConfigValidateParameters" ], - "path": "packages/core/config/core-config-server-internal/src/ensure_valid_configuration.ts", + "path": "src/core/packages/config/server-internal/src/ensure_valid_configuration.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -148,7 +130,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/config/core-config-server-internal/src/ensure_valid_configuration.ts", + "path": "src/core/packages/config/server-internal/src/ensure_valid_configuration.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_config_server_internal.mdx b/api_docs/kbn_core_config_server_internal.mdx index aa93f58b9e08f..bc471572ecd2f 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-config-server-internal'] --- import kbnCoreConfigServerInternalObj from './kbn_core_config_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_browser.mdx b/api_docs/kbn_core_custom_branding_browser.mdx index 6b68fd7b7711b..1bb83b0052360 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-browser'] --- import kbnCoreCustomBrandingBrowserObj from './kbn_core_custom_branding_browser.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_browser_internal.mdx b/api_docs/kbn_core_custom_branding_browser_internal.mdx index bd73ca048177a..6142eadd5905a 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-browser-internal'] --- import kbnCoreCustomBrandingBrowserInternalObj from './kbn_core_custom_branding_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_browser_mocks.mdx b/api_docs/kbn_core_custom_branding_browser_mocks.mdx index fb6355bf3c753..84f95b1d506d4 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-browser-mocks'] --- import kbnCoreCustomBrandingBrowserMocksObj from './kbn_core_custom_branding_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_common.mdx b/api_docs/kbn_core_custom_branding_common.mdx index 499cecf510aed..778d7522bc055 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-12-27 +date: 2025-01-05 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 83426a95d5aee..e83f0b97fc2ae 100644 --- a/api_docs/kbn_core_custom_branding_server.devdocs.json +++ b/api_docs/kbn_core_custom_branding_server.devdocs.json @@ -78,13 +78,7 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", options: { unauthenticated?: boolean | undefined; }) => Promise<", { "pluginId": "@kbn/core-custom-branding-common", @@ -107,13 +101,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "packages/core/custom-branding/core-custom-branding-server/types.ts", @@ -179,13 +167,7 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", unauthenticated: boolean) => ", { "pluginId": "@kbn/utility-types", @@ -217,13 +199,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "packages/core/custom-branding/core-custom-branding-server/types.ts", diff --git a/api_docs/kbn_core_custom_branding_server.mdx b/api_docs/kbn_core_custom_branding_server.mdx index 3127e2578b40b..38a2bc700ed3b 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-server'] --- import kbnCoreCustomBrandingServerObj from './kbn_core_custom_branding_server.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_server_internal.mdx b/api_docs/kbn_core_custom_branding_server_internal.mdx index 3dc8510b94306..67e6ef85044da 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-server-internal'] --- import kbnCoreCustomBrandingServerInternalObj from './kbn_core_custom_branding_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_server_mocks.mdx b/api_docs/kbn_core_custom_branding_server_mocks.mdx index aa1ba1b9af21e..0cbd71bb8dfc5 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-server-mocks'] --- import kbnCoreCustomBrandingServerMocksObj from './kbn_core_custom_branding_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_browser.devdocs.json b/api_docs/kbn_core_deprecations_browser.devdocs.json index a1485f133f34b..8e213e0c28562 100644 --- a/api_docs/kbn_core_deprecations_browser.devdocs.json +++ b/api_docs/kbn_core_deprecations_browser.devdocs.json @@ -13,7 +13,7 @@ "description": [ "\nDeprecationsService provides methods to fetch domain deprecation details from\nthe Kibana server.\n" ], - "path": "packages/core/deprecations/core-deprecations-browser/src/contracts.ts", + "path": "src/core/packages/deprecations/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -28,24 +28,12 @@ ], "signature": [ "() => Promise<", - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.DomainDeprecationDetails", - "text": "DomainDeprecationDetails" - }, + "DomainDeprecationDetails", "<", - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.DeprecationsDetails", - "text": "DeprecationsDetails" - }, + "DeprecationsDetails", ">[]>" ], - "path": "packages/core/deprecations/core-deprecations-browser/src/contracts.ts", + "path": "src/core/packages/deprecations/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -62,24 +50,12 @@ ], "signature": [ "(domainId: string) => Promise<", - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.DomainDeprecationDetails", - "text": "DomainDeprecationDetails" - }, + "DomainDeprecationDetails", "<", - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.DeprecationsDetails", - "text": "DeprecationsDetails" - }, + "DeprecationsDetails", ">[]>" ], - "path": "packages/core/deprecations/core-deprecations-browser/src/contracts.ts", + "path": "src/core/packages/deprecations/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -93,7 +69,7 @@ "signature": [ "string" ], - "path": "packages/core/deprecations/core-deprecations-browser/src/contracts.ts", + "path": "src/core/packages/deprecations/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -112,24 +88,12 @@ ], "signature": [ "(details: ", - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.DomainDeprecationDetails", - "text": "DomainDeprecationDetails" - }, + "DomainDeprecationDetails", "<", - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.DeprecationsDetails", - "text": "DeprecationsDetails" - }, + "DeprecationsDetails", ">) => boolean" ], - "path": "packages/core/deprecations/core-deprecations-browser/src/contracts.ts", + "path": "src/core/packages/deprecations/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -141,24 +105,12 @@ "label": "details", "description": [], "signature": [ - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.DomainDeprecationDetails", - "text": "DomainDeprecationDetails" - }, + "DomainDeprecationDetails", "<", - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.DeprecationsDetails", - "text": "DeprecationsDetails" - }, + "DeprecationsDetails", ">" ], - "path": "packages/core/deprecations/core-deprecations-browser/src/contracts.ts", + "path": "src/core/packages/deprecations/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -177,32 +129,14 @@ ], "signature": [ "(details: ", - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.DomainDeprecationDetails", - "text": "DomainDeprecationDetails" - }, + "DomainDeprecationDetails", "<", - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.DeprecationsDetails", - "text": "DeprecationsDetails" - }, + "DeprecationsDetails", ">) => Promise<", - { - "pluginId": "@kbn/core-deprecations-browser", - "scope": "public", - "docId": "kibKbnCoreDeprecationsBrowserPluginApi", - "section": "def-public.ResolveDeprecationResponse", - "text": "ResolveDeprecationResponse" - }, + "ResolveDeprecationResponse", ">" ], - "path": "packages/core/deprecations/core-deprecations-browser/src/contracts.ts", + "path": "src/core/packages/deprecations/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -214,24 +148,12 @@ "label": "details", "description": [], "signature": [ - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.DomainDeprecationDetails", - "text": "DomainDeprecationDetails" - }, + "DomainDeprecationDetails", "<", - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.DeprecationsDetails", - "text": "DeprecationsDetails" - }, + "DeprecationsDetails", ">" ], - "path": "packages/core/deprecations/core-deprecations-browser/src/contracts.ts", + "path": "src/core/packages/deprecations/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -257,7 +179,7 @@ "signature": [ "{ status: \"ok\"; } | { status: \"fail\"; reason: string; }" ], - "path": "packages/core/deprecations/core-deprecations-browser/src/types.ts", + "path": "src/core/packages/deprecations/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_deprecations_browser.mdx b/api_docs/kbn_core_deprecations_browser.mdx index d7a766c17cfb5..66aaa84a03c8f 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser'] --- import kbnCoreDeprecationsBrowserObj from './kbn_core_deprecations_browser.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_browser_internal.devdocs.json b/api_docs/kbn_core_deprecations_browser_internal.devdocs.json index 83c8bcc3081e2..21bbe2dea2aba 100644 --- a/api_docs/kbn_core_deprecations_browser_internal.devdocs.json +++ b/api_docs/kbn_core_deprecations_browser_internal.devdocs.json @@ -10,26 +10,14 @@ "label": "DeprecationsService", "description": [], "signature": [ - { - "pluginId": "@kbn/core-deprecations-browser-internal", - "scope": "public", - "docId": "kibKbnCoreDeprecationsBrowserInternalPluginApi", - "section": "def-public.DeprecationsService", - "text": "DeprecationsService" - }, + "DeprecationsService", " implements ", "CoreService", "" ], - "path": "packages/core/deprecations/core-deprecations-browser-internal/src/deprecations_service.ts", + "path": "src/core/packages/deprecations/browser-internal/src/deprecations_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -43,7 +31,7 @@ "signature": [ "() => void" ], - "path": "packages/core/deprecations/core-deprecations-browser-internal/src/deprecations_service.ts", + "path": "src/core/packages/deprecations/browser-internal/src/deprecations_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -58,23 +46,11 @@ "description": [], "signature": [ "({ http }: { http: ", - { - "pluginId": "@kbn/core-http-browser-internal", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserInternalPluginApi", - "section": "def-public.InternalHttpStart", - "text": "InternalHttpStart" - }, + "InternalHttpStart", "; }) => ", - { - "pluginId": "@kbn/core-deprecations-browser", - "scope": "public", - "docId": "kibKbnCoreDeprecationsBrowserPluginApi", - "section": "def-public.DeprecationsServiceStart", - "text": "DeprecationsServiceStart" - } + "DeprecationsServiceStart" ], - "path": "packages/core/deprecations/core-deprecations-browser-internal/src/deprecations_service.ts", + "path": "src/core/packages/deprecations/browser-internal/src/deprecations_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -85,7 +61,7 @@ "tags": [], "label": "{ http }", "description": [], - "path": "packages/core/deprecations/core-deprecations-browser-internal/src/deprecations_service.ts", + "path": "src/core/packages/deprecations/browser-internal/src/deprecations_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -98,18 +74,12 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", ", \"staticAssets\"> & { staticAssets: ", "InternalStaticAssets", "; }" ], - "path": "packages/core/deprecations/core-deprecations-browser-internal/src/deprecations_service.ts", + "path": "src/core/packages/deprecations/browser-internal/src/deprecations_service.ts", "deprecated": false, "trackAdoption": false } @@ -128,7 +98,7 @@ "signature": [ "() => void" ], - "path": "packages/core/deprecations/core-deprecations-browser-internal/src/deprecations_service.ts", + "path": "src/core/packages/deprecations/browser-internal/src/deprecations_service.ts", "deprecated": false, "trackAdoption": false, "children": [], diff --git a/api_docs/kbn_core_deprecations_browser_internal.mdx b/api_docs/kbn_core_deprecations_browser_internal.mdx index c6b95223faa47..bbdb4b4558a4e 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser-internal'] --- import kbnCoreDeprecationsBrowserInternalObj from './kbn_core_deprecations_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_browser_mocks.devdocs.json b/api_docs/kbn_core_deprecations_browser_mocks.devdocs.json index 627be4a279a55..98ed1840b6e57 100644 --- a/api_docs/kbn_core_deprecations_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_deprecations_browser_mocks.devdocs.json @@ -35,13 +35,7 @@ "text": "PublicMethodsOf" }, "<", - { - "pluginId": "@kbn/core-deprecations-browser-internal", - "scope": "public", - "docId": "kibKbnCoreDeprecationsBrowserInternalPluginApi", - "section": "def-public.DeprecationsService", - "text": "DeprecationsService" - }, + "DeprecationsService", ">>" ], "path": "packages/core/deprecations/core-deprecations-browser-mocks/src/deprecations_service.mock.ts", @@ -75,13 +69,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-deprecations-browser", - "scope": "public", - "docId": "kibKbnCoreDeprecationsBrowserPluginApi", - "section": "def-public.DeprecationsServiceStart", - "text": "DeprecationsServiceStart" - }, + "DeprecationsServiceStart", ">" ], "path": "packages/core/deprecations/core-deprecations-browser-mocks/src/deprecations_service.mock.ts", diff --git a/api_docs/kbn_core_deprecations_browser_mocks.mdx b/api_docs/kbn_core_deprecations_browser_mocks.mdx index 4fd7ab2dadd2e..60ff0f986be74 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser-mocks'] --- import kbnCoreDeprecationsBrowserMocksObj from './kbn_core_deprecations_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_common.devdocs.json b/api_docs/kbn_core_deprecations_common.devdocs.json index 99c70aa28b9d9..e01f47ed39a0a 100644 --- a/api_docs/kbn_core_deprecations_common.devdocs.json +++ b/api_docs/kbn_core_deprecations_common.devdocs.json @@ -28,23 +28,11 @@ "label": "ApiDeprecationDetails", "description": [], "signature": [ - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.ApiDeprecationDetails", - "text": "ApiDeprecationDetails" - }, + "ApiDeprecationDetails", " extends ", - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.BaseDeprecationDetails", - "text": "BaseDeprecationDetails" - } + "BaseDeprecationDetails" ], - "path": "packages/core/deprecations/core-deprecations-common/src/types.ts", + "path": "src/core/packages/deprecations/common/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -55,7 +43,7 @@ "tags": [], "label": "apiId", "description": [], - "path": "packages/core/deprecations/core-deprecations-common/src/types.ts", + "path": "src/core/packages/deprecations/common/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -69,7 +57,7 @@ "signature": [ "\"api\"" ], - "path": "packages/core/deprecations/core-deprecations-common/src/types.ts", + "path": "src/core/packages/deprecations/common/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -85,7 +73,7 @@ "description": [ "\nBase properties shared by all types of deprecations\n" ], - "path": "packages/core/deprecations/core-deprecations-common/src/types.ts", + "path": "src/core/packages/deprecations/common/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -98,7 +86,7 @@ "description": [ "\nThe title of the deprecation.\nCheck the README for writing deprecations in `src/core/server/deprecations/README.mdx`" ], - "path": "packages/core/deprecations/core-deprecations-common/src/types.ts", + "path": "src/core/packages/deprecations/common/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -113,24 +101,12 @@ ], "signature": [ "string | ", - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.DeprecationDetailsMessage", - "text": "DeprecationDetailsMessage" - }, + "DeprecationDetailsMessage", " | (string | ", - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.DeprecationDetailsMessage", - "text": "DeprecationDetailsMessage" - }, + "DeprecationDetailsMessage", ")[]" ], - "path": "packages/core/deprecations/core-deprecations-common/src/types.ts", + "path": "src/core/packages/deprecations/common/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -146,7 +122,7 @@ "signature": [ "\"warning\" | \"critical\" | \"fetch_error\"" ], - "path": "packages/core/deprecations/core-deprecations-common/src/types.ts", + "path": "src/core/packages/deprecations/common/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -162,7 +138,7 @@ "signature": [ "\"config\" | \"api\" | \"feature\" | undefined" ], - "path": "packages/core/deprecations/core-deprecations-common/src/types.ts", + "path": "src/core/packages/deprecations/common/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -178,7 +154,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/deprecations/core-deprecations-common/src/types.ts", + "path": "src/core/packages/deprecations/common/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -194,7 +170,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/deprecations/core-deprecations-common/src/types.ts", + "path": "src/core/packages/deprecations/common/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -210,7 +186,7 @@ "signature": [ "{ api?: { path: string; method: \"POST\" | \"PUT\"; body?: { [key: string]: any; } | undefined; omitContextFromBody?: boolean | undefined; } | undefined; manualSteps: string[]; mark_as_resolved_api?: { apiTotalCalls: number; totalMarkedAsResolved: number; timestamp: string | number | Date; routePath: string; routeMethod: string; routeVersion?: string | undefined; } | undefined; }" ], - "path": "packages/core/deprecations/core-deprecations-common/src/types.ts", + "path": "src/core/packages/deprecations/common/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -225,23 +201,11 @@ "label": "ConfigDeprecationDetails", "description": [], "signature": [ - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.ConfigDeprecationDetails", - "text": "ConfigDeprecationDetails" - }, + "ConfigDeprecationDetails", " extends ", - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.BaseDeprecationDetails", - "text": "BaseDeprecationDetails" - } + "BaseDeprecationDetails" ], - "path": "packages/core/deprecations/core-deprecations-common/src/types.ts", + "path": "src/core/packages/deprecations/common/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -252,7 +216,7 @@ "tags": [], "label": "configPath", "description": [], - "path": "packages/core/deprecations/core-deprecations-common/src/types.ts", + "path": "src/core/packages/deprecations/common/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -266,7 +230,7 @@ "signature": [ "\"config\"" ], - "path": "packages/core/deprecations/core-deprecations-common/src/types.ts", + "path": "src/core/packages/deprecations/common/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -280,7 +244,7 @@ "tags": [], "label": "DeprecationDetailsMessage", "description": [], - "path": "packages/core/deprecations/core-deprecations-common/src/types.ts", + "path": "src/core/packages/deprecations/common/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -294,7 +258,7 @@ "signature": [ "\"text\" | \"markdown\"" ], - "path": "packages/core/deprecations/core-deprecations-common/src/types.ts", + "path": "src/core/packages/deprecations/common/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -305,7 +269,7 @@ "tags": [], "label": "content", "description": [], - "path": "packages/core/deprecations/core-deprecations-common/src/types.ts", + "path": "src/core/packages/deprecations/common/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -319,7 +283,7 @@ "tags": [], "label": "DeprecationsGetResponse", "description": [], - "path": "packages/core/deprecations/core-deprecations-common/src/types.ts", + "path": "src/core/packages/deprecations/common/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -331,24 +295,12 @@ "label": "deprecations", "description": [], "signature": [ - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.DomainDeprecationDetails", - "text": "DomainDeprecationDetails" - }, + "DomainDeprecationDetails", "<", - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.DeprecationsDetails", - "text": "DeprecationsDetails" - }, + "DeprecationsDetails", ">[]" ], - "path": "packages/core/deprecations/core-deprecations-common/src/types.ts", + "path": "src/core/packages/deprecations/common/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -363,23 +315,11 @@ "label": "FeatureDeprecationDetails", "description": [], "signature": [ - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.FeatureDeprecationDetails", - "text": "FeatureDeprecationDetails" - }, + "FeatureDeprecationDetails", " extends ", - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.BaseDeprecationDetails", - "text": "BaseDeprecationDetails" - } + "BaseDeprecationDetails" ], - "path": "packages/core/deprecations/core-deprecations-common/src/types.ts", + "path": "src/core/packages/deprecations/common/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -393,7 +333,7 @@ "signature": [ "\"feature\" | undefined" ], - "path": "packages/core/deprecations/core-deprecations-common/src/types.ts", + "path": "src/core/packages/deprecations/common/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -411,31 +351,13 @@ "label": "DeprecationsDetails", "description": [], "signature": [ - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.ConfigDeprecationDetails", - "text": "ConfigDeprecationDetails" - }, + "ConfigDeprecationDetails", " | ", - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.ApiDeprecationDetails", - "text": "ApiDeprecationDetails" - }, + "ApiDeprecationDetails", " | ", - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.FeatureDeprecationDetails", - "text": "FeatureDeprecationDetails" - } + "FeatureDeprecationDetails" ], - "path": "packages/core/deprecations/core-deprecations-common/src/types.ts", + "path": "src/core/packages/deprecations/common/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -450,7 +372,7 @@ "signature": [ "ExtendedDetails & { domainId: string; }" ], - "path": "packages/core/deprecations/core-deprecations-common/src/types.ts", + "path": "src/core/packages/deprecations/common/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_deprecations_common.mdx b/api_docs/kbn_core_deprecations_common.mdx index 27374d858a8eb..da3a0c56ab531 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-12-27 +date: 2025-01-05 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 493dc3a2cca43..1329f8a88bfcf 100644 --- a/api_docs/kbn_core_deprecations_server.devdocs.json +++ b/api_docs/kbn_core_deprecations_server.devdocs.json @@ -21,7 +21,7 @@ "description": [ "\nProvides a method to scope the {@link DeprecationsServiceSetup | Deprecations Service} to a specific domain." ], - "path": "packages/core/deprecations/core-deprecations-server/src/contracts.ts", + "path": "src/core/packages/deprecations/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -36,15 +36,9 @@ ], "signature": [ "(domainId: string) => ", - { - "pluginId": "@kbn/core-deprecations-server", - "scope": "server", - "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-server.DeprecationsServiceSetup", - "text": "DeprecationsServiceSetup" - } + "DeprecationsServiceSetup" ], - "path": "packages/core/deprecations/core-deprecations-server/src/contracts.ts", + "path": "src/core/packages/deprecations/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -60,7 +54,7 @@ "signature": [ "string" ], - "path": "packages/core/deprecations/core-deprecations-server/src/contracts.ts", + "path": "src/core/packages/deprecations/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -80,7 +74,7 @@ "description": [ "\nServer-side client that provides access to fetch all Kibana deprecations\n" ], - "path": "packages/core/deprecations/core-deprecations-server/src/request_handler_context.ts", + "path": "src/core/packages/deprecations/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -95,24 +89,12 @@ ], "signature": [ "() => Promise<", - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.DomainDeprecationDetails", - "text": "DomainDeprecationDetails" - }, + "DomainDeprecationDetails", "<", - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.DeprecationsDetails", - "text": "DeprecationsDetails" - }, + "DeprecationsDetails", ">[]>" ], - "path": "packages/core/deprecations/core-deprecations-server/src/request_handler_context.ts", + "path": "src/core/packages/deprecations/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -130,7 +112,7 @@ "description": [ "\nCore's `deprecations` request handler context." ], - "path": "packages/core/deprecations/core-deprecations-server/src/request_handler_context.ts", + "path": "src/core/packages/deprecations/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -144,15 +126,9 @@ "\n{@link DeprecationsClient | Deprecations client} exposed in the request handler context." ], "signature": [ - { - "pluginId": "@kbn/core-deprecations-server", - "scope": "server", - "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-server.DeprecationsClient", - "text": "DeprecationsClient" - } + "DeprecationsClient" ], - "path": "packages/core/deprecations/core-deprecations-server/src/request_handler_context.ts", + "path": "src/core/packages/deprecations/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false } @@ -168,7 +144,7 @@ "description": [ "\nThe deprecations service provides a way for the Kibana platform to communicate deprecated\nfeatures and configs with its users. These deprecations are only communicated\nif the deployment is using these features. Allowing for a user tailored experience\nfor upgrading the stack version.\n\nThe Deprecation service is consumed by the upgrade assistant to assist with the upgrade\nexperience.\n\nIf a deprecated feature can be resolved without manual user intervention.\nUsing correctiveActions.api allows the Upgrade Assistant to use this api to correct the\ndeprecation upon a user trigger.\n" ], - "path": "packages/core/deprecations/core-deprecations-server/src/contracts.ts", + "path": "src/core/packages/deprecations/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -183,16 +159,10 @@ ], "signature": [ "(deprecationContext: ", - { - "pluginId": "@kbn/core-deprecations-server", - "scope": "server", - "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-server.RegisterDeprecationsConfig", - "text": "RegisterDeprecationsConfig" - }, + "RegisterDeprecationsConfig", ") => void" ], - "path": "packages/core/deprecations/core-deprecations-server/src/contracts.ts", + "path": "src/core/packages/deprecations/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -206,15 +176,9 @@ "- The configuration object containing\ninformation about the deprecated features, including messages, corrective actions,\nand any relevant metadata to inform users or developers about the deprecation." ], "signature": [ - { - "pluginId": "@kbn/core-deprecations-server", - "scope": "server", - "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-server.RegisterDeprecationsConfig", - "text": "RegisterDeprecationsConfig" - } + "RegisterDeprecationsConfig" ], - "path": "packages/core/deprecations/core-deprecations-server/src/contracts.ts", + "path": "src/core/packages/deprecations/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -234,7 +198,7 @@ "description": [ "\nScoped clients and helpers to ease fetching the deprecations." ], - "path": "packages/core/deprecations/core-deprecations-server/src/contracts.ts", + "path": "src/core/packages/deprecations/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -248,15 +212,9 @@ "Elasticsearch client scoped to the current user" ], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.IScopedClusterClient", - "text": "IScopedClusterClient" - } + "IScopedClusterClient" ], - "path": "packages/core/deprecations/core-deprecations-server/src/contracts.ts", + "path": "src/core/packages/deprecations/server/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -270,15 +228,9 @@ "Saved Objects client scoped to the current user and space" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], - "path": "packages/core/deprecations/core-deprecations-server/src/contracts.ts", + "path": "src/core/packages/deprecations/server/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -290,16 +242,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/deprecations/core-deprecations-server/src/contracts.ts", + "path": "src/core/packages/deprecations/server/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -315,7 +261,7 @@ "description": [ "\nOptions to provide when registering deprecations via {@link DeprecationsServiceSetup.registerDeprecations}." ], - "path": "packages/core/deprecations/core-deprecations-server/src/contracts.ts", + "path": "src/core/packages/deprecations/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -330,13 +276,7 @@ ], "signature": [ "(context: ", - { - "pluginId": "@kbn/core-deprecations-server", - "scope": "server", - "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-server.GetDeprecationsContext", - "text": "GetDeprecationsContext" - }, + "GetDeprecationsContext", ") => ", { "pluginId": "@kbn/utility-types", @@ -346,16 +286,10 @@ "text": "MaybePromise" }, "<", - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.DeprecationsDetails", - "text": "DeprecationsDetails" - }, + "DeprecationsDetails", "[]>" ], - "path": "packages/core/deprecations/core-deprecations-server/src/contracts.ts", + "path": "src/core/packages/deprecations/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -369,15 +303,9 @@ "Scoped clients and helpers to ease fetching the deprecations." ], "signature": [ - { - "pluginId": "@kbn/core-deprecations-server", - "scope": "server", - "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-server.GetDeprecationsContext", - "text": "GetDeprecationsContext" - } + "GetDeprecationsContext" ], - "path": "packages/core/deprecations/core-deprecations-server/src/contracts.ts", + "path": "src/core/packages/deprecations/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_core_deprecations_server.mdx b/api_docs/kbn_core_deprecations_server.mdx index c7024a327fbd2..ab4a28e32319d 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server'] --- import kbnCoreDeprecationsServerObj from './kbn_core_deprecations_server.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_server_internal.devdocs.json b/api_docs/kbn_core_deprecations_server_internal.devdocs.json index 536d20bf570c2..642e137682c55 100644 --- a/api_docs/kbn_core_deprecations_server_internal.devdocs.json +++ b/api_docs/kbn_core_deprecations_server_internal.devdocs.json @@ -21,7 +21,7 @@ "description": [ "\nDeprecation Service: Internal Start contract" ], - "path": "packages/core/deprecations/core-deprecations-server-internal/src/deprecations_service.ts", + "path": "src/core/packages/deprecations/server-internal/src/deprecations_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -36,39 +36,15 @@ ], "signature": [ "(esClient: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.IScopedClusterClient", - "text": "IScopedClusterClient" - }, + "IScopedClusterClient", ", savedObjectsClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", - { - "pluginId": "@kbn/core-deprecations-server", - "scope": "server", - "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-server.DeprecationsClient", - "text": "DeprecationsClient" - } + "DeprecationsClient" ], - "path": "packages/core/deprecations/core-deprecations-server-internal/src/deprecations_service.ts", + "path": "src/core/packages/deprecations/server-internal/src/deprecations_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -82,15 +58,9 @@ "Scoped Elasticsearch client" ], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.IScopedClusterClient", - "text": "IScopedClusterClient" - } + "IScopedClusterClient" ], - "path": "packages/core/deprecations/core-deprecations-server-internal/src/deprecations_service.ts", + "path": "src/core/packages/deprecations/server-internal/src/deprecations_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -105,15 +75,9 @@ "Scoped SO Client" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], - "path": "packages/core/deprecations/core-deprecations-server-internal/src/deprecations_service.ts", + "path": "src/core/packages/deprecations/server-internal/src/deprecations_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -126,16 +90,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/deprecations/core-deprecations-server-internal/src/deprecations_service.ts", + "path": "src/core/packages/deprecations/server-internal/src/deprecations_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_core_deprecations_server_internal.mdx b/api_docs/kbn_core_deprecations_server_internal.mdx index f2b7d3e3c88a7..b354df388907d 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server-internal'] --- import kbnCoreDeprecationsServerInternalObj from './kbn_core_deprecations_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_server_mocks.devdocs.json b/api_docs/kbn_core_deprecations_server_mocks.devdocs.json index 69467b4a093d4..464b9f5476a54 100644 --- a/api_docs/kbn_core_deprecations_server_mocks.devdocs.json +++ b/api_docs/kbn_core_deprecations_server_mocks.devdocs.json @@ -51,13 +51,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-deprecations-server", - "scope": "server", - "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-server.DeprecationRegistryProvider", - "text": "DeprecationRegistryProvider" - }, + "DeprecationRegistryProvider", ">" ], "path": "packages/core/deprecations/core-deprecations-server-mocks/src/deprecations_service.mock.ts", @@ -75,13 +69,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-deprecations-server", - "scope": "server", - "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-server.DeprecationsServiceSetup", - "text": "DeprecationsServiceSetup" - }, + "DeprecationsServiceSetup", ">" ], "path": "packages/core/deprecations/core-deprecations-server-mocks/src/deprecations_service.mock.ts", @@ -99,13 +87,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-deprecations-server-internal", - "scope": "server", - "docId": "kibKbnCoreDeprecationsServerInternalPluginApi", - "section": "def-server.InternalDeprecationsServiceStart", - "text": "InternalDeprecationsServiceStart" - }, + "InternalDeprecationsServiceStart", ">" ], "path": "packages/core/deprecations/core-deprecations-server-mocks/src/deprecations_service.mock.ts", @@ -123,13 +105,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-deprecations-server", - "scope": "server", - "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-server.DeprecationsClient", - "text": "DeprecationsClient" - }, + "DeprecationsClient", ">" ], "path": "packages/core/deprecations/core-deprecations-server-mocks/src/deprecations_service.mock.ts", diff --git a/api_docs/kbn_core_deprecations_server_mocks.mdx b/api_docs/kbn_core_deprecations_server_mocks.mdx index 46317b52efff4..95141b543f6f3 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server-mocks'] --- import kbnCoreDeprecationsServerMocksObj from './kbn_core_deprecations_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_doc_links_browser.devdocs.json b/api_docs/kbn_core_doc_links_browser.devdocs.json index d362a5491ccac..a7fb2e980d3bb 100644 --- a/api_docs/kbn_core_doc_links_browser.devdocs.json +++ b/api_docs/kbn_core_doc_links_browser.devdocs.json @@ -11,7 +11,7 @@ "tags": [], "label": "DocLinksStart", "description": [], - "path": "packages/core/doc-links/core-doc-links-browser/src/types.ts", + "path": "src/core/packages/doc-links/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22,7 +22,7 @@ "tags": [], "label": "DOC_LINK_VERSION", "description": [], - "path": "packages/core/doc-links/core-doc-links-browser/src/types.ts", + "path": "src/core/packages/doc-links/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -33,7 +33,7 @@ "tags": [], "label": "ELASTIC_WEBSITE_URL", "description": [], - "path": "packages/core/doc-links/core-doc-links-browser/src/types.ts", + "path": "src/core/packages/doc-links/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -53,7 +53,7 @@ "text": "DocLinks" } ], - "path": "packages/core/doc-links/core-doc-links-browser/src/types.ts", + "path": "src/core/packages/doc-links/browser/src/types.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_doc_links_browser.mdx b/api_docs/kbn_core_doc_links_browser.mdx index 86d994433d719..4016fd52ccec3 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-browser'] --- import kbnCoreDocLinksBrowserObj from './kbn_core_doc_links_browser.devdocs.json'; diff --git a/api_docs/kbn_core_doc_links_browser_mocks.devdocs.json b/api_docs/kbn_core_doc_links_browser_mocks.devdocs.json index 5364df2a53ecc..3e80e5e8d25c9 100644 --- a/api_docs/kbn_core_doc_links_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_doc_links_browser_mocks.devdocs.json @@ -59,13 +59,7 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-doc-links-browser", - "scope": "public", - "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-public.DocLinksStart", - "text": "DocLinksStart" - } + "DocLinksStart" ], "path": "packages/core/doc-links/core-doc-links-browser-mocks/src/doc_links_service.mock.ts", "deprecated": false, diff --git a/api_docs/kbn_core_doc_links_browser_mocks.mdx b/api_docs/kbn_core_doc_links_browser_mocks.mdx index 415f23d63a598..115eeb5cf6d82 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-browser-mocks'] --- import kbnCoreDocLinksBrowserMocksObj from './kbn_core_doc_links_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_doc_links_server.devdocs.json b/api_docs/kbn_core_doc_links_server.devdocs.json index c820d0c60c68d..27a43aa6926e4 100644 --- a/api_docs/kbn_core_doc_links_server.devdocs.json +++ b/api_docs/kbn_core_doc_links_server.devdocs.json @@ -19,7 +19,7 @@ "tags": [], "label": "DocLinksServiceSetup", "description": [], - "path": "packages/core/doc-links/core-doc-links-server/src/types.ts", + "path": "src/core/packages/doc-links/server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -32,7 +32,7 @@ "description": [ "The branch/version the docLinks are pointing to" ], - "path": "packages/core/doc-links/core-doc-links-server/src/types.ts", + "path": "src/core/packages/doc-links/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -45,7 +45,7 @@ "description": [ "The base url for the elastic website" ], - "path": "packages/core/doc-links/core-doc-links-server/src/types.ts", + "path": "src/core/packages/doc-links/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -67,7 +67,7 @@ "text": "DocLinks" } ], - "path": "packages/core/doc-links/core-doc-links-server/src/types.ts", + "path": "src/core/packages/doc-links/server/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -85,15 +85,9 @@ "label": "DocLinksServiceStart", "description": [], "signature": [ - { - "pluginId": "@kbn/core-doc-links-server", - "scope": "server", - "docId": "kibKbnCoreDocLinksServerPluginApi", - "section": "def-server.DocLinksServiceSetup", - "text": "DocLinksServiceSetup" - } + "DocLinksServiceSetup" ], - "path": "packages/core/doc-links/core-doc-links-server/src/types.ts", + "path": "src/core/packages/doc-links/server/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_doc_links_server.mdx b/api_docs/kbn_core_doc_links_server.mdx index 323f90fd3e2cc..b709da3126575 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-server'] --- import kbnCoreDocLinksServerObj from './kbn_core_doc_links_server.devdocs.json'; diff --git a/api_docs/kbn_core_doc_links_server_mocks.devdocs.json b/api_docs/kbn_core_doc_links_server_mocks.devdocs.json index bd82f1fed2249..1172ff722d041 100644 --- a/api_docs/kbn_core_doc_links_server_mocks.devdocs.json +++ b/api_docs/kbn_core_doc_links_server_mocks.devdocs.json @@ -51,13 +51,7 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-doc-links-server", - "scope": "server", - "docId": "kibKbnCoreDocLinksServerPluginApi", - "section": "def-server.DocLinksServiceSetup", - "text": "DocLinksServiceSetup" - } + "DocLinksServiceSetup" ], "path": "packages/core/doc-links/core-doc-links-server-mocks/src/doc_links_service.mock.ts", "deprecated": false, @@ -74,13 +68,7 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-doc-links-server", - "scope": "server", - "docId": "kibKbnCoreDocLinksServerPluginApi", - "section": "def-server.DocLinksServiceSetup", - "text": "DocLinksServiceSetup" - } + "DocLinksServiceSetup" ], "path": "packages/core/doc-links/core-doc-links-server-mocks/src/doc_links_service.mock.ts", "deprecated": false, diff --git a/api_docs/kbn_core_doc_links_server_mocks.mdx b/api_docs/kbn_core_doc_links_server_mocks.mdx index cce59b70e03ea..1a0fa02ceafd3 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-server-mocks'] --- import kbnCoreDocLinksServerMocksObj from './kbn_core_doc_links_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_elasticsearch_client_server_internal.devdocs.json b/api_docs/kbn_core_elasticsearch_client_server_internal.devdocs.json index c9e2f8ec2ac70..971e065691307 100644 --- a/api_docs/kbn_core_elasticsearch_client_server_internal.devdocs.json +++ b/api_docs/kbn_core_elasticsearch_client_server_internal.devdocs.json @@ -20,13 +20,7 @@ "description": [], "signature": [ "(config: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClientConfig", - "text": "ElasticsearchClientConfig" - }, + "ElasticsearchClientConfig", ", { logger, type, scoped, getExecutionContext, agentFactoryProvider, kibanaVersion, }: { logger: ", { "pluginId": "@kbn/logging", @@ -40,7 +34,7 @@ "; kibanaVersion: string; }) => ", "default" ], - "path": "packages/core/elasticsearch/core-elasticsearch-client-server-internal/src/configure_client.ts", + "path": "src/core/packages/elasticsearch/client-server-internal/src/configure_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -52,15 +46,9 @@ "label": "config", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClientConfig", - "text": "ElasticsearchClientConfig" - } + "ElasticsearchClientConfig" ], - "path": "packages/core/elasticsearch/core-elasticsearch-client-server-internal/src/configure_client.ts", + "path": "src/core/packages/elasticsearch/client-server-internal/src/configure_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -72,7 +60,7 @@ "tags": [], "label": "{\n logger,\n type,\n scoped = false,\n getExecutionContext = noop,\n agentFactoryProvider,\n kibanaVersion,\n }", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-client-server-internal/src/configure_client.ts", + "path": "src/core/packages/elasticsearch/client-server-internal/src/configure_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -92,7 +80,7 @@ "text": "Logger" } ], - "path": "packages/core/elasticsearch/core-elasticsearch-client-server-internal/src/configure_client.ts", + "path": "src/core/packages/elasticsearch/client-server-internal/src/configure_client.ts", "deprecated": false, "trackAdoption": false }, @@ -103,7 +91,7 @@ "tags": [], "label": "type", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-client-server-internal/src/configure_client.ts", + "path": "src/core/packages/elasticsearch/client-server-internal/src/configure_client.ts", "deprecated": false, "trackAdoption": false }, @@ -117,7 +105,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-client-server-internal/src/configure_client.ts", + "path": "src/core/packages/elasticsearch/client-server-internal/src/configure_client.ts", "deprecated": false, "trackAdoption": false }, @@ -131,7 +119,7 @@ "signature": [ "(() => string | undefined) | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-client-server-internal/src/configure_client.ts", + "path": "src/core/packages/elasticsearch/client-server-internal/src/configure_client.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -147,7 +135,7 @@ "signature": [ "AgentFactoryProvider" ], - "path": "packages/core/elasticsearch/core-elasticsearch-client-server-internal/src/configure_client.ts", + "path": "src/core/packages/elasticsearch/client-server-internal/src/configure_client.ts", "deprecated": false, "trackAdoption": false }, @@ -158,7 +146,7 @@ "tags": [], "label": "kibanaVersion", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-client-server-internal/src/configure_client.ts", + "path": "src/core/packages/elasticsearch/client-server-internal/src/configure_client.ts", "deprecated": false, "trackAdoption": false } @@ -182,7 +170,7 @@ "ElasticsearchClientError", ") => string" ], - "path": "packages/core/elasticsearch/core-elasticsearch-client-server-internal/src/log_query_and_deprecation.ts", + "path": "src/core/packages/elasticsearch/client-server-internal/src/log_query_and_deprecation.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -196,7 +184,7 @@ "signature": [ "ElasticsearchClientError" ], - "path": "packages/core/elasticsearch/core-elasticsearch-client-server-internal/src/log_query_and_deprecation.ts", + "path": "src/core/packages/elasticsearch/client-server-internal/src/log_query_and_deprecation.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -218,23 +206,11 @@ "(event: ", "DiagnosticResult", ", apisToRedactInLogs: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchApiToRedactInLogs", - "text": "ElasticsearchApiToRedactInLogs" - }, + "ElasticsearchApiToRedactInLogs", "[] | undefined) => ", - { - "pluginId": "@kbn/core-elasticsearch-client-server-internal", - "scope": "server", - "docId": "kibKbnCoreElasticsearchClientServerInternalPluginApi", - "section": "def-server.RequestDebugMeta", - "text": "RequestDebugMeta" - } + "RequestDebugMeta" ], - "path": "packages/core/elasticsearch/core-elasticsearch-client-server-internal/src/log_query_and_deprecation.ts", + "path": "src/core/packages/elasticsearch/client-server-internal/src/log_query_and_deprecation.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -249,7 +225,7 @@ "DiagnosticResult", "" ], - "path": "packages/core/elasticsearch/core-elasticsearch-client-server-internal/src/log_query_and_deprecation.ts", + "path": "src/core/packages/elasticsearch/client-server-internal/src/log_query_and_deprecation.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -262,16 +238,10 @@ "label": "apisToRedactInLogs", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchApiToRedactInLogs", - "text": "ElasticsearchApiToRedactInLogs" - }, + "ElasticsearchApiToRedactInLogs", "[] | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-client-server-internal/src/log_query_and_deprecation.ts", + "path": "src/core/packages/elasticsearch/client-server-internal/src/log_query_and_deprecation.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -291,7 +261,7 @@ "description": [ "\nExposes the APIs to fetch stats of the existing agents." ], - "path": "packages/core/elasticsearch/core-elasticsearch-client-server-internal/src/agent_manager.ts", + "path": "src/core/packages/elasticsearch/client-server-internal/src/agent_manager.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -306,15 +276,9 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.ElasticsearchClientsMetrics", - "text": "ElasticsearchClientsMetrics" - } + "ElasticsearchClientsMetrics" ], - "path": "packages/core/elasticsearch/core-elasticsearch-client-server-internal/src/agent_manager.ts", + "path": "src/core/packages/elasticsearch/client-server-internal/src/agent_manager.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -332,7 +296,7 @@ "description": [ "\nThe logger-relevant request meta of an ES request" ], - "path": "packages/core/elasticsearch/core-elasticsearch-client-server-internal/src/log_query_and_deprecation.ts", + "path": "src/core/packages/elasticsearch/client-server-internal/src/log_query_and_deprecation.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -345,7 +309,7 @@ "description": [ "\nThe requested method" ], - "path": "packages/core/elasticsearch/core-elasticsearch-client-server-internal/src/log_query_and_deprecation.ts", + "path": "src/core/packages/elasticsearch/client-server-internal/src/log_query_and_deprecation.ts", "deprecated": false, "trackAdoption": false }, @@ -358,7 +322,7 @@ "description": [ "\nThe requested endpoint + querystring" ], - "path": "packages/core/elasticsearch/core-elasticsearch-client-server-internal/src/log_query_and_deprecation.ts", + "path": "src/core/packages/elasticsearch/client-server-internal/src/log_query_and_deprecation.ts", "deprecated": false, "trackAdoption": false }, @@ -371,7 +335,7 @@ "description": [ "\nThe request body (it may be redacted)" ], - "path": "packages/core/elasticsearch/core-elasticsearch-client-server-internal/src/log_query_and_deprecation.ts", + "path": "src/core/packages/elasticsearch/client-server-internal/src/log_query_and_deprecation.ts", "deprecated": false, "trackAdoption": false }, @@ -387,7 +351,7 @@ "signature": [ "number | null" ], - "path": "packages/core/elasticsearch/core-elasticsearch-client-server-internal/src/log_query_and_deprecation.ts", + "path": "src/core/packages/elasticsearch/client-server-internal/src/log_query_and_deprecation.ts", "deprecated": false, "trackAdoption": false } @@ -409,7 +373,7 @@ " | ", "Agent" ], - "path": "packages/core/elasticsearch/core-elasticsearch-client-server-internal/src/agent_manager.ts", + "path": "src/core/packages/elasticsearch/client-server-internal/src/agent_manager.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_elasticsearch_client_server_internal.mdx b/api_docs/kbn_core_elasticsearch_client_server_internal.mdx index 81c0c658e87cd..cad8fbd56781e 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-client-server-internal'] --- import kbnCoreElasticsearchClientServerInternalObj from './kbn_core_elasticsearch_client_server_internal.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 22 | 0 | 13 | 1 | +| 22 | 0 | 13 | 0 | ## Server 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 a567679020039..103591b4a5f9a 100644 --- a/api_docs/kbn_core_elasticsearch_client_server_mocks.devdocs.json +++ b/api_docs/kbn_core_elasticsearch_client_server_mocks.devdocs.json @@ -20,13 +20,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-elasticsearch-client-server-internal", - "scope": "server", - "docId": "kibKbnCoreElasticsearchClientServerInternalPluginApi", - "section": "def-server.AgentStatsProvider", - "text": "AgentStatsProvider" - }, + "AgentStatsProvider", ">" ], "path": "packages/core/elasticsearch/core-elasticsearch-client-server-mocks/src/agent_manager.mocks.ts", @@ -1416,13 +1410,7 @@ "<", "default", ">; } & ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], "path": "packages/core/elasticsearch/core-elasticsearch-client-server-mocks/src/mocks.ts", "deprecated": false, @@ -2635,13 +2623,7 @@ "<", "default", ">; } & ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], "path": "packages/core/elasticsearch/core-elasticsearch-client-server-mocks/src/mocks.ts", "deprecated": false, @@ -3808,13 +3790,7 @@ "<", "default", ">; } & ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], "path": "packages/core/elasticsearch/core-elasticsearch-client-server-mocks/src/mocks.ts", "deprecated": false, @@ -4981,13 +4957,7 @@ "<", "default", ">; } & ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], "path": "packages/core/elasticsearch/core-elasticsearch-client-server-mocks/src/mocks.ts", "deprecated": false, @@ -5008,37 +4978,13 @@ "description": [], "signature": [ "{ close: jest.MockInstance, [], unknown>; readonly asInternalUser: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", "; asScoped: jest.MockInstance<", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.IScopedClusterClient", - "text": "IScopedClusterClient" - }, + "IScopedClusterClient", ", [request: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ScopeableRequest", - "text": "ScopeableRequest" - }, + "ScopeableRequest", "], unknown>; } & ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ICustomClusterClient", - "text": "ICustomClusterClient" - }, + "ICustomClusterClient", " & ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", @@ -6245,13 +6191,7 @@ "<", "default", ">; } & ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], "path": "packages/core/elasticsearch/core-elasticsearch-client-server-mocks/src/mocks.ts", "deprecated": false, diff --git a/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx b/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx index d19e9d4a342d0..3d7e88601eefd 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-client-server-mocks'] --- import kbnCoreElasticsearchClientServerMocksObj from './kbn_core_elasticsearch_client_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_elasticsearch_server.devdocs.json b/api_docs/kbn_core_elasticsearch_server.devdocs.json index ffcf4ca34be48..7e299b51f7ab7 100644 --- a/api_docs/kbn_core_elasticsearch_server.devdocs.json +++ b/api_docs/kbn_core_elasticsearch_server.devdocs.json @@ -21,7 +21,7 @@ "description": [ "\nDefinition of an API that should redact the requested body in the logs" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -37,7 +37,7 @@ "signature": [ "string | RegExp" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -53,7 +53,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false } @@ -69,7 +69,7 @@ "description": [ "\nRepresent the capabilities supported by a given ES cluster.\n" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts", + "path": "src/core/packages/elasticsearch/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -82,7 +82,7 @@ "description": [ "\nIndicates whether we're connected to a serverless version of elasticsearch.\nRequired because some options aren't working for serverless and code needs to have the info to react accordingly." ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts", + "path": "src/core/packages/elasticsearch/server/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -98,7 +98,7 @@ "description": [ "\nConfiguration options to be used to create a {@link IClusterClient | cluster client}\n" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -112,7 +112,7 @@ "signature": [ "{ [x: string]: string; }" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -126,7 +126,7 @@ "signature": [ "string[]" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -137,7 +137,7 @@ "tags": [], "label": "maxSockets", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -148,7 +148,7 @@ "tags": [], "label": "maxIdleSockets", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -169,7 +169,7 @@ }, " | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -183,7 +183,7 @@ "signature": [ "moment.Duration" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -194,7 +194,7 @@ "tags": [], "label": "compression", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -205,7 +205,7 @@ "tags": [], "label": "sniffOnStart", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -216,7 +216,7 @@ "tags": [], "label": "sniffOnConnectionFault", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -230,7 +230,7 @@ "signature": [ "false | moment.Duration" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -244,7 +244,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -258,7 +258,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -272,7 +272,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -286,7 +286,7 @@ "signature": [ "string[]" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -300,7 +300,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -314,7 +314,7 @@ "signature": [ "number | moment.Duration | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -328,7 +328,7 @@ "signature": [ "number | moment.Duration | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -342,7 +342,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -354,16 +354,10 @@ "label": "ssl", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClientSslConfig", - "text": "ElasticsearchClientSslConfig" - }, + "ElasticsearchClientSslConfig", " | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -375,16 +369,10 @@ "label": "apisToRedactInLogs", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchApiToRedactInLogs", - "text": "ElasticsearchApiToRedactInLogs" - }, + "ElasticsearchApiToRedactInLogs", "[] | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -398,7 +386,7 @@ "signature": [ "moment.Duration" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false } @@ -412,7 +400,7 @@ "tags": [], "label": "ElasticsearchClientSslConfig", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -426,7 +414,7 @@ "signature": [ "\"none\" | \"full\" | \"certificate\" | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -440,7 +428,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -454,7 +442,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -468,7 +456,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -482,7 +470,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false }, @@ -496,7 +484,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client_config.ts", "deprecated": false, "trackAdoption": false } @@ -512,7 +500,7 @@ "description": [ "\nA limited set of Elasticsearch configuration entries exposed to the `preboot` plugins at `setup`.\n" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts", + "path": "src/core/packages/elasticsearch/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -528,7 +516,7 @@ "signature": [ "string[]" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts", + "path": "src/core/packages/elasticsearch/server/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -541,7 +529,7 @@ "description": [ "\nIndicates whether Elasticsearch configuration includes credentials (`username`, `password` or `serviceAccountToken`)." ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts", + "path": "src/core/packages/elasticsearch/server/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -557,7 +545,7 @@ "description": [ "\nCore's `elasticsearch` request handler context." ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/request_handler_context.ts", + "path": "src/core/packages/elasticsearch/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -569,15 +557,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.IScopedClusterClient", - "text": "IScopedClusterClient" - } + "IScopedClusterClient" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/request_handler_context.ts", + "path": "src/core/packages/elasticsearch/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false } @@ -591,7 +573,7 @@ "tags": [], "label": "ElasticsearchServicePreboot", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts", + "path": "src/core/packages/elasticsearch/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -607,7 +589,7 @@ "signature": [ "{ readonly hosts: string[]; readonly credentialsSpecified: boolean; }" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts", + "path": "src/core/packages/elasticsearch/server/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -622,23 +604,11 @@ ], "signature": [ "(type: string, clientConfig?: Partial<", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClientConfig", - "text": "ElasticsearchClientConfig" - }, + "ElasticsearchClientConfig", "> | undefined) => ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ICustomClusterClient", - "text": "ICustomClusterClient" - } + "ICustomClusterClient" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts", + "path": "src/core/packages/elasticsearch/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -654,7 +624,7 @@ "signature": [ "string" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts", + "path": "src/core/packages/elasticsearch/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -670,16 +640,10 @@ ], "signature": [ "Partial<", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClientConfig", - "text": "ElasticsearchClientConfig" - }, + "ElasticsearchClientConfig", "> | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts", + "path": "src/core/packages/elasticsearch/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -697,7 +661,7 @@ "tags": [], "label": "ElasticsearchServiceSetup", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts", + "path": "src/core/packages/elasticsearch/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -712,16 +676,10 @@ ], "signature": [ "(handler: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.UnauthorizedErrorHandler", - "text": "UnauthorizedErrorHandler" - }, + "UnauthorizedErrorHandler", ") => void" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts", + "path": "src/core/packages/elasticsearch/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -733,15 +691,9 @@ "label": "handler", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.UnauthorizedErrorHandler", - "text": "UnauthorizedErrorHandler" - } + "UnauthorizedErrorHandler" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts", + "path": "src/core/packages/elasticsearch/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -762,46 +714,40 @@ "{ readonly config$: ", "Observable", "<", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.IElasticsearchConfig", - "text": "IElasticsearchConfig" - }, + "IElasticsearchConfig", ">; }" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts", + "path": "src/core/packages/elasticsearch/server/src/contracts.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-elasticsearch-server-internal", - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/elasticsearch_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/elasticsearch/server-internal/src/elasticsearch_service.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/plugins/server-internal/src/plugin_context.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/plugin_context.ts" - }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/plugin.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/plugins/server-internal/src/plugin_context.ts" }, { "plugin": "observabilityOnboarding", "path": "x-pack/solutions/observability/plugins/observability_onboarding/server/plugin.ts" }, + { + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/plugin.ts" + }, { "plugin": "console", "path": "src/platform/plugins/shared/console/server/plugin.ts" }, { - "plugin": "@kbn/core-elasticsearch-server-internal", - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/elasticsearch_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/elasticsearch/server-internal/src/elasticsearch_service.test.ts" } ] }, @@ -817,7 +763,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts", + "path": "src/core/packages/elasticsearch/server/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -831,7 +777,7 @@ "tags": [], "label": "ElasticsearchServiceStart", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts", + "path": "src/core/packages/elasticsearch/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -845,15 +791,9 @@ "\nA pre-configured {@link IClusterClient | Elasticsearch client}\n" ], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.IClusterClient", - "text": "IClusterClient" - } + "IClusterClient" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts", + "path": "src/core/packages/elasticsearch/server/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -868,23 +808,11 @@ ], "signature": [ "(type: string, clientConfig?: Partial<", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClientConfig", - "text": "ElasticsearchClientConfig" - }, + "ElasticsearchClientConfig", "> | undefined) => ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ICustomClusterClient", - "text": "ICustomClusterClient" - } + "ICustomClusterClient" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts", + "path": "src/core/packages/elasticsearch/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -900,7 +828,7 @@ "signature": [ "string" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts", + "path": "src/core/packages/elasticsearch/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -916,16 +844,10 @@ ], "signature": [ "Partial<", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClientConfig", - "text": "ElasticsearchClientConfig" - }, + "ElasticsearchClientConfig", "> | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts", + "path": "src/core/packages/elasticsearch/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -944,15 +866,9 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchCapabilities", - "text": "ElasticsearchCapabilities" - } + "ElasticsearchCapabilities" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts", + "path": "src/core/packages/elasticsearch/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -970,7 +886,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts", + "path": "src/core/packages/elasticsearch/server/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -984,7 +900,7 @@ "tags": [], "label": "ElasticsearchSslConfig", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -998,7 +914,7 @@ "signature": [ "\"none\" | \"full\" | \"certificate\"" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -1012,7 +928,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -1026,7 +942,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -1040,7 +956,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -1054,7 +970,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -1065,7 +981,7 @@ "tags": [], "label": "alwaysPresentCertificate", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false } @@ -1081,7 +997,7 @@ "description": [ "\nFake request object created manually by Kibana plugins." ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/scopeable_request.ts", + "path": "src/core/packages/elasticsearch/server/src/client/scopeable_request.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1097,7 +1013,7 @@ "signature": [ "{ date?: string | string[] | undefined; allow?: string | string[] | undefined; warning?: string | string[] | undefined; location?: string | string[] | undefined; authorization?: string | string[] | undefined; from?: string | string[] | undefined; host?: string | string[] | undefined; range?: string | string[] | undefined; etag?: string | string[] | undefined; expires?: string | string[] | undefined; accept?: string | string[] | undefined; \"accept-language\"?: string | string[] | undefined; \"accept-patch\"?: string | string[] | undefined; \"accept-ranges\"?: string | string[] | undefined; \"access-control-allow-credentials\"?: string | string[] | undefined; \"access-control-allow-headers\"?: string | string[] | undefined; \"access-control-allow-methods\"?: string | string[] | undefined; \"access-control-allow-origin\"?: string | string[] | undefined; \"access-control-expose-headers\"?: string | string[] | undefined; \"access-control-max-age\"?: string | string[] | undefined; \"access-control-request-headers\"?: string | string[] | undefined; \"access-control-request-method\"?: string | string[] | undefined; age?: string | string[] | undefined; \"alt-svc\"?: string | string[] | undefined; \"cache-control\"?: string | string[] | undefined; connection?: string | string[] | undefined; \"content-disposition\"?: string | string[] | undefined; \"content-encoding\"?: string | string[] | undefined; \"content-language\"?: string | string[] | undefined; \"content-length\"?: string | string[] | undefined; \"content-location\"?: string | string[] | undefined; \"content-range\"?: string | string[] | undefined; \"content-type\"?: string | string[] | undefined; cookie?: string | string[] | undefined; expect?: string | string[] | undefined; forwarded?: string | string[] | undefined; \"if-match\"?: string | string[] | undefined; \"if-modified-since\"?: string | string[] | undefined; \"if-none-match\"?: string | string[] | undefined; \"if-unmodified-since\"?: string | string[] | undefined; \"last-modified\"?: string | string[] | undefined; origin?: string | string[] | undefined; pragma?: string | string[] | undefined; \"proxy-authenticate\"?: string | string[] | undefined; \"proxy-authorization\"?: string | string[] | undefined; \"public-key-pins\"?: string | string[] | undefined; referer?: string | string[] | undefined; \"retry-after\"?: string | string[] | undefined; \"sec-websocket-accept\"?: string | string[] | undefined; \"sec-websocket-extensions\"?: string | string[] | undefined; \"sec-websocket-key\"?: string | string[] | undefined; \"sec-websocket-protocol\"?: string | string[] | undefined; \"sec-websocket-version\"?: string | string[] | undefined; \"set-cookie\"?: string | string[] | undefined; \"strict-transport-security\"?: string | string[] | undefined; tk?: string | string[] | undefined; trailer?: string | string[] | undefined; \"transfer-encoding\"?: string | string[] | undefined; upgrade?: string | string[] | undefined; \"user-agent\"?: string | string[] | undefined; vary?: string | string[] | undefined; via?: string | string[] | undefined; \"www-authenticate\"?: string | string[] | undefined; } & { [header: string]: string | string[] | undefined; }" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/scopeable_request.ts", + "path": "src/core/packages/elasticsearch/server/src/client/scopeable_request.ts", "deprecated": false, "trackAdoption": false } @@ -1113,7 +1029,7 @@ "description": [ "\nRepresents an Elasticsearch cluster API client created by the platform.\nIt allows to call API on behalf of the internal Kibana user and\nthe actual user that is derived from the request headers (via `asScoped(...)`).\n" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/cluster_client.ts", + "path": "src/core/packages/elasticsearch/server/src/client/cluster_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2383,7 +2299,7 @@ "default", "; }" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/cluster_client.ts", + "path": "src/core/packages/elasticsearch/server/src/client/cluster_client.ts", "deprecated": false, "trackAdoption": false }, @@ -2398,23 +2314,11 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ScopeableRequest", - "text": "ScopeableRequest" - }, + "ScopeableRequest", ") => ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.IScopedClusterClient", - "text": "IScopedClusterClient" - } + "IScopedClusterClient" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/cluster_client.ts", + "path": "src/core/packages/elasticsearch/server/src/client/cluster_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2426,15 +2330,9 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ScopeableRequest", - "text": "ScopeableRequest" - } + "ScopeableRequest" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/cluster_client.ts", + "path": "src/core/packages/elasticsearch/server/src/client/cluster_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2455,23 +2353,11 @@ "\nSee {@link IClusterClient}\n" ], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ICustomClusterClient", - "text": "ICustomClusterClient" - }, + "ICustomClusterClient", " extends ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.IClusterClient", - "text": "IClusterClient" - } + "IClusterClient" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/cluster_client.ts", + "path": "src/core/packages/elasticsearch/server/src/client/cluster_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2487,7 +2373,7 @@ "signature": [ "() => Promise" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/cluster_client.ts", + "path": "src/core/packages/elasticsearch/server/src/client/cluster_client.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2503,7 +2389,7 @@ "tags": [], "label": "IElasticsearchConfig", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2519,7 +2405,7 @@ "signature": [ "moment.Duration" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -2535,7 +2421,7 @@ "signature": [ "moment.Duration" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -2548,7 +2434,7 @@ "description": [ "\nWhether to allow kibana to connect to a non-compatible elasticsearch node." ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -2561,7 +2447,7 @@ "description": [ "\nVersion of the Elasticsearch (6.7, 7.1 or `master`) client will be connecting to." ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -2574,7 +2460,7 @@ "description": [ "\nThe maximum number of sockets that can be used for communications with elasticsearch." ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -2587,7 +2473,7 @@ "description": [ "\nThe maximum number of idle sockets to keep open between Kibana and Elasticsearch. If more sockets become idle, they will be closed." ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -2603,7 +2489,7 @@ "signature": [ "moment.Duration" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -2616,7 +2502,7 @@ "description": [ "\nWhether to use compression for communications with elasticsearch." ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -2632,7 +2518,7 @@ "signature": [ "string[]" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -2648,7 +2534,7 @@ "signature": [ "string[]" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -2664,7 +2550,7 @@ "signature": [ "moment.Duration" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -2680,7 +2566,7 @@ "signature": [ "moment.Duration" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -2696,7 +2582,7 @@ "signature": [ "moment.Duration" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -2709,7 +2595,7 @@ "description": [ "\nSpecifies whether the client should attempt to detect the rest of the cluster\nwhen it is first instantiated." ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -2725,7 +2611,7 @@ "signature": [ "false | moment.Duration" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -2738,7 +2624,7 @@ "description": [ "\nSpecifies whether the client should immediately sniff for a more current list\nof nodes when a connection dies." ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -2754,7 +2640,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -2770,7 +2656,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -2786,7 +2672,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -2802,7 +2688,7 @@ "signature": [ "{ [x: string]: string; }" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -2816,15 +2702,9 @@ "\nSet of settings configure SSL connection between Kibana and Elasticsearch that\nare required when `xpack.ssl.verification_mode` in Elasticsearch is set to\neither `certificate` or `full`." ], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchSslConfig", - "text": "ElasticsearchSslConfig" - } + "ElasticsearchSslConfig" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -2838,16 +2718,10 @@ "\nExtends the list of APIs that should be redacted in logs." ], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchApiToRedactInLogs", - "text": "ElasticsearchApiToRedactInLogs" - }, + "ElasticsearchApiToRedactInLogs", "[]" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false }, @@ -2863,7 +2737,7 @@ "signature": [ "moment.Duration" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false } @@ -2879,7 +2753,7 @@ "description": [ "\nServes the same purpose as the normal {@link IClusterClient | cluster client} but exposes\nan additional `asCurrentUser` method that doesn't use credentials of the Kibana internal\nuser (as `asInternalUser` does) to request Elasticsearch API, but rather passes HTTP headers\nextracted from the current user request to the API instead.\n" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/scoped_cluster_client.ts", + "path": "src/core/packages/elasticsearch/server/src/client/scoped_cluster_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4149,7 +4023,7 @@ "default", "; }" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/scoped_cluster_client.ts", + "path": "src/core/packages/elasticsearch/server/src/client/scoped_cluster_client.ts", "deprecated": false, "trackAdoption": false }, @@ -5419,7 +5293,7 @@ "default", "; }" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/scoped_cluster_client.ts", + "path": "src/core/packages/elasticsearch/server/src/client/scoped_cluster_client.ts", "deprecated": false, "trackAdoption": false }, @@ -6689,7 +6563,7 @@ "default", "; }" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/scoped_cluster_client.ts", + "path": "src/core/packages/elasticsearch/server/src/client/scoped_cluster_client.ts", "deprecated": false, "trackAdoption": false } @@ -6703,7 +6577,7 @@ "tags": [], "label": "UnauthorizedErrorHandlerNotHandledResult", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/unauthorized_error_handler.ts", + "path": "src/core/packages/elasticsearch/server/src/client/unauthorized_error_handler.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6717,7 +6591,7 @@ "signature": [ "\"notHandled\"" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/unauthorized_error_handler.ts", + "path": "src/core/packages/elasticsearch/server/src/client/unauthorized_error_handler.ts", "deprecated": false, "trackAdoption": false } @@ -6731,7 +6605,7 @@ "tags": [], "label": "UnauthorizedErrorHandlerOptions", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/unauthorized_error_handler.ts", + "path": "src/core/packages/elasticsearch/server/src/client/unauthorized_error_handler.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6746,7 +6620,7 @@ "ResponseError", " & { statusCode: 401; }" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/unauthorized_error_handler.ts", + "path": "src/core/packages/elasticsearch/server/src/client/unauthorized_error_handler.ts", "deprecated": false, "trackAdoption": false }, @@ -6758,16 +6632,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/unauthorized_error_handler.ts", + "path": "src/core/packages/elasticsearch/server/src/client/unauthorized_error_handler.ts", "deprecated": false, "trackAdoption": false } @@ -6781,7 +6649,7 @@ "tags": [], "label": "UnauthorizedErrorHandlerResultRetryParams", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/unauthorized_error_handler.ts", + "path": "src/core/packages/elasticsearch/server/src/client/unauthorized_error_handler.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6795,7 +6663,7 @@ "signature": [ "{ [x: string]: string | string[]; }" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/unauthorized_error_handler.ts", + "path": "src/core/packages/elasticsearch/server/src/client/unauthorized_error_handler.ts", "deprecated": false, "trackAdoption": false } @@ -6810,23 +6678,11 @@ "label": "UnauthorizedErrorHandlerRetryResult", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.UnauthorizedErrorHandlerRetryResult", - "text": "UnauthorizedErrorHandlerRetryResult" - }, + "UnauthorizedErrorHandlerRetryResult", " extends ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.UnauthorizedErrorHandlerResultRetryParams", - "text": "UnauthorizedErrorHandlerResultRetryParams" - } + "UnauthorizedErrorHandlerResultRetryParams" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/unauthorized_error_handler.ts", + "path": "src/core/packages/elasticsearch/server/src/client/unauthorized_error_handler.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6840,7 +6696,7 @@ "signature": [ "\"retry\"" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/unauthorized_error_handler.ts", + "path": "src/core/packages/elasticsearch/server/src/client/unauthorized_error_handler.ts", "deprecated": false, "trackAdoption": false } @@ -6856,7 +6712,7 @@ "description": [ "\nToolkit passed to a {@link UnauthorizedErrorHandler} used to generate responses from the handler" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/unauthorized_error_handler.ts", + "path": "src/core/packages/elasticsearch/server/src/client/unauthorized_error_handler.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6871,15 +6727,9 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.UnauthorizedErrorHandlerNotHandledResult", - "text": "UnauthorizedErrorHandlerNotHandledResult" - } + "UnauthorizedErrorHandlerNotHandledResult" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/unauthorized_error_handler.ts", + "path": "src/core/packages/elasticsearch/server/src/client/unauthorized_error_handler.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -6896,23 +6746,11 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.UnauthorizedErrorHandlerResultRetryParams", - "text": "UnauthorizedErrorHandlerResultRetryParams" - }, + "UnauthorizedErrorHandlerResultRetryParams", ") => ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.UnauthorizedErrorHandlerRetryResult", - "text": "UnauthorizedErrorHandlerRetryResult" - } + "UnauthorizedErrorHandlerRetryResult" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/unauthorized_error_handler.ts", + "path": "src/core/packages/elasticsearch/server/src/client/unauthorized_error_handler.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6924,15 +6762,9 @@ "label": "params", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.UnauthorizedErrorHandlerResultRetryParams", - "text": "UnauthorizedErrorHandlerResultRetryParams" - } + "UnauthorizedErrorHandlerResultRetryParams" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/unauthorized_error_handler.ts", + "path": "src/core/packages/elasticsearch/server/src/client/unauthorized_error_handler.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8212,7 +8044,7 @@ "default", "; }" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client.ts", + "path": "src/core/packages/elasticsearch/server/src/client/client.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8227,23 +8059,11 @@ "\n A user credentials container.\nIt accommodates the necessary auth credentials to impersonate the current user.\n" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.FakeRequest", - "text": "FakeRequest" - } + "FakeRequest" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/scopeable_request.ts", + "path": "src/core/packages/elasticsearch/server/src/client/scopeable_request.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8259,21 +8079,9 @@ ], "signature": [ "(options: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.UnauthorizedErrorHandlerOptions", - "text": "UnauthorizedErrorHandlerOptions" - }, + "UnauthorizedErrorHandlerOptions", ", toolkit: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.UnauthorizedErrorHandlerToolkit", - "text": "UnauthorizedErrorHandlerToolkit" - }, + "UnauthorizedErrorHandlerToolkit", ") => ", { "pluginId": "@kbn/utility-types", @@ -8283,16 +8091,10 @@ "text": "MaybePromise" }, "<", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.UnauthorizedErrorHandlerResult", - "text": "UnauthorizedErrorHandlerResult" - }, + "UnauthorizedErrorHandlerResult", ">" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/unauthorized_error_handler.ts", + "path": "src/core/packages/elasticsearch/server/src/client/unauthorized_error_handler.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -8305,15 +8107,9 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.UnauthorizedErrorHandlerOptions", - "text": "UnauthorizedErrorHandlerOptions" - } + "UnauthorizedErrorHandlerOptions" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/unauthorized_error_handler.ts", + "path": "src/core/packages/elasticsearch/server/src/client/unauthorized_error_handler.ts", "deprecated": false, "trackAdoption": false }, @@ -8325,15 +8121,9 @@ "label": "toolkit", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.UnauthorizedErrorHandlerToolkit", - "text": "UnauthorizedErrorHandlerToolkit" - } + "UnauthorizedErrorHandlerToolkit" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/unauthorized_error_handler.ts", + "path": "src/core/packages/elasticsearch/server/src/client/unauthorized_error_handler.ts", "deprecated": false, "trackAdoption": false } @@ -8348,23 +8138,11 @@ "label": "UnauthorizedErrorHandlerResult", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.UnauthorizedErrorHandlerRetryResult", - "text": "UnauthorizedErrorHandlerRetryResult" - }, + "UnauthorizedErrorHandlerRetryResult", " | ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.UnauthorizedErrorHandlerNotHandledResult", - "text": "UnauthorizedErrorHandlerNotHandledResult" - } + "UnauthorizedErrorHandlerNotHandledResult" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/unauthorized_error_handler.ts", + "path": "src/core/packages/elasticsearch/server/src/client/unauthorized_error_handler.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_elasticsearch_server.mdx b/api_docs/kbn_core_elasticsearch_server.mdx index 73592f24d3520..6cff6f572c0a6 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server'] --- import kbnCoreElasticsearchServerObj from './kbn_core_elasticsearch_server.devdocs.json'; diff --git a/api_docs/kbn_core_elasticsearch_server_internal.devdocs.json b/api_docs/kbn_core_elasticsearch_server_internal.devdocs.json index a0e2b420b19bc..24ab79ca530b0 100644 --- a/api_docs/kbn_core_elasticsearch_server_internal.devdocs.json +++ b/api_docs/kbn_core_elasticsearch_server_internal.devdocs.json @@ -20,16 +20,10 @@ "description": [], "signature": [ "({ client, maxRetries, maxRetryDelay, }: { client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", "; maxRetries?: number | undefined; maxRetryDelay?: number | undefined; }) => Promise" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/is_scripting_enabled.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/is_scripting_enabled.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -40,7 +34,7 @@ "tags": [], "label": "{\n client,\n maxRetries = 20,\n maxRetryDelay = 64,\n}", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/is_scripting_enabled.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/is_scripting_enabled.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1308,7 +1302,7 @@ "default", "; }" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/is_scripting_enabled.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/is_scripting_enabled.ts", "deprecated": false, "trackAdoption": false }, @@ -1322,7 +1316,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/is_scripting_enabled.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/is_scripting_enabled.ts", "deprecated": false, "trackAdoption": false }, @@ -1336,7 +1330,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/is_scripting_enabled.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/is_scripting_enabled.ts", "deprecated": false, "trackAdoption": false } @@ -1358,7 +1352,7 @@ "signature": [ "(args: { statusCode: number | null; headers: Record | null; }) => boolean" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/supported_server_response_check.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/supported_server_response_check.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1369,7 +1363,7 @@ "tags": [], "label": "args", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/supported_server_response_check.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/supported_server_response_check.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1383,7 +1377,7 @@ "signature": [ "number | null" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/supported_server_response_check.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/supported_server_response_check.ts", "deprecated": false, "trackAdoption": false }, @@ -1397,7 +1391,7 @@ "signature": [ "Record | null" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/supported_server_response_check.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/supported_server_response_check.ts", "deprecated": false, "trackAdoption": false } @@ -1423,7 +1417,7 @@ "ElasticsearchClientError", ") => boolean" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/retryable_es_client_errors.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/retryable_es_client_errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1437,7 +1431,7 @@ "signature": [ "ElasticsearchClientError" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/retryable_es_client_errors.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/retryable_es_client_errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1458,7 +1452,7 @@ "signature": [ "(headers: Record | null | undefined) => boolean" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/supported_server_response_check.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/supported_server_response_check.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1474,7 +1468,7 @@ "signature": [ "Record | null | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/supported_server_response_check.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/supported_server_response_check.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1494,26 +1488,14 @@ "description": [], "signature": [ "({ internalClient, log, kibanaVersion, ignoreVersionMismatch, healthCheckInterval, healthCheckStartupInterval, }: ", - { - "pluginId": "@kbn/core-elasticsearch-server-internal", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerInternalPluginApi", - "section": "def-server.PollEsNodesVersionOptions", - "text": "PollEsNodesVersionOptions" - }, + "PollEsNodesVersionOptions", ") => ", "Observable", "<", - { - "pluginId": "@kbn/core-elasticsearch-server-internal", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerInternalPluginApi", - "section": "def-server.NodesVersionCompatibility", - "text": "NodesVersionCompatibility" - }, + "NodesVersionCompatibility", ">" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/version_check/ensure_es_version.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/version_check/ensure_es_version.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1525,15 +1507,9 @@ "label": "{\n internalClient,\n log,\n kibanaVersion,\n ignoreVersionMismatch,\n healthCheckInterval,\n healthCheckStartupInterval,\n}", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server-internal", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerInternalPluginApi", - "section": "def-server.PollEsNodesVersionOptions", - "text": "PollEsNodesVersionOptions" - } + "PollEsNodesVersionOptions" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/version_check/ensure_es_version.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/version_check/ensure_es_version.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1553,7 +1529,7 @@ ], "label": "ClusterInfo", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/get_cluster_info.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/get_cluster_info.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1564,7 +1540,7 @@ "tags": [], "label": "cluster_name", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/get_cluster_info.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/get_cluster_info.ts", "deprecated": false, "trackAdoption": false }, @@ -1575,7 +1551,7 @@ "tags": [], "label": "cluster_uuid", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/get_cluster_info.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/get_cluster_info.ts", "deprecated": false, "trackAdoption": false }, @@ -1586,7 +1562,7 @@ "tags": [], "label": "cluster_version", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/get_cluster_info.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/get_cluster_info.ts", "deprecated": false, "trackAdoption": false }, @@ -1600,7 +1576,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/get_cluster_info.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/get_cluster_info.ts", "deprecated": false, "trackAdoption": false } @@ -1614,7 +1590,7 @@ "tags": [], "label": "NodeInfo", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/version_check/ensure_es_version.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/version_check/ensure_es_version.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1625,7 +1601,7 @@ "tags": [], "label": "version", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/version_check/ensure_es_version.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/version_check/ensure_es_version.ts", "deprecated": false, "trackAdoption": false }, @@ -1636,7 +1612,7 @@ "tags": [], "label": "ip", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/version_check/ensure_es_version.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/version_check/ensure_es_version.ts", "deprecated": false, "trackAdoption": false }, @@ -1650,7 +1626,7 @@ "signature": [ "{ publish_address: string; } | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/version_check/ensure_es_version.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/version_check/ensure_es_version.ts", "deprecated": false, "trackAdoption": false }, @@ -1661,7 +1637,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/version_check/ensure_es_version.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/version_check/ensure_es_version.ts", "deprecated": false, "trackAdoption": false } @@ -1675,7 +1651,7 @@ "tags": [], "label": "NodesInfo", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/version_check/ensure_es_version.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/version_check/ensure_es_version.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1688,16 +1664,10 @@ "description": [], "signature": [ "{ [key: string]: ", - { - "pluginId": "@kbn/core-elasticsearch-server-internal", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerInternalPluginApi", - "section": "def-server.NodeInfo", - "text": "NodeInfo" - }, + "NodeInfo", "; }" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/version_check/ensure_es_version.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/version_check/ensure_es_version.ts", "deprecated": false, "trackAdoption": false } @@ -1711,7 +1681,7 @@ "tags": [], "label": "NodesVersionCompatibility", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/version_check/ensure_es_version.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/version_check/ensure_es_version.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1722,7 +1692,7 @@ "tags": [], "label": "isCompatible", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/version_check/ensure_es_version.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/version_check/ensure_es_version.ts", "deprecated": false, "trackAdoption": false }, @@ -1736,7 +1706,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/version_check/ensure_es_version.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/version_check/ensure_es_version.ts", "deprecated": false, "trackAdoption": false }, @@ -1748,16 +1718,10 @@ "label": "incompatibleNodes", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server-internal", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerInternalPluginApi", - "section": "def-server.NodeInfo", - "text": "NodeInfo" - }, + "NodeInfo", "[]" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/version_check/ensure_es_version.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/version_check/ensure_es_version.ts", "deprecated": false, "trackAdoption": false }, @@ -1769,16 +1733,10 @@ "label": "warningNodes", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server-internal", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerInternalPluginApi", - "section": "def-server.NodeInfo", - "text": "NodeInfo" - }, + "NodeInfo", "[]" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/version_check/ensure_es_version.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/version_check/ensure_es_version.ts", "deprecated": false, "trackAdoption": false }, @@ -1789,7 +1747,7 @@ "tags": [], "label": "kibanaVersion", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/version_check/ensure_es_version.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/version_check/ensure_es_version.ts", "deprecated": false, "trackAdoption": false }, @@ -1803,7 +1761,7 @@ "signature": [ "Error | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/version_check/ensure_es_version.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/version_check/ensure_es_version.ts", "deprecated": false, "trackAdoption": false } @@ -1817,7 +1775,7 @@ "tags": [], "label": "PollEsNodesVersionOptions", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/version_check/ensure_es_version.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/version_check/ensure_es_version.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3085,7 +3043,7 @@ "default", "; }" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/version_check/ensure_es_version.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/version_check/ensure_es_version.ts", "deprecated": false, "trackAdoption": false }, @@ -3105,7 +3063,7 @@ "text": "Logger" } ], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/version_check/ensure_es_version.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/version_check/ensure_es_version.ts", "deprecated": false, "trackAdoption": false }, @@ -3116,7 +3074,7 @@ "tags": [], "label": "kibanaVersion", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/version_check/ensure_es_version.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/version_check/ensure_es_version.ts", "deprecated": false, "trackAdoption": false }, @@ -3127,7 +3085,7 @@ "tags": [], "label": "ignoreVersionMismatch", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/version_check/ensure_es_version.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/version_check/ensure_es_version.ts", "deprecated": false, "trackAdoption": false }, @@ -3138,7 +3096,7 @@ "tags": [], "label": "healthCheckInterval", "description": [], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/version_check/ensure_es_version.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/version_check/ensure_es_version.ts", "deprecated": false, "trackAdoption": false }, @@ -3152,7 +3110,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/version_check/ensure_es_version.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/version_check/ensure_es_version.ts", "deprecated": false, "trackAdoption": false } @@ -3180,7 +3138,7 @@ }, "; readonly idleSocketTimeout: moment.Duration; readonly compression: boolean; readonly requestHeadersWhitelist: string | string[]; readonly shardTimeout: moment.Duration; readonly requestTimeout: moment.Duration; readonly pingTimeout: moment.Duration; readonly logQueries: boolean; readonly ignoreVersionMismatch: boolean; readonly skipStartupConnectionCheck: boolean; readonly apisToRedactInLogs: Readonly<{ method?: string | undefined; } & { path: string; }>[]; readonly dnsCacheTtl: moment.Duration; }" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3534,7 +3492,7 @@ }, "; }>" ], - "path": "packages/core/elasticsearch/core-elasticsearch-server-internal/src/elasticsearch_config.ts", + "path": "src/core/packages/elasticsearch/server-internal/src/elasticsearch_config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_elasticsearch_server_internal.mdx b/api_docs/kbn_core_elasticsearch_server_internal.mdx index b9821c5a3cb06..1eafef87b217b 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server-internal'] --- import kbnCoreElasticsearchServerInternalObj from './kbn_core_elasticsearch_server_internal.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 43 | 0 | 38 | 3 | +| 43 | 0 | 38 | 0 | ## Server diff --git a/api_docs/kbn_core_elasticsearch_server_mocks.devdocs.json b/api_docs/kbn_core_elasticsearch_server_mocks.devdocs.json index 7c0baefca2c20..b0d236af11a58 100644 --- a/api_docs/kbn_core_elasticsearch_server_mocks.devdocs.json +++ b/api_docs/kbn_core_elasticsearch_server_mocks.devdocs.json @@ -23,21 +23,9 @@ "description": [], "signature": [ "{ readonly publicBaseUrl?: string | undefined; setUnauthorizedErrorHandler: jest.MockInstance; } & Omit<", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchServiceSetup", - "text": "ElasticsearchServiceSetup" - }, + "ElasticsearchServiceSetup", ", \"legacy\"> & { legacy: { config$: ", "BehaviorSubject", "<", @@ -58,21 +46,9 @@ "description": [], "signature": [ "{ readonly publicBaseUrl?: string | undefined; getCapabilities: jest.MockInstance<", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchCapabilities", - "text": "ElasticsearchCapabilities" - }, + "ElasticsearchCapabilities", ", [], unknown>; } & Omit<", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchServiceStart", - "text": "ElasticsearchServiceStart" - }, + "ElasticsearchServiceStart", ", \"client\" | \"createClient\"> & { client: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", @@ -82,13 +58,7 @@ "text": "ClusterClientMock" }, "; createClient: jest.MockedFunction<(type: string, config?: Partial<", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClientConfig", - "text": "ElasticsearchClientConfig" - }, + "ElasticsearchClientConfig", "> | undefined) => ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", @@ -266,21 +236,9 @@ "description": [], "signature": [ "(parts?: Partial<", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchCapabilities", - "text": "ElasticsearchCapabilities" - }, + "ElasticsearchCapabilities", ">) => ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchCapabilities", - "text": "ElasticsearchCapabilities" - } + "ElasticsearchCapabilities" ], "path": "packages/core/elasticsearch/core-elasticsearch-server-mocks/src/elasticsearch_service.mock.ts", "deprecated": false, diff --git a/api_docs/kbn_core_elasticsearch_server_mocks.mdx b/api_docs/kbn_core_elasticsearch_server_mocks.mdx index 04931eb6e505b..bfc92666b0a18 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server-mocks'] --- import kbnCoreElasticsearchServerMocksObj from './kbn_core_elasticsearch_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_environment_server_internal.devdocs.json b/api_docs/kbn_core_environment_server_internal.devdocs.json index e76217e3bb0be..ea44fa5b82d34 100644 --- a/api_docs/kbn_core_environment_server_internal.devdocs.json +++ b/api_docs/kbn_core_environment_server_internal.devdocs.json @@ -24,7 +24,7 @@ "signature": [ "{ readonly file?: string | undefined; readonly exclusive: boolean; }" ], - "path": "packages/core/environment/core-environment-server-internal/src/pid_config.ts", + "path": "src/core/packages/environment/server-internal/src/pid_config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -38,7 +38,7 @@ "tags": [], "label": "pidConfig", "description": [], - "path": "packages/core/environment/core-environment-server-internal/src/pid_config.ts", + "path": "src/core/packages/environment/server-internal/src/pid_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -49,7 +49,7 @@ "tags": [], "label": "path", "description": [], - "path": "packages/core/environment/core-environment-server-internal/src/pid_config.ts", + "path": "src/core/packages/environment/server-internal/src/pid_config.ts", "deprecated": false, "trackAdoption": false }, @@ -86,7 +86,7 @@ }, "; }>" ], - "path": "packages/core/environment/core-environment-server-internal/src/pid_config.ts", + "path": "src/core/packages/environment/server-internal/src/pid_config.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_environment_server_internal.mdx b/api_docs/kbn_core_environment_server_internal.mdx index 082ddb0b52628..81509851ba86d 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-environment-server-internal'] --- import kbnCoreEnvironmentServerInternalObj from './kbn_core_environment_server_internal.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 1 | +| 4 | 0 | 4 | 0 | ## Server diff --git a/api_docs/kbn_core_environment_server_mocks.mdx b/api_docs/kbn_core_environment_server_mocks.mdx index 4257650475332..51a7a1afdeebb 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-environment-server-mocks'] --- import kbnCoreEnvironmentServerMocksObj from './kbn_core_environment_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_browser.devdocs.json b/api_docs/kbn_core_execution_context_browser.devdocs.json index 81a7a4d8352e9..da7ac259b977e 100644 --- a/api_docs/kbn_core_execution_context_browser.devdocs.json +++ b/api_docs/kbn_core_execution_context_browser.devdocs.json @@ -13,7 +13,7 @@ "description": [ "\nKibana execution context.\nUsed to provide execution context to Elasticsearch, reporting, performance monitoring, etc." ], - "path": "packages/core/execution-context/core-execution-context-browser/src/types.ts", + "path": "src/core/packages/execution-context/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -29,16 +29,10 @@ "signature": [ "Observable", "<", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", ">" ], - "path": "packages/core/execution-context/core-execution-context-browser/src/types.ts", + "path": "src/core/packages/execution-context/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -53,16 +47,10 @@ ], "signature": [ "(c$: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", ") => void" ], - "path": "packages/core/execution-context/core-execution-context-browser/src/types.ts", + "path": "src/core/packages/execution-context/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -74,15 +62,9 @@ "label": "c$", "description": [], "signature": [ - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - } + "KibanaExecutionContext" ], - "path": "packages/core/execution-context/core-execution-context-browser/src/types.ts", + "path": "src/core/packages/execution-context/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -101,15 +83,9 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - } + "KibanaExecutionContext" ], - "path": "packages/core/execution-context/core-execution-context-browser/src/types.ts", + "path": "src/core/packages/execution-context/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -127,7 +103,7 @@ "signature": [ "() => void" ], - "path": "packages/core/execution-context/core-execution-context-browser/src/types.ts", + "path": "src/core/packages/execution-context/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -146,7 +122,7 @@ "() => ", "Labels" ], - "path": "packages/core/execution-context/core-execution-context-browser/src/types.ts", + "path": "src/core/packages/execution-context/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -163,23 +139,11 @@ ], "signature": [ "(context?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined) => ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - } + "KibanaExecutionContext" ], - "path": "packages/core/execution-context/core-execution-context-browser/src/types.ts", + "path": "src/core/packages/execution-context/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -191,16 +155,10 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined" ], - "path": "packages/core/execution-context/core-execution-context-browser/src/types.ts", + "path": "src/core/packages/execution-context/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -224,15 +182,9 @@ "\nSee {@link ExecutionContextSetup}." ], "signature": [ - { - "pluginId": "@kbn/core-execution-context-browser", - "scope": "public", - "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-public.ExecutionContextSetup", - "text": "ExecutionContextSetup" - } + "ExecutionContextSetup" ], - "path": "packages/core/execution-context/core-execution-context-browser/src/types.ts", + "path": "src/core/packages/execution-context/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_execution_context_browser.mdx b/api_docs/kbn_core_execution_context_browser.mdx index 358e75bdc2647..7e64c86ccc7dc 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser'] --- import kbnCoreExecutionContextBrowserObj from './kbn_core_execution_context_browser.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 10 | 0 | 2 | 1 | +| 10 | 0 | 2 | 0 | ## Client 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 80fa6eb8c8b8c..49aad0a48a704 100644 --- a/api_docs/kbn_core_execution_context_browser_internal.devdocs.json +++ b/api_docs/kbn_core_execution_context_browser_internal.devdocs.json @@ -10,17 +10,11 @@ "label": "ExecutionContextContainer", "description": [], "signature": [ - { - "pluginId": "@kbn/core-execution-context-browser-internal", - "scope": "public", - "docId": "kibKbnCoreExecutionContextBrowserInternalPluginApi", - "section": "def-public.ExecutionContextContainer", - "text": "ExecutionContextContainer" - }, + "ExecutionContextContainer", " implements ", "IExecutionContextContainer" ], - "path": "packages/core/execution-context/core-execution-context-browser-internal/src/execution_context_container.ts", + "path": "src/core/packages/execution-context/browser-internal/src/execution_context_container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -33,16 +27,10 @@ "description": [], "signature": [ "{ readonly type?: string | undefined; readonly name?: string | undefined; readonly page?: string | undefined; readonly id?: string | undefined; readonly description?: string | undefined; readonly url?: string | undefined; readonly meta?: { [key: string]: string | number | boolean | undefined; } | undefined; readonly child?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; }" ], - "path": "packages/core/execution-context/core-execution-context-browser-internal/src/execution_context_container.ts", + "path": "src/core/packages/execution-context/browser-internal/src/execution_context_container.ts", "deprecated": false, "trackAdoption": false }, @@ -56,7 +44,7 @@ "signature": [ "any" ], - "path": "packages/core/execution-context/core-execution-context-browser-internal/src/execution_context_container.ts", + "path": "src/core/packages/execution-context/browser-internal/src/execution_context_container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -69,16 +57,10 @@ "description": [], "signature": [ "Readonly<", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", ">" ], - "path": "packages/core/execution-context/core-execution-context-browser-internal/src/execution_context_container.ts", + "path": "src/core/packages/execution-context/browser-internal/src/execution_context_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -96,7 +78,7 @@ "signature": [ "() => { \"x-kbn-context\": string; }" ], - "path": "packages/core/execution-context/core-execution-context-browser-internal/src/execution_context_container.ts", + "path": "src/core/packages/execution-context/browser-internal/src/execution_context_container.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -111,16 +93,10 @@ "description": [], "signature": [ "() => Readonly<", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", ">" ], - "path": "packages/core/execution-context/core-execution-context-browser-internal/src/execution_context_container.ts", + "path": "src/core/packages/execution-context/browser-internal/src/execution_context_container.ts", "deprecated": false, "trackAdoption": false, "children": [], diff --git a/api_docs/kbn_core_execution_context_browser_internal.mdx b/api_docs/kbn_core_execution_context_browser_internal.mdx index e238c0049f07f..2ab37fe253ab3 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser-internal'] --- import kbnCoreExecutionContextBrowserInternalObj from './kbn_core_execution_context_browser_internal.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 6 | 0 | 6 | 2 | +| 6 | 0 | 6 | 0 | ## Client 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 3388f34a751d0..b7fc8ae8d52b3 100644 --- a/api_docs/kbn_core_execution_context_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_execution_context_browser_mocks.devdocs.json @@ -53,13 +53,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-execution-context-browser", - "scope": "public", - "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-public.ExecutionContextSetup", - "text": "ExecutionContextSetup" - }, + "ExecutionContextSetup", ">" ], "path": "packages/core/execution-context/core-execution-context-browser-mocks/src/execution_context_service.mock.ts", @@ -77,13 +71,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-execution-context-browser", - "scope": "public", - "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-public.ExecutionContextSetup", - "text": "ExecutionContextSetup" - }, + "ExecutionContextSetup", ">" ], "path": "packages/core/execution-context/core-execution-context-browser-mocks/src/execution_context_service.mock.ts", @@ -101,13 +89,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-execution-context-browser", - "scope": "public", - "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-public.ExecutionContextSetup", - "text": "ExecutionContextSetup" - }, + "ExecutionContextSetup", ">" ], "path": "packages/core/execution-context/core-execution-context-browser-mocks/src/execution_context_service.mock.ts", @@ -125,13 +107,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-execution-context-browser", - "scope": "public", - "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-public.ExecutionContextSetup", - "text": "ExecutionContextSetup" - }, + "ExecutionContextSetup", ">" ], "path": "packages/core/execution-context/core-execution-context-browser-mocks/src/execution_context_service.mock.ts", diff --git a/api_docs/kbn_core_execution_context_browser_mocks.mdx b/api_docs/kbn_core_execution_context_browser_mocks.mdx index b1a0c19a6ccd1..107968a1854e7 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser-mocks'] --- import kbnCoreExecutionContextBrowserMocksObj from './kbn_core_execution_context_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_common.devdocs.json b/api_docs/kbn_core_execution_context_common.devdocs.json index 92526a21b4fc3..c0d89e3258ad8 100644 --- a/api_docs/kbn_core_execution_context_common.devdocs.json +++ b/api_docs/kbn_core_execution_context_common.devdocs.json @@ -31,16 +31,10 @@ "description": [], "signature": [ "{ readonly type?: string | undefined; readonly name?: string | undefined; readonly page?: string | undefined; readonly id?: string | undefined; readonly description?: string | undefined; readonly url?: string | undefined; readonly meta?: { [key: string]: string | number | boolean | undefined; } | undefined; child?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; }" ], - "path": "packages/core/execution-context/core-execution-context-common/src/types.ts", + "path": "src/core/packages/execution-context/common/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_execution_context_common.mdx b/api_docs/kbn_core_execution_context_common.mdx index 7cf4d70c1a91f..5b0e7038291ae 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-12-27 +date: 2025-01-05 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 07ce068738ebf..cc963fc10e995 100644 --- a/api_docs/kbn_core_execution_context_server.devdocs.json +++ b/api_docs/kbn_core_execution_context_server.devdocs.json @@ -19,7 +19,7 @@ "tags": [], "label": "ExecutionContextSetup", "description": [], - "path": "packages/core/execution-context/core-execution-context-server/src/contracts.ts", + "path": "src/core/packages/execution-context/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -34,16 +34,10 @@ ], "signature": [ "(context: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined, fn: (...args: any[]) => R) => R" ], - "path": "packages/core/execution-context/core-execution-context-server/src/contracts.ts", + "path": "src/core/packages/execution-context/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -55,16 +49,10 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined" ], - "path": "packages/core/execution-context/core-execution-context-server/src/contracts.ts", + "path": "src/core/packages/execution-context/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -79,7 +67,7 @@ "signature": [ "(...args: any[]) => R" ], - "path": "packages/core/execution-context/core-execution-context-server/src/contracts.ts", + "path": "src/core/packages/execution-context/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -98,7 +86,7 @@ "() => ", "Labels" ], - "path": "packages/core/execution-context/core-execution-context-server/src/contracts.ts", + "path": "src/core/packages/execution-context/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -114,7 +102,7 @@ "tags": [], "label": "IExecutionContextContainer", "description": [], - "path": "packages/core/execution-context/core-execution-context-server/src/types.ts", + "path": "src/core/packages/execution-context/server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -128,7 +116,7 @@ "signature": [ "() => string" ], - "path": "packages/core/execution-context/core-execution-context-server/src/types.ts", + "path": "src/core/packages/execution-context/server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -143,16 +131,10 @@ "description": [], "signature": [ "() => Readonly<", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", ">" ], - "path": "packages/core/execution-context/core-execution-context-server/src/types.ts", + "path": "src/core/packages/execution-context/server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -172,15 +154,9 @@ "label": "ExecutionContextStart", "description": [], "signature": [ - { - "pluginId": "@kbn/core-execution-context-server", - "scope": "server", - "docId": "kibKbnCoreExecutionContextServerPluginApi", - "section": "def-server.ExecutionContextSetup", - "text": "ExecutionContextSetup" - } + "ExecutionContextSetup" ], - "path": "packages/core/execution-context/core-execution-context-server/src/contracts.ts", + "path": "src/core/packages/execution-context/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_execution_context_server.mdx b/api_docs/kbn_core_execution_context_server.mdx index 65913674ad57c..b3d622f4c5410 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server'] --- import kbnCoreExecutionContextServerObj from './kbn_core_execution_context_server.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_server_internal.devdocs.json b/api_docs/kbn_core_execution_context_server_internal.devdocs.json index 80d91317ff295..bc4710061116c 100644 --- a/api_docs/kbn_core_execution_context_server_internal.devdocs.json +++ b/api_docs/kbn_core_execution_context_server_internal.devdocs.json @@ -18,13 +18,7 @@ "label": "ExecutionContextService", "description": [], "signature": [ - { - "pluginId": "@kbn/core-execution-context-server-internal", - "scope": "server", - "docId": "kibKbnCoreExecutionContextServerInternalPluginApi", - "section": "def-server.ExecutionContextService", - "text": "ExecutionContextService" - }, + "ExecutionContextService", " implements ", "CoreService", "<", @@ -33,7 +27,7 @@ "IExecutionContext", ">" ], - "path": "packages/core/execution-context/core-execution-context-server-internal/src/execution_context_service.ts", + "path": "src/core/packages/execution-context/server-internal/src/execution_context_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -47,7 +41,7 @@ "signature": [ "any" ], - "path": "packages/core/execution-context/core-execution-context-server-internal/src/execution_context_service.ts", + "path": "src/core/packages/execution-context/server-internal/src/execution_context_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -61,7 +55,7 @@ "signature": [ "CoreContext" ], - "path": "packages/core/execution-context/core-execution-context-server-internal/src/execution_context_service.ts", + "path": "src/core/packages/execution-context/server-internal/src/execution_context_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -80,7 +74,7 @@ "() => ", "IExecutionContext" ], - "path": "packages/core/execution-context/core-execution-context-server-internal/src/execution_context_service.ts", + "path": "src/core/packages/execution-context/server-internal/src/execution_context_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -97,7 +91,7 @@ "() => ", "IExecutionContext" ], - "path": "packages/core/execution-context/core-execution-context-server-internal/src/execution_context_service.ts", + "path": "src/core/packages/execution-context/server-internal/src/execution_context_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -113,7 +107,7 @@ "signature": [ "() => void" ], - "path": "packages/core/execution-context/core-execution-context-server-internal/src/execution_context_service.ts", + "path": "src/core/packages/execution-context/server-internal/src/execution_context_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -135,7 +129,7 @@ "tags": [], "label": "executionContextConfig", "description": [], - "path": "packages/core/execution-context/core-execution-context-server-internal/src/execution_context_config.ts", + "path": "src/core/packages/execution-context/server-internal/src/execution_context_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -146,7 +140,7 @@ "tags": [], "label": "path", "description": [], - "path": "packages/core/execution-context/core-execution-context-server-internal/src/execution_context_config.ts", + "path": "src/core/packages/execution-context/server-internal/src/execution_context_config.ts", "deprecated": false, "trackAdoption": false }, @@ -175,7 +169,7 @@ }, "; }>" ], - "path": "packages/core/execution-context/core-execution-context-server-internal/src/execution_context_config.ts", + "path": "src/core/packages/execution-context/server-internal/src/execution_context_config.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_execution_context_server_internal.mdx b/api_docs/kbn_core_execution_context_server_internal.mdx index 5610aa42a954b..40d33456babec 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server-internal'] --- import kbnCoreExecutionContextServerInternalObj from './kbn_core_execution_context_server_internal.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 9 | 1 | +| 9 | 0 | 9 | 0 | ## Server 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 14140199a25e0..c3ec9e75b044d 100644 --- a/api_docs/kbn_core_execution_context_server_mocks.devdocs.json +++ b/api_docs/kbn_core_execution_context_server_mocks.devdocs.json @@ -71,13 +71,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-execution-context-server", - "scope": "server", - "docId": "kibKbnCoreExecutionContextServerPluginApi", - "section": "def-server.ExecutionContextSetup", - "text": "ExecutionContextSetup" - }, + "ExecutionContextSetup", ">" ], "path": "packages/core/execution-context/core-execution-context-server-mocks/src/execution_context_service.mock.ts", @@ -95,13 +89,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-execution-context-server", - "scope": "server", - "docId": "kibKbnCoreExecutionContextServerPluginApi", - "section": "def-server.ExecutionContextSetup", - "text": "ExecutionContextSetup" - }, + "ExecutionContextSetup", ">" ], "path": "packages/core/execution-context/core-execution-context-server-mocks/src/execution_context_service.mock.ts", diff --git a/api_docs/kbn_core_execution_context_server_mocks.mdx b/api_docs/kbn_core_execution_context_server_mocks.mdx index 2c754b4d44889..1c65069a62eec 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server-mocks'] --- import kbnCoreExecutionContextServerMocksObj from './kbn_core_execution_context_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_fatal_errors_browser.devdocs.json b/api_docs/kbn_core_fatal_errors_browser.devdocs.json index a900015df1267..5ca506ebf4114 100644 --- a/api_docs/kbn_core_fatal_errors_browser.devdocs.json +++ b/api_docs/kbn_core_fatal_errors_browser.devdocs.json @@ -13,7 +13,7 @@ "description": [ "\nRepresents the `message` and `stack` of a fatal Error\n" ], - "path": "packages/core/fatal-errors/core-fatal-errors-browser/src/get_error_info.ts", + "path": "src/core/packages/fatal-errors/browser/src/get_error_info.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24,7 +24,7 @@ "tags": [], "label": "message", "description": [], - "path": "packages/core/fatal-errors/core-fatal-errors-browser/src/get_error_info.ts", + "path": "src/core/packages/fatal-errors/browser/src/get_error_info.ts", "deprecated": false, "trackAdoption": false }, @@ -38,7 +38,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/fatal-errors/core-fatal-errors-browser/src/get_error_info.ts", + "path": "src/core/packages/fatal-errors/browser/src/get_error_info.ts", "deprecated": false, "trackAdoption": false } @@ -54,7 +54,7 @@ "description": [ "\nFatalErrors stop the Kibana Public Core and displays a fatal error screen\nwith details about the Kibana build and the error.\n" ], - "path": "packages/core/fatal-errors/core-fatal-errors-browser/src/contract.ts", + "path": "src/core/packages/fatal-errors/browser/src/contract.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -70,7 +70,7 @@ "signature": [ "(error: string | Error, source?: string | undefined) => never" ], - "path": "packages/core/fatal-errors/core-fatal-errors-browser/src/contract.ts", + "path": "src/core/packages/fatal-errors/browser/src/contract.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -86,7 +86,7 @@ "signature": [ "string | Error" ], - "path": "packages/core/fatal-errors/core-fatal-errors-browser/src/contract.ts", + "path": "src/core/packages/fatal-errors/browser/src/contract.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -103,7 +103,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/fatal-errors/core-fatal-errors-browser/src/contract.ts", + "path": "src/core/packages/fatal-errors/browser/src/contract.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -124,16 +124,10 @@ "() => ", "Observable", "<", - { - "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "public", - "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-public.FatalErrorInfo", - "text": "FatalErrorInfo" - }, + "FatalErrorInfo", ">" ], - "path": "packages/core/fatal-errors/core-fatal-errors-browser/src/contract.ts", + "path": "src/core/packages/fatal-errors/browser/src/contract.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -155,15 +149,9 @@ "\nFatalErrors stop the Kibana Public Core and displays a fatal error screen\nwith details about the Kibana build and the error.\n" ], "signature": [ - { - "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "public", - "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-public.FatalErrorsSetup", - "text": "FatalErrorsSetup" - } + "FatalErrorsSetup" ], - "path": "packages/core/fatal-errors/core-fatal-errors-browser/src/contract.ts", + "path": "src/core/packages/fatal-errors/browser/src/contract.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_fatal_errors_browser.mdx b/api_docs/kbn_core_fatal_errors_browser.mdx index 66628f0ac5a12..999e89ca73768 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-fatal-errors-browser'] --- import kbnCoreFatalErrorsBrowserObj from './kbn_core_fatal_errors_browser.devdocs.json'; diff --git a/api_docs/kbn_core_fatal_errors_browser_mocks.devdocs.json b/api_docs/kbn_core_fatal_errors_browser_mocks.devdocs.json index c50b5175a86a3..e7c83dbd4b474 100644 --- a/api_docs/kbn_core_fatal_errors_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_fatal_errors_browser_mocks.devdocs.json @@ -43,13 +43,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "public", - "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-public.FatalErrorsSetup", - "text": "FatalErrorsSetup" - }, + "FatalErrorsSetup", ">" ], "path": "packages/core/fatal-errors/core-fatal-errors-browser-mocks/src/fatal_errors_service.mock.ts", @@ -67,13 +61,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "public", - "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-public.FatalErrorsSetup", - "text": "FatalErrorsSetup" - }, + "FatalErrorsSetup", ">" ], "path": "packages/core/fatal-errors/core-fatal-errors-browser-mocks/src/fatal_errors_service.mock.ts", diff --git a/api_docs/kbn_core_fatal_errors_browser_mocks.mdx b/api_docs/kbn_core_fatal_errors_browser_mocks.mdx index b581feff4ba1f..7fd2195f0271c 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-fatal-errors-browser-mocks'] --- import kbnCoreFatalErrorsBrowserMocksObj from './kbn_core_fatal_errors_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_feature_flags_browser.devdocs.json b/api_docs/kbn_core_feature_flags_browser.devdocs.json index 51162d3e750cb..897581347dbe0 100644 --- a/api_docs/kbn_core_feature_flags_browser.devdocs.json +++ b/api_docs/kbn_core_feature_flags_browser.devdocs.json @@ -13,7 +13,7 @@ "description": [ "\nSetup contract of the Feature Flags Service" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -31,7 +31,7 @@ "Provider", ") => void" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -47,7 +47,7 @@ "signature": [ "Provider" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -66,16 +66,10 @@ ], "signature": [ "(contextToAppend: ", - { - "pluginId": "@kbn/core-feature-flags-browser", - "scope": "public", - "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi", - "section": "def-public.EvaluationContext", - "text": "EvaluationContext" - }, + "EvaluationContext", ") => Promise" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -89,15 +83,9 @@ "The additional keys that should be appended/modified in the evaluation context." ], "signature": [ - { - "pluginId": "@kbn/core-feature-flags-browser", - "scope": "public", - "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi", - "section": "def-public.EvaluationContext", - "text": "EvaluationContext" - } + "EvaluationContext" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -117,7 +105,7 @@ "description": [ "\nSetup contract of the Feature Flags Service" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -132,16 +120,10 @@ ], "signature": [ "(contextToAppend: ", - { - "pluginId": "@kbn/core-feature-flags-browser", - "scope": "public", - "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi", - "section": "def-public.EvaluationContext", - "text": "EvaluationContext" - }, + "EvaluationContext", ") => Promise" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -155,15 +137,9 @@ "The additional keys that should be appended/modified in the evaluation context." ], "signature": [ - { - "pluginId": "@kbn/core-feature-flags-browser", - "scope": "public", - "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi", - "section": "def-public.EvaluationContext", - "text": "EvaluationContext" - } + "EvaluationContext" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -183,7 +159,7 @@ "signature": [ "(flagName: string, fallbackValue: boolean) => boolean" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -199,7 +175,7 @@ "signature": [ "string" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -216,7 +192,7 @@ "signature": [ "boolean" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -236,7 +212,7 @@ "signature": [ "(flagName: string, fallbackValue: Value) => Value" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -252,7 +228,7 @@ "signature": [ "string" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -269,7 +245,7 @@ "signature": [ "Value" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -289,7 +265,7 @@ "signature": [ "(flagName: string, fallbackValue: Value) => Value" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -305,7 +281,7 @@ "signature": [ "string" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -322,7 +298,7 @@ "signature": [ "Value" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -344,7 +320,7 @@ "Observable", "" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -360,7 +336,7 @@ "signature": [ "string" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -377,7 +353,7 @@ "signature": [ "boolean" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -399,7 +375,7 @@ "Observable", "" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -415,7 +391,7 @@ "signature": [ "string" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -432,7 +408,7 @@ "signature": [ "Value" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -454,7 +430,7 @@ "Observable", "" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -470,7 +446,7 @@ "signature": [ "string" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -487,7 +463,7 @@ "signature": [ "Value" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -511,23 +487,11 @@ "\nThe evaluation context to use when retrieving the flags.\n\nWe use multi-context so that we can apply segmentation rules at different levels (`organization`/`kibana`).\n* `organization` includes any information that is common to all the projects/deployments in an organization. An example is the in_trial status.\n* The `kibana` context includes all the information that identifies a project/deployment. Examples are version, offering, and has_data.\nKind helps us specify which sub-context should receive the new attributes.\nIf no `kind` is provided, it defaults to `kibana`.\n" ], "signature": [ - { - "pluginId": "@kbn/core-feature-flags-browser", - "scope": "public", - "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi", - "section": "def-public.MultiContextEvaluationContext", - "text": "MultiContextEvaluationContext" - }, + "MultiContextEvaluationContext", " | ", - { - "pluginId": "@kbn/core-feature-flags-browser", - "scope": "public", - "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi", - "section": "def-public.SingleContextEvaluationContext", - "text": "SingleContextEvaluationContext" - } + "SingleContextEvaluationContext" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -550,7 +514,7 @@ "EvaluationContext", " | undefined; }" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -569,7 +533,7 @@ "EvaluationContextValue", "> & { kind?: \"kibana\" | \"organization\" | undefined; }" ], - "path": "packages/core/feature-flags/core-feature-flags-browser/src/types.ts", + "path": "src/core/packages/feature-flags/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_feature_flags_browser.mdx b/api_docs/kbn_core_feature_flags_browser.mdx index 8fb13c3d20cdc..0f305d2411c32 100644 --- a/api_docs/kbn_core_feature_flags_browser.mdx +++ b/api_docs/kbn_core_feature_flags_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-feature-flags-browser title: "@kbn/core-feature-flags-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-browser plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-browser'] --- import kbnCoreFeatureFlagsBrowserObj from './kbn_core_feature_flags_browser.devdocs.json'; diff --git a/api_docs/kbn_core_feature_flags_browser_internal.devdocs.json b/api_docs/kbn_core_feature_flags_browser_internal.devdocs.json index 690abce26781e..7fc151806accc 100644 --- a/api_docs/kbn_core_feature_flags_browser_internal.devdocs.json +++ b/api_docs/kbn_core_feature_flags_browser_internal.devdocs.json @@ -13,7 +13,7 @@ "description": [ "\nThe browser-side Feature Flags Service" ], - "path": "packages/core/feature-flags/core-feature-flags-browser-internal/src/feature_flags_service.ts", + "path": "src/core/packages/feature-flags/browser-internal/src/feature_flags_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -29,7 +29,7 @@ "signature": [ "any" ], - "path": "packages/core/feature-flags/core-feature-flags-browser-internal/src/feature_flags_service.ts", + "path": "src/core/packages/feature-flags/browser-internal/src/feature_flags_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -45,7 +45,7 @@ "signature": [ "CoreContext" ], - "path": "packages/core/feature-flags/core-feature-flags-browser-internal/src/feature_flags_service.ts", + "path": "src/core/packages/feature-flags/browser-internal/src/feature_flags_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -64,23 +64,11 @@ ], "signature": [ "(deps: ", - { - "pluginId": "@kbn/core-feature-flags-browser-internal", - "scope": "public", - "docId": "kibKbnCoreFeatureFlagsBrowserInternalPluginApi", - "section": "def-public.FeatureFlagsSetupDeps", - "text": "FeatureFlagsSetupDeps" - }, + "FeatureFlagsSetupDeps", ") => ", - { - "pluginId": "@kbn/core-feature-flags-browser", - "scope": "public", - "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi", - "section": "def-public.FeatureFlagsSetup", - "text": "FeatureFlagsSetup" - } + "FeatureFlagsSetup" ], - "path": "packages/core/feature-flags/core-feature-flags-browser-internal/src/feature_flags_service.ts", + "path": "src/core/packages/feature-flags/browser-internal/src/feature_flags_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -94,15 +82,9 @@ "{@link FeatureFlagsSetup } including the {@link InternalInjectedMetadataSetup } used to retrieve the feature flags." ], "signature": [ - { - "pluginId": "@kbn/core-feature-flags-browser-internal", - "scope": "public", - "docId": "kibKbnCoreFeatureFlagsBrowserInternalPluginApi", - "section": "def-public.FeatureFlagsSetupDeps", - "text": "FeatureFlagsSetupDeps" - } + "FeatureFlagsSetupDeps" ], - "path": "packages/core/feature-flags/core-feature-flags-browser-internal/src/feature_flags_service.ts", + "path": "src/core/packages/feature-flags/browser-internal/src/feature_flags_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -121,16 +103,10 @@ ], "signature": [ "() => Promise<", - { - "pluginId": "@kbn/core-feature-flags-browser", - "scope": "public", - "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi", - "section": "def-public.FeatureFlagsStart", - "text": "FeatureFlagsStart" - }, + "FeatureFlagsStart", ">" ], - "path": "packages/core/feature-flags/core-feature-flags-browser-internal/src/feature_flags_service.ts", + "path": "src/core/packages/feature-flags/browser-internal/src/feature_flags_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -148,7 +124,7 @@ "signature": [ "() => Promise" ], - "path": "packages/core/feature-flags/core-feature-flags-browser-internal/src/feature_flags_service.ts", + "path": "src/core/packages/feature-flags/browser-internal/src/feature_flags_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -171,7 +147,7 @@ "description": [ "\nsetup method dependencies" ], - "path": "packages/core/feature-flags/core-feature-flags-browser-internal/src/feature_flags_service.ts", + "path": "src/core/packages/feature-flags/browser-internal/src/feature_flags_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -187,7 +163,7 @@ "signature": [ "InternalInjectedMetadataSetup" ], - "path": "packages/core/feature-flags/core-feature-flags-browser-internal/src/feature_flags_service.ts", + "path": "src/core/packages/feature-flags/browser-internal/src/feature_flags_service.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_feature_flags_browser_internal.mdx b/api_docs/kbn_core_feature_flags_browser_internal.mdx index b7c65e46f07bd..f57fac0e12b4d 100644 --- a/api_docs/kbn_core_feature_flags_browser_internal.mdx +++ b/api_docs/kbn_core_feature_flags_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-feature-flags-browser-internal title: "@kbn/core-feature-flags-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-browser-internal plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-browser-internal'] --- import kbnCoreFeatureFlagsBrowserInternalObj from './kbn_core_feature_flags_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_feature_flags_browser_mocks.devdocs.json b/api_docs/kbn_core_feature_flags_browser_mocks.devdocs.json index 1b445ec5e4c08..d28ea1ee7a2b9 100644 --- a/api_docs/kbn_core_feature_flags_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_feature_flags_browser_mocks.devdocs.json @@ -16,7 +16,7 @@ "description": [ "\nMocks for the Feature Flags service (browser-side)" ], - "path": "packages/core/feature-flags/core-feature-flags-browser-mocks/index.ts", + "path": "src/core/packages/feature-flags/browser-mocks/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -39,16 +39,10 @@ "text": "PublicMethodsOf" }, "<", - { - "pluginId": "@kbn/core-feature-flags-browser-internal", - "scope": "public", - "docId": "kibKbnCoreFeatureFlagsBrowserInternalPluginApi", - "section": "def-public.FeatureFlagsService", - "text": "FeatureFlagsService" - }, + "FeatureFlagsService", ">>" ], - "path": "packages/core/feature-flags/core-feature-flags-browser-mocks/index.ts", + "path": "src/core/packages/feature-flags/browser-mocks/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -65,16 +59,10 @@ ], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-feature-flags-browser", - "scope": "public", - "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi", - "section": "def-public.FeatureFlagsSetup", - "text": "FeatureFlagsSetup" - }, + "FeatureFlagsSetup", ">" ], - "path": "packages/core/feature-flags/core-feature-flags-browser-mocks/index.ts", + "path": "src/core/packages/feature-flags/browser-mocks/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -91,16 +79,10 @@ ], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-feature-flags-browser", - "scope": "public", - "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi", - "section": "def-public.FeatureFlagsStart", - "text": "FeatureFlagsStart" - }, + "FeatureFlagsStart", ">" ], - "path": "packages/core/feature-flags/core-feature-flags-browser-mocks/index.ts", + "path": "src/core/packages/feature-flags/browser-mocks/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], diff --git a/api_docs/kbn_core_feature_flags_browser_mocks.mdx b/api_docs/kbn_core_feature_flags_browser_mocks.mdx index 6114ceb6a97f2..04e68ae55c756 100644 --- a/api_docs/kbn_core_feature_flags_browser_mocks.mdx +++ b/api_docs/kbn_core_feature_flags_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-feature-flags-browser-mocks title: "@kbn/core-feature-flags-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-browser-mocks plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-browser-mocks'] --- import kbnCoreFeatureFlagsBrowserMocksObj from './kbn_core_feature_flags_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_feature_flags_server.devdocs.json b/api_docs/kbn_core_feature_flags_server.devdocs.json index db13ba23e7eb5..51964450cff9f 100644 --- a/api_docs/kbn_core_feature_flags_server.devdocs.json +++ b/api_docs/kbn_core_feature_flags_server.devdocs.json @@ -22,16 +22,10 @@ "\nDefinition of a feature flag" ], "signature": [ - { - "pluginId": "@kbn/core-feature-flags-server", - "scope": "server", - "docId": "kibKbnCoreFeatureFlagsServerPluginApi", - "section": "def-server.FeatureFlagDefinition", - "text": "FeatureFlagDefinition" - }, + "FeatureFlagDefinition", "" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/feature_flag_definition.ts", + "path": "src/core/packages/feature-flags/server/src/feature_flag_definition.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -44,7 +38,7 @@ "description": [ "\nThe ID of the feature flag. Used to reference it when evaluating the flag." ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/feature_flag_definition.ts", + "path": "src/core/packages/feature-flags/server/src/feature_flag_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -57,7 +51,7 @@ "description": [ "\nHuman friendly name." ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/feature_flag_definition.ts", + "path": "src/core/packages/feature-flags/server/src/feature_flag_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -73,7 +67,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/feature_flag_definition.ts", + "path": "src/core/packages/feature-flags/server/src/feature_flag_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -89,7 +83,7 @@ "signature": [ "string[]" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/feature_flag_definition.ts", + "path": "src/core/packages/feature-flags/server/src/feature_flag_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -105,7 +99,7 @@ "signature": [ "ValueType" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/feature_flag_definition.ts", + "path": "src/core/packages/feature-flags/server/src/feature_flag_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -121,7 +115,7 @@ "signature": [ "{ name: string; description?: string | undefined; value: ValueType extends \"string\" ? string : ValueType extends \"boolean\" ? boolean : number; }[]" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/feature_flag_definition.ts", + "path": "src/core/packages/feature-flags/server/src/feature_flag_definition.ts", "deprecated": false, "trackAdoption": false } @@ -137,7 +131,7 @@ "description": [ "\nSetup contract of the Feature Flags Service" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -155,7 +149,7 @@ "Provider", ") => void" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -171,7 +165,7 @@ "signature": [ "Provider" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -190,16 +184,10 @@ ], "signature": [ "(contextToAppend: ", - { - "pluginId": "@kbn/core-feature-flags-server", - "scope": "server", - "docId": "kibKbnCoreFeatureFlagsServerPluginApi", - "section": "def-server.EvaluationContext", - "text": "EvaluationContext" - }, + "EvaluationContext", ") => void" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -213,15 +201,9 @@ "The additional keys that should be appended/modified in the evaluation context." ], "signature": [ - { - "pluginId": "@kbn/core-feature-flags-server", - "scope": "server", - "docId": "kibKbnCoreFeatureFlagsServerPluginApi", - "section": "def-server.EvaluationContext", - "text": "EvaluationContext" - } + "EvaluationContext" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -241,7 +223,7 @@ "description": [ "\nSetup contract of the Feature Flags Service" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -256,16 +238,10 @@ ], "signature": [ "(contextToAppend: ", - { - "pluginId": "@kbn/core-feature-flags-server", - "scope": "server", - "docId": "kibKbnCoreFeatureFlagsServerPluginApi", - "section": "def-server.EvaluationContext", - "text": "EvaluationContext" - }, + "EvaluationContext", ") => void" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -279,15 +255,9 @@ "The additional keys that should be appended/modified in the evaluation context." ], "signature": [ - { - "pluginId": "@kbn/core-feature-flags-server", - "scope": "server", - "docId": "kibKbnCoreFeatureFlagsServerPluginApi", - "section": "def-server.EvaluationContext", - "text": "EvaluationContext" - } + "EvaluationContext" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -307,7 +277,7 @@ "signature": [ "(flagName: string, fallbackValue: boolean) => Promise" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -323,7 +293,7 @@ "signature": [ "string" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -340,7 +310,7 @@ "signature": [ "boolean" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -360,7 +330,7 @@ "signature": [ "(flagName: string, fallbackValue: Value) => Promise" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -376,7 +346,7 @@ "signature": [ "string" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -393,7 +363,7 @@ "signature": [ "Value" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -413,7 +383,7 @@ "signature": [ "(flagName: string, fallbackValue: Value) => Promise" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -429,7 +399,7 @@ "signature": [ "string" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -446,7 +416,7 @@ "signature": [ "Value" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -468,7 +438,7 @@ "Observable", "" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -484,7 +454,7 @@ "signature": [ "string" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -501,7 +471,7 @@ "signature": [ "boolean" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -523,7 +493,7 @@ "Observable", "" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -539,7 +509,7 @@ "signature": [ "string" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -556,7 +526,7 @@ "signature": [ "Value" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -578,7 +548,7 @@ "Observable", "" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -594,7 +564,7 @@ "signature": [ "string" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -611,7 +581,7 @@ "signature": [ "Value" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -635,23 +605,11 @@ "\nThe evaluation context to use when retrieving the flags.\n\nWe use multi-context so that we can apply segmentation rules at different levels (`organization`/`kibana`).\n* `organization` includes any information that is common to all the projects/deployments in an organization. An example is the in_trial status.\n* The `kibana` context includes all the information that identifies a project/deployment. Examples are version, offering, and has_data.\nKind helps us specify which sub-context should receive the new attributes.\nIf no `kind` is provided, it defaults to `kibana`.\n" ], "signature": [ - { - "pluginId": "@kbn/core-feature-flags-server", - "scope": "server", - "docId": "kibKbnCoreFeatureFlagsServerPluginApi", - "section": "def-server.MultiContextEvaluationContext", - "text": "MultiContextEvaluationContext" - }, + "MultiContextEvaluationContext", " | ", - { - "pluginId": "@kbn/core-feature-flags-server", - "scope": "server", - "docId": "kibKbnCoreFeatureFlagsServerPluginApi", - "section": "def-server.SingleContextEvaluationContext", - "text": "SingleContextEvaluationContext" - } + "SingleContextEvaluationContext" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -667,32 +625,14 @@ ], "signature": [ "(", - { - "pluginId": "@kbn/core-feature-flags-server", - "scope": "server", - "docId": "kibKbnCoreFeatureFlagsServerPluginApi", - "section": "def-server.FeatureFlagDefinition", - "text": "FeatureFlagDefinition" - }, + "FeatureFlagDefinition", "<\"boolean\"> | ", - { - "pluginId": "@kbn/core-feature-flags-server", - "scope": "server", - "docId": "kibKbnCoreFeatureFlagsServerPluginApi", - "section": "def-server.FeatureFlagDefinition", - "text": "FeatureFlagDefinition" - }, + "FeatureFlagDefinition", "<\"string\"> | ", - { - "pluginId": "@kbn/core-feature-flags-server", - "scope": "server", - "docId": "kibKbnCoreFeatureFlagsServerPluginApi", - "section": "def-server.FeatureFlagDefinition", - "text": "FeatureFlagDefinition" - }, + "FeatureFlagDefinition", "<\"number\">)[]" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/feature_flag_definition.ts", + "path": "src/core/packages/feature-flags/server/src/feature_flag_definition.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -709,7 +649,7 @@ "signature": [ "{ getBooleanValue: (flagName: string, fallbackValue: boolean) => Promise; getStringValue: (flagName: string, fallbackValue: Value) => Promise; getNumberValue: (flagName: string, fallbackValue: Value) => Promise; }" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/request_handler_context.ts", + "path": "src/core/packages/feature-flags/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -732,7 +672,7 @@ "EvaluationContext", " | undefined; }" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -751,7 +691,7 @@ "EvaluationContextValue", "> & { kind?: \"kibana\" | \"organization\" | undefined; }" ], - "path": "packages/core/feature-flags/core-feature-flags-server/src/contracts.ts", + "path": "src/core/packages/feature-flags/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_feature_flags_server.mdx b/api_docs/kbn_core_feature_flags_server.mdx index 56279d3dc2aab..32e2ff86a7817 100644 --- a/api_docs/kbn_core_feature_flags_server.mdx +++ b/api_docs/kbn_core_feature_flags_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-feature-flags-server title: "@kbn/core-feature-flags-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-server plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-server'] --- import kbnCoreFeatureFlagsServerObj from './kbn_core_feature_flags_server.devdocs.json'; diff --git a/api_docs/kbn_core_feature_flags_server_internal.devdocs.json b/api_docs/kbn_core_feature_flags_server_internal.devdocs.json index b8515b428f6db..5dae74bf781a8 100644 --- a/api_docs/kbn_core_feature_flags_server_internal.devdocs.json +++ b/api_docs/kbn_core_feature_flags_server_internal.devdocs.json @@ -21,7 +21,7 @@ "description": [ "\nThe server-side Feature Flags Service" ], - "path": "packages/core/feature-flags/core-feature-flags-server-internal/src/feature_flags_service.ts", + "path": "src/core/packages/feature-flags/server-internal/src/feature_flags_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -37,7 +37,7 @@ "signature": [ "any" ], - "path": "packages/core/feature-flags/core-feature-flags-server-internal/src/feature_flags_service.ts", + "path": "src/core/packages/feature-flags/server-internal/src/feature_flags_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -53,7 +53,7 @@ "signature": [ "CoreContext" ], - "path": "packages/core/feature-flags/core-feature-flags-server-internal/src/feature_flags_service.ts", + "path": "src/core/packages/feature-flags/server-internal/src/feature_flags_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -72,15 +72,9 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-feature-flags-server-internal", - "scope": "server", - "docId": "kibKbnCoreFeatureFlagsServerInternalPluginApi", - "section": "def-server.InternalFeatureFlagsSetup", - "text": "InternalFeatureFlagsSetup" - } + "InternalFeatureFlagsSetup" ], - "path": "packages/core/feature-flags/core-feature-flags-server-internal/src/feature_flags_service.ts", + "path": "src/core/packages/feature-flags/server-internal/src/feature_flags_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -97,15 +91,9 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-feature-flags-server", - "scope": "server", - "docId": "kibKbnCoreFeatureFlagsServerPluginApi", - "section": "def-server.FeatureFlagsStart", - "text": "FeatureFlagsStart" - } + "FeatureFlagsStart" ], - "path": "packages/core/feature-flags/core-feature-flags-server-internal/src/feature_flags_service.ts", + "path": "src/core/packages/feature-flags/server-internal/src/feature_flags_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -123,7 +111,7 @@ "signature": [ "() => Promise" ], - "path": "packages/core/feature-flags/core-feature-flags-server-internal/src/feature_flags_service.ts", + "path": "src/core/packages/feature-flags/server-internal/src/feature_flags_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -147,23 +135,11 @@ "\nCore-internal contract for the setup lifecycle step." ], "signature": [ - { - "pluginId": "@kbn/core-feature-flags-server-internal", - "scope": "server", - "docId": "kibKbnCoreFeatureFlagsServerInternalPluginApi", - "section": "def-server.InternalFeatureFlagsSetup", - "text": "InternalFeatureFlagsSetup" - }, + "InternalFeatureFlagsSetup", " extends ", - { - "pluginId": "@kbn/core-feature-flags-server", - "scope": "server", - "docId": "kibKbnCoreFeatureFlagsServerPluginApi", - "section": "def-server.FeatureFlagsSetup", - "text": "FeatureFlagsSetup" - } + "FeatureFlagsSetup" ], - "path": "packages/core/feature-flags/core-feature-flags-server-internal/src/feature_flags_service.ts", + "path": "src/core/packages/feature-flags/server-internal/src/feature_flags_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -179,7 +155,7 @@ "signature": [ "() => Record" ], - "path": "packages/core/feature-flags/core-feature-flags-server-internal/src/feature_flags_service.ts", + "path": "src/core/packages/feature-flags/server-internal/src/feature_flags_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -203,7 +179,7 @@ "description": [ "\nConfig descriptor for the feature flags service" ], - "path": "packages/core/feature-flags/core-feature-flags-server-internal/src/feature_flags_config.ts", + "path": "src/core/packages/feature-flags/server-internal/src/feature_flags_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -216,7 +192,7 @@ "description": [ "/**\n * All config is prefixed by `feature_flags`\n */" ], - "path": "packages/core/feature-flags/core-feature-flags-server-internal/src/feature_flags_config.ts", + "path": "src/core/packages/feature-flags/server-internal/src/feature_flags_config.ts", "deprecated": false, "trackAdoption": false }, @@ -247,7 +223,7 @@ }, " | undefined>; }>" ], - "path": "packages/core/feature-flags/core-feature-flags-server-internal/src/feature_flags_config.ts", + "path": "src/core/packages/feature-flags/server-internal/src/feature_flags_config.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_feature_flags_server_internal.mdx b/api_docs/kbn_core_feature_flags_server_internal.mdx index 52a9553b518a4..64319bd9a4eac 100644 --- a/api_docs/kbn_core_feature_flags_server_internal.mdx +++ b/api_docs/kbn_core_feature_flags_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-feature-flags-server-internal title: "@kbn/core-feature-flags-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-server-internal plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-server-internal'] --- import kbnCoreFeatureFlagsServerInternalObj from './kbn_core_feature_flags_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_feature_flags_server_mocks.devdocs.json b/api_docs/kbn_core_feature_flags_server_mocks.devdocs.json index 7c450607542c2..a758724cc81e5 100644 --- a/api_docs/kbn_core_feature_flags_server_mocks.devdocs.json +++ b/api_docs/kbn_core_feature_flags_server_mocks.devdocs.json @@ -24,7 +24,7 @@ "description": [ "\nMocks for the Feature Flags service (browser-side)" ], - "path": "packages/core/feature-flags/core-feature-flags-server-mocks/index.ts", + "path": "src/core/packages/feature-flags/server-mocks/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -47,16 +47,10 @@ "text": "PublicMethodsOf" }, "<", - { - "pluginId": "@kbn/core-feature-flags-server-internal", - "scope": "server", - "docId": "kibKbnCoreFeatureFlagsServerInternalPluginApi", - "section": "def-server.FeatureFlagsService", - "text": "FeatureFlagsService" - }, + "FeatureFlagsService", ">>" ], - "path": "packages/core/feature-flags/core-feature-flags-server-mocks/index.ts", + "path": "src/core/packages/feature-flags/server-mocks/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -73,16 +67,10 @@ ], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-feature-flags-server-internal", - "scope": "server", - "docId": "kibKbnCoreFeatureFlagsServerInternalPluginApi", - "section": "def-server.InternalFeatureFlagsSetup", - "text": "InternalFeatureFlagsSetup" - }, + "InternalFeatureFlagsSetup", ">" ], - "path": "packages/core/feature-flags/core-feature-flags-server-mocks/index.ts", + "path": "src/core/packages/feature-flags/server-mocks/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -99,16 +87,10 @@ ], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-feature-flags-server", - "scope": "server", - "docId": "kibKbnCoreFeatureFlagsServerPluginApi", - "section": "def-server.FeatureFlagsSetup", - "text": "FeatureFlagsSetup" - }, + "FeatureFlagsSetup", ">" ], - "path": "packages/core/feature-flags/core-feature-flags-server-mocks/index.ts", + "path": "src/core/packages/feature-flags/server-mocks/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -125,16 +107,10 @@ ], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-feature-flags-server", - "scope": "server", - "docId": "kibKbnCoreFeatureFlagsServerPluginApi", - "section": "def-server.FeatureFlagsStart", - "text": "FeatureFlagsStart" - }, + "FeatureFlagsStart", ">" ], - "path": "packages/core/feature-flags/core-feature-flags-server-mocks/index.ts", + "path": "src/core/packages/feature-flags/server-mocks/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -151,16 +127,10 @@ ], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-feature-flags-server", - "scope": "server", - "docId": "kibKbnCoreFeatureFlagsServerPluginApi", - "section": "def-server.FeatureFlagsRequestHandlerContext", - "text": "FeatureFlagsRequestHandlerContext" - }, + "FeatureFlagsRequestHandlerContext", ">" ], - "path": "packages/core/feature-flags/core-feature-flags-server-mocks/index.ts", + "path": "src/core/packages/feature-flags/server-mocks/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], diff --git a/api_docs/kbn_core_feature_flags_server_mocks.mdx b/api_docs/kbn_core_feature_flags_server_mocks.mdx index 8ce940161775b..3b39b405e4a03 100644 --- a/api_docs/kbn_core_feature_flags_server_mocks.mdx +++ b/api_docs/kbn_core_feature_flags_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-feature-flags-server-mocks title: "@kbn/core-feature-flags-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-server-mocks plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-server-mocks'] --- import kbnCoreFeatureFlagsServerMocksObj from './kbn_core_feature_flags_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_browser.devdocs.json b/api_docs/kbn_core_http_browser.devdocs.json index 9e8bac151a9b3..ffc7ebecb2243 100644 --- a/api_docs/kbn_core_http_browser.devdocs.json +++ b/api_docs/kbn_core_http_browser.devdocs.json @@ -12,16 +12,10 @@ "description": [], "signature": [ "(error: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpFetchError", - "text": "IHttpFetchError" - }, + "IHttpFetchError", " | T) => boolean" ], - "path": "packages/core/http/core-http-browser/src/utils.ts", + "path": "src/core/packages/http/browser/src/utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -33,16 +27,10 @@ "label": "error", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpFetchError", - "text": "IHttpFetchError" - }, + "IHttpFetchError", " | T" ], - "path": "packages/core/http/core-http-browser/src/utils.ts", + "path": "src/core/packages/http/browser/src/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -63,23 +51,11 @@ "\nAll options that may be used with a {@link HttpHandler}." ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptions", - "text": "HttpFetchOptions" - }, + "HttpFetchOptions", " extends ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpRequestInit", - "text": "HttpRequestInit" - } + "HttpRequestInit" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -93,16 +69,10 @@ "\nThe query string for an HTTP request. See {@link HttpFetchQuery}." ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchQuery", - "text": "HttpFetchQuery" - }, + "HttpFetchQuery", " | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -118,7 +88,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -132,16 +102,10 @@ "\nHeaders to send with the request. See {@link HttpHeadersInit}." ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpHeadersInit", - "text": "HttpHeadersInit" - }, + "HttpHeadersInit", " | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -157,7 +121,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -173,7 +137,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -189,7 +153,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -201,16 +165,10 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -226,7 +184,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -243,23 +201,11 @@ "\nSimilar to {@link HttpFetchOptions} but with the URL path included." ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptionsWithPath", - "text": "HttpFetchOptionsWithPath" - }, + "HttpFetchOptionsWithPath", " extends ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptions", - "text": "HttpFetchOptions" - } + "HttpFetchOptions" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -270,7 +216,7 @@ "tags": [], "label": "path", "description": [], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -284,7 +230,7 @@ "tags": [], "label": "HttpFetchQuery", "description": [], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -300,7 +246,7 @@ "signature": [ "[key: string]: string | number | boolean | string[] | boolean[] | number[] | null | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -316,7 +262,7 @@ "description": [ "\nA function for making an HTTP requests to Kibana's backend. See {@link HttpFetchOptions} for options and\n{@link HttpResponse} for the response.\n" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -330,7 +276,7 @@ "signature": [ "any" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -344,7 +290,7 @@ "signature": [ "any" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -358,7 +304,7 @@ "signature": [ "any" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -372,7 +318,7 @@ "signature": [ "any" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -388,7 +334,7 @@ "description": [ "\nHeaders to append to the request. Any headers that begin with `kbn-` are considered private to Core and will cause\n{@link HttpHandler} to throw an error.\nIncludes the required Header that validates internal requests to internal APIs" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -402,7 +348,7 @@ "signature": [ "[name: string]: any" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -418,7 +364,7 @@ "description": [ "\nAn object that may define global interceptor functions for different parts of the request and response lifecycle.\nSee {@link IHttpInterceptController}.\n" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -433,21 +379,9 @@ ], "signature": [ "((fetchOptions: Readonly<", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptionsWithPath", - "text": "HttpFetchOptionsWithPath" - }, + "HttpFetchOptionsWithPath", ">, controller: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpInterceptController", - "text": "IHttpInterceptController" - }, + "IHttpInterceptController", ") => void | ", { "pluginId": "@kbn/utility-types", @@ -457,16 +391,10 @@ "text": "MaybePromise" }, ">) | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -479,16 +407,10 @@ "description": [], "signature": [ "Readonly<", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptionsWithPath", - "text": "HttpFetchOptionsWithPath" - }, + "HttpFetchOptionsWithPath", ">" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -503,15 +425,9 @@ "{@link IHttpInterceptController }" ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpInterceptController", - "text": "IHttpInterceptController" - } + "IHttpInterceptController" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -530,21 +446,9 @@ ], "signature": [ "((httpErrorRequest: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpInterceptorRequestError", - "text": "HttpInterceptorRequestError" - }, + "HttpInterceptorRequestError", ", controller: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpInterceptController", - "text": "IHttpInterceptController" - }, + "IHttpInterceptController", ") => void | ", { "pluginId": "@kbn/utility-types", @@ -554,16 +458,10 @@ "text": "MaybePromise" }, ">) | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -577,15 +475,9 @@ "{@link HttpInterceptorRequestError }" ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpInterceptorRequestError", - "text": "HttpInterceptorRequestError" - } + "HttpInterceptorRequestError" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -600,15 +492,9 @@ "{@link IHttpInterceptController }" ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpInterceptController", - "text": "IHttpInterceptController" - } + "IHttpInterceptController" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -627,21 +513,9 @@ ], "signature": [ "((httpResponse: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpResponse", - "text": "HttpResponse" - }, + "HttpResponse", ", controller: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpInterceptController", - "text": "IHttpInterceptController" - }, + "IHttpInterceptController", ") => void | ", { "pluginId": "@kbn/utility-types", @@ -651,16 +525,10 @@ "text": "MaybePromise" }, "<", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpResponseInterceptorOverrides", - "text": "IHttpResponseInterceptorOverrides" - }, + "IHttpResponseInterceptorOverrides", ">) | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -674,16 +542,10 @@ "{@link HttpResponse }" ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpResponse", - "text": "HttpResponse" - }, + "HttpResponse", "" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -698,15 +560,9 @@ "{@link IHttpInterceptController }" ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpInterceptController", - "text": "IHttpInterceptController" - } + "IHttpInterceptController" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -725,21 +581,9 @@ ], "signature": [ "((httpErrorResponse: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpInterceptorResponseError", - "text": "HttpInterceptorResponseError" - }, + "HttpInterceptorResponseError", ", controller: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpInterceptController", - "text": "IHttpInterceptController" - }, + "IHttpInterceptController", ") => void | ", { "pluginId": "@kbn/utility-types", @@ -749,16 +593,10 @@ "text": "MaybePromise" }, "<", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpResponseInterceptorOverrides", - "text": "IHttpResponseInterceptorOverrides" - }, + "IHttpResponseInterceptorOverrides", ">) | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -772,15 +610,9 @@ "{@link HttpInterceptorResponseError }" ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpInterceptorResponseError", - "text": "HttpInterceptorResponseError" - } + "HttpInterceptorResponseError" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -795,15 +627,9 @@ "{@link IHttpInterceptController }" ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpInterceptController", - "text": "IHttpInterceptController" - } + "IHttpInterceptController" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -821,7 +647,7 @@ "tags": [], "label": "HttpInterceptorRequestError", "description": [], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -834,32 +660,14 @@ "description": [], "signature": [ "{ readonly path: string; readonly query?: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchQuery", - "text": "HttpFetchQuery" - }, + "HttpFetchQuery", " | undefined; readonly prependBasePath?: boolean | undefined; readonly headers?: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpHeadersInit", - "text": "HttpHeadersInit" - }, + "HttpHeadersInit", " | undefined; readonly asSystemRequest?: boolean | undefined; readonly asResponse?: boolean | undefined; readonly rawResponse?: boolean | undefined; readonly context?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; readonly version?: string | undefined; readonly body?: BodyInit | null | undefined; readonly cache?: RequestCache | undefined; readonly credentials?: RequestCredentials | undefined; readonly integrity?: string | undefined; readonly keepalive?: boolean | undefined; readonly method?: string | undefined; readonly mode?: RequestMode | undefined; readonly redirect?: RequestRedirect | undefined; readonly referrer?: string | undefined; readonly referrerPolicy?: ReferrerPolicy | undefined; readonly signal?: AbortSignal | null | undefined; readonly window?: null | undefined; }" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -873,7 +681,7 @@ "signature": [ "Error" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -888,24 +696,12 @@ "label": "HttpInterceptorResponseError", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpInterceptorResponseError", - "text": "HttpInterceptorResponseError" - }, + "HttpInterceptorResponseError", " extends ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpResponse", - "text": "HttpResponse" - }, + "HttpResponse", "" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -919,7 +715,7 @@ "signature": [ "{ readonly cache: RequestCache; readonly credentials: RequestCredentials; readonly destination: RequestDestination; readonly headers: Headers; readonly integrity: string; readonly keepalive: boolean; readonly method: string; readonly mode: RequestMode; readonly redirect: RequestRedirect; readonly referrer: string; readonly referrerPolicy: ReferrerPolicy; readonly signal: AbortSignal; readonly url: string; readonly clone: () => Request; readonly body: ReadableStream | null; readonly bodyUsed: boolean; readonly arrayBuffer: () => Promise; readonly blob: () => Promise; readonly formData: () => Promise; readonly json: () => Promise; readonly text: () => Promise; }" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -932,16 +728,10 @@ "description": [], "signature": [ "Error | ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpFetchError", - "text": "IHttpFetchError" - }, + "IHttpFetchError", "" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -957,7 +747,7 @@ "description": [ "\nFetch API options available to {@link HttpHandler}s.\n" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -973,7 +763,7 @@ "signature": [ "BodyInit | null | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -989,7 +779,7 @@ "signature": [ "RequestCache | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1005,7 +795,7 @@ "signature": [ "RequestCredentials | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1019,16 +809,10 @@ "{@link HttpHeadersInit}" ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpHeadersInit", - "text": "HttpHeadersInit" - }, + "HttpHeadersInit", " | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1044,7 +828,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1060,7 +844,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1076,7 +860,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1092,7 +876,7 @@ "signature": [ "RequestMode | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1108,7 +892,7 @@ "signature": [ "RequestRedirect | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1124,7 +908,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1140,7 +924,7 @@ "signature": [ "ReferrerPolicy | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1156,7 +940,7 @@ "signature": [ "AbortSignal | null | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1172,7 +956,7 @@ "signature": [ "null | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -1187,16 +971,10 @@ "label": "HttpResponse", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpResponse", - "text": "HttpResponse" - }, + "HttpResponse", "" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1211,32 +989,14 @@ ], "signature": [ "{ readonly path: string; readonly query?: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchQuery", - "text": "HttpFetchQuery" - }, + "HttpFetchQuery", " | undefined; readonly prependBasePath?: boolean | undefined; readonly headers?: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpHeadersInit", - "text": "HttpHeadersInit" - }, + "HttpHeadersInit", " | undefined; readonly asSystemRequest?: boolean | undefined; readonly asResponse?: boolean | undefined; readonly rawResponse?: boolean | undefined; readonly context?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; readonly version?: string | undefined; readonly body?: BodyInit | null | undefined; readonly cache?: RequestCache | undefined; readonly credentials?: RequestCredentials | undefined; readonly integrity?: string | undefined; readonly keepalive?: boolean | undefined; readonly method?: string | undefined; readonly mode?: RequestMode | undefined; readonly redirect?: RequestRedirect | undefined; readonly referrer?: string | undefined; readonly referrerPolicy?: ReferrerPolicy | undefined; readonly signal?: AbortSignal | null | undefined; readonly window?: null | undefined; }" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1252,7 +1012,7 @@ "signature": [ "{ readonly cache: RequestCache; readonly credentials: RequestCredentials; readonly destination: RequestDestination; readonly headers: Headers; readonly integrity: string; readonly keepalive: boolean; readonly method: string; readonly mode: RequestMode; readonly redirect: RequestRedirect; readonly referrer: string; readonly referrerPolicy: ReferrerPolicy; readonly signal: AbortSignal; readonly url: string; readonly clone: () => Request; readonly body: ReadableStream | null; readonly bodyUsed: boolean; readonly arrayBuffer: () => Promise; readonly blob: () => Promise; readonly formData: () => Promise; readonly json: () => Promise; readonly text: () => Promise; }" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1268,7 +1028,7 @@ "signature": [ "Readonly | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1284,7 +1044,7 @@ "signature": [ "TResponseBody | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -1298,7 +1058,7 @@ "tags": [], "label": "HttpSetup", "description": [], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1312,15 +1072,9 @@ "\nAPIs for manipulating the basePath on URL segments.\nSee {@link IBasePath}" ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IBasePath", - "text": "IBasePath" - } + "IBasePath" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1334,15 +1088,9 @@ "\nAPIs for creating hrefs to static assets.\nSee {@link IStaticAssets}" ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IStaticAssets", - "text": "IStaticAssets" - } + "IStaticAssets" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1356,15 +1104,9 @@ "\nAPIs for denoting certain paths for not requiring authentication" ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IAnonymousPaths", - "text": "IAnonymousPaths" - } + "IAnonymousPaths" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1376,15 +1118,9 @@ "label": "externalUrl", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IExternalUrl", - "text": "IExternalUrl" - } + "IExternalUrl" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1399,16 +1135,10 @@ ], "signature": [ "(interceptor: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpInterceptor", - "text": "HttpInterceptor" - }, + "HttpInterceptor", ") => () => void" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1422,15 +1152,9 @@ "a {@link HttpInterceptor }" ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpInterceptor", - "text": "HttpInterceptor" - } + "HttpInterceptor" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1450,15 +1174,9 @@ "Makes an HTTP request. Defaults to a GET request unless overridden. See {@link HttpHandler} for options." ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpHandler", - "text": "HttpHandler" - } + "HttpHandler" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1472,15 +1190,9 @@ "Makes an HTTP request with the DELETE method. See {@link HttpHandler} for options." ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpHandler", - "text": "HttpHandler" - } + "HttpHandler" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1494,15 +1206,9 @@ "Makes an HTTP request with the GET method. See {@link HttpHandler} for options." ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpHandler", - "text": "HttpHandler" - } + "HttpHandler" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1516,15 +1222,9 @@ "Makes an HTTP request with the HEAD method. See {@link HttpHandler} for options." ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpHandler", - "text": "HttpHandler" - } + "HttpHandler" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1538,15 +1238,9 @@ "Makes an HTTP request with the OPTIONS method. See {@link HttpHandler} for options." ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpHandler", - "text": "HttpHandler" - } + "HttpHandler" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1560,15 +1254,9 @@ "Makes an HTTP request with the PATCH method. See {@link HttpHandler} for options." ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpHandler", - "text": "HttpHandler" - } + "HttpHandler" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1582,15 +1270,9 @@ "Makes an HTTP request with the POST method. See {@link HttpHandler} for options." ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpHandler", - "text": "HttpHandler" - } + "HttpHandler" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1604,15 +1286,9 @@ "Makes an HTTP request with the PUT method. See {@link HttpHandler} for options." ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpHandler", - "text": "HttpHandler" - } + "HttpHandler" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1630,7 +1306,7 @@ "Observable", ") => void" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1647,7 +1323,7 @@ "Observable", "" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1669,7 +1345,7 @@ "Observable", "" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1687,7 +1363,7 @@ "description": [ "\nAPIs for denoting paths as not requiring authentication" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1703,7 +1379,7 @@ "signature": [ "(path: string) => boolean" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1717,7 +1393,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1737,7 +1413,7 @@ "signature": [ "(path: string) => void" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1751,7 +1427,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1771,7 +1447,7 @@ "description": [ "\nAPIs for manipulating the basePath on URL segments." ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1787,7 +1463,7 @@ "signature": [ "() => string" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1805,7 +1481,7 @@ "signature": [ "(url: string) => string" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1819,7 +1495,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1839,7 +1515,7 @@ "signature": [ "(url: string) => string" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1853,7 +1529,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1870,7 +1546,7 @@ "description": [ "\nReturns the server's root basePath as configured, without any namespace prefix.\n\nSee {@link BasePath.get} for getting the basePath value for a specific request" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1883,7 +1559,7 @@ "description": [ "\nHref (hypertext reference) intended to be used as the base for constructing\nother hrefs to static assets." ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1899,7 +1575,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -1915,7 +1591,7 @@ "description": [ "\nAPIs for working with external URLs.\n" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1931,7 +1607,7 @@ "signature": [ "(relativeOrAbsoluteUrl: string) => boolean" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1945,7 +1621,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1965,7 +1641,7 @@ "signature": [ "(relativeOrAbsoluteUrl: string) => URL | null" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1979,7 +1655,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1998,16 +1674,10 @@ "label": "IHttpFetchError", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpFetchError", - "text": "IHttpFetchError" - }, + "IHttpFetchError", " extends Error" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2018,7 +1688,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2032,7 +1702,7 @@ "signature": [ "Request" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2046,7 +1716,7 @@ "signature": [ "Response | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2060,7 +1730,7 @@ "signature": [ "TResponseBody | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -2076,7 +1746,7 @@ "description": [ "\nUsed to halt a request Promise chain in a {@link HttpInterceptor}." ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2089,7 +1759,7 @@ "description": [ "Whether or not this chain has been halted." ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2105,7 +1775,7 @@ "signature": [ "() => void" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2124,16 +1794,10 @@ "\nProperties that can be returned by HttpInterceptor.request to override the response." ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpResponseInterceptorOverrides", - "text": "IHttpResponseInterceptorOverrides" - }, + "IHttpResponseInterceptorOverrides", "" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2149,7 +1813,7 @@ "signature": [ "Readonly | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2165,7 +1829,7 @@ "signature": [ "TResponseBody | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -2181,7 +1845,7 @@ "description": [ "\nAPIs for creating hrefs to static assets.\n" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2197,7 +1861,7 @@ "signature": [ "(assetPath: string) => string" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2211,7 +1875,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2229,7 +1893,7 @@ "tags": [], "label": "ResponseErrorBody", "description": [], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2240,7 +1904,7 @@ "tags": [], "label": "message", "description": [], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2251,7 +1915,7 @@ "tags": [], "label": "statusCode", "description": [], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2265,7 +1929,7 @@ "signature": [ "Record | undefined" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -2285,15 +1949,9 @@ "\nSee {@link HttpSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], - "path": "packages/core/http/core-http-browser/src/types.ts", + "path": "src/core/packages/http/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_http_browser.mdx b/api_docs/kbn_core_http_browser.mdx index 58d9da0446de8..f3858a5df5b73 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser'] --- import kbnCoreHttpBrowserObj from './kbn_core_http_browser.devdocs.json'; diff --git a/api_docs/kbn_core_http_browser_internal.devdocs.json b/api_docs/kbn_core_http_browser_internal.devdocs.json index 9831dc8c25525..d2aa7a40d6d32 100644 --- a/api_docs/kbn_core_http_browser_internal.devdocs.json +++ b/api_docs/kbn_core_http_browser_internal.devdocs.json @@ -10,23 +10,11 @@ "label": "BasePath", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser-internal", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserInternalPluginApi", - "section": "def-public.BasePath", - "text": "BasePath" - }, + "BasePath", " implements ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IBasePath", - "text": "IBasePath" - } + "IBasePath" ], - "path": "packages/core/http/core-http-browser-internal/src/base_path.ts", + "path": "src/core/packages/http/browser-internal/src/base_path.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -37,7 +25,7 @@ "tags": [], "label": "serverBasePath", "description": [], - "path": "packages/core/http/core-http-browser-internal/src/base_path.ts", + "path": "src/core/packages/http/browser-internal/src/base_path.ts", "deprecated": false, "trackAdoption": false }, @@ -48,7 +36,7 @@ "tags": [], "label": "assetsHrefBase", "description": [], - "path": "packages/core/http/core-http-browser-internal/src/base_path.ts", + "path": "src/core/packages/http/browser-internal/src/base_path.ts", "deprecated": false, "trackAdoption": false }, @@ -62,7 +50,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-browser-internal/src/base_path.ts", + "path": "src/core/packages/http/browser-internal/src/base_path.ts", "deprecated": false, "trackAdoption": false }, @@ -76,7 +64,7 @@ "signature": [ "any" ], - "path": "packages/core/http/core-http-browser-internal/src/base_path.ts", + "path": "src/core/packages/http/browser-internal/src/base_path.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -87,7 +75,7 @@ "tags": [], "label": "{\n basePath,\n serverBasePath,\n assetsHrefBase,\n publicBaseUrl,\n }", "description": [], - "path": "packages/core/http/core-http-browser-internal/src/base_path.ts", + "path": "src/core/packages/http/browser-internal/src/base_path.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -98,7 +86,7 @@ "tags": [], "label": "basePath", "description": [], - "path": "packages/core/http/core-http-browser-internal/src/base_path.ts", + "path": "src/core/packages/http/browser-internal/src/base_path.ts", "deprecated": false, "trackAdoption": false }, @@ -112,7 +100,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-browser-internal/src/base_path.ts", + "path": "src/core/packages/http/browser-internal/src/base_path.ts", "deprecated": false, "trackAdoption": false }, @@ -126,7 +114,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-browser-internal/src/base_path.ts", + "path": "src/core/packages/http/browser-internal/src/base_path.ts", "deprecated": false, "trackAdoption": false }, @@ -140,7 +128,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-browser-internal/src/base_path.ts", + "path": "src/core/packages/http/browser-internal/src/base_path.ts", "deprecated": false, "trackAdoption": false } @@ -159,7 +147,7 @@ "signature": [ "() => string" ], - "path": "packages/core/http/core-http-browser-internal/src/base_path.ts", + "path": "src/core/packages/http/browser-internal/src/base_path.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -175,7 +163,7 @@ "signature": [ "(path: string) => string" ], - "path": "packages/core/http/core-http-browser-internal/src/base_path.ts", + "path": "src/core/packages/http/browser-internal/src/base_path.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -189,7 +177,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-browser-internal/src/base_path.ts", + "path": "src/core/packages/http/browser-internal/src/base_path.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -207,7 +195,7 @@ "signature": [ "(path: string) => string" ], - "path": "packages/core/http/core-http-browser-internal/src/base_path.ts", + "path": "src/core/packages/http/browser-internal/src/base_path.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -221,7 +209,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-browser-internal/src/base_path.ts", + "path": "src/core/packages/http/browser-internal/src/base_path.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -246,18 +234,12 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", ", \"staticAssets\"> & { staticAssets: ", "InternalStaticAssets", "; }" ], - "path": "packages/core/http/core-http-browser-internal/src/types.ts", + "path": "src/core/packages/http/browser-internal/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -271,18 +253,12 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", ", \"staticAssets\"> & { staticAssets: ", "InternalStaticAssets", "; }" ], - "path": "packages/core/http/core-http-browser-internal/src/types.ts", + "path": "src/core/packages/http/browser-internal/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_http_browser_internal.mdx b/api_docs/kbn_core_http_browser_internal.mdx index 9a0f5cf9be434..affc85aa40d0f 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser-internal'] --- import kbnCoreHttpBrowserInternalObj from './kbn_core_http_browser_internal.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 17 | 0 | 17 | 2 | +| 17 | 0 | 17 | 0 | ## Client diff --git a/api_docs/kbn_core_http_browser_mocks.devdocs.json b/api_docs/kbn_core_http_browser_mocks.devdocs.json index 50c8f4ac1b5e9..380ed7479422e 100644 --- a/api_docs/kbn_core_http_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_http_browser_mocks.devdocs.json @@ -12,13 +12,7 @@ "description": [], "signature": [ "(message: string, name: string, request: Request, response: Response | undefined, body: TResponseBody | undefined) => ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpFetchError", - "text": "IHttpFetchError" - }, + "IHttpFetchError", "" ], "path": "packages/core/http/core-http-browser-mocks/src/fetch_error.mock.ts", @@ -117,137 +111,41 @@ "description": [], "signature": [ "{ basePath: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IBasePath", - "text": "IBasePath" - }, + "IBasePath", "; staticAssets: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IStaticAssets", - "text": "IStaticAssets" - }, + "IStaticAssets", "; anonymousPaths: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IAnonymousPaths", - "text": "IAnonymousPaths" - }, + "IAnonymousPaths", "; externalUrl: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IExternalUrl", - "text": "IExternalUrl" - }, + "IExternalUrl", "; intercept: jest.MockInstance<() => void, [interceptor: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpInterceptor", - "text": "HttpInterceptor" - }, + "HttpInterceptor", "], unknown>; fetch: jest.MockInstance, [options: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptionsWithPath", - "text": "HttpFetchOptionsWithPath" - }, + "HttpFetchOptionsWithPath", "], unknown>; delete: jest.MockInstance, [options: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptionsWithPath", - "text": "HttpFetchOptionsWithPath" - }, + "HttpFetchOptionsWithPath", "], unknown>; get: jest.MockInstance, [options: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptionsWithPath", - "text": "HttpFetchOptionsWithPath" - }, + "HttpFetchOptionsWithPath", "], unknown>; head: jest.MockInstance, [options: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptionsWithPath", - "text": "HttpFetchOptionsWithPath" - }, + "HttpFetchOptionsWithPath", "], unknown>; options: jest.MockInstance, [options: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptionsWithPath", - "text": "HttpFetchOptionsWithPath" - }, + "HttpFetchOptionsWithPath", "], unknown>; patch: jest.MockInstance, [options: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptionsWithPath", - "text": "HttpFetchOptionsWithPath" - }, + "HttpFetchOptionsWithPath", "], unknown>; post: jest.MockInstance, [options: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptionsWithPath", - "text": "HttpFetchOptionsWithPath" - }, + "HttpFetchOptionsWithPath", "], unknown>; put: jest.MockInstance, [options: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptionsWithPath", - "text": "HttpFetchOptionsWithPath" - }, + "HttpFetchOptionsWithPath", "], unknown>; addLoadingCountSource: jest.MockInstance], unknown>; getLoadingCount$: jest.MockInstance<", "Observable", ", [], unknown>; } & ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", " & { basePath: ", - { - "pluginId": "@kbn/core-http-browser-internal", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserInternalPluginApi", - "section": "def-public.BasePath", - "text": "BasePath" - }, + "BasePath", "; anonymousPaths: jest.Mocked<", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IAnonymousPaths", - "text": "IAnonymousPaths" - }, + "IAnonymousPaths", ">; }" ], "path": "packages/core/http/core-http-browser-mocks/src/http_service.mock.ts", @@ -394,13 +292,7 @@ "description": [], "signature": [ "({ publicBaseUrl, serverBasePath, assetsHrefBase, }?: { publicBaseUrl?: string | undefined; serverBasePath?: string | undefined; assetsHrefBase?: string | undefined; }) => jest.Mocked<", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IBasePath", - "text": "IBasePath" - }, + "IBasePath", ">" ], "path": "packages/core/http/core-http-browser-mocks/src/http_service.mock.ts", diff --git a/api_docs/kbn_core_http_browser_mocks.mdx b/api_docs/kbn_core_http_browser_mocks.mdx index 0e2c6cbc6f78d..8d62023b6faef 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser-mocks'] --- import kbnCoreHttpBrowserMocksObj from './kbn_core_http_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_common.devdocs.json b/api_docs/kbn_core_http_common.devdocs.json index d8927f5439218..4a419dde6b9b8 100644 --- a/api_docs/kbn_core_http_common.devdocs.json +++ b/api_docs/kbn_core_http_common.devdocs.json @@ -29,7 +29,7 @@ "description": [ "\nA policy describing whether access to an external destination is allowed." ], - "path": "packages/core/http/core-http-common/src/external_url_policy.ts", + "path": "src/core/packages/http/common/src/external_url_policy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -42,7 +42,7 @@ "description": [ "\nIndicates if this policy allows or denies access to the described destination." ], - "path": "packages/core/http/core-http-common/src/external_url_policy.ts", + "path": "src/core/packages/http/common/src/external_url_policy.ts", "deprecated": false, "trackAdoption": false }, @@ -58,7 +58,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-common/src/external_url_policy.ts", + "path": "src/core/packages/http/common/src/external_url_policy.ts", "deprecated": false, "trackAdoption": false }, @@ -74,7 +74,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-common/src/external_url_policy.ts", + "path": "src/core/packages/http/common/src/external_url_policy.ts", "deprecated": false, "trackAdoption": false } @@ -100,7 +100,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-common/src/versioning.ts", + "path": "src/core/packages/http/common/src/versioning.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -115,7 +115,7 @@ "signature": [ "\"elastic-api-version\"" ], - "path": "packages/core/http/core-http-common/src/constants.ts", + "path": "src/core/packages/http/common/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -130,7 +130,7 @@ "signature": [ "\"apiVersion\"" ], - "path": "packages/core/http/core-http-common/src/constants.ts", + "path": "src/core/packages/http/common/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -145,7 +145,7 @@ "signature": [ "\"elasticInternalOrigin\"" ], - "path": "packages/core/http/core-http-common/src/constants.ts", + "path": "src/core/packages/http/common/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -160,7 +160,7 @@ "signature": [ "\"x-elastic-internal-origin\"" ], - "path": "packages/core/http/core-http-common/src/constants.ts", + "path": "src/core/packages/http/common/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_http_common.mdx b/api_docs/kbn_core_http_common.mdx index 030694c82deca..48bb85d639424 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-12-27 +date: 2025-01-05 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 ffda94b49e79e..60cd48e7a5305 100644 --- a/api_docs/kbn_core_http_context_server_mocks.devdocs.json +++ b/api_docs/kbn_core_http_context_server_mocks.devdocs.json @@ -23,85 +23,25 @@ "description": [], "signature": [ "{ registerContext: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IContextContainer", - "text": "IContextContainer" - }, + "IContextContainer", ", [pluginOpaqueId: symbol, contextName: \"resolve\", provider: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IContextProvider", - "text": "IContextProvider" - }, + "IContextProvider", "<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandlerContextBase", - "text": "RequestHandlerContextBase" - }, + "RequestHandlerContextBase", ", \"resolve\">], unknown>; createHandler: jest.MockInstance<(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", response: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaResponseFactory", - "text": "KibanaResponseFactory" - }, + "KibanaResponseFactory", ") => Promise<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ">, [pluginOpaqueId: symbol, handler: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandler", - "text": "RequestHandler" - }, + "RequestHandler", "], unknown>; } & ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IContextContainer", - "text": "IContextContainer" - } + "IContextContainer" ], "path": "packages/core/http/core-http-context-server-mocks/src/context_container.mock.ts", "deprecated": false, diff --git a/api_docs/kbn_core_http_context_server_mocks.mdx b/api_docs/kbn_core_http_context_server_mocks.mdx index d365793cff17f..4f63845948ee1 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-context-server-mocks'] --- import kbnCoreHttpContextServerMocksObj from './kbn_core_http_context_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_request_handler_context_server.devdocs.json b/api_docs/kbn_core_http_request_handler_context_server.devdocs.json index 8bb3cb0dff266..f52f593739f88 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 @@ -21,7 +21,7 @@ "description": [ "\nThe `core` context provided to route handler.\n\nProvides the following clients and services:\n - {@link SavedObjectsClient | savedObjects.client} - Saved Objects client\n which uses the credentials of the incoming request\n - {@link ISavedObjectTypeRegistry | savedObjects.typeRegistry} - Type registry containing\n all the registered types.\n - {@link IScopedClusterClient | elasticsearch.client} - Elasticsearch\n data client which uses the credentials of the incoming request\n - {@link IUiSettingsClient | uiSettings.client} - uiSettings client\n which uses the credentials of the incoming request" ], - "path": "packages/core/http/core-http-request-handler-context-server/src/request_handler_context.ts", + "path": "src/core/packages/http/request-handler-context-server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -35,15 +35,9 @@ "\n{@link SavedObjectsRequestHandlerContext}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsRequestHandlerContext", - "text": "SavedObjectsRequestHandlerContext" - } + "SavedObjectsRequestHandlerContext" ], - "path": "packages/core/http/core-http-request-handler-context-server/src/request_handler_context.ts", + "path": "src/core/packages/http/request-handler-context-server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false }, @@ -57,15 +51,9 @@ "\n{@link ElasticsearchRequestHandlerContext}" ], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchRequestHandlerContext", - "text": "ElasticsearchRequestHandlerContext" - } + "ElasticsearchRequestHandlerContext" ], - "path": "packages/core/http/core-http-request-handler-context-server/src/request_handler_context.ts", + "path": "src/core/packages/http/request-handler-context-server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false }, @@ -81,7 +69,7 @@ "signature": [ "{ getBooleanValue: (flagName: string, fallbackValue: boolean) => Promise; getStringValue: (flagName: string, fallbackValue: Value) => Promise; getNumberValue: (flagName: string, fallbackValue: Value) => Promise; }" ], - "path": "packages/core/http/core-http-request-handler-context-server/src/request_handler_context.ts", + "path": "src/core/packages/http/request-handler-context-server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false }, @@ -103,7 +91,7 @@ "text": "UiSettingsRequestHandlerContext" } ], - "path": "packages/core/http/core-http-request-handler-context-server/src/request_handler_context.ts", + "path": "src/core/packages/http/request-handler-context-server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false }, @@ -117,15 +105,9 @@ "\n{@link DeprecationsRequestHandlerContext}" ], "signature": [ - { - "pluginId": "@kbn/core-deprecations-server", - "scope": "server", - "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-server.DeprecationsRequestHandlerContext", - "text": "DeprecationsRequestHandlerContext" - } + "DeprecationsRequestHandlerContext" ], - "path": "packages/core/http/core-http-request-handler-context-server/src/request_handler_context.ts", + "path": "src/core/packages/http/request-handler-context-server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false }, @@ -139,15 +121,9 @@ "\n{@link SecurityRequestHandlerContext}" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.SecurityRequestHandlerContext", - "text": "SecurityRequestHandlerContext" - } + "SecurityRequestHandlerContext" ], - "path": "packages/core/http/core-http-request-handler-context-server/src/request_handler_context.ts", + "path": "src/core/packages/http/request-handler-context-server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false }, @@ -161,15 +137,9 @@ "\n{@link UserProfileRequestHandlerContext}" ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileRequestHandlerContext", - "text": "UserProfileRequestHandlerContext" - } + "UserProfileRequestHandlerContext" ], - "path": "packages/core/http/core-http-request-handler-context-server/src/request_handler_context.ts", + "path": "src/core/packages/http/request-handler-context-server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false } @@ -185,7 +155,7 @@ "description": [ "\nThe `core` context provided to route handler during the preboot phase." ], - "path": "packages/core/http/core-http-request-handler-context-server/src/preboot_request_handler_context.ts", + "path": "src/core/packages/http/request-handler-context-server/src/preboot_request_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -199,15 +169,9 @@ "\n{@link PrebootUiSettingsRequestHandlerContext}" ], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.PrebootUiSettingsRequestHandlerContext", - "text": "PrebootUiSettingsRequestHandlerContext" - } + "PrebootUiSettingsRequestHandlerContext" ], - "path": "packages/core/http/core-http-request-handler-context-server/src/preboot_request_handler_context.ts", + "path": "src/core/packages/http/request-handler-context-server/src/preboot_request_handler_context.ts", "deprecated": false, "trackAdoption": false } @@ -224,23 +188,11 @@ "\nBase context passed to a route handler during the preboot phase, containing the `core` context part." ], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.PrebootRequestHandlerContext", - "text": "PrebootRequestHandlerContext" - }, + "PrebootRequestHandlerContext", " extends ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandlerContextBase", - "text": "RequestHandlerContextBase" - } + "RequestHandlerContextBase" ], - "path": "packages/core/http/core-http-request-handler-context-server/src/preboot_request_handler_context.ts", + "path": "src/core/packages/http/request-handler-context-server/src/preboot_request_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -255,16 +207,10 @@ ], "signature": [ "Promise<", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.PrebootCoreRequestHandlerContext", - "text": "PrebootCoreRequestHandlerContext" - }, + "PrebootCoreRequestHandlerContext", ">" ], - "path": "packages/core/http/core-http-request-handler-context-server/src/preboot_request_handler_context.ts", + "path": "src/core/packages/http/request-handler-context-server/src/preboot_request_handler_context.ts", "deprecated": false, "trackAdoption": false } @@ -280,7 +226,7 @@ "description": [ "\n`uiSettings` http request context provider during the preboot phase." ], - "path": "packages/core/http/core-http-request-handler-context-server/src/preboot_request_handler_context.ts", + "path": "src/core/packages/http/request-handler-context-server/src/preboot_request_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -302,7 +248,7 @@ "text": "IUiSettingsClient" } ], - "path": "packages/core/http/core-http-request-handler-context-server/src/preboot_request_handler_context.ts", + "path": "src/core/packages/http/request-handler-context-server/src/preboot_request_handler_context.ts", "deprecated": false, "trackAdoption": false } @@ -319,23 +265,11 @@ "\nBase context passed to a route handler, containing the `core` context part.\n" ], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " extends ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandlerContextBase", - "text": "RequestHandlerContextBase" - } + "RequestHandlerContextBase" ], - "path": "packages/core/http/core-http-request-handler-context-server/src/request_handler_context.ts", + "path": "src/core/packages/http/request-handler-context-server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -350,16 +284,10 @@ ], "signature": [ "Promise<", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.CoreRequestHandlerContext", - "text": "CoreRequestHandlerContext" - }, + "CoreRequestHandlerContext", ">" ], - "path": "packages/core/http/core-http-request-handler-context-server/src/request_handler_context.ts", + "path": "src/core/packages/http/request-handler-context-server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false } @@ -379,16 +307,10 @@ "\nMixin allowing plugins to define their own request handler contexts.\n" ], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " & { [Key in keyof T]: T[Key] extends Promise ? T[Key] : Promise; }" ], - "path": "packages/core/http/core-http-request-handler-context-server/src/request_handler_context.ts", + "path": "src/core/packages/http/request-handler-context-server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false 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 7d06c91981d4d..6e5846564e5e8 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-request-handler-context-server'] --- import kbnCoreHttpRequestHandlerContextServerObj from './kbn_core_http_request_handler_context_server.devdocs.json'; diff --git a/api_docs/kbn_core_http_resources_server.devdocs.json b/api_docs/kbn_core_http_resources_server.devdocs.json index 93e89b722f1d4..e5b619bb94555 100644 --- a/api_docs/kbn_core_http_resources_server.devdocs.json +++ b/api_docs/kbn_core_http_resources_server.devdocs.json @@ -21,7 +21,7 @@ "description": [ "\nHttpResources service is responsible for serving static & dynamic assets for Kibana application via HTTP.\nProvides API allowing plug-ins to respond with:\n- a pre-configured HTML page bootstrapping Kibana client app\n- custom HTML page\n- custom JS script file." ], - "path": "packages/core/http/core-http-resources-server/src/types.ts", + "path": "src/core/packages/http/resources-server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -36,40 +36,16 @@ ], "signature": [ "(route: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", ", handler: ", - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResourcesRequestHandler", - "text": "HttpResourcesRequestHandler" - }, + "HttpResourcesRequestHandler", ") => void" ], - "path": "packages/core/http/core-http-resources-server/src/types.ts", + "path": "src/core/packages/http/resources-server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -81,16 +57,10 @@ "label": "route", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", "" ], - "path": "packages/core/http/core-http-resources-server/src/types.ts", + "path": "src/core/packages/http/resources-server/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -103,16 +73,10 @@ "label": "handler", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResourcesRequestHandler", - "text": "HttpResourcesRequestHandler" - }, + "HttpResourcesRequestHandler", "" ], - "path": "packages/core/http/core-http-resources-server/src/types.ts", + "path": "src/core/packages/http/resources-server/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -132,7 +96,7 @@ "description": [ "\nAllows to configure HTTP response parameters" ], - "path": "packages/core/http/core-http-resources-server/src/types.ts", + "path": "src/core/packages/http/resources-server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -146,16 +110,10 @@ "\nHTTP Headers with additional information about response." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseHeaders", - "text": "ResponseHeaders" - }, + "ResponseHeaders", " | undefined" ], - "path": "packages/core/http/core-http-resources-server/src/types.ts", + "path": "src/core/packages/http/resources-server/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -171,7 +129,7 @@ "description": [ "\nExtended set of {@link KibanaResponseFactory} helpers used to respond with HTML or JS resource." ], - "path": "packages/core/http/core-http-resources-server/src/types.ts", + "path": "src/core/packages/http/resources-server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -186,24 +144,12 @@ ], "signature": [ "(options?: ", - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResourcesRenderOptions", - "text": "HttpResourcesRenderOptions" - }, + "HttpResourcesRenderOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ">" ], - "path": "packages/core/http/core-http-resources-server/src/types.ts", + "path": "src/core/packages/http/resources-server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -215,16 +161,10 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResourcesRenderOptions", - "text": "HttpResourcesRenderOptions" - }, + "HttpResourcesRenderOptions", " | undefined" ], - "path": "packages/core/http/core-http-resources-server/src/types.ts", + "path": "src/core/packages/http/resources-server/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -243,24 +183,12 @@ ], "signature": [ "(options?: ", - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResourcesRenderOptions", - "text": "HttpResourcesRenderOptions" - }, + "HttpResourcesRenderOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ">" ], - "path": "packages/core/http/core-http-resources-server/src/types.ts", + "path": "src/core/packages/http/resources-server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -272,16 +200,10 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResourcesRenderOptions", - "text": "HttpResourcesRenderOptions" - }, + "HttpResourcesRenderOptions", " | undefined" ], - "path": "packages/core/http/core-http-resources-server/src/types.ts", + "path": "src/core/packages/http/resources-server/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -300,24 +222,12 @@ ], "signature": [ "(options: ", - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResourcesResponseOptions", - "text": "HttpResourcesResponseOptions" - }, + "HttpResourcesResponseOptions", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "" ], - "path": "packages/core/http/core-http-resources-server/src/types.ts", + "path": "src/core/packages/http/resources-server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -329,15 +239,9 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResourcesResponseOptions", - "text": "HttpResourcesResponseOptions" - } + "HttpResourcesResponseOptions" ], - "path": "packages/core/http/core-http-resources-server/src/types.ts", + "path": "src/core/packages/http/resources-server/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -356,24 +260,12 @@ ], "signature": [ "(options: ", - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResourcesResponseOptions", - "text": "HttpResourcesResponseOptions" - }, + "HttpResourcesResponseOptions", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "" ], - "path": "packages/core/http/core-http-resources-server/src/types.ts", + "path": "src/core/packages/http/resources-server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -385,15 +277,9 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResourcesResponseOptions", - "text": "HttpResourcesResponseOptions" - } + "HttpResourcesResponseOptions" ], - "path": "packages/core/http/core-http-resources-server/src/types.ts", + "path": "src/core/packages/http/resources-server/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -412,24 +298,12 @@ ], "signature": [ "(options: ", - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResourcesResponseOptions", - "text": "HttpResourcesResponseOptions" - }, + "HttpResourcesResponseOptions", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "" ], - "path": "packages/core/http/core-http-resources-server/src/types.ts", + "path": "src/core/packages/http/resources-server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -441,15 +315,9 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResourcesResponseOptions", - "text": "HttpResourcesResponseOptions" - } + "HttpResourcesResponseOptions" ], - "path": "packages/core/http/core-http-resources-server/src/types.ts", + "path": "src/core/packages/http/resources-server/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -474,124 +342,40 @@ ], "signature": [ "(context: Context, request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", response: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaSuccessResponseFactory", - "text": "KibanaSuccessResponseFactory" - }, + "KibanaSuccessResponseFactory", " & ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRedirectionResponseFactory", - "text": "KibanaRedirectionResponseFactory" - }, + "KibanaRedirectionResponseFactory", " & ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaNotModifiedResponseFactory", - "text": "KibanaNotModifiedResponseFactory" - }, + "KibanaNotModifiedResponseFactory", " & ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaErrorResponseFactory", - "text": "KibanaErrorResponseFactory" - }, + "KibanaErrorResponseFactory", " & { file | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined>(options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.FileHttpResponseOptions", - "text": "FileHttpResponseOptions" - }, + "FileHttpResponseOptions", "): ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "; custom | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined>(options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.CustomHttpResponseOptions", - "text": "CustomHttpResponseOptions" - }, + "CustomHttpResponseOptions", "): ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "; } & ", - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResourcesServiceToolkit", - "text": "HttpResourcesServiceToolkit" - }, + "HttpResourcesServiceToolkit", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | Promise<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ">" ], - "path": "packages/core/http/core-http-resources-server/src/types.ts", + "path": "src/core/packages/http/resources-server/src/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -608,7 +392,7 @@ "signature": [ "Context" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false }, @@ -622,16 +406,10 @@ "{@link KibanaRequest } - object containing information about requested resource,\nsuch as path, method, headers, parameters, query, body, etc." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false }, @@ -647,7 +425,7 @@ "signature": [ "ResponseFactory" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false } @@ -664,16 +442,10 @@ "\nHTTP Resources response parameters" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", "" ], - "path": "packages/core/http/core-http-resources-server/src/types.ts", + "path": "src/core/packages/http/resources-server/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_http_resources_server.mdx b/api_docs/kbn_core_http_resources_server.mdx index 789e3d965e59e..5ec38f48c8736 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server'] --- import kbnCoreHttpResourcesServerObj from './kbn_core_http_resources_server.devdocs.json'; diff --git a/api_docs/kbn_core_http_resources_server_internal.devdocs.json b/api_docs/kbn_core_http_resources_server_internal.devdocs.json index 4fe3811d674d6..99f1173cd15fb 100644 --- a/api_docs/kbn_core_http_resources_server_internal.devdocs.json +++ b/api_docs/kbn_core_http_resources_server_internal.devdocs.json @@ -18,20 +18,14 @@ "label": "HttpResourcesService", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-resources-server-internal", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerInternalPluginApi", - "section": "def-server.HttpResourcesService", - "text": "HttpResourcesService" - }, + "HttpResourcesService", " implements ", "CoreService", "<", "InternalHttpResourcesPreboot", ", void>" ], - "path": "packages/core/http/core-http-resources-server-internal/src/http_resources_service.ts", + "path": "src/core/packages/http/resources-server-internal/src/http_resources_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -45,7 +39,7 @@ "signature": [ "any" ], - "path": "packages/core/http/core-http-resources-server-internal/src/http_resources_service.ts", + "path": "src/core/packages/http/resources-server-internal/src/http_resources_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -59,7 +53,7 @@ "signature": [ "CoreContext" ], - "path": "packages/core/http/core-http-resources-server-internal/src/http_resources_service.ts", + "path": "src/core/packages/http/resources-server-internal/src/http_resources_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -78,32 +72,14 @@ "(deps: ", "PrebootDeps", ") => { createRegistrar: (router: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IRouter", - "text": "IRouter" - }, + "IRouter", "<", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", ">) => ", - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResources", - "text": "HttpResources" - }, + "HttpResources", "; }" ], - "path": "packages/core/http/core-http-resources-server-internal/src/http_resources_service.ts", + "path": "src/core/packages/http/resources-server-internal/src/http_resources_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -117,7 +93,7 @@ "signature": [ "PrebootDeps" ], - "path": "packages/core/http/core-http-resources-server-internal/src/http_resources_service.ts", + "path": "src/core/packages/http/resources-server-internal/src/http_resources_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -136,32 +112,14 @@ "(deps: ", "SetupDeps", ") => { createRegistrar: (router: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IRouter", - "text": "IRouter" - }, + "IRouter", "<", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", ">) => ", - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResources", - "text": "HttpResources" - }, + "HttpResources", "; }" ], - "path": "packages/core/http/core-http-resources-server-internal/src/http_resources_service.ts", + "path": "src/core/packages/http/resources-server-internal/src/http_resources_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -175,7 +133,7 @@ "signature": [ "SetupDeps" ], - "path": "packages/core/http/core-http-resources-server-internal/src/http_resources_service.ts", + "path": "src/core/packages/http/resources-server-internal/src/http_resources_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -193,7 +151,7 @@ "signature": [ "() => void" ], - "path": "packages/core/http/core-http-resources-server-internal/src/http_resources_service.ts", + "path": "src/core/packages/http/resources-server-internal/src/http_resources_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -209,7 +167,7 @@ "signature": [ "() => void" ], - "path": "packages/core/http/core-http-resources-server-internal/src/http_resources_service.ts", + "path": "src/core/packages/http/resources-server-internal/src/http_resources_service.ts", "deprecated": false, "trackAdoption": false, "children": [], diff --git a/api_docs/kbn_core_http_resources_server_internal.mdx b/api_docs/kbn_core_http_resources_server_internal.mdx index 4ecc92127ec09..45ea85a7f6fee 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server-internal'] --- import kbnCoreHttpResourcesServerInternalObj from './kbn_core_http_resources_server_internal.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 9 | 3 | +| 9 | 0 | 9 | 0 | ## Server 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 cd7b43202f2f8..a62587e3f051c 100644 --- a/api_docs/kbn_core_http_resources_server_mocks.devdocs.json +++ b/api_docs/kbn_core_http_resources_server_mocks.devdocs.json @@ -23,55 +23,19 @@ "description": [], "signature": [ "{ start: jest.MockInstance; setup: jest.MockInstance<{ createRegistrar: (router: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IRouter", - "text": "IRouter" - }, + "IRouter", "<", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", ">) => ", - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResources", - "text": "HttpResources" - }, + "HttpResources", "; }, [deps: ", "SetupDeps", "], unknown>; stop: jest.MockInstance; preboot: jest.MockInstance<{ createRegistrar: (router: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IRouter", - "text": "IRouter" - }, + "IRouter", "<", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", ">) => ", - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResources", - "text": "HttpResources" - }, + "HttpResources", "; }, [deps: ", "PrebootDeps", "], unknown>; } & ", @@ -83,13 +47,7 @@ "text": "PublicMethodsOf" }, "<", - { - "pluginId": "@kbn/core-http-resources-server-internal", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerInternalPluginApi", - "section": "def-server.HttpResourcesService", - "text": "HttpResourcesService" - }, + "HttpResourcesService", ">" ], "path": "packages/core/http/core-http-resources-server-mocks/src/http_resources_server.mock.ts", @@ -142,13 +100,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResources", - "text": "HttpResources" - }, + "HttpResources", ">" ], "path": "packages/core/http/core-http-resources-server-mocks/src/http_resources_server.mock.ts", @@ -166,13 +118,7 @@ "description": [], "signature": [ "() => { createRegistrar: jest.Mock, [], any>; }" ], "path": "packages/core/http/core-http-resources-server-mocks/src/http_resources_server.mock.ts", @@ -190,13 +136,7 @@ "description": [], "signature": [ "() => { createRegistrar: jest.Mock, [], any>; }" ], "path": "packages/core/http/core-http-resources-server-mocks/src/http_resources_server.mock.ts", @@ -214,823 +154,229 @@ "description": [], "signature": [ "() => { renderCoreApp: jest.MockInstance>, [options?: ", - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResourcesRenderOptions", - "text": "HttpResourcesRenderOptions" - }, + "HttpResourcesRenderOptions", " | undefined], unknown> & ((options?: ", - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResourcesRenderOptions", - "text": "HttpResourcesRenderOptions" - }, + "HttpResourcesRenderOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ">); renderAnonymousCoreApp: jest.MockInstance>, [options?: ", - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResourcesRenderOptions", - "text": "HttpResourcesRenderOptions" - }, + "HttpResourcesRenderOptions", " | undefined], unknown> & ((options?: ", - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResourcesRenderOptions", - "text": "HttpResourcesRenderOptions" - }, + "HttpResourcesRenderOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ">); renderHtml: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", [options: ", - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResourcesResponseOptions", - "text": "HttpResourcesResponseOptions" - }, + "HttpResourcesResponseOptions", "], unknown> & ((options: ", - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResourcesResponseOptions", - "text": "HttpResourcesResponseOptions" - }, + "HttpResourcesResponseOptions", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "); renderJs: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", [options: ", - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResourcesResponseOptions", - "text": "HttpResourcesResponseOptions" - }, + "HttpResourcesResponseOptions", "], unknown> & ((options: ", - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResourcesResponseOptions", - "text": "HttpResourcesResponseOptions" - }, + "HttpResourcesResponseOptions", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "); renderCss: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", [options: ", - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResourcesResponseOptions", - "text": "HttpResourcesResponseOptions" - }, + "HttpResourcesResponseOptions", "], unknown> & ((options: ", - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResourcesResponseOptions", - "text": "HttpResourcesResponseOptions" - }, + "HttpResourcesResponseOptions", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "); ok: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined>, [options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", " | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined> | undefined], unknown> & ( | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined = any>(options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "); created: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined>, [options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", " | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined> | undefined], unknown> & ( | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined = any>(options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "); accepted: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined>, [options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", " | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined> | undefined], unknown> & ( | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined = any>(options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "); noContent: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", [options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", " | undefined], unknown> & ((options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "); multiStatus: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", [options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", " | undefined], unknown> & ((options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "); redirected: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", [options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RedirectResponseOptions", - "text": "RedirectResponseOptions" - }, + "RedirectResponseOptions", "], unknown> & ((options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RedirectResponseOptions", - "text": "RedirectResponseOptions" - }, + "RedirectResponseOptions", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "); notModified: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", [options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", "], unknown> & ((options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "); badRequest: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", [options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ErrorHttpResponseOptions", - "text": "ErrorHttpResponseOptions" - }, + "ErrorHttpResponseOptions", " | undefined], unknown> & ((options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ErrorHttpResponseOptions", - "text": "ErrorHttpResponseOptions" - }, + "ErrorHttpResponseOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "); unauthorized: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", [options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ErrorHttpResponseOptions", - "text": "ErrorHttpResponseOptions" - }, + "ErrorHttpResponseOptions", " | undefined], unknown> & ((options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ErrorHttpResponseOptions", - "text": "ErrorHttpResponseOptions" - }, + "ErrorHttpResponseOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "); forbidden: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", [options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ErrorHttpResponseOptions", - "text": "ErrorHttpResponseOptions" - }, + "ErrorHttpResponseOptions", " | undefined], unknown> & ((options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ErrorHttpResponseOptions", - "text": "ErrorHttpResponseOptions" - }, + "ErrorHttpResponseOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "); notFound: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", [options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ErrorHttpResponseOptions", - "text": "ErrorHttpResponseOptions" - }, + "ErrorHttpResponseOptions", " | undefined], unknown> & ((options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ErrorHttpResponseOptions", - "text": "ErrorHttpResponseOptions" - }, + "ErrorHttpResponseOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "); conflict: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", [options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ErrorHttpResponseOptions", - "text": "ErrorHttpResponseOptions" - }, + "ErrorHttpResponseOptions", " | undefined], unknown> & ((options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ErrorHttpResponseOptions", - "text": "ErrorHttpResponseOptions" - }, + "ErrorHttpResponseOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "); unprocessableContent: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", [options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ErrorHttpResponseOptions", - "text": "ErrorHttpResponseOptions" - }, + "ErrorHttpResponseOptions", " | undefined], unknown> & ((options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ErrorHttpResponseOptions", - "text": "ErrorHttpResponseOptions" - }, + "ErrorHttpResponseOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "); customError: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", [options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.CustomHttpResponseOptions", - "text": "CustomHttpResponseOptions" - }, + "CustomHttpResponseOptions", "<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseError", - "text": "ResponseError" - }, + "ResponseError", ">], unknown> & ((options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.CustomHttpResponseOptions", - "text": "CustomHttpResponseOptions" - }, + "CustomHttpResponseOptions", "<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseError", - "text": "ResponseError" - }, + "ResponseError", ">) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "); file: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", [options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.FileHttpResponseOptions", - "text": "FileHttpResponseOptions" - }, + "FileHttpResponseOptions", " | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined>], unknown> & ( | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined>(options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.FileHttpResponseOptions", - "text": "FileHttpResponseOptions" - }, + "FileHttpResponseOptions", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "); custom: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ", [options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.CustomHttpResponseOptions", - "text": "CustomHttpResponseOptions" - }, + "CustomHttpResponseOptions", " | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined>], unknown> & ( | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined>(options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.CustomHttpResponseOptions", - "text": "CustomHttpResponseOptions" - }, + "CustomHttpResponseOptions", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "); }" ], "path": "packages/core/http/core-http-resources-server-mocks/src/http_resources_server.mock.ts", diff --git a/api_docs/kbn_core_http_resources_server_mocks.mdx b/api_docs/kbn_core_http_resources_server_mocks.mdx index 061a7689ca982..160e36cf1b94b 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server-mocks'] --- import kbnCoreHttpResourcesServerMocksObj from './kbn_core_http_resources_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_router_server_internal.devdocs.json b/api_docs/kbn_core_http_router_server_internal.devdocs.json index 37b9e5a564b6c..2503a4a34110e 100644 --- a/api_docs/kbn_core_http_router_server_internal.devdocs.json +++ b/api_docs/kbn_core_http_router_server_internal.devdocs.json @@ -18,32 +18,14 @@ "label": "CoreVersionedRouter", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-router-server-internal", - "scope": "server", - "docId": "kibKbnCoreHttpRouterServerInternalPluginApi", - "section": "def-server.CoreVersionedRouter", - "text": "CoreVersionedRouter" - }, + "CoreVersionedRouter", " implements ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouter", - "text": "VersionedRouter" - }, + "VersionedRouter", "<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandlerContextBase", - "text": "RequestHandlerContextBase" - }, + "RequestHandlerContextBase", ">" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -57,7 +39,7 @@ "signature": [ "Map" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.ts", "deprecated": false, "trackAdoption": false }, @@ -71,7 +53,7 @@ "signature": [ "symbol | undefined" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.ts", "deprecated": false, "trackAdoption": false }, @@ -86,15 +68,9 @@ "({ router, defaultHandlerResolutionStrategy, isDev, useVersionResolutionStrategyForInternalPaths, }: ", "VersionedRouterArgs", ") => ", - { - "pluginId": "@kbn/core-http-router-server-internal", - "scope": "server", - "docId": "kibKbnCoreHttpRouterServerInternalPluginApi", - "section": "def-server.CoreVersionedRouter", - "text": "CoreVersionedRouter" - } + "CoreVersionedRouter" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -108,7 +84,7 @@ "signature": [ "VersionedRouterArgs" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -125,28 +101,16 @@ "description": [], "signature": [ "(options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouteConfig", - "text": "VersionedRouteConfig" - }, + "VersionedRouteConfig", "<", "Method", ">) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRoute", - "text": "VersionedRoute" - }, + "VersionedRoute", "<", "Method", ", any>" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -160,44 +124,20 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", ", \"validate\" | \"options\"> & { options?: Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfigOptions", - "text": "RouteConfigOptions" - }, + "RouteConfigOptions", "<", "Method", ">, \"description\" | \"summary\" | \"deprecated\" | \"access\" | \"discontinued\"> | undefined; access: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteAccess", - "text": "RouteAccess" - }, + "RouteAccess", "; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; discontinued?: string | undefined; }" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.ts", "deprecated": false, "trackAdoption": false } @@ -212,28 +152,16 @@ "description": [], "signature": [ "(options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouteConfig", - "text": "VersionedRouteConfig" - }, + "VersionedRouteConfig", "<", "Method", ">) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRoute", - "text": "VersionedRoute" - }, + "VersionedRoute", "<", "Method", ", any>" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -247,44 +175,20 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", ", \"validate\" | \"options\"> & { options?: Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfigOptions", - "text": "RouteConfigOptions" - }, + "RouteConfigOptions", "<", "Method", ">, \"description\" | \"summary\" | \"deprecated\" | \"access\" | \"discontinued\"> | undefined; access: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteAccess", - "text": "RouteAccess" - }, + "RouteAccess", "; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; discontinued?: string | undefined; }" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.ts", "deprecated": false, "trackAdoption": false } @@ -299,28 +203,16 @@ "description": [], "signature": [ "(options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouteConfig", - "text": "VersionedRouteConfig" - }, + "VersionedRouteConfig", "<", "Method", ">) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRoute", - "text": "VersionedRoute" - }, + "VersionedRoute", "<", "Method", ", any>" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -334,44 +226,20 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", ", \"validate\" | \"options\"> & { options?: Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfigOptions", - "text": "RouteConfigOptions" - }, + "RouteConfigOptions", "<", "Method", ">, \"description\" | \"summary\" | \"deprecated\" | \"access\" | \"discontinued\"> | undefined; access: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteAccess", - "text": "RouteAccess" - }, + "RouteAccess", "; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; discontinued?: string | undefined; }" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.ts", "deprecated": false, "trackAdoption": false } @@ -386,28 +254,16 @@ "description": [], "signature": [ "(options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouteConfig", - "text": "VersionedRouteConfig" - }, + "VersionedRouteConfig", "<", "Method", ">) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRoute", - "text": "VersionedRoute" - }, + "VersionedRoute", "<", "Method", ", any>" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -421,44 +277,20 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", ", \"validate\" | \"options\"> & { options?: Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfigOptions", - "text": "RouteConfigOptions" - }, + "RouteConfigOptions", "<", "Method", ">, \"description\" | \"summary\" | \"deprecated\" | \"access\" | \"discontinued\"> | undefined; access: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteAccess", - "text": "RouteAccess" - }, + "RouteAccess", "; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; discontinued?: string | undefined; }" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.ts", "deprecated": false, "trackAdoption": false } @@ -473,28 +305,16 @@ "description": [], "signature": [ "(options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouteConfig", - "text": "VersionedRouteConfig" - }, + "VersionedRouteConfig", "<", "Method", ">) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRoute", - "text": "VersionedRoute" - }, + "VersionedRoute", "<", "Method", ", any>" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -508,44 +328,20 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", ", \"validate\" | \"options\"> & { options?: Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfigOptions", - "text": "RouteConfigOptions" - }, + "RouteConfigOptions", "<", "Method", ">, \"description\" | \"summary\" | \"deprecated\" | \"access\" | \"discontinued\"> | undefined; access: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteAccess", - "text": "RouteAccess" - }, + "RouteAccess", "; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; discontinued?: string | undefined; }" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.ts", "deprecated": false, "trackAdoption": false } @@ -560,16 +356,10 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouterRoute", - "text": "VersionedRouterRoute" - }, + "VersionedRouterRoute", "[]" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -585,7 +375,7 @@ "tags": [], "label": "HapiResponseAdapter", "description": [], - "path": "packages/core/http/core-http-router-server-internal/src/response_adapter.ts", + "path": "src/core/packages/http/router-server-internal/src/response_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -599,7 +389,7 @@ "signature": [ "any" ], - "path": "packages/core/http/core-http-router-server-internal/src/response_adapter.ts", + "path": "src/core/packages/http/router-server-internal/src/response_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -613,7 +403,7 @@ "signature": [ "ResponseToolkit" ], - "path": "packages/core/http/core-http-router-server-internal/src/response_adapter.ts", + "path": "src/core/packages/http/router-server-internal/src/response_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -633,7 +423,7 @@ "Boom", "" ], - "path": "packages/core/http/core-http-router-server-internal/src/response_adapter.ts", + "path": "src/core/packages/http/router-server-internal/src/response_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -647,7 +437,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-router-server-internal/src/response_adapter.ts", + "path": "src/core/packages/http/router-server-internal/src/response_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -667,7 +457,7 @@ "Boom", "" ], - "path": "packages/core/http/core-http-router-server-internal/src/response_adapter.ts", + "path": "src/core/packages/http/router-server-internal/src/response_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -685,7 +475,7 @@ "KibanaResponse", ") => any" ], - "path": "packages/core/http/core-http-router-server-internal/src/response_adapter.ts", + "path": "src/core/packages/http/router-server-internal/src/response_adapter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -700,7 +490,7 @@ "KibanaResponse", "" ], - "path": "packages/core/http/core-http-router-server-internal/src/response_adapter.ts", + "path": "src/core/packages/http/router-server-internal/src/response_adapter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -722,23 +512,11 @@ "description": [], "signature": [ "(headers: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.Headers", - "text": "Headers" - }, + "Headers", ", fieldsToKeep: string[], fieldsToExclude: string[]) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.Headers", - "text": "Headers" - } + "Headers" ], - "path": "packages/core/http/core-http-router-server-internal/src/headers.ts", + "path": "src/core/packages/http/router-server-internal/src/headers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -750,15 +528,9 @@ "label": "headers", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.Headers", - "text": "Headers" - } + "Headers" ], - "path": "packages/core/http/core-http-router-server-internal/src/headers.ts", + "path": "src/core/packages/http/router-server-internal/src/headers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -773,7 +545,7 @@ "signature": [ "string[]" ], - "path": "packages/core/http/core-http-router-server-internal/src/headers.ts", + "path": "src/core/packages/http/router-server-internal/src/headers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -788,7 +560,7 @@ "signature": [ "string[]" ], - "path": "packages/core/http/core-http-router-server-internal/src/headers.ts", + "path": "src/core/packages/http/router-server-internal/src/headers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -806,16 +578,10 @@ "description": [], "signature": [ "(method: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteMethod", - "text": "RouteMethod" - }, + "RouteMethod", ") => boolean" ], - "path": "packages/core/http/core-http-router-server-internal/src/route.ts", + "path": "src/core/packages/http/router-server-internal/src/route.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -827,15 +593,9 @@ "label": "method", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteMethod", - "text": "RouteMethod" - } + "RouteMethod" ], - "path": "packages/core/http/core-http-router-server-internal/src/route.ts", + "path": "src/core/packages/http/router-server-internal/src/route.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -856,7 +616,7 @@ "tags": [], "label": "kibanaResponseFactory", "description": [], - "path": "packages/core/http/core-http-router-server-internal/src/response.ts", + "path": "src/core/packages/http/router-server-internal/src/response.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -870,7 +630,7 @@ "signature": [ "any" ], - "path": "packages/core/http/core-http-router-server-internal/src/response.ts", + "path": "src/core/packages/http/router-server-internal/src/response.ts", "deprecated": false, "trackAdoption": false }, @@ -884,7 +644,7 @@ "signature": [ "any" ], - "path": "packages/core/http/core-http-router-server-internal/src/response.ts", + "path": "src/core/packages/http/router-server-internal/src/response.ts", "deprecated": false, "trackAdoption": false }, @@ -898,7 +658,7 @@ "signature": [ "any" ], - "path": "packages/core/http/core-http-router-server-internal/src/response.ts", + "path": "src/core/packages/http/router-server-internal/src/response.ts", "deprecated": false, "trackAdoption": false }, @@ -912,7 +672,7 @@ "signature": [ "any" ], - "path": "packages/core/http/core-http-router-server-internal/src/response.ts", + "path": "src/core/packages/http/router-server-internal/src/response.ts", "deprecated": false, "trackAdoption": false }, @@ -926,7 +686,7 @@ "signature": [ "any" ], - "path": "packages/core/http/core-http-router-server-internal/src/response.ts", + "path": "src/core/packages/http/router-server-internal/src/response.ts", "deprecated": false, "trackAdoption": false }, @@ -941,26 +701,14 @@ " | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined>(options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.CustomHttpResponseOptions", - "text": "CustomHttpResponseOptions" - }, + "CustomHttpResponseOptions", ") => ", "KibanaResponse", "" ], - "path": "packages/core/http/core-http-router-server-internal/src/response.ts", + "path": "src/core/packages/http/router-server-internal/src/response.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -972,16 +720,10 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.CustomHttpResponseOptions", - "text": "CustomHttpResponseOptions" - }, + "CustomHttpResponseOptions", "" ], - "path": "packages/core/http/core-http-router-server-internal/src/response.ts", + "path": "src/core/packages/http/router-server-internal/src/response.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -999,7 +741,7 @@ "tags": [], "label": "lifecycleResponseFactory", "description": [], - "path": "packages/core/http/core-http-router-server-internal/src/response.ts", + "path": "src/core/packages/http/router-server-internal/src/response.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1013,7 +755,7 @@ "signature": [ "any" ], - "path": "packages/core/http/core-http-router-server-internal/src/response.ts", + "path": "src/core/packages/http/router-server-internal/src/response.ts", "deprecated": false, "trackAdoption": false }, @@ -1027,7 +769,7 @@ "signature": [ "any" ], - "path": "packages/core/http/core-http-router-server-internal/src/response.ts", + "path": "src/core/packages/http/router-server-internal/src/response.ts", "deprecated": false, "trackAdoption": false } @@ -1041,7 +783,7 @@ "tags": [], "label": "resolvers", "description": [], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/handler_resolvers.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/handler_resolvers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1055,7 +797,7 @@ "signature": [ "(versions: string[], access: \"internal\" | \"public\") => string[]" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/handler_resolvers.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/handler_resolvers.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1070,7 +812,7 @@ "signature": [ "string[]" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/handler_resolvers.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/handler_resolvers.ts", "deprecated": false, "trackAdoption": false }, @@ -1084,7 +826,7 @@ "signature": [ "\"internal\" | \"public\"" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/handler_resolvers.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/handler_resolvers.ts", "deprecated": false, "trackAdoption": false } @@ -1100,7 +842,7 @@ "signature": [ "(versions: string[], access: \"internal\" | \"public\") => string | undefined" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/handler_resolvers.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/handler_resolvers.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1115,7 +857,7 @@ "signature": [ "string[]" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/handler_resolvers.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/handler_resolvers.ts", "deprecated": false, "trackAdoption": false }, @@ -1129,7 +871,7 @@ "signature": [ "\"internal\" | \"public\"" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/handler_resolvers.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/handler_resolvers.ts", "deprecated": false, "trackAdoption": false } @@ -1145,7 +887,7 @@ "signature": [ "(versions: string[], access: \"internal\" | \"public\") => string | undefined" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/handler_resolvers.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/handler_resolvers.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1160,7 +902,7 @@ "signature": [ "string[]" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/handler_resolvers.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/handler_resolvers.ts", "deprecated": false, "trackAdoption": false }, @@ -1174,7 +916,7 @@ "signature": [ "\"internal\" | \"public\"" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/handler_resolvers.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/handler_resolvers.ts", "deprecated": false, "trackAdoption": false } @@ -1190,7 +932,7 @@ "signature": [ "(versions: string[], access: \"internal\" | \"public\") => string | undefined" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/handler_resolvers.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/handler_resolvers.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1205,7 +947,7 @@ "signature": [ "string[]" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/handler_resolvers.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/handler_resolvers.ts", "deprecated": false, "trackAdoption": false }, @@ -1219,7 +961,7 @@ "signature": [ "\"internal\" | \"public\"" ], - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/handler_resolvers.ts", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/handler_resolvers.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_http_router_server_internal.mdx b/api_docs/kbn_core_http_router_server_internal.mdx index c62f8484377bd..f5aa03a3337b6 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-router-server-internal'] --- import kbnCoreHttpRouterServerInternalObj from './kbn_core_http_router_server_internal.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 54 | 7 | 54 | 6 | +| 54 | 7 | 54 | 0 | ## Server 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 f32d021058562..f969c8135561f 100644 --- a/api_docs/kbn_core_http_router_server_mocks.devdocs.json +++ b/api_docs/kbn_core_http_router_server_mocks.devdocs.json @@ -57,37 +57,13 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", ", \"validate\" | \"options\"> & { options?: Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfigOptions", - "text": "RouteConfigOptions" - }, + "RouteConfigOptions", ", \"description\" | \"summary\" | \"deprecated\" | \"access\" | \"discontinued\"> | undefined; access: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteAccess", - "text": "RouteAccess" - }, + "RouteAccess", "; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; discontinued?: string | undefined; }" ], "path": "packages/core/http/core-http-router-server-mocks/src/versioned_router.mock.ts", @@ -103,29 +79,11 @@ "description": [], "signature": [ "{ [version: string]: { config: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AddVersionOpts", - "text": "AddVersionOpts" - }, + "AddVersionOpts", "; handler: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandler", - "text": "RequestHandler" - }, + "RequestHandler", "; }; }" ], "path": "packages/core/http/core-http-router-server-mocks/src/versioned_router.mock.ts", @@ -147,61 +105,19 @@ "description": [], "signature": [ "{ addVersion: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRoute", - "text": "VersionedRoute" - }, + "VersionedRoute", "<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteMethod", - "text": "RouteMethod" - }, + "RouteMethod", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandlerContextBase", - "text": "RequestHandlerContextBase" - }, + "RequestHandlerContextBase", ">, [options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AddVersionOpts", - "text": "AddVersionOpts" - }, + "AddVersionOpts", ", handler: (context: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandlerContextBase", - "text": "RequestHandlerContextBase" - }, + "RequestHandlerContextBase", ", request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", response: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaResponseFactory", - "text": "KibanaResponseFactory" - }, + "KibanaResponseFactory", ") => ", { "pluginId": "@kbn/utility-types", @@ -211,37 +127,13 @@ "text": "MaybePromise" }, "<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ">], unknown>; } & ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRoute", - "text": "VersionedRoute" - }, + "VersionedRoute", "<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteMethod", - "text": "RouteMethod" - }, + "RouteMethod", ", ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandlerContextBase", - "text": "RequestHandlerContextBase" - }, + "RequestHandlerContextBase", ">" ], "path": "packages/core/http/core-http-router-server-mocks/src/versioned_router.mock.ts", @@ -258,101 +150,29 @@ "description": [], "signature": [ "{ get: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRoute", - "text": "VersionedRoute" - }, + "VersionedRoute", "<\"get\", any>, [config: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouteConfig", - "text": "VersionedRouteConfig" - }, + "VersionedRouteConfig", "<\"get\">], unknown>; put: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRoute", - "text": "VersionedRoute" - }, + "VersionedRoute", "<\"put\", any>, [config: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouteConfig", - "text": "VersionedRouteConfig" - }, + "VersionedRouteConfig", "<\"put\">], unknown>; post: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRoute", - "text": "VersionedRoute" - }, + "VersionedRoute", "<\"post\", any>, [config: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouteConfig", - "text": "VersionedRouteConfig" - }, + "VersionedRouteConfig", "<\"post\">], unknown>; patch: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRoute", - "text": "VersionedRoute" - }, + "VersionedRoute", "<\"patch\", any>, [config: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouteConfig", - "text": "VersionedRouteConfig" - }, + "VersionedRouteConfig", "<\"patch\">], unknown>; delete: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRoute", - "text": "VersionedRoute" - }, + "VersionedRoute", "<\"delete\", any>, [config: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouteConfig", - "text": "VersionedRouteConfig" - }, + "VersionedRouteConfig", "<\"delete\">], unknown>; getRoutes: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouterRoute", - "text": "VersionedRouterRoute" - }, + "VersionedRouterRoute", "[], [], unknown>; } & ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouter", - "text": "VersionedRouter" - }, + "VersionedRouter", " & { getRoute: (method: \"get\" | \"delete\" | \"post\" | \"put\" | \"patch\", path: string) => ", { "pluginId": "@kbn/core-http-router-server-mocks", @@ -377,213 +197,57 @@ "description": [], "signature": [ "{ routerPath: string; get: jest.MockInstance, handler: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandler", - "text": "RequestHandler" - }, + "RequestHandler", "], unknown>; post: jest.MockInstance, handler: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandler", - "text": "RequestHandler" - }, + "RequestHandler", "], unknown>; put: jest.MockInstance, handler: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandler", - "text": "RequestHandler" - }, + "RequestHandler", "], unknown>; patch: jest.MockInstance, handler: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandler", - "text": "RequestHandler" - }, + "RequestHandler", "], unknown>; delete: jest.MockInstance, handler: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandler", - "text": "RequestHandler" - }, + "RequestHandler", "], unknown>; handleLegacyErrors: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandler", - "text": "RequestHandler" - }, + "RequestHandler", ", [handler: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandler", - "text": "RequestHandler" - }, + "RequestHandler", "], unknown>; getRoutes: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouterRoute", - "text": "RouterRoute" - }, + "RouterRoute", "[], [options?: { excludeVersionedRoutes?: boolean | undefined; } | undefined], unknown>; versioned: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouter", - "text": "VersionedRouter" - }, + "VersionedRouter", "; } & ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IRouter", - "text": "IRouter" - }, + "IRouter", " & { versioned: ", { "pluginId": "@kbn/core-http-router-server-mocks", @@ -661,13 +325,7 @@ "

({ path, headers, params, body, query, method, socket, routeTags, routeAuthRequired, validation, kibanaRouteOptions, kibanaRequestState, auth, }?: ", "RequestFixtureOptions", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "packages/core/http/core-http-router-server-mocks/src/router.mock.ts", @@ -701,13 +359,7 @@ "description": [], "signature": [ "({ headers, }: { headers?: Record | undefined; }) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "packages/core/http/core-http-router-server-mocks/src/router.mock.ts", @@ -740,13 +392,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaResponseFactory", - "text": "KibanaResponseFactory" - }, + "KibanaResponseFactory", ">" ], "path": "packages/core/http/core-http-router-server-mocks/src/router.mock.ts", diff --git a/api_docs/kbn_core_http_router_server_mocks.mdx b/api_docs/kbn_core_http_router_server_mocks.mdx index 9a38b8b4649fc..8f834b31b7081 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-router-server-mocks'] --- import kbnCoreHttpRouterServerMocksObj from './kbn_core_http_router_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_server.devdocs.json b/api_docs/kbn_core_http_server.devdocs.json index a0194898854aa..c3ca23cc7d538 100644 --- a/api_docs/kbn_core_http_server.devdocs.json +++ b/api_docs/kbn_core_http_server.devdocs.json @@ -20,13 +20,7 @@ "\nError to return when the validation is not successful." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidationError", - "text": "RouteValidationError" - }, + "RouteValidationError", " extends ", { "pluginId": "@kbn/config-schema", @@ -36,7 +30,7 @@ "text": "SchemaTypeError" } ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -50,7 +44,7 @@ "signature": [ "any" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -64,7 +58,7 @@ "signature": [ "string | Error" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -79,7 +73,7 @@ "signature": [ "string[]" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -103,32 +97,14 @@ ], "signature": [ "(value: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidator", - "text": "RouteValidator" - }, + "RouteValidator", " | (() => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidator", - "text": "RouteValidator" - }, + "RouteValidator", ")) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidatorFullConfigRequest", - "text": "RouteValidatorFullConfigRequest" - }, + "RouteValidatorFullConfigRequest", "" ], - "path": "packages/core/http/core-http-server/src/router/utils.ts", + "path": "src/core/packages/http/server/src/router/utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -140,24 +116,12 @@ "label": "value", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidator", - "text": "RouteValidator" - }, + "RouteValidator", " | (() => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidator", - "text": "RouteValidator" - }, + "RouteValidator", ")" ], - "path": "packages/core/http/core-http-server/src/router/utils.ts", + "path": "src/core/packages/http/server/src/router/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -177,32 +141,14 @@ ], "signature": [ "(value: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidator", - "text": "RouteValidator" - }, + "RouteValidator", " | (() => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidator", - "text": "RouteValidator" - }, + "RouteValidator", ")) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidatorFullConfigResponse", - "text": "RouteValidatorFullConfigResponse" - }, + "RouteValidatorFullConfigResponse", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/utils.ts", + "path": "src/core/packages/http/server/src/router/utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -214,24 +160,12 @@ "label": "value", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidator", - "text": "RouteValidator" - }, + "RouteValidator", " | (() => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidator", - "text": "RouteValidator" - }, + "RouteValidator", ")" ], - "path": "packages/core/http/core-http-server/src/router/utils.ts", + "path": "src/core/packages/http/server/src/router/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -252,7 +186,7 @@ "signature": [ "(value: AnyRouteValidator) => boolean" ], - "path": "packages/core/http/core-http-server/src/router/utils.ts", + "path": "src/core/packages/http/server/src/router/utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -266,7 +200,7 @@ "signature": [ "AnyRouteValidator" ], - "path": "packages/core/http/core-http-server/src/router/utils.ts", + "path": "src/core/packages/http/server/src/router/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -285,7 +219,7 @@ "signature": [ "(response: Record | undefined) => boolean" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -299,7 +233,7 @@ "signature": [ "Record | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -320,16 +254,10 @@ "\nOptions for a versioned route. Probably needs a lot more options like sunsetting\nof an endpoint etc." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AddVersionOpts", - "text": "AddVersionOpts" - }, + "AddVersionOpts", "" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -342,7 +270,7 @@ "description": [ "\nVersion to assign to this route" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false }, @@ -359,24 +287,12 @@ ], "signature": [ "false | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouteValidation", - "text": "VersionedRouteValidation" - }, + "VersionedRouteValidation", " | (() => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouteValidation", - "text": "VersionedRouteValidation" - }, + "VersionedRouteValidation", ")" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false }, @@ -388,16 +304,10 @@ "label": "security", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false }, @@ -410,16 +320,10 @@ "description": [], "signature": [ "{ deprecated?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteDeprecationInfo", - "text": "RouteDeprecationInfo" - }, + "RouteDeprecationInfo", " | undefined; } | undefined" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false } @@ -435,7 +339,7 @@ "description": [ "\nDescribes the state when authentication is disabled.\n\n- `enabled`: A boolean indicating that authentication is not enabled (`false`).\n- `reason`: A string explaining why authentication is disabled." ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -449,7 +353,7 @@ "signature": [ "false" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -460,7 +364,7 @@ "tags": [], "label": "reason", "description": [], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false } @@ -476,7 +380,7 @@ "description": [ "\nDescribes the authentication status when authentication is enabled.\n\n- `enabled`: A boolean or string indicating the authentication status. Can be `true` (authentication required) or `'optional'` (authentication is optional)." ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -490,7 +394,7 @@ "signature": [ "true | \"optional\"" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false } @@ -506,7 +410,7 @@ "description": [ "\nResult of auth redirection." ], - "path": "packages/core/http/core-http-server/src/lifecycle/auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/auth.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -521,15 +425,9 @@ ], "signature": [ "{ location: string; } & ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseHeaders", - "text": "ResponseHeaders" - } + "ResponseHeaders" ], - "path": "packages/core/http/core-http-server/src/lifecycle/auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/auth.ts", "deprecated": false, "trackAdoption": false } @@ -544,23 +442,11 @@ "label": "AuthResultAuthenticated", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthResultAuthenticated", - "text": "AuthResultAuthenticated" - }, + "AuthResultAuthenticated", " extends ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthResultParams", - "text": "AuthResultParams" - } + "AuthResultParams" ], - "path": "packages/core/http/core-http-server/src/lifecycle/auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/auth.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -572,16 +458,10 @@ "label": "type", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthResultType", - "text": "AuthResultType" - }, + "AuthResultType", ".authenticated" ], - "path": "packages/core/http/core-http-server/src/lifecycle/auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/auth.ts", "deprecated": false, "trackAdoption": false } @@ -595,7 +475,7 @@ "tags": [], "label": "AuthResultNotHandled", "description": [], - "path": "packages/core/http/core-http-server/src/lifecycle/auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/auth.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -607,16 +487,10 @@ "label": "type", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthResultType", - "text": "AuthResultType" - }, + "AuthResultType", ".notHandled" ], - "path": "packages/core/http/core-http-server/src/lifecycle/auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/auth.ts", "deprecated": false, "trackAdoption": false } @@ -632,7 +506,7 @@ "description": [ "\nResult of successful authentication." ], - "path": "packages/core/http/core-http-server/src/lifecycle/auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/auth.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -648,7 +522,7 @@ "signature": [ "Record | undefined" ], - "path": "packages/core/http/core-http-server/src/lifecycle/auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/auth.ts", "deprecated": false, "trackAdoption": false }, @@ -662,16 +536,10 @@ "\nAuth specific headers to attach to a request object.\nUsed to perform a request to Elasticsearch on behalf of an authenticated user." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthHeaders", - "text": "AuthHeaders" - }, + "AuthHeaders", " | undefined" ], - "path": "packages/core/http/core-http-server/src/lifecycle/auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/auth.ts", "deprecated": false, "trackAdoption": false }, @@ -685,16 +553,10 @@ "\nAuth specific headers to attach to a response object.\nUsed to send back authentication mechanism related headers to a client when needed." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthHeaders", - "text": "AuthHeaders" - }, + "AuthHeaders", " | undefined" ], - "path": "packages/core/http/core-http-server/src/lifecycle/auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/auth.ts", "deprecated": false, "trackAdoption": false } @@ -709,23 +571,11 @@ "label": "AuthResultRedirected", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthResultRedirected", - "text": "AuthResultRedirected" - }, + "AuthResultRedirected", " extends ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthRedirectedParams", - "text": "AuthRedirectedParams" - } + "AuthRedirectedParams" ], - "path": "packages/core/http/core-http-server/src/lifecycle/auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/auth.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -737,16 +587,10 @@ "label": "type", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthResultType", - "text": "AuthResultType" - }, + "AuthResultType", ".redirected" ], - "path": "packages/core/http/core-http-server/src/lifecycle/auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/auth.ts", "deprecated": false, "trackAdoption": false } @@ -760,7 +604,7 @@ "tags": [], "label": "AuthToolkit", "description": [], - "path": "packages/core/http/core-http-server/src/lifecycle/auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/auth.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -775,23 +619,11 @@ ], "signature": [ "(data?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthResultParams", - "text": "AuthResultParams" - }, + "AuthResultParams", " | undefined) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthResult", - "text": "AuthResult" - } + "AuthResult" ], - "path": "packages/core/http/core-http-server/src/lifecycle/auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/auth.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -803,16 +635,10 @@ "label": "data", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthResultParams", - "text": "AuthResultParams" - }, + "AuthResultParams", " | undefined" ], - "path": "packages/core/http/core-http-server/src/lifecycle/auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/auth.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -831,15 +657,9 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthResult", - "text": "AuthResult" - } + "AuthResult" ], - "path": "packages/core/http/core-http-server/src/lifecycle/auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/auth.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -856,23 +676,11 @@ ], "signature": [ "(headers: { location: string; } & ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseHeaders", - "text": "ResponseHeaders" - }, + "ResponseHeaders", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthResult", - "text": "AuthResult" - } + "AuthResult" ], - "path": "packages/core/http/core-http-server/src/lifecycle/auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/auth.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -885,15 +693,9 @@ "description": [], "signature": [ "{ location: string; } & ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseHeaders", - "text": "ResponseHeaders" - } + "ResponseHeaders" ], - "path": "packages/core/http/core-http-server/src/lifecycle/auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/auth.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -913,7 +715,7 @@ "description": [ "\nDescribes the state when authorization is disabled.\n\n- `enabled`: A boolean indicating that authorization is not enabled (`false`).\n- `reason`: A string explaining why authorization is disabled." ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -927,7 +729,7 @@ "signature": [ "false" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -938,7 +740,7 @@ "tags": [], "label": "reason", "description": [], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false } @@ -954,7 +756,7 @@ "description": [ "\nDescribes the authorization requirements when authorization is enabled.\n\n- `requiredPrivileges`: An array of privileges or privilege sets that are required for the route." ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -967,16 +769,10 @@ "description": [], "signature": [ "(string | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.PrivilegeSet", - "text": "PrivilegeSet" - }, + "PrivilegeSet", ")[]" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false } @@ -993,16 +789,10 @@ "\nHTTP response parameters for a response with adjustable status code." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.CustomHttpResponseOptions", - "text": "CustomHttpResponseOptions" - }, + "CustomHttpResponseOptions", "" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1018,7 +808,7 @@ "signature": [ "T | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false }, @@ -1032,16 +822,10 @@ "HTTP Headers with additional information about response" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseHeaders", - "text": "ResponseHeaders" - }, + "ResponseHeaders", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false }, @@ -1057,7 +841,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false }, @@ -1068,7 +852,7 @@ "tags": [], "label": "statusCode", "description": [], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false } @@ -1084,7 +868,7 @@ "description": [ "\nHTTP response parameters" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1098,16 +882,10 @@ "HTTP message to send to the client" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseError", - "text": "ResponseError" - }, + "ResponseError", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false }, @@ -1121,16 +899,10 @@ "HTTP Headers with additional information about response" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseHeaders", - "text": "ResponseHeaders" - }, + "ResponseHeaders", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false } @@ -1146,7 +918,7 @@ "description": [ "\nRepresents a fake raw request.\nCan be used to instantiate a `KibanaRequest`." ], - "path": "packages/core/http/core-http-server/src/router/raw_request.ts", + "path": "src/core/packages/http/server/src/router/raw_request.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1162,7 +934,7 @@ "signature": [ "{ date?: string | string[] | undefined; allow?: string | string[] | undefined; warning?: string | string[] | undefined; location?: string | string[] | undefined; authorization?: string | string[] | undefined; from?: string | string[] | undefined; host?: string | string[] | undefined; range?: string | string[] | undefined; etag?: string | string[] | undefined; expires?: string | string[] | undefined; accept?: string | string[] | undefined; \"accept-language\"?: string | string[] | undefined; \"accept-patch\"?: string | string[] | undefined; \"accept-ranges\"?: string | string[] | undefined; \"access-control-allow-credentials\"?: string | string[] | undefined; \"access-control-allow-headers\"?: string | string[] | undefined; \"access-control-allow-methods\"?: string | string[] | undefined; \"access-control-allow-origin\"?: string | string[] | undefined; \"access-control-expose-headers\"?: string | string[] | undefined; \"access-control-max-age\"?: string | string[] | undefined; \"access-control-request-headers\"?: string | string[] | undefined; \"access-control-request-method\"?: string | string[] | undefined; age?: string | string[] | undefined; \"alt-svc\"?: string | string[] | undefined; \"cache-control\"?: string | string[] | undefined; connection?: string | string[] | undefined; \"content-disposition\"?: string | string[] | undefined; \"content-encoding\"?: string | string[] | undefined; \"content-language\"?: string | string[] | undefined; \"content-length\"?: string | string[] | undefined; \"content-location\"?: string | string[] | undefined; \"content-range\"?: string | string[] | undefined; \"content-type\"?: string | string[] | undefined; cookie?: string | string[] | undefined; expect?: string | string[] | undefined; forwarded?: string | string[] | undefined; \"if-match\"?: string | string[] | undefined; \"if-modified-since\"?: string | string[] | undefined; \"if-none-match\"?: string | string[] | undefined; \"if-unmodified-since\"?: string | string[] | undefined; \"last-modified\"?: string | string[] | undefined; origin?: string | string[] | undefined; pragma?: string | string[] | undefined; \"proxy-authenticate\"?: string | string[] | undefined; \"proxy-authorization\"?: string | string[] | undefined; \"public-key-pins\"?: string | string[] | undefined; referer?: string | string[] | undefined; \"retry-after\"?: string | string[] | undefined; \"sec-websocket-accept\"?: string | string[] | undefined; \"sec-websocket-extensions\"?: string | string[] | undefined; \"sec-websocket-key\"?: string | string[] | undefined; \"sec-websocket-protocol\"?: string | string[] | undefined; \"sec-websocket-version\"?: string | string[] | undefined; \"set-cookie\"?: string | string[] | undefined; \"strict-transport-security\"?: string | string[] | undefined; tk?: string | string[] | undefined; trailer?: string | string[] | undefined; \"transfer-encoding\"?: string | string[] | undefined; upgrade?: string | string[] | undefined; \"user-agent\"?: string | string[] | undefined; vary?: string | string[] | undefined; via?: string | string[] | undefined; \"www-authenticate\"?: string | string[] | undefined; } & { [header: string]: string | string[] | undefined; }" ], - "path": "packages/core/http/core-http-server/src/router/raw_request.ts", + "path": "src/core/packages/http/server/src/router/raw_request.ts", "deprecated": false, "trackAdoption": false }, @@ -1175,7 +947,7 @@ "description": [ "The path of the request" ], - "path": "packages/core/http/core-http-server/src/router/raw_request.ts", + "path": "src/core/packages/http/server/src/router/raw_request.ts", "deprecated": false, "trackAdoption": false }, @@ -1189,7 +961,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-server/src/router/raw_request.ts", + "path": "src/core/packages/http/server/src/router/raw_request.ts", "deprecated": false, "trackAdoption": false }, @@ -1204,7 +976,7 @@ "URL", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/raw_request.ts", + "path": "src/core/packages/http/server/src/router/raw_request.ts", "deprecated": false, "trackAdoption": false }, @@ -1218,7 +990,7 @@ "signature": [ "Record | undefined" ], - "path": "packages/core/http/core-http-server/src/router/raw_request.ts", + "path": "src/core/packages/http/server/src/router/raw_request.ts", "deprecated": false, "trackAdoption": false }, @@ -1232,7 +1004,7 @@ "signature": [ "{ isAuthenticated?: boolean | undefined; } | undefined" ], - "path": "packages/core/http/core-http-server/src/router/raw_request.ts", + "path": "src/core/packages/http/server/src/router/raw_request.ts", "deprecated": false, "trackAdoption": false }, @@ -1245,18 +1017,12 @@ "description": [], "signature": [ "{ settings?: { tags?: string[] | undefined; app?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRouteOptions", - "text": "KibanaRouteOptions" - }, + "KibanaRouteOptions", " | undefined; payload?: ", "RouteOptionsPayload", " | undefined; } | undefined; } | undefined" ], - "path": "packages/core/http/core-http-server/src/router/raw_request.ts", + "path": "src/core/packages/http/server/src/router/raw_request.ts", "deprecated": false, "trackAdoption": false } @@ -1273,16 +1039,10 @@ "\nHTTP response parameters for a response with adjustable status code." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.FileHttpResponseOptions", - "text": "FileHttpResponseOptions" - }, + "FileHttpResponseOptions", "" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1298,7 +1058,7 @@ "signature": [ "T" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false }, @@ -1311,7 +1071,7 @@ "description": [ "Attachment name, encoded and added to the headers to send to the client" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false }, @@ -1327,7 +1087,7 @@ "signature": [ "string | null | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false }, @@ -1343,7 +1103,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false }, @@ -1357,16 +1117,10 @@ "HTTP Headers with additional information about response" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseHeaders", - "text": "ResponseHeaders" - }, + "ResponseHeaders", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false }, @@ -1382,7 +1136,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false }, @@ -1398,7 +1152,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false } @@ -1412,7 +1166,7 @@ "tags": [], "label": "HttpAuth", "description": [], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1427,24 +1181,12 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => { status: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthStatus", - "text": "AuthStatus" - }, + "AuthStatus", "; state: T; }" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1457,16 +1199,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/auth_state.ts", + "path": "src/core/packages/http/server/src/auth_state.ts", "deprecated": false, "trackAdoption": false } @@ -1483,16 +1219,10 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => boolean" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1505,16 +1235,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/auth_state.ts", + "path": "src/core/packages/http/server/src/auth_state.ts", "deprecated": false, "trackAdoption": false } @@ -1533,16 +1257,10 @@ "\nHTTP response parameters" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", "" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1558,7 +1276,7 @@ "signature": [ "T | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false }, @@ -1572,16 +1290,10 @@ "HTTP Headers with additional information about response" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseHeaders", - "text": "ResponseHeaders" - }, + "ResponseHeaders", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false }, @@ -1597,7 +1309,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false } @@ -1613,7 +1325,7 @@ "description": [ "\nInformation about what hostname, port, and protocol the server process is\nrunning on. Note that this may not match the URL that end-users access\nKibana at. For the public URL, see {@link BasePath.publicBaseUrl}." ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1626,7 +1338,7 @@ "description": [ "The name of the Kibana server" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false }, @@ -1639,7 +1351,7 @@ "description": [ "The hostname of the server" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false }, @@ -1652,7 +1364,7 @@ "description": [ "The port the server is listening on" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false }, @@ -1668,7 +1380,7 @@ "signature": [ "\"http\" | \"https\" | \"socket\"" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false } @@ -1685,16 +1397,10 @@ "\nKibana HTTP Service provides an abstraction to work with the HTTP stack at the `preboot` stage. This functionality\nallows Kibana to serve user requests even before Kibana becomes fully operational. Only Core and `preboot` plugins\ncan define HTTP routes at this stage.\n" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpServicePreboot", - "text": "HttpServicePreboot" - }, + "HttpServicePreboot", "" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1709,16 +1415,10 @@ ], "signature": [ "(path: string, callback: (router: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IRouter", - "text": "IRouter" - }, + "IRouter", ") => void) => void" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1732,7 +1432,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1746,16 +1446,10 @@ "description": [], "signature": [ "(router: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IRouter", - "text": "IRouter" - }, + "IRouter", ") => void" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1773,15 +1467,9 @@ "\nAccess or manipulate the Kibana base path\nSee {@link IBasePath}." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IBasePath", - "text": "IBasePath" - } + "IBasePath" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false }, @@ -1796,15 +1484,9 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpServerInfo", - "text": "HttpServerInfo" - } + "HttpServerInfo" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1823,16 +1505,10 @@ "\nKibana HTTP Service provides own abstraction for work with HTTP stack.\nPlugins don't have direct access to `hapi` server and its primitives anymore. Moreover,\nplugins shouldn't rely on the fact that HTTP Service uses one or another library under the hood.\nThis gives the platform flexibility to upgrade or changing our internal HTTP stack without breaking plugins.\nIf the HTTP Service lacks functionality you need, we are happy to discuss and support your needs.\n" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpServiceSetup", - "text": "HttpServiceSetup" - }, + "HttpServiceSetup", "" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1847,24 +1523,12 @@ ], "signature": [ "(cookieOptions: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.SessionStorageCookieOptions", - "text": "SessionStorageCookieOptions" - }, + "SessionStorageCookieOptions", ") => Promise<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.SessionStorageFactory", - "text": "SessionStorageFactory" - }, + "SessionStorageFactory", ">" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1878,16 +1542,10 @@ "{@link SessionStorageCookieOptions } - options to configure created cookie session storage." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.SessionStorageCookieOptions", - "text": "SessionStorageCookieOptions" - }, + "SessionStorageCookieOptions", "" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1906,16 +1564,10 @@ ], "signature": [ "(handler: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreRoutingHandler", - "text": "OnPreRoutingHandler" - }, + "OnPreRoutingHandler", ") => void" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1929,15 +1581,9 @@ "{@link OnPreRoutingHandler } - function to call." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreRoutingHandler", - "text": "OnPreRoutingHandler" - } + "OnPreRoutingHandler" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1956,16 +1602,10 @@ ], "signature": [ "(handler: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreAuthHandler", - "text": "OnPreAuthHandler" - }, + "OnPreAuthHandler", ") => void" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1979,15 +1619,9 @@ "{@link OnPreRoutingHandler } - function to call." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreAuthHandler", - "text": "OnPreAuthHandler" - } + "OnPreAuthHandler" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2006,16 +1640,10 @@ ], "signature": [ "(handler: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthenticationHandler", - "text": "AuthenticationHandler" - }, + "AuthenticationHandler", ") => void" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2029,15 +1657,9 @@ "{@link AuthenticationHandler } - function to perform authentication." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthenticationHandler", - "text": "AuthenticationHandler" - } + "AuthenticationHandler" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2056,16 +1678,10 @@ ], "signature": [ "(handler: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPostAuthHandler", - "text": "OnPostAuthHandler" - }, + "OnPostAuthHandler", ") => void" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2079,15 +1695,9 @@ "{@link OnPostAuthHandler } - function to call." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPostAuthHandler", - "text": "OnPostAuthHandler" - } + "OnPostAuthHandler" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2106,16 +1716,10 @@ ], "signature": [ "(handler: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreResponseHandler", - "text": "OnPreResponseHandler" - }, + "OnPreResponseHandler", ") => void" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2129,15 +1733,9 @@ "{@link OnPreResponseHandler } - function to call." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreResponseHandler", - "text": "OnPreResponseHandler" - } + "OnPreResponseHandler" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2155,15 +1753,9 @@ "\nAccess or manipulate the Kibana base path\nSee {@link IBasePath}." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IBasePath", - "text": "IBasePath" - } + "IBasePath" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false }, @@ -2177,15 +1769,9 @@ "\nAPIs for creating hrefs to static assets.\nSee {@link IStaticAssets}" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IStaticAssets", - "text": "IStaticAssets" - } + "IStaticAssets" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false }, @@ -2199,15 +1785,9 @@ "\nThe CSP config used for Kibana." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ICspConfig", - "text": "ICspConfig" - } + "ICspConfig" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false }, @@ -2222,16 +1802,10 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IRouter", - "text": "IRouter" - }, + "IRouter", "" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2248,23 +1822,11 @@ ], "signature": [ ">(contextName: ContextName, provider: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IContextProvider", - "text": "IContextProvider" - }, + "IContextProvider", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IContextContainer", - "text": "IContextContainer" - } + "IContextContainer" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2278,7 +1840,7 @@ "signature": [ "ContextName" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2291,16 +1853,10 @@ "label": "provider", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IContextProvider", - "text": "IContextProvider" - }, + "IContextProvider", "" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2319,15 +1875,9 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpServerInfo", - "text": "HttpServerInfo" - } + "HttpServerInfo" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2344,16 +1894,10 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouterDeprecatedApiDetails", - "text": "RouterDeprecatedApiDetails" - }, + "RouterDeprecatedApiDetails", "[]" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2369,7 +1913,7 @@ "tags": [], "label": "HttpServiceStart", "description": [], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2383,15 +1927,9 @@ "\nAccess or manipulate the Kibana base path\nSee {@link IBasePath}." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IBasePath", - "text": "IBasePath" - } + "IBasePath" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false }, @@ -2405,15 +1943,9 @@ "\nAPIs for creating hrefs to static assets.\nSee {@link IStaticAssets}" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IStaticAssets", - "text": "IStaticAssets" - } + "IStaticAssets" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false }, @@ -2427,15 +1959,9 @@ "\nAuth status.\nSee {@link HttpAuth}" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpAuth", - "text": "HttpAuth" - } + "HttpAuth" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false }, @@ -2450,15 +1976,9 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpServerInfo", - "text": "HttpServerInfo" - } + "HttpServerInfo" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2474,7 +1994,7 @@ "tags": [], "label": "IAuthHeadersStorage", "description": [], - "path": "packages/core/http/core-http-server/src/auth_headers.ts", + "path": "src/core/packages/http/server/src/auth_headers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2487,24 +2007,12 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", headers: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthHeaders", - "text": "AuthHeaders" - }, + "AuthHeaders", ") => void" ], - "path": "packages/core/http/core-http-server/src/auth_headers.ts", + "path": "src/core/packages/http/server/src/auth_headers.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2517,16 +2025,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/auth_headers.ts", + "path": "src/core/packages/http/server/src/auth_headers.ts", "deprecated": false, "trackAdoption": false }, @@ -2540,7 +2042,7 @@ "signature": [ "{ [x: string]: string | string[]; }" ], - "path": "packages/core/http/core-http-server/src/auth_headers.ts", + "path": "src/core/packages/http/server/src/auth_headers.ts", "deprecated": false, "trackAdoption": false } @@ -2555,24 +2057,12 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthHeaders", - "text": "AuthHeaders" - }, + "AuthHeaders", " | undefined" ], - "path": "packages/core/http/core-http-server/src/auth_headers.ts", + "path": "src/core/packages/http/server/src/auth_headers.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2585,16 +2075,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/auth_headers.ts", + "path": "src/core/packages/http/server/src/auth_headers.ts", "deprecated": false, "trackAdoption": false } @@ -2612,7 +2096,7 @@ "description": [ "\nAccess or manipulate the Kibana base path\n" ], - "path": "packages/core/http/core-http-server/src/base_path.ts", + "path": "src/core/packages/http/server/src/base_path.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2625,7 +2109,7 @@ "description": [ "\nreturns the server's basePath.\n\nSee {@link IBasePath.get} for getting the basePath value for a specific request" ], - "path": "packages/core/http/core-http-server/src/base_path.ts", + "path": "src/core/packages/http/server/src/base_path.ts", "deprecated": false, "trackAdoption": false }, @@ -2641,7 +2125,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-server/src/base_path.ts", + "path": "src/core/packages/http/server/src/base_path.ts", "deprecated": false, "trackAdoption": false }, @@ -2656,16 +2140,10 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => string" ], - "path": "packages/core/http/core-http-server/src/base_path.ts", + "path": "src/core/packages/http/server/src/base_path.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2677,16 +2155,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/base_path.ts", + "path": "src/core/packages/http/server/src/base_path.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2705,16 +2177,10 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", requestSpecificBasePath: string) => void" ], - "path": "packages/core/http/core-http-server/src/base_path.ts", + "path": "src/core/packages/http/server/src/base_path.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2726,16 +2192,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/base_path.ts", + "path": "src/core/packages/http/server/src/base_path.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2750,7 +2210,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-server/src/base_path.ts", + "path": "src/core/packages/http/server/src/base_path.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2770,7 +2230,7 @@ "signature": [ "(path: string) => string" ], - "path": "packages/core/http/core-http-server/src/base_path.ts", + "path": "src/core/packages/http/server/src/base_path.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2784,7 +2244,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-server/src/base_path.ts", + "path": "src/core/packages/http/server/src/base_path.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2804,7 +2264,7 @@ "signature": [ "(path: string) => string" ], - "path": "packages/core/http/core-http-server/src/base_path.ts", + "path": "src/core/packages/http/server/src/base_path.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2818,7 +2278,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-server/src/base_path.ts", + "path": "src/core/packages/http/server/src/base_path.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2838,7 +2298,7 @@ "description": [ "\nAn object that handles registration of context providers and configuring handlers with context.\n" ], - "path": "packages/core/http/core-http-server/src/router/context_container.ts", + "path": "src/core/packages/http/server/src/router/context_container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2853,24 +2313,12 @@ ], "signature": [ "(pluginOpaqueId: symbol, contextName: ContextName, provider: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IContextProvider", - "text": "IContextProvider" - }, + "IContextProvider", ") => this" ], - "path": "packages/core/http/core-http-server/src/router/context_container.ts", + "path": "src/core/packages/http/server/src/router/context_container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2886,7 +2334,7 @@ "signature": [ "symbol" ], - "path": "packages/core/http/core-http-server/src/router/context_container.ts", + "path": "src/core/packages/http/server/src/router/context_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2903,7 +2351,7 @@ "signature": [ "ContextName" ], - "path": "packages/core/http/core-http-server/src/router/context_container.ts", + "path": "src/core/packages/http/server/src/router/context_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2918,16 +2366,10 @@ "- A {@link IContextProvider } to be called each time a new context is created." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IContextProvider", - "text": "IContextProvider" - }, + "IContextProvider", "" ], - "path": "packages/core/http/core-http-server/src/router/context_container.ts", + "path": "src/core/packages/http/server/src/router/context_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2948,56 +2390,20 @@ ], "signature": [ "(pluginOpaqueId: symbol, handler: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandler", - "text": "RequestHandler" - }, + "RequestHandler", ") => (request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", response: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaResponseFactory", - "text": "KibanaResponseFactory" - }, + "KibanaResponseFactory", ") => Promise<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ">" ], - "path": "packages/core/http/core-http-server/src/router/context_container.ts", + "path": "src/core/packages/http/server/src/router/context_container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3013,7 +2419,7 @@ "signature": [ "symbol" ], - "path": "packages/core/http/core-http-server/src/router/context_container.ts", + "path": "src/core/packages/http/server/src/router/context_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3028,32 +2434,14 @@ "- Handler function to pass context object to." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandler", - "text": "RequestHandler" - }, + "RequestHandler", "" ], - "path": "packages/core/http/core-http-server/src/router/context_container.ts", + "path": "src/core/packages/http/server/src/router/context_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3075,7 +2463,7 @@ "description": [ "\nCSP configuration for use in Kibana." ], - "path": "packages/core/http/core-http-server/src/csp.ts", + "path": "src/core/packages/http/server/src/csp.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3088,7 +2476,7 @@ "description": [ "\nSpecify whether browsers that do not support CSP should be\nable to use Kibana. Use `true` to block and `false` to allow." ], - "path": "packages/core/http/core-http-server/src/csp.ts", + "path": "src/core/packages/http/server/src/csp.ts", "deprecated": false, "trackAdoption": false }, @@ -3101,7 +2489,7 @@ "description": [ "\nSpecify whether users with legacy browsers should be warned\nabout their lack of Kibana security compliance." ], - "path": "packages/core/http/core-http-server/src/csp.ts", + "path": "src/core/packages/http/server/src/csp.ts", "deprecated": false, "trackAdoption": false }, @@ -3114,7 +2502,7 @@ "description": [ "\nWhether or not embedding (using iframes) should be allowed by the CSP. If embedding is disabled, a restrictive 'frame-ancestors' rule will be added to the default CSP rules." ], - "path": "packages/core/http/core-http-server/src/csp.ts", + "path": "src/core/packages/http/server/src/csp.ts", "deprecated": false, "trackAdoption": false }, @@ -3127,7 +2515,7 @@ "description": [ "\nThe CSP rules in a formatted directives string for use\nin a `Content-Security-Policy` header." ], - "path": "packages/core/http/core-http-server/src/csp.ts", + "path": "src/core/packages/http/server/src/csp.ts", "deprecated": false, "trackAdoption": false }, @@ -3140,7 +2528,7 @@ "description": [ "\nThe CSP rules in a formatted directives string for use\nin a `Content-Security-Policy-Report-Only` header." ], - "path": "packages/core/http/core-http-server/src/csp.ts", + "path": "src/core/packages/http/server/src/csp.ts", "deprecated": false, "trackAdoption": false } @@ -3156,7 +2544,7 @@ "description": [ "\nExternal Url configuration for use in Kibana." ], - "path": "packages/core/http/core-http-server/src/external_url.ts", + "path": "src/core/packages/http/server/src/external_url.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3170,16 +2558,10 @@ "\nA set of policies describing which external urls are allowed." ], "signature": [ - { - "pluginId": "@kbn/core-http-common", - "scope": "common", - "docId": "kibKbnCoreHttpCommonPluginApi", - "section": "def-common.IExternalUrlPolicy", - "text": "IExternalUrlPolicy" - }, + "IExternalUrlPolicy", "[]" ], - "path": "packages/core/http/core-http-server/src/external_url.ts", + "path": "src/core/packages/http/server/src/external_url.ts", "deprecated": false, "trackAdoption": false } @@ -3195,7 +2577,7 @@ "description": [ "\nHTTP request ELU monitor config" ], - "path": "packages/core/http/core-http-server/src/elu_monitor.ts", + "path": "src/core/packages/http/server/src/elu_monitor.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3208,7 +2590,7 @@ "description": [ "\nWhether the monitoring of event loop utilization for HTTP requests is enabled." ], - "path": "packages/core/http/core-http-server/src/elu_monitor.ts", + "path": "src/core/packages/http/server/src/elu_monitor.ts", "deprecated": false, "trackAdoption": false }, @@ -3222,7 +2604,7 @@ "signature": [ "{ readonly enabled: boolean; readonly threshold: { readonly elu: number; readonly ela: number; }; }" ], - "path": "packages/core/http/core-http-server/src/elu_monitor.ts", + "path": "src/core/packages/http/server/src/elu_monitor.ts", "deprecated": false, "trackAdoption": false } @@ -3239,16 +2621,10 @@ "\nA response data object, expected to returned as a result of {@link RequestHandler} execution" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3259,7 +2635,7 @@ "tags": [], "label": "status", "description": [], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false }, @@ -3273,7 +2649,7 @@ "signature": [ "T | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false }, @@ -3285,16 +2661,10 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", "" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false } @@ -3310,7 +2680,7 @@ "description": [ "\nA tiny abstraction for TCP socket." ], - "path": "packages/core/http/core-http-server/src/router/socket.ts", + "path": "src/core/packages/http/server/src/router/socket.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3332,7 +2702,7 @@ "DetailedPeerCertificate", " | null; }" ], - "path": "packages/core/http/core-http-server/src/router/socket.ts", + "path": "src/core/packages/http/server/src/router/socket.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3346,7 +2716,7 @@ "signature": [ "true" ], - "path": "packages/core/http/core-http-server/src/router/socket.ts", + "path": "src/core/packages/http/server/src/router/socket.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3372,7 +2742,7 @@ "DetailedPeerCertificate", " | null; }" ], - "path": "packages/core/http/core-http-server/src/router/socket.ts", + "path": "src/core/packages/http/server/src/router/socket.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3386,7 +2756,7 @@ "signature": [ "false" ], - "path": "packages/core/http/core-http-server/src/router/socket.ts", + "path": "src/core/packages/http/server/src/router/socket.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3414,7 +2784,7 @@ "DetailedPeerCertificate", " | null; }" ], - "path": "packages/core/http/core-http-server/src/router/socket.ts", + "path": "src/core/packages/http/server/src/router/socket.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3430,7 +2800,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/http/core-http-server/src/router/socket.ts", + "path": "src/core/packages/http/server/src/router/socket.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3452,7 +2822,7 @@ "signature": [ "() => string | null" ], - "path": "packages/core/http/core-http-server/src/router/socket.ts", + "path": "src/core/packages/http/server/src/router/socket.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3470,7 +2840,7 @@ "signature": [ "(options: { rejectUnauthorized?: boolean | undefined; requestCert?: boolean | undefined; }) => Promise" ], - "path": "packages/core/http/core-http-server/src/router/socket.ts", + "path": "src/core/packages/http/server/src/router/socket.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3481,7 +2851,7 @@ "tags": [], "label": "options", "description": [], - "path": "packages/core/http/core-http-server/src/router/socket.ts", + "path": "src/core/packages/http/server/src/router/socket.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3495,7 +2865,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/http/core-http-server/src/router/socket.ts", + "path": "src/core/packages/http/server/src/router/socket.ts", "deprecated": false, "trackAdoption": false }, @@ -3509,7 +2879,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/http/core-http-server/src/router/socket.ts", + "path": "src/core/packages/http/server/src/router/socket.ts", "deprecated": false, "trackAdoption": false } @@ -3532,7 +2902,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/http/core-http-server/src/router/socket.ts", + "path": "src/core/packages/http/server/src/router/socket.ts", "deprecated": false, "trackAdoption": false }, @@ -3548,7 +2918,7 @@ "signature": [ "Error | undefined" ], - "path": "packages/core/http/core-http-server/src/router/socket.ts", + "path": "src/core/packages/http/server/src/router/socket.ts", "deprecated": false, "trackAdoption": false }, @@ -3564,7 +2934,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-server/src/router/socket.ts", + "path": "src/core/packages/http/server/src/router/socket.ts", "deprecated": false, "trackAdoption": false } @@ -3581,16 +2951,10 @@ "\nRegisters route handlers for specified resource path and method.\nSee {@link RouteConfig} and {@link RequestHandler} for more information about arguments to route registrations.\n" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IRouter", - "text": "IRouter" - }, + "IRouter", "" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3603,7 +2967,7 @@ "description": [ "\nResulted path" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false }, @@ -3620,50 +2984,32 @@ ], "signature": [ "(route: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", ", handler: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandler", - "text": "RequestHandler" - }, + "RequestHandler", ") => void" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": true, "references": [ { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/get.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/get.ts" }, { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/resolve.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/resolve.ts" }, { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/find.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/find.ts" }, { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/export.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/export.ts" }, { "plugin": "@kbn/core-ui-settings-server-internal", @@ -3682,32 +3028,32 @@ "path": "packages/core/ui-settings/core-ui-settings-server-internal/src/routes/internal/get.ts" }, { - "plugin": "@kbn/core-status-server-internal", - "path": "packages/core/status/core-status-server-internal/src/routes/status.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/status/server-internal/src/routes/status.ts" }, { - "plugin": "@kbn/core-status-server-internal", - "path": "packages/core/status/core-status-server-internal/src/routes/status_preboot.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/status/server-internal/src/routes/status_preboot.ts" }, { - "plugin": "@kbn/core-i18n-server-internal", - "path": "packages/core/i18n/core-i18n-server-internal/src/routes/translations.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/i18n/server-internal/src/routes/translations.ts" }, { - "plugin": "@kbn/core-rendering-server-internal", - "path": "packages/core/rendering/core-rendering-server-internal/src/bootstrap/register_bootstrap_route.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/rendering/server-internal/src/bootstrap/register_bootstrap_route.ts" }, { - "plugin": "@kbn/core-rendering-server-internal", - "path": "packages/core/rendering/core-rendering-server-internal/src/bootstrap/register_bootstrap_route.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/rendering/server-internal/src/bootstrap/register_bootstrap_route.ts" }, { - "plugin": "@kbn/core-http-resources-server-internal", - "path": "packages/core/http/core-http-resources-server-internal/src/http_resources_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/resources-server-internal/src/http_resources_service.ts" }, { - "plugin": "@kbn/core-deprecations-server-internal", - "path": "packages/core/deprecations/core-deprecations-server-internal/src/routes/get.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/deprecations/server-internal/src/routes/get.ts" }, { "plugin": "@kbn/core", @@ -3721,33 +3067,21 @@ "plugin": "@kbn/core", "path": "src/core/packages/apps/server-internal/src/core_app.ts" }, - { - "plugin": "licensing", - "path": "x-pack/plugins/licensing/server/routes/info.ts" - }, - { - "plugin": "licensing", - "path": "x-pack/plugins/licensing/server/routes/feature_usage.ts" - }, - { - "plugin": "banners", - "path": "x-pack/plugins/banners/server/routes/info.ts" - }, { "plugin": "usageCollection", - "path": "src/plugins/usage_collection/server/routes/stats/stats.ts" + "path": "src/platform/plugins/shared/usage_collection/server/routes/stats/stats.ts" }, { - "plugin": "@kbn/content-management-favorites-server", - "path": "packages/content-management/favorites/favorites_server/src/favorites_routes.ts" + "plugin": "licensing", + "path": "x-pack/platform/plugins/shared/licensing/server/routes/info.ts" }, { - "plugin": "@kbn/content-management-content-insights-server", - "path": "packages/content-management/content_insights/content_insights_server/src/register.ts" + "plugin": "licensing", + "path": "x-pack/platform/plugins/shared/licensing/server/routes/feature_usage.ts" }, { "plugin": "features", - "path": "x-pack/plugins/features/server/routes/index.ts" + "path": "x-pack/platform/plugins/shared/features/server/routes/index.ts" }, { "plugin": "customIntegrations", @@ -3759,11 +3093,11 @@ }, { "plugin": "home", - "path": "src/plugins/home/server/services/tutorials/tutorials_registry.ts" + "path": "src/platform/plugins/shared/home/server/services/tutorials/tutorials_registry.ts" }, { "plugin": "home", - "path": "src/plugins/home/server/services/sample_data/routes/list.ts" + "path": "src/platform/plugins/shared/home/server/services/sample_data/routes/list.ts" }, { "plugin": "spaces", @@ -3874,19 +3208,43 @@ "path": "x-pack/plugins/security/server/routes/views/login.ts" }, { - "plugin": "share", - "path": "src/plugins/share/server/url_service/http/short_urls/register_get_route.ts" + "plugin": "@kbn/content-management-favorites-server", + "path": "packages/content-management/favorites/favorites_server/src/favorites_routes.ts" + }, + { + "plugin": "@kbn/content-management-content-insights-server", + "path": "packages/content-management/content_insights/content_insights_server/src/register.ts" }, { "plugin": "share", - "path": "src/plugins/share/server/url_service/http/short_urls/register_resolve_route.ts" + "path": "src/platform/plugins/shared/share/server/url_service/http/short_urls/register_get_route.ts" }, { - "plugin": "monitoringCollection", - "path": "x-pack/platform/plugins/private/monitoring_collection/server/routes/api/v1/dynamic_route/get_metrics_by_type.ts" + "plugin": "share", + "path": "src/platform/plugins/shared/share/server/url_service/http/short_urls/register_resolve_route.ts" }, { - "plugin": "monitoringCollection", + "plugin": "spaces", + "path": "x-pack/plugins/spaces/server/lib/request_interceptors/on_post_auth_interceptor.test.ts" + }, + { + "plugin": "spaces", + "path": "x-pack/plugins/spaces/server/lib/request_interceptors/on_request_interceptor.test.ts" + }, + { + "plugin": "spaces", + "path": "x-pack/plugins/spaces/server/lib/request_interceptors/on_request_interceptor.test.ts" + }, + { + "plugin": "spaces", + "path": "x-pack/plugins/spaces/server/lib/request_interceptors/on_request_interceptor.test.ts" + }, + { + "plugin": "monitoringCollection", + "path": "x-pack/platform/plugins/private/monitoring_collection/server/routes/api/v1/dynamic_route/get_metrics_by_type.ts" + }, + { + "plugin": "monitoringCollection", "path": "x-pack/platform/plugins/private/monitoring_collection/server/routes/api/v1/prometheus/get_metrics.ts" }, { @@ -4010,1012 +3368,996 @@ "path": "x-pack/platform/plugins/shared/inference/server/routes/connectors.ts" }, { - "plugin": "globalSearch", - "path": "x-pack/plugins/global_search/server/routes/get_searchable_types.ts" + "plugin": "banners", + "path": "x-pack/platform/plugins/private/banners/server/routes/info.ts" }, { - "plugin": "guidedOnboarding", - "path": "src/plugins/guided_onboarding/server/routes/guide_state_routes.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/component_templates/register_get_route.ts" }, { - "plugin": "guidedOnboarding", - "path": "src/plugins/guided_onboarding/server/routes/plugin_state_routes.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/component_templates/register_get_route.ts" }, { - "plugin": "guidedOnboarding", - "path": "src/plugins/guided_onboarding/server/routes/config_routes.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/component_templates/register_datastream_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_extraction_rules.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/component_templates/register_datastream_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/adaptive_relevance.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/data_streams/register_get_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/adaptive_relevance.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/data_streams/register_get_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/analytics.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/enrich_policies/register_list_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/analytics.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/enrich_policies/register_privileges_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/api_logs.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_list_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/crawler.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_get_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/crawler.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/inference_models/register_get_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/crawler.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/mapping/register_mapping_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/crawler.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/nodes/register_nodes_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/crawler.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/settings/register_load_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/crawler.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/stats/register_stats_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/crawler.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/templates/register_get_routes.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/credentials.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/templates/register_get_routes.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/credentials.ts" + "plugin": "remoteClusters", + "path": "x-pack/platform/plugins/private/remote_clusters/server/routes/api/get_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/curations.ts" + "plugin": "crossClusterReplication", + "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/auto_follow_pattern/register_fetch_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/curations.ts" + "plugin": "crossClusterReplication", + "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/auto_follow_pattern/register_get_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/documents.ts" + "plugin": "crossClusterReplication", + "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/follower_index/register_fetch_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/engines.ts" + "plugin": "crossClusterReplication", + "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/follower_index/register_get_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/engines.ts" + "plugin": "crossClusterReplication", + "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/cross_cluster_replication/register_permissions_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/engines.ts" + "plugin": "crossClusterReplication", + "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/cross_cluster_replication/register_stats_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/result_settings.ts" + "plugin": "globalSearch", + "path": "x-pack/platform/plugins/shared/global_search/server/routes/get_searchable_types.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/role_mappings.ts" + "plugin": "indexLifecycleManagement", + "path": "x-pack/platform/plugins/private/index_lifecycle_management/server/routes/api/nodes/register_list_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/schema.ts" + "plugin": "indexLifecycleManagement", + "path": "x-pack/platform/plugins/private/index_lifecycle_management/server/routes/api/nodes/register_details_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/schema.ts" + "plugin": "indexLifecycleManagement", + "path": "x-pack/platform/plugins/private/index_lifecycle_management/server/routes/api/policies/register_fetch_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/search_settings.ts" + "plugin": "indexLifecycleManagement", + "path": "x-pack/platform/plugins/private/index_lifecycle_management/server/routes/api/templates/register_fetch_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/search_ui.ts" + "plugin": "indexLifecycleManagement", + "path": "x-pack/platform/plugins/private/index_lifecycle_management/server/routes/api/snapshot_policies/register_fetch_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/settings.ts" + "plugin": "indexLifecycleManagement", + "path": "x-pack/platform/plugins/private/index_lifecycle_management/server/routes/api/snapshot_repositories/register_fetch_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/source_engines.ts" + "plugin": "logstash", + "path": "x-pack/platform/plugins/private/logstash/server/routes/cluster/load.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/synonyms.ts" + "plugin": "logstash", + "path": "x-pack/platform/plugins/private/logstash/server/routes/pipeline/load.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/documents.ts" + "plugin": "logstash", + "path": "x-pack/platform/plugins/private/logstash/server/routes/pipelines/list.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "plugin": "monitoring", + "path": "x-pack/platform/plugins/private/monitoring/server/plugin.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "plugin": "reporting", + "path": "x-pack/platform/plugins/private/reporting/server/routes/internal/deprecations/deprecations.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "plugin": "reporting", + "path": "x-pack/platform/plugins/private/reporting/server/routes/internal/diagnostic/browser.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "plugin": "reporting", + "path": "x-pack/platform/plugins/private/reporting/server/routes/internal/management/jobs.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "plugin": "reporting", + "path": "x-pack/platform/plugins/private/reporting/server/routes/internal/management/jobs.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "plugin": "reporting", + "path": "x-pack/platform/plugins/private/reporting/server/routes/internal/management/jobs.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "plugin": "reporting", + "path": "x-pack/platform/plugins/private/reporting/server/routes/internal/management/jobs.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "plugin": "reporting", + "path": "x-pack/platform/plugins/private/reporting/server/routes/public/generate_from_jobparams.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "plugin": "reporting", + "path": "x-pack/platform/plugins/private/reporting/server/routes/public/jobs.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "plugin": "reporting", + "path": "x-pack/platform/plugins/private/reporting/server/test_helpers/create_mock_reportingplugin.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "plugin": "rollup", + "path": "x-pack/platform/plugins/private/rollup/server/routes/api/indices/register_get_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "plugin": "rollup", + "path": "x-pack/platform/plugins/private/rollup/server/routes/api/indices/register_validate_index_pattern_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "plugin": "rollup", + "path": "x-pack/platform/plugins/private/rollup/server/routes/api/jobs/register_get_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/mapping.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/server/routes/tags/get_all_tags.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/search_applications.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/server/routes/tags/get_tag.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/search_applications.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/server/routes/assignments/find_assignable_objects.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/search_applications.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/server/routes/assignments/get_assignable_types.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/analytics.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/server/routes/internal/find_tags.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/analytics.ts" + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/app.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/analytics.ts" + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/repositories.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/api_keys.ts" + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/repositories.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/api_keys.ts" + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/repositories.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/config_data.ts" + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/repositories.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/config_data.ts" + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/snapshots.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/snapshots.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/restore.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/policy.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/policy.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/policy.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_multiple_schedules.ts" + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/policy.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/policy.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/policy.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/routes/reindex_indices/reindex_indices.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/routes/reindex_indices/batch_reindex_indices.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/routes/app.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/routes/cloud_backup_status.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/stats.ts" + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/routes/cluster_upgrade_status.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/stats.ts" + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/routes/system_indices_migration.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/api_keys.ts" + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/routes/es_deprecations.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/groups.ts" + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/routes/deprecation_logging.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/groups.ts" + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/routes/deprecation_logging.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/groups.ts" + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/routes/ml_snapshots.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/oauth.ts" + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/routes/ml_snapshots.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/overview.ts" + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/routes/status.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/role_mappings.ts" + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/routes/remote_clusters.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/security.ts" + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/routes/node_disk_space.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/security.ts" + "plugin": "watcher", + "path": "x-pack/platform/plugins/private/watcher/server/routes/api/settings/register_load_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/settings.ts" + "plugin": "watcher", + "path": "x-pack/platform/plugins/private/watcher/server/routes/api/indices/register_get_index_patterns_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "watcher", + "path": "x-pack/platform/plugins/private/watcher/server/routes/api/license/register_refresh_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "watcher", + "path": "x-pack/platform/plugins/private/watcher/server/routes/api/watches/register_list_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "watcher", + "path": "x-pack/platform/plugins/private/watcher/server/routes/api/watch/register_load_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "watcher", + "path": "x-pack/platform/plugins/private/watcher/server/routes/api/watch/register_history_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "watcher", + "path": "x-pack/platform/plugins/private/watcher/server/routes/api/register_load_history_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "ingestPipelines", + "path": "x-pack/platform/plugins/shared/ingest_pipelines/server/routes/api/get.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "ingestPipelines", + "path": "x-pack/platform/plugins/shared/ingest_pipelines/server/routes/api/get.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "ingestPipelines", + "path": "x-pack/platform/plugins/shared/ingest_pipelines/server/routes/api/privileges.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "ingestPipelines", + "path": "x-pack/platform/plugins/shared/ingest_pipelines/server/routes/api/documents.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "ingestPipelines", + "path": "x-pack/platform/plugins/shared/ingest_pipelines/server/routes/api/database/list.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "licenseManagement", + "path": "x-pack/platform/plugins/shared/license_management/server/routes/api/license/register_start_trial_routes.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "guidedOnboarding", + "path": "src/platform/plugins/shared/guided_onboarding/server/routes/guide_state_routes.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "guidedOnboarding", + "path": "src/platform/plugins/shared/guided_onboarding/server/routes/plugin_state_routes.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "guidedOnboarding", + "path": "src/platform/plugins/shared/guided_onboarding/server/routes/config_routes.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "productDocBase", + "path": "x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/routes/installation.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/endpoint/routes/resolver.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/resilient_simulation.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/tines_simulation.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/tines_simulation.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "observability", + "path": "x-pack/solutions/observability/plugins/observability/server/lib/annotations/register_annotation_apis.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "observability", + "path": "x-pack/solutions/observability/plugins/observability/server/lib/annotations/register_annotation_apis.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "observability", + "path": "x-pack/solutions/observability/plugins/observability/server/lib/annotations/register_annotation_apis.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "triggersActionsUi", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/routes/health.ts" }, { - "plugin": "reporting", - "path": "x-pack/plugins/reporting/server/routes/internal/deprecations/deprecations.ts" + "plugin": "triggersActionsUi", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/routes/config.ts" }, { - "plugin": "reporting", - "path": "x-pack/plugins/reporting/server/routes/internal/diagnostic/browser.ts" + "plugin": "metricsDataAccess", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" }, { - "plugin": "reporting", - "path": "x-pack/plugins/reporting/server/routes/internal/management/jobs.ts" + "plugin": "metricsDataAccess", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/routes/metric_indices/index.ts" }, { - "plugin": "reporting", - "path": "x-pack/plugins/reporting/server/routes/internal/management/jobs.ts" + "plugin": "searchprofiler", + "path": "x-pack/platform/plugins/shared/searchprofiler/server/routes/profile.ts" }, { - "plugin": "reporting", - "path": "x-pack/plugins/reporting/server/routes/internal/management/jobs.ts" + "plugin": "stackConnectors", + "path": "x-pack/platform/plugins/shared/stack_connectors/server/routes/get_well_known_email_service.ts" }, { - "plugin": "reporting", - "path": "x-pack/plugins/reporting/server/routes/internal/management/jobs.ts" + "plugin": "stackConnectors", + "path": "x-pack/platform/plugins/shared/stack_connectors/server/routes/get_inference_services.ts" }, { - "plugin": "reporting", - "path": "x-pack/plugins/reporting/server/routes/public/generate_from_jobparams.ts" + "plugin": "customBranding", + "path": "x-pack/platform/plugins/private/custom_branding/server/routes/info.ts" }, { - "plugin": "reporting", - "path": "x-pack/plugins/reporting/server/routes/public/jobs.ts" + "plugin": "grokdebugger", + "path": "x-pack/platform/plugins/private/grokdebugger/server/lib/kibana_framework.ts" }, { - "plugin": "reporting", - "path": "x-pack/plugins/reporting/server/test_helpers/create_mock_reportingplugin.ts" + "plugin": "visTypeTimeseries", + "path": "src/plugins/vis_types/timeseries/server/routes/fields.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/server/routes/tags/get_all_tags.ts" + "plugin": "infra", + "path": "x-pack/solutions/observability/plugins/infra/server/lib/adapters/framework/kibana_framework_adapter.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/server/routes/tags/get_tag.ts" + "plugin": "profiling", + "path": "x-pack/solutions/observability/plugins/profiling/server/routes/apm.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/server/routes/assignments/find_assignable_objects.ts" + "plugin": "profiling", + "path": "x-pack/solutions/observability/plugins/profiling/server/routes/flamechart.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/server/routes/assignments/get_assignable_types.ts" + "plugin": "profiling", + "path": "x-pack/solutions/observability/plugins/profiling/server/routes/functions.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/server/routes/internal/find_tags.ts" + "plugin": "profiling", + "path": "x-pack/solutions/observability/plugins/profiling/server/routes/setup/route.ts" }, { - "plugin": "searchIndices", - "path": "x-pack/plugins/search_indices/server/routes/status.ts" + "plugin": "profiling", + "path": "x-pack/solutions/observability/plugins/profiling/server/routes/setup/route.ts" }, { - "plugin": "searchIndices", - "path": "x-pack/plugins/search_indices/server/routes/status.ts" + "plugin": "profiling", + "path": "x-pack/solutions/observability/plugins/profiling/server/routes/storage_explorer/route.ts" }, { - "plugin": "searchInferenceEndpoints", - "path": "x-pack/plugins/search_inference_endpoints/server/routes.ts" + "plugin": "profiling", + "path": "x-pack/solutions/observability/plugins/profiling/server/routes/storage_explorer/route.ts" }, { - "plugin": "searchNotebooks", - "path": "x-pack/plugins/search_notebooks/server/routes/index.ts" + "plugin": "profiling", + "path": "x-pack/solutions/observability/plugins/profiling/server/routes/storage_explorer/route.ts" }, { - "plugin": "searchNotebooks", - "path": "x-pack/plugins/search_notebooks/server/routes/index.ts" + "plugin": "profiling", + "path": "x-pack/solutions/observability/plugins/profiling/server/routes/topn.ts" }, { - "plugin": "searchPlayground", - "path": "x-pack/plugins/search_playground/server/routes.ts" + "plugin": "synthetics", + "path": "x-pack/solutions/observability/plugins/synthetics/server/server.ts" }, { - "plugin": "serverlessSearch", - "path": "x-pack/plugins/serverless_search/server/routes/api_key_routes.ts" + "plugin": "uptime", + "path": "x-pack/solutions/observability/plugins/uptime/server/legacy_uptime/uptime_server.ts" }, { - "plugin": "serverlessSearch", - "path": "x-pack/plugins/serverless_search/server/routes/indices_routes.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_extraction_rules.ts" }, { - "plugin": "serverlessSearch", - "path": "x-pack/plugins/serverless_search/server/routes/indices_routes.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/adaptive_relevance.ts" }, { - "plugin": "serverlessSearch", - "path": "x-pack/plugins/serverless_search/server/routes/indices_routes.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/adaptive_relevance.ts" }, { - "plugin": "serverlessSearch", - "path": "x-pack/plugins/serverless_search/server/routes/connectors_routes.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/analytics.ts" }, { - "plugin": "serverlessSearch", - "path": "x-pack/plugins/serverless_search/server/routes/connectors_routes.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/analytics.ts" }, { - "plugin": "serverlessSearch", - "path": "x-pack/plugins/serverless_search/server/routes/connectors_routes.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/api_logs.ts" }, { - "plugin": "serverlessSearch", - "path": "x-pack/plugins/serverless_search/server/routes/mapping_routes.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/crawler.ts" }, { - "plugin": "serverlessSearch", - "path": "x-pack/plugins/serverless_search/server/routes/ingest_pipeline_routes.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/crawler.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/routes/reindex_indices/reindex_indices.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/crawler.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/routes/reindex_indices/batch_reindex_indices.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/crawler.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/routes/app.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/crawler.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/routes/cloud_backup_status.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/crawler.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/routes/cluster_upgrade_status.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/crawler.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/routes/system_indices_migration.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/credentials.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/routes/es_deprecations.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/credentials.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/routes/deprecation_logging.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/curations.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/routes/deprecation_logging.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/curations.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/routes/ml_snapshots.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/documents.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/routes/ml_snapshots.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/engines.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/routes/status.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/engines.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/routes/remote_clusters.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/engines.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/routes/node_disk_space.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/result_settings.ts" }, { - "plugin": "customBranding", - "path": "x-pack/plugins/custom_branding/server/routes/info.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/role_mappings.ts" }, { - "plugin": "observability", - "path": "x-pack/solutions/observability/plugins/observability/server/lib/annotations/register_annotation_apis.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/schema.ts" }, { - "plugin": "observability", - "path": "x-pack/solutions/observability/plugins/observability/server/lib/annotations/register_annotation_apis.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/schema.ts" }, { - "plugin": "observability", - "path": "x-pack/solutions/observability/plugins/observability/server/lib/annotations/register_annotation_apis.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/search_settings.ts" }, { - "plugin": "triggersActionsUi", - "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/routes/health.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/search_ui.ts" }, { - "plugin": "triggersActionsUi", - "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/routes/config.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/settings.ts" }, { - "plugin": "metricsDataAccess", - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/source_engines.ts" }, { - "plugin": "metricsDataAccess", - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/routes/metric_indices/index.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/synonyms.ts" }, { - "plugin": "profiling", - "path": "x-pack/plugins/observability_solution/profiling/server/routes/apm.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/documents.ts" }, { - "plugin": "profiling", - "path": "x-pack/plugins/observability_solution/profiling/server/routes/flamechart.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { - "plugin": "profiling", - "path": "x-pack/plugins/observability_solution/profiling/server/routes/functions.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { - "plugin": "profiling", - "path": "x-pack/plugins/observability_solution/profiling/server/routes/setup/route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { - "plugin": "profiling", - "path": "x-pack/plugins/observability_solution/profiling/server/routes/setup/route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { - "plugin": "profiling", - "path": "x-pack/plugins/observability_solution/profiling/server/routes/storage_explorer/route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { - "plugin": "profiling", - "path": "x-pack/plugins/observability_solution/profiling/server/routes/storage_explorer/route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { - "plugin": "profiling", - "path": "x-pack/plugins/observability_solution/profiling/server/routes/storage_explorer/route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { - "plugin": "profiling", - "path": "x-pack/plugins/observability_solution/profiling/server/routes/topn.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { - "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/lib/request_interceptors/on_post_auth_interceptor.test.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { - "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/lib/request_interceptors/on_request_interceptor.test.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { - "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/lib/request_interceptors/on_request_interceptor.test.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { - "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/lib/request_interceptors/on_request_interceptor.test.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { - "plugin": "apmDataAccess", - "path": "x-pack/plugins/observability_solution/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.test.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/component_templates/register_get_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/mapping.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/component_templates/register_get_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/search_applications.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/component_templates/register_datastream_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/search_applications.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/component_templates/register_datastream_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/search_applications.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/data_streams/register_get_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/analytics.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/data_streams/register_get_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/analytics.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/enrich_policies/register_list_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/analytics.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/enrich_policies/register_privileges_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/api_keys.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_list_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/api_keys.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_get_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/config_data.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/inference_models/register_get_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/config_data.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/mapping/register_mapping_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/nodes/register_nodes_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/settings/register_load_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/stats/register_stats_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/templates/register_get_routes.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/templates/register_get_routes.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_multiple_schedules.ts" }, { - "plugin": "remoteClusters", - "path": "x-pack/platform/plugins/private/remote_clusters/server/routes/api/get_route.ts" - }, - { - "plugin": "crossClusterReplication", - "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/auto_follow_pattern/register_fetch_route.ts" - }, - { - "plugin": "crossClusterReplication", - "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/auto_follow_pattern/register_get_route.ts" - }, - { - "plugin": "crossClusterReplication", - "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/follower_index/register_fetch_route.ts" - }, - { - "plugin": "crossClusterReplication", - "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/follower_index/register_get_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" }, { - "plugin": "crossClusterReplication", - "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/cross_cluster_replication/register_permissions_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" }, { - "plugin": "crossClusterReplication", - "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/cross_cluster_replication/register_stats_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" }, { - "plugin": "indexLifecycleManagement", - "path": "x-pack/platform/plugins/private/index_lifecycle_management/server/routes/api/nodes/register_list_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" }, { - "plugin": "indexLifecycleManagement", - "path": "x-pack/platform/plugins/private/index_lifecycle_management/server/routes/api/nodes/register_details_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" }, { - "plugin": "indexLifecycleManagement", - "path": "x-pack/platform/plugins/private/index_lifecycle_management/server/routes/api/policies/register_fetch_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" }, { - "plugin": "indexLifecycleManagement", - "path": "x-pack/platform/plugins/private/index_lifecycle_management/server/routes/api/templates/register_fetch_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/stats.ts" }, { - "plugin": "indexLifecycleManagement", - "path": "x-pack/platform/plugins/private/index_lifecycle_management/server/routes/api/snapshot_policies/register_fetch_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/stats.ts" }, { - "plugin": "indexLifecycleManagement", - "path": "x-pack/platform/plugins/private/index_lifecycle_management/server/routes/api/snapshot_repositories/register_fetch_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/api_keys.ts" }, { - "plugin": "logstash", - "path": "x-pack/platform/plugins/private/logstash/server/routes/cluster/load.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/groups.ts" }, { - "plugin": "logstash", - "path": "x-pack/platform/plugins/private/logstash/server/routes/pipeline/load.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/groups.ts" }, { - "plugin": "logstash", - "path": "x-pack/platform/plugins/private/logstash/server/routes/pipelines/list.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/groups.ts" }, { - "plugin": "monitoring", - "path": "x-pack/platform/plugins/private/monitoring/server/plugin.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/oauth.ts" }, { - "plugin": "rollup", - "path": "x-pack/platform/plugins/private/rollup/server/routes/api/indices/register_get_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/overview.ts" }, { - "plugin": "rollup", - "path": "x-pack/platform/plugins/private/rollup/server/routes/api/indices/register_validate_index_pattern_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/role_mappings.ts" }, { - "plugin": "rollup", - "path": "x-pack/platform/plugins/private/rollup/server/routes/api/jobs/register_get_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/security.ts" }, { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/app.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/security.ts" }, { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/repositories.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/settings.ts" }, { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/repositories.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/repositories.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/repositories.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/snapshots.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/snapshots.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/restore.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/policy.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/policy.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/policy.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/policy.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/policy.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/policy.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "watcher", - "path": "x-pack/platform/plugins/private/watcher/server/routes/api/settings/register_load_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "watcher", - "path": "x-pack/platform/plugins/private/watcher/server/routes/api/indices/register_get_index_patterns_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "watcher", - "path": "x-pack/platform/plugins/private/watcher/server/routes/api/license/register_refresh_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "watcher", - "path": "x-pack/platform/plugins/private/watcher/server/routes/api/watches/register_list_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "watcher", - "path": "x-pack/platform/plugins/private/watcher/server/routes/api/watch/register_load_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "watcher", - "path": "x-pack/platform/plugins/private/watcher/server/routes/api/watch/register_history_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "watcher", - "path": "x-pack/platform/plugins/private/watcher/server/routes/api/register_load_history_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "ingestPipelines", - "path": "x-pack/platform/plugins/shared/ingest_pipelines/server/routes/api/get.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "ingestPipelines", - "path": "x-pack/platform/plugins/shared/ingest_pipelines/server/routes/api/get.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "ingestPipelines", - "path": "x-pack/platform/plugins/shared/ingest_pipelines/server/routes/api/privileges.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "ingestPipelines", - "path": "x-pack/platform/plugins/shared/ingest_pipelines/server/routes/api/documents.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "ingestPipelines", - "path": "x-pack/platform/plugins/shared/ingest_pipelines/server/routes/api/database/list.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "licenseManagement", - "path": "x-pack/platform/plugins/shared/license_management/server/routes/api/license/register_start_trial_routes.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "productDocBase", - "path": "x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/routes/installation.ts" + "plugin": "searchIndices", + "path": "x-pack/solutions/search/plugins/search_indices/server/routes/status.ts" }, { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/endpoint/routes/resolver.ts" + "plugin": "searchIndices", + "path": "x-pack/solutions/search/plugins/search_indices/server/routes/status.ts" }, { - "plugin": "@kbn/test-suites-xpack", - "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" + "plugin": "searchInferenceEndpoints", + "path": "x-pack/solutions/search/plugins/search_inference_endpoints/server/routes.ts" }, { - "plugin": "@kbn/test-suites-xpack", - "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" + "plugin": "searchNotebooks", + "path": "x-pack/solutions/search/plugins/search_notebooks/server/routes/index.ts" }, { - "plugin": "@kbn/test-suites-xpack", - "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/resilient_simulation.ts" + "plugin": "searchNotebooks", + "path": "x-pack/solutions/search/plugins/search_notebooks/server/routes/index.ts" }, { - "plugin": "@kbn/test-suites-xpack", - "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/tines_simulation.ts" + "plugin": "searchPlayground", + "path": "x-pack/solutions/search/plugins/search_playground/server/routes.ts" }, { - "plugin": "@kbn/test-suites-xpack", - "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/tines_simulation.ts" + "plugin": "serverlessSearch", + "path": "x-pack/solutions/search/plugins/serverless_search/server/routes/api_key_routes.ts" }, { - "plugin": "searchprofiler", - "path": "x-pack/platform/plugins/shared/searchprofiler/server/routes/profile.ts" + "plugin": "serverlessSearch", + "path": "x-pack/solutions/search/plugins/serverless_search/server/routes/indices_routes.ts" }, { - "plugin": "stackConnectors", - "path": "x-pack/platform/plugins/shared/stack_connectors/server/routes/get_well_known_email_service.ts" + "plugin": "serverlessSearch", + "path": "x-pack/solutions/search/plugins/serverless_search/server/routes/indices_routes.ts" }, { - "plugin": "stackConnectors", - "path": "x-pack/platform/plugins/shared/stack_connectors/server/routes/get_inference_services.ts" + "plugin": "serverlessSearch", + "path": "x-pack/solutions/search/plugins/serverless_search/server/routes/indices_routes.ts" }, { - "plugin": "grokdebugger", - "path": "x-pack/platform/plugins/private/grokdebugger/server/lib/kibana_framework.ts" + "plugin": "serverlessSearch", + "path": "x-pack/solutions/search/plugins/serverless_search/server/routes/connectors_routes.ts" }, { - "plugin": "visTypeTimeseries", - "path": "src/plugins/vis_types/timeseries/server/routes/fields.ts" + "plugin": "serverlessSearch", + "path": "x-pack/solutions/search/plugins/serverless_search/server/routes/connectors_routes.ts" }, { - "plugin": "infra", - "path": "x-pack/solutions/observability/plugins/infra/server/lib/adapters/framework/kibana_framework_adapter.ts" + "plugin": "serverlessSearch", + "path": "x-pack/solutions/search/plugins/serverless_search/server/routes/connectors_routes.ts" }, { - "plugin": "synthetics", - "path": "x-pack/solutions/observability/plugins/synthetics/server/server.ts" + "plugin": "serverlessSearch", + "path": "x-pack/solutions/search/plugins/serverless_search/server/routes/mapping_routes.ts" }, { - "plugin": "uptime", - "path": "x-pack/solutions/observability/plugins/uptime/server/legacy_uptime/uptime_server.ts" + "plugin": "serverlessSearch", + "path": "x-pack/solutions/search/plugins/serverless_search/server/routes/ingest_pipeline_routes.ts" }, { "plugin": "assetInventory", @@ -5026,36 +4368,24 @@ "path": "x-pack/solutions/security/plugins/cloud_security_posture/server/routes/vulnerabilities_dashboard/vulnerabilities_dashboard.ts" }, { - "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/server/routes/resolve_index.ts" - }, - { - "plugin": "ftrApis", - "path": "src/plugins/ftr_apis/server/routes/kbn_client_so/find.ts" - }, - { - "plugin": "ftrApis", - "path": "src/plugins/ftr_apis/server/routes/kbn_client_so/get.ts" + "plugin": "apmDataAccess", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/lib/helpers/create_es_client/create_apm_event_client/index.test.ts" }, { "plugin": "interactiveSetup", "path": "src/plugins/interactive_setup/server/routes/status.ts" }, { - "plugin": "savedObjectsManagement", - "path": "src/plugins/saved_objects_management/server/routes/find.ts" - }, - { - "plugin": "savedObjectsManagement", - "path": "src/plugins/saved_objects_management/server/routes/relationships.ts" + "plugin": "visTypeTimelion", + "path": "src/plugins/vis_types/timelion/server/routes/functions.ts" }, { - "plugin": "savedObjectsManagement", - "path": "src/plugins/saved_objects_management/server/routes/get_allowed_types.ts" + "plugin": "ftrApis", + "path": "src/platform/plugins/private/ftr_apis/server/routes/kbn_client_so/find.ts" }, { - "plugin": "visTypeTimelion", - "path": "src/plugins/vis_types/timelion/server/routes/functions.ts" + "plugin": "ftrApis", + "path": "src/platform/plugins/private/ftr_apis/server/routes/kbn_client_so/get.ts" }, { "plugin": "console", @@ -5069,181 +4399,185 @@ "plugin": "console", "path": "src/platform/plugins/shared/console/server/routes/api/console/autocomplete_entities/index.ts" }, + { + "plugin": "dataViewManagement", + "path": "src/platform/plugins/shared/data_view_management/server/routes/resolve_index.ts" + }, { "plugin": "esql", "path": "src/platform/plugins/shared/esql/server/routes/get_join_indices.ts" }, { - "plugin": "mockIdpPlugin", - "path": "packages/kbn-mock-idp-plugin/server/plugin.ts" + "plugin": "savedObjectsManagement", + "path": "src/platform/plugins/shared/saved_objects_management/server/routes/find.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.ts" + "plugin": "savedObjectsManagement", + "path": "src/platform/plugins/shared/saved_objects_management/server/routes/relationships.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.ts" + "plugin": "savedObjectsManagement", + "path": "src/platform/plugins/shared/saved_objects_management/server/routes/get_allowed_types.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.test.ts" + "plugin": "mockIdpPlugin", + "path": "packages/kbn-mock-idp-plugin/server/plugin.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-mocks", - "path": "packages/core/http/core-http-router-server-mocks/src/router.mock.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "features", - "path": "x-pack/plugins/features/server/routes/index.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "globalSearch", - "path": "x-pack/plugins/global_search/server/routes/index.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "globalSearch", - "path": "x-pack/plugins/global_search/server/routes/index.test.ts" + "plugin": "@kbn/core-http-router-server-mocks", + "path": "packages/core/http/core-http-router-server-mocks/src/router.mock.ts" }, { "plugin": "spaces", @@ -5309,6 +4643,18 @@ "plugin": "alerting", "path": "x-pack/platform/plugins/shared/alerting/server/routes/get_rule_state.test.ts" }, + { + "plugin": "features", + "path": "x-pack/platform/plugins/shared/features/server/routes/index.test.ts" + }, + { + "plugin": "globalSearch", + "path": "x-pack/platform/plugins/shared/global_search/server/routes/index.test.ts" + }, + { + "plugin": "globalSearch", + "path": "x-pack/platform/plugins/shared/global_search/server/routes/index.test.ts" + }, { "plugin": "ruleRegistry", "path": "x-pack/platform/plugins/shared/rule_registry/server/routes/__mocks__/server.ts" @@ -5719,119 +5065,119 @@ }, { "plugin": "savedObjectsManagement", - "path": "src/plugins/saved_objects_management/server/routes/index.test.ts" + "path": "src/platform/plugins/shared/saved_objects_management/server/routes/index.test.ts" }, { "plugin": "savedObjectsManagement", - "path": "src/plugins/saved_objects_management/server/routes/index.test.ts" + "path": "src/platform/plugins/shared/saved_objects_management/server/routes/index.test.ts" }, { "plugin": "savedObjectsManagement", - "path": "src/plugins/saved_objects_management/server/routes/index.test.ts" + "path": "src/platform/plugins/shared/saved_objects_management/server/routes/index.test.ts" }, { "plugin": "savedObjectsManagement", - "path": "src/plugins/saved_objects_management/server/routes/index.test.ts" + "path": "src/platform/plugins/shared/saved_objects_management/server/routes/index.test.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/apps/server-internal/src/bundle_routes/bundle_route.test.ts" + "path": "src/core/packages/deprecations/server-internal/src/deprecations_service.test.ts" }, { "plugin": "@kbn/core", - "path": "src/core/packages/apps/server-internal/src/bundle_routes/bundle_route.test.ts" + "path": "src/core/packages/deprecations/server-internal/src/deprecations_service.test.ts" }, { - "plugin": "@kbn/core-deprecations-server-internal", - "path": "packages/core/deprecations/core-deprecations-server-internal/src/deprecations_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/resources-server-internal/src/http_resources_service.test.ts" }, { - "plugin": "@kbn/core-deprecations-server-internal", - "path": "packages/core/deprecations/core-deprecations-server-internal/src/deprecations_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/resources-server-internal/src/http_resources_service.test.ts" }, { - "plugin": "@kbn/core-http-resources-server-internal", - "path": "packages/core/http/core-http-resources-server-internal/src/http_resources_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/resources-server-internal/src/http_resources_service.test.ts" }, { - "plugin": "@kbn/core-http-resources-server-internal", - "path": "packages/core/http/core-http-resources-server-internal/src/http_resources_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/resources-server-internal/src/http_resources_service.test.ts" }, { - "plugin": "@kbn/core-http-resources-server-internal", - "path": "packages/core/http/core-http-resources-server-internal/src/http_resources_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/resources-server-internal/src/http_resources_service.test.ts" }, { - "plugin": "@kbn/core-http-resources-server-internal", - "path": "packages/core/http/core-http-resources-server-internal/src/http_resources_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/resources-server-internal/src/http_resources_service.test.ts" }, { - "plugin": "@kbn/core-http-resources-server-internal", - "path": "packages/core/http/core-http-resources-server-internal/src/http_resources_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/resources-server-internal/src/http_resources_service.test.ts" }, { - "plugin": "@kbn/core-http-resources-server-internal", - "path": "packages/core/http/core-http-resources-server-internal/src/http_resources_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/resources-server-internal/src/http_resources_service.test.ts" }, { - "plugin": "@kbn/core-http-resources-server-internal", - "path": "packages/core/http/core-http-resources-server-internal/src/http_resources_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/resources-server-internal/src/http_resources_service.test.ts" }, { - "plugin": "@kbn/core-http-resources-server-internal", - "path": "packages/core/http/core-http-resources-server-internal/src/http_resources_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/resources-server-internal/src/http_resources_service.test.ts" }, { - "plugin": "@kbn/core-http-resources-server-internal", - "path": "packages/core/http/core-http-resources-server-internal/src/http_resources_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/resources-server-internal/src/http_resources_service.test.ts" }, { - "plugin": "@kbn/core-http-resources-server-internal", - "path": "packages/core/http/core-http-resources-server-internal/src/http_resources_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/resources-server-internal/src/http_resources_service.test.ts" }, { - "plugin": "@kbn/core-http-resources-server-internal", - "path": "packages/core/http/core-http-resources-server-internal/src/http_resources_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/resources-server-internal/src/http_resources_service.test.ts" }, { - "plugin": "@kbn/core-http-resources-server-internal", - "path": "packages/core/http/core-http-resources-server-internal/src/http_resources_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/status/server-internal/src/status_service.test.ts" }, { - "plugin": "@kbn/core-http-resources-server-internal", - "path": "packages/core/http/core-http-resources-server-internal/src/http_resources_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/status/server-internal/src/status_service.test.ts" }, { - "plugin": "@kbn/core-status-server-internal", - "path": "packages/core/status/core-status-server-internal/src/status_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/apps/server-internal/src/bundle_routes/bundle_route.test.ts" }, { - "plugin": "@kbn/core-status-server-internal", - "path": "packages/core/status/core-status-server-internal/src/status_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/apps/server-internal/src/bundle_routes/bundle_route.test.ts" }, { - "plugin": "@kbn/core-i18n-server-internal", - "path": "packages/core/i18n/core-i18n-server-internal/src/routes/translations.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/i18n/server-internal/src/routes/translations.test.ts" }, { - "plugin": "@kbn/core-i18n-server-internal", - "path": "packages/core/i18n/core-i18n-server-internal/src/routes/translations.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/i18n/server-internal/src/routes/translations.test.ts" }, { - "plugin": "@kbn/core-i18n-server-internal", - "path": "packages/core/i18n/core-i18n-server-internal/src/routes/translations.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/i18n/server-internal/src/routes/translations.test.ts" }, { - "plugin": "@kbn/core-rendering-server-internal", - "path": "packages/core/rendering/core-rendering-server-internal/src/bootstrap/register_bootstrap_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/rendering/server-internal/src/bootstrap/register_bootstrap_route.test.ts" }, { - "plugin": "@kbn/core-rendering-server-internal", - "path": "packages/core/rendering/core-rendering-server-internal/src/bootstrap/register_bootstrap_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/rendering/server-internal/src/bootstrap/register_bootstrap_route.test.ts" }, { - "plugin": "@kbn/core-rendering-server-internal", - "path": "packages/core/rendering/core-rendering-server-internal/src/bootstrap/register_bootstrap_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/rendering/server-internal/src/bootstrap/register_bootstrap_route.test.ts" }, { "plugin": "security", @@ -5966,16 +5312,10 @@ "{@link RouteConfig } - a route configuration." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", "" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false }, @@ -5990,40 +5330,16 @@ ], "signature": [ "(context: Context, request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", response: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaResponseFactory", - "text": "KibanaResponseFactory" - }, + "KibanaResponseFactory", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | Promise<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ">" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6038,7 +5354,7 @@ "signature": [ "Context" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false }, @@ -6050,16 +5366,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false }, @@ -6073,7 +5383,7 @@ "signature": [ "ResponseFactory" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false } @@ -6094,78 +5404,60 @@ ], "signature": [ "(route: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", ", handler: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandler", - "text": "RequestHandler" - }, + "RequestHandler", ") => void" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": true, "references": [ { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/create.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/create.ts" }, { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_get.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/bulk_get.ts" }, { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_create.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/bulk_create.ts" }, { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_delete.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/bulk_delete.ts" }, { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/export.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/export.ts" }, { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/import.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/import.ts" }, { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/resolve_import_errors.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/resolve_import_errors.ts" }, { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/migrate.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/migrate.ts" }, { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/import.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/import.ts" }, { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_resolve.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/bulk_resolve.ts" }, { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/deprecations/delete_unknown_types.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/deprecations/delete_unknown_types.ts" }, { "plugin": "@kbn/core-ui-settings-server-internal", @@ -6204,48 +5496,32 @@ "path": "packages/core/ui-settings/core-ui-settings-server-internal/src/routes/internal/validate.ts" }, { - "plugin": "@kbn/core-deprecations-server-internal", - "path": "packages/core/deprecations/core-deprecations-server-internal/src/routes/resolve_deprecated_api.ts" - }, - { - "plugin": "@kbn/core-capabilities-server-internal", - "path": "packages/core/capabilities/core-capabilities-server-internal/src/routes/resolve_capabilities.ts" - }, - { - "plugin": "licensing", - "path": "x-pack/plugins/licensing/server/routes/internal/notify_feature_usage.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/deprecations/server-internal/src/routes/resolve_deprecated_api.ts" }, { - "plugin": "licensing", - "path": "x-pack/plugins/licensing/server/routes/internal/register_feature.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/capabilities/server-internal/src/routes/resolve_capabilities.ts" }, { "plugin": "usageCollection", - "path": "src/plugins/usage_collection/server/routes/ui_counters.ts" - }, - { - "plugin": "@kbn/content-management-favorites-server", - "path": "packages/content-management/favorites/favorites_server/src/favorites_routes.ts" - }, - { - "plugin": "@kbn/content-management-favorites-server", - "path": "packages/content-management/favorites/favorites_server/src/favorites_routes.ts" + "path": "src/platform/plugins/shared/usage_collection/server/routes/ui_counters.ts" }, { - "plugin": "contentManagement", - "path": "src/plugins/content_management/server/rpc/routes/routes.ts" + "plugin": "licensing", + "path": "x-pack/platform/plugins/shared/licensing/server/routes/internal/notify_feature_usage.ts" }, { - "plugin": "@kbn/content-management-content-insights-server", - "path": "packages/content-management/content_insights/content_insights_server/src/register.ts" + "plugin": "licensing", + "path": "x-pack/platform/plugins/shared/licensing/server/routes/internal/register_feature.ts" }, { "plugin": "home", - "path": "src/plugins/home/server/services/sample_data/routes/install.ts" + "path": "src/platform/plugins/shared/home/server/services/sample_data/routes/install.ts" }, { "plugin": "home", - "path": "src/plugins/home/server/routes/fetch_es_hits_status.ts" + "path": "src/platform/plugins/shared/home/server/routes/fetch_es_hits_status.ts" }, { "plugin": "spaces", @@ -6351,13 +5627,37 @@ "plugin": "encryptedSavedObjects", "path": "x-pack/plugins/encrypted_saved_objects/server/routes/key_rotation.ts" }, + { + "plugin": "@kbn/content-management-favorites-server", + "path": "packages/content-management/favorites/favorites_server/src/favorites_routes.ts" + }, + { + "plugin": "@kbn/content-management-favorites-server", + "path": "packages/content-management/favorites/favorites_server/src/favorites_routes.ts" + }, + { + "plugin": "contentManagement", + "path": "src/platform/plugins/shared/content_management/server/rpc/routes/routes.ts" + }, + { + "plugin": "@kbn/content-management-content-insights-server", + "path": "packages/content-management/content_insights/content_insights_server/src/register.ts" + }, + { + "plugin": "graph", + "path": "x-pack/plugins/graph/server/routes/search.ts" + }, + { + "plugin": "graph", + "path": "x-pack/plugins/graph/server/routes/explore.ts" + }, { "plugin": "share", - "path": "src/plugins/share/server/url_service/http/short_urls/register_create_route.ts" + "path": "src/platform/plugins/shared/share/server/url_service/http/short_urls/register_create_route.ts" }, { "plugin": "serverless", - "path": "x-pack/plugins/serverless/server/plugin.ts" + "path": "x-pack/platform/plugins/shared/serverless/server/plugin.ts" }, { "plugin": "actions", @@ -6524,880 +5824,828 @@ "path": "x-pack/platform/plugins/shared/inference/server/routes/chat_complete.ts" }, { - "plugin": "globalSearch", - "path": "x-pack/plugins/global_search/server/routes/find.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/component_templates/register_create_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_extraction_rules.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/data_streams/register_delete_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/adaptive_relevance.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/data_streams/register_post_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/app_search_gated_form.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/data_streams/register_post_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/crawler.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/enrich_policies/register_create_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/crawler.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/enrich_policies/register_create_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/crawler.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/enrich_policies/register_create_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/crawler.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/enrich_policies/register_create_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/crawler.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_clear_cache_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/crawler_crawl_rules.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_close_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/crawler_entry_points.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_flush_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/crawler_sitemaps.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_forcemerge_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/credentials.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_open_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/curations.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_refresh_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/curations.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_reload_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/documents.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_delete_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/engines.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_unfreeze_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/engines.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/templates/register_delete_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/onboarding.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/templates/register_create_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/role_mappings.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/templates/register_simulate_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/role_mappings.ts" + "plugin": "remoteClusters", + "path": "x-pack/platform/plugins/private/remote_clusters/server/routes/api/add_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/role_mappings.ts" + "plugin": "crossClusterReplication", + "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/auto_follow_pattern/register_create_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/schema.ts" + "plugin": "crossClusterReplication", + "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/auto_follow_pattern/register_pause_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/search.ts" + "plugin": "crossClusterReplication", + "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/auto_follow_pattern/register_resume_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/search.ts" + "plugin": "crossClusterReplication", + "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/follower_index/register_create_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/search_settings.ts" + "plugin": "globalSearch", + "path": "x-pack/platform/plugins/shared/global_search/server/routes/find.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/source_engines.ts" + "plugin": "indexLifecycleManagement", + "path": "x-pack/platform/plugins/private/index_lifecycle_management/server/routes/api/index/register_retry_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/synonyms.ts" + "plugin": "indexLifecycleManagement", + "path": "x-pack/platform/plugins/private/index_lifecycle_management/server/routes/api/index/register_remove_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "plugin": "indexLifecycleManagement", + "path": "x-pack/platform/plugins/private/index_lifecycle_management/server/routes/api/index/register_add_policy_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "plugin": "indexLifecycleManagement", + "path": "x-pack/platform/plugins/private/index_lifecycle_management/server/routes/api/policies/register_create_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "plugin": "indexLifecycleManagement", + "path": "x-pack/platform/plugins/private/index_lifecycle_management/server/routes/api/templates/register_add_policy_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "plugin": "logstash", + "path": "x-pack/platform/plugins/private/logstash/server/routes/pipelines/delete.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "plugin": "monitoring", + "path": "x-pack/platform/plugins/private/monitoring/server/routes/api/v1/alerts/enable.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "plugin": "monitoring", + "path": "x-pack/platform/plugins/private/monitoring/server/routes/api/v1/alerts/status.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "plugin": "monitoring", + "path": "x-pack/platform/plugins/private/monitoring/server/routes/api/v1/elasticsearch_settings/check/internal_monitoring.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "plugin": "monitoring", + "path": "x-pack/platform/plugins/private/monitoring/server/plugin.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "plugin": "painlessLab", + "path": "x-pack/platform/plugins/private/painless_lab/server/routes/api/execute.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/search.ts" + "plugin": "reporting", + "path": "x-pack/platform/plugins/private/reporting/server/routes/internal/generate/generate_from_jobparams.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/search_applications.ts" + "plugin": "reporting", + "path": "x-pack/platform/plugins/private/reporting/server/routes/public/generate_from_jobparams.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/search_applications.ts" + "plugin": "reporting", + "path": "x-pack/platform/plugins/private/reporting/server/test_helpers/create_mock_reportingplugin.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/analytics.ts" + "plugin": "rollup", + "path": "x-pack/platform/plugins/private/rollup/server/routes/api/jobs/register_delete_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/analytics.ts" + "plugin": "rollup", + "path": "x-pack/platform/plugins/private/rollup/server/routes/api/jobs/register_start_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/api_keys.ts" + "plugin": "rollup", + "path": "x-pack/platform/plugins/private/rollup/server/routes/api/jobs/register_stop_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/api_keys.ts" + "plugin": "rollup", + "path": "x-pack/platform/plugins/private/rollup/server/routes/api/search/register_search_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/server/routes/tags/create_tag.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/server/routes/tags/update_tag.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/server/routes/assignments/update_tags_assignments.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/server/routes/internal/bulk_delete.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/repositories.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/snapshots.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" - }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" - }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" - }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_crawl_rules.ts" - }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_entry_points.ts" - }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_multiple_schedules.ts" - }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_sitemaps.ts" - }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" - }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" - }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" - }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" - }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" - }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" - }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/restore.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/api_keys.ts" + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/policy.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/gated_form.ts" + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/policy.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/groups.ts" + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/policy.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/groups.ts" + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/routes/reindex_indices/reindex_indices.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/groups.ts" + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/routes/reindex_indices/reindex_indices.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/oauth.ts" + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/routes/reindex_indices/batch_reindex_indices.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/role_mappings.ts" + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/routes/system_indices_migration.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/role_mappings.ts" + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/routes/update_index_settings.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/role_mappings.ts" + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/routes/ml_snapshots.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/routes/cluster_settings.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "watcher", + "path": "x-pack/platform/plugins/private/watcher/server/routes/api/indices/register_get_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "watcher", + "path": "x-pack/platform/plugins/private/watcher/server/routes/api/watches/register_delete_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "watcher", + "path": "x-pack/platform/plugins/private/watcher/server/routes/api/watch/register_visualize_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "watcher", + "path": "x-pack/platform/plugins/private/watcher/server/routes/api/register_list_fields_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "ingestPipelines", + "path": "x-pack/platform/plugins/shared/ingest_pipelines/server/routes/api/create.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "ingestPipelines", + "path": "x-pack/platform/plugins/shared/ingest_pipelines/server/routes/api/simulate.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "ingestPipelines", + "path": "x-pack/platform/plugins/shared/ingest_pipelines/server/routes/api/parse_csv.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "ingestPipelines", + "path": "x-pack/platform/plugins/shared/ingest_pipelines/server/routes/api/database/create.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "licenseManagement", + "path": "x-pack/platform/plugins/shared/license_management/server/routes/api/license/register_start_basic_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "licenseManagement", + "path": "x-pack/platform/plugins/shared/license_management/server/routes/api/license/register_start_trial_routes.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "licenseManagement", + "path": "x-pack/platform/plugins/shared/license_management/server/routes/api/license/register_permissions_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "productDocBase", + "path": "x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/routes/installation.ts" }, { - "plugin": "graph", - "path": "x-pack/plugins/graph/server/routes/search.ts" + "plugin": "productDocBase", + "path": "x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/routes/installation.ts" }, { - "plugin": "graph", - "path": "x-pack/plugins/graph/server/routes/explore.ts" + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/endpoint/routes/resolver.ts" }, { - "plugin": "reporting", - "path": "x-pack/plugins/reporting/server/routes/internal/generate/generate_from_jobparams.ts" + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/endpoint/routes/resolver.ts" }, { - "plugin": "reporting", - "path": "x-pack/plugins/reporting/server/routes/public/generate_from_jobparams.ts" + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/pagerduty_simulation.ts" }, { - "plugin": "reporting", - "path": "x-pack/plugins/reporting/server/test_helpers/create_mock_reportingplugin.ts" + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/servicenow_oauth_simulation.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/server/routes/tags/create_tag.ts" + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/server/routes/tags/update_tag.ts" + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/server/routes/assignments/update_tags_assignments.ts" + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/resilient_simulation.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/server/routes/internal/bulk_delete.ts" + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/resilient_simulation.ts" }, { - "plugin": "@kbn/search-api-keys-server", - "path": "packages/kbn-search-api-keys-server/src/routes/routes.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/search-api-keys-server", - "path": "packages/kbn-search-api-keys-server/src/routes/routes.ts" + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/ms_exchage_server_simulation.ts" }, { - "plugin": "searchIndices", - "path": "x-pack/plugins/search_indices/server/routes/indices.ts" + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/xmatters_simulation.ts" }, { - "plugin": "searchPlayground", - "path": "x-pack/plugins/search_playground/server/routes.ts" + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/torq_simulation.ts" }, { - "plugin": "searchPlayground", - "path": "x-pack/plugins/search_playground/server/routes.ts" + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/unsecured_actions_simulation.ts" }, { - "plugin": "searchPlayground", - "path": "x-pack/plugins/search_playground/server/routes.ts" + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/unsecured_actions_simulation.ts" }, { - "plugin": "searchPlayground", - "path": "x-pack/plugins/search_playground/server/routes.ts" + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/unsecured_actions_simulation.ts" }, { - "plugin": "serverlessSearch", - "path": "x-pack/plugins/serverless_search/server/routes/api_key_routes.ts" + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/tines_simulation.ts" }, { - "plugin": "serverlessSearch", - "path": "x-pack/plugins/serverless_search/server/routes/indices_routes.ts" + "plugin": "observability", + "path": "x-pack/solutions/observability/plugins/observability/server/lib/annotations/register_annotation_apis.ts" }, { - "plugin": "serverlessSearch", - "path": "x-pack/plugins/serverless_search/server/routes/connectors_routes.ts" + "plugin": "triggersActionsUi", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/routes/time_series_query.ts" }, { - "plugin": "serverlessSearch", - "path": "x-pack/plugins/serverless_search/server/routes/connectors_routes.ts" + "plugin": "triggersActionsUi", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/routes/fields.ts" }, { - "plugin": "serverlessSearch", - "path": "x-pack/plugins/serverless_search/server/routes/connectors_routes.ts" + "plugin": "triggersActionsUi", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/routes/indices.ts" }, { - "plugin": "serverlessSearch", - "path": "x-pack/plugins/serverless_search/server/routes/connectors_routes.ts" + "plugin": "metricsDataAccess", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" }, { - "plugin": "serverlessSearch", - "path": "x-pack/plugins/serverless_search/server/routes/connectors_routes.ts" + "plugin": "searchprofiler", + "path": "x-pack/platform/plugins/shared/searchprofiler/server/routes/profile.ts" }, { - "plugin": "serverlessSearch", - "path": "x-pack/plugins/serverless_search/server/routes/connectors_routes.ts" + "plugin": "stackConnectors", + "path": "x-pack/platform/plugins/shared/stack_connectors/server/routes/valid_slack_api_channels.ts" }, { - "plugin": "serverlessSearch", - "path": "x-pack/plugins/serverless_search/server/routes/connectors_routes.ts" + "plugin": "grokdebugger", + "path": "x-pack/platform/plugins/private/grokdebugger/server/lib/kibana_framework.ts" }, { - "plugin": "serverlessSearch", - "path": "x-pack/plugins/serverless_search/server/routes/connectors_routes.ts" + "plugin": "@kbn/search-api-keys-server", + "path": "x-pack/solutions/search/packages/kbn-search-api-keys-server/src/routes/routes.ts" }, { - "plugin": "serverlessSearch", - "path": "x-pack/plugins/serverless_search/server/routes/connectors_routes.ts" + "plugin": "@kbn/search-api-keys-server", + "path": "x-pack/solutions/search/packages/kbn-search-api-keys-server/src/routes/routes.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/routes/reindex_indices/reindex_indices.ts" + "plugin": "visTypeTimeseries", + "path": "src/plugins/vis_types/timeseries/server/routes/vis.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/routes/reindex_indices/reindex_indices.ts" + "plugin": "infra", + "path": "x-pack/solutions/observability/plugins/infra/server/lib/adapters/framework/kibana_framework_adapter.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/routes/reindex_indices/batch_reindex_indices.ts" + "plugin": "profiling", + "path": "x-pack/solutions/observability/plugins/profiling/server/routes/setup/route.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/routes/system_indices_migration.ts" + "plugin": "synthetics", + "path": "x-pack/solutions/observability/plugins/synthetics/server/server.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/routes/update_index_settings.ts" + "plugin": "uptime", + "path": "x-pack/solutions/observability/plugins/uptime/server/legacy_uptime/uptime_server.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/routes/ml_snapshots.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_extraction_rules.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/routes/cluster_settings.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/adaptive_relevance.ts" }, { - "plugin": "observability", - "path": "x-pack/solutions/observability/plugins/observability/server/lib/annotations/register_annotation_apis.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/app_search_gated_form.ts" }, { - "plugin": "triggersActionsUi", - "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/routes/time_series_query.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/crawler.ts" }, { - "plugin": "triggersActionsUi", - "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/routes/fields.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/crawler.ts" }, { - "plugin": "triggersActionsUi", - "path": "x-pack/platform/plugins/shared/triggers_actions_ui/server/data/routes/indices.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/crawler.ts" }, { - "plugin": "metricsDataAccess", - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/crawler.ts" }, { - "plugin": "profiling", - "path": "x-pack/plugins/observability_solution/profiling/server/routes/setup/route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/crawler.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/component_templates/register_create_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/crawler_crawl_rules.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/data_streams/register_delete_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/crawler_entry_points.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/data_streams/register_post_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/crawler_sitemaps.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/data_streams/register_post_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/credentials.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/enrich_policies/register_create_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/curations.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/enrich_policies/register_create_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/curations.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/enrich_policies/register_create_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/documents.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/enrich_policies/register_create_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/engines.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_clear_cache_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/engines.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_close_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/onboarding.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_flush_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/role_mappings.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_forcemerge_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/role_mappings.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_open_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/role_mappings.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_refresh_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/schema.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_reload_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/search.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_delete_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/search.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_unfreeze_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/search_settings.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/templates/register_delete_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/source_engines.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/templates/register_create_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/synonyms.ts" }, { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/templates/register_simulate_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { - "plugin": "remoteClusters", - "path": "x-pack/platform/plugins/private/remote_clusters/server/routes/api/add_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { - "plugin": "crossClusterReplication", - "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/auto_follow_pattern/register_create_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { - "plugin": "crossClusterReplication", - "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/auto_follow_pattern/register_pause_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { - "plugin": "crossClusterReplication", - "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/auto_follow_pattern/register_resume_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { - "plugin": "crossClusterReplication", - "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/follower_index/register_create_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { - "plugin": "indexLifecycleManagement", - "path": "x-pack/platform/plugins/private/index_lifecycle_management/server/routes/api/index/register_retry_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { - "plugin": "indexLifecycleManagement", - "path": "x-pack/platform/plugins/private/index_lifecycle_management/server/routes/api/index/register_remove_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { - "plugin": "indexLifecycleManagement", - "path": "x-pack/platform/plugins/private/index_lifecycle_management/server/routes/api/index/register_add_policy_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { - "plugin": "indexLifecycleManagement", - "path": "x-pack/platform/plugins/private/index_lifecycle_management/server/routes/api/policies/register_create_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/search.ts" }, { - "plugin": "indexLifecycleManagement", - "path": "x-pack/platform/plugins/private/index_lifecycle_management/server/routes/api/templates/register_add_policy_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/search_applications.ts" }, { - "plugin": "logstash", - "path": "x-pack/platform/plugins/private/logstash/server/routes/pipelines/delete.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/search_applications.ts" }, { - "plugin": "monitoring", - "path": "x-pack/platform/plugins/private/monitoring/server/routes/api/v1/alerts/enable.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/analytics.ts" }, { - "plugin": "monitoring", - "path": "x-pack/platform/plugins/private/monitoring/server/routes/api/v1/alerts/status.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/analytics.ts" }, { - "plugin": "monitoring", - "path": "x-pack/platform/plugins/private/monitoring/server/routes/api/v1/elasticsearch_settings/check/internal_monitoring.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/api_keys.ts" }, { - "plugin": "monitoring", - "path": "x-pack/platform/plugins/private/monitoring/server/plugin.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/api_keys.ts" }, { - "plugin": "painlessLab", - "path": "x-pack/platform/plugins/private/painless_lab/server/routes/api/execute.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" }, { - "plugin": "rollup", - "path": "x-pack/platform/plugins/private/rollup/server/routes/api/jobs/register_delete_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" }, { - "plugin": "rollup", - "path": "x-pack/platform/plugins/private/rollup/server/routes/api/jobs/register_start_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" }, { - "plugin": "rollup", - "path": "x-pack/platform/plugins/private/rollup/server/routes/api/jobs/register_stop_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" }, { - "plugin": "rollup", - "path": "x-pack/platform/plugins/private/rollup/server/routes/api/search/register_search_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" }, { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/repositories.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" }, { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/snapshots.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" }, { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/restore.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" }, { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/policy.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" }, { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/policy.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_crawl_rules.ts" }, { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/policy.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_entry_points.ts" }, { - "plugin": "watcher", - "path": "x-pack/platform/plugins/private/watcher/server/routes/api/indices/register_get_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_multiple_schedules.ts" }, { - "plugin": "watcher", - "path": "x-pack/platform/plugins/private/watcher/server/routes/api/watches/register_delete_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_sitemaps.ts" }, { - "plugin": "watcher", - "path": "x-pack/platform/plugins/private/watcher/server/routes/api/watch/register_visualize_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" }, { - "plugin": "watcher", - "path": "x-pack/platform/plugins/private/watcher/server/routes/api/register_list_fields_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" }, { - "plugin": "ingestPipelines", - "path": "x-pack/platform/plugins/shared/ingest_pipelines/server/routes/api/create.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" }, { - "plugin": "ingestPipelines", - "path": "x-pack/platform/plugins/shared/ingest_pipelines/server/routes/api/simulate.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" }, { - "plugin": "ingestPipelines", - "path": "x-pack/platform/plugins/shared/ingest_pipelines/server/routes/api/parse_csv.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" }, { - "plugin": "ingestPipelines", - "path": "x-pack/platform/plugins/shared/ingest_pipelines/server/routes/api/database/create.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" }, { - "plugin": "licenseManagement", - "path": "x-pack/platform/plugins/shared/license_management/server/routes/api/license/register_start_basic_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" }, { - "plugin": "licenseManagement", - "path": "x-pack/platform/plugins/shared/license_management/server/routes/api/license/register_start_trial_routes.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/api_keys.ts" }, { - "plugin": "licenseManagement", - "path": "x-pack/platform/plugins/shared/license_management/server/routes/api/license/register_permissions_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/gated_form.ts" }, { - "plugin": "productDocBase", - "path": "x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/routes/installation.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/groups.ts" }, { - "plugin": "productDocBase", - "path": "x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/routes/installation.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/groups.ts" }, { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/endpoint/routes/resolver.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/groups.ts" }, { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/endpoint/routes/resolver.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/oauth.ts" }, { - "plugin": "@kbn/test-suites-xpack", - "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/pagerduty_simulation.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/role_mappings.ts" }, { - "plugin": "@kbn/test-suites-xpack", - "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/servicenow_oauth_simulation.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/role_mappings.ts" }, { - "plugin": "@kbn/test-suites-xpack", - "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/role_mappings.ts" }, { - "plugin": "@kbn/test-suites-xpack", - "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "@kbn/test-suites-xpack", - "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/resilient_simulation.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "@kbn/test-suites-xpack", - "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/resilient_simulation.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "@kbn/test-suites-xpack", - "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/ms_exchage_server_simulation.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "@kbn/test-suites-xpack", - "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/ms_exchage_server_simulation.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "@kbn/test-suites-xpack", - "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/xmatters_simulation.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "@kbn/test-suites-xpack", - "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/torq_simulation.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "@kbn/test-suites-xpack", - "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/unsecured_actions_simulation.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "@kbn/test-suites-xpack", - "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/unsecured_actions_simulation.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "@kbn/test-suites-xpack", - "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/unsecured_actions_simulation.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "@kbn/test-suites-xpack", - "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/tines_simulation.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "searchprofiler", - "path": "x-pack/platform/plugins/shared/searchprofiler/server/routes/profile.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "stackConnectors", - "path": "x-pack/platform/plugins/shared/stack_connectors/server/routes/valid_slack_api_channels.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "grokdebugger", - "path": "x-pack/platform/plugins/private/grokdebugger/server/lib/kibana_framework.ts" + "plugin": "searchIndices", + "path": "x-pack/solutions/search/plugins/search_indices/server/routes/indices.ts" }, { - "plugin": "visTypeTimeseries", - "path": "src/plugins/vis_types/timeseries/server/routes/vis.ts" + "plugin": "searchPlayground", + "path": "x-pack/solutions/search/plugins/search_playground/server/routes.ts" }, { - "plugin": "infra", - "path": "x-pack/solutions/observability/plugins/infra/server/lib/adapters/framework/kibana_framework_adapter.ts" + "plugin": "searchPlayground", + "path": "x-pack/solutions/search/plugins/search_playground/server/routes.ts" }, { - "plugin": "synthetics", - "path": "x-pack/solutions/observability/plugins/synthetics/server/server.ts" + "plugin": "searchPlayground", + "path": "x-pack/solutions/search/plugins/search_playground/server/routes.ts" }, { - "plugin": "uptime", - "path": "x-pack/solutions/observability/plugins/uptime/server/legacy_uptime/uptime_server.ts" + "plugin": "searchPlayground", + "path": "x-pack/solutions/search/plugins/search_playground/server/routes.ts" }, { - "plugin": "contentManagement", - "path": "src/plugins/content_management/server/plugin.test.ts" + "plugin": "serverlessSearch", + "path": "x-pack/solutions/search/plugins/serverless_search/server/routes/api_key_routes.ts" }, { - "plugin": "contentManagement", - "path": "src/plugins/content_management/server/plugin.test.ts" + "plugin": "serverlessSearch", + "path": "x-pack/solutions/search/plugins/serverless_search/server/routes/indices_routes.ts" }, { - "plugin": "contentManagement", - "path": "src/plugins/content_management/server/plugin.test.ts" + "plugin": "serverlessSearch", + "path": "x-pack/solutions/search/plugins/serverless_search/server/routes/connectors_routes.ts" }, { - "plugin": "contentManagement", - "path": "src/plugins/content_management/server/plugin.test.ts" + "plugin": "serverlessSearch", + "path": "x-pack/solutions/search/plugins/serverless_search/server/routes/connectors_routes.ts" }, { - "plugin": "contentManagement", - "path": "src/plugins/content_management/server/plugin.test.ts" + "plugin": "serverlessSearch", + "path": "x-pack/solutions/search/plugins/serverless_search/server/routes/connectors_routes.ts" }, { - "plugin": "contentManagement", - "path": "src/plugins/content_management/server/plugin.test.ts" + "plugin": "serverlessSearch", + "path": "x-pack/solutions/search/plugins/serverless_search/server/routes/connectors_routes.ts" }, { - "plugin": "contentManagement", - "path": "src/plugins/content_management/server/plugin.test.ts" + "plugin": "serverlessSearch", + "path": "x-pack/solutions/search/plugins/serverless_search/server/routes/connectors_routes.ts" }, { - "plugin": "dataViewManagement", - "path": "src/plugins/data_view_management/server/routes/preview_scripted_field.ts" + "plugin": "serverlessSearch", + "path": "x-pack/solutions/search/plugins/serverless_search/server/routes/connectors_routes.ts" }, { - "plugin": "ftrApis", - "path": "src/plugins/ftr_apis/server/routes/kbn_client_so/bulk_delete.ts" + "plugin": "serverlessSearch", + "path": "x-pack/solutions/search/plugins/serverless_search/server/routes/connectors_routes.ts" }, { - "plugin": "ftrApis", - "path": "src/plugins/ftr_apis/server/routes/kbn_client_so/create.ts" + "plugin": "serverlessSearch", + "path": "x-pack/solutions/search/plugins/serverless_search/server/routes/connectors_routes.ts" }, { - "plugin": "ftrApis", - "path": "src/plugins/ftr_apis/server/routes/kbn_client_so/clean.ts" + "plugin": "serverlessSearch", + "path": "x-pack/solutions/search/plugins/serverless_search/server/routes/connectors_routes.ts" }, { "plugin": "interactiveSetup", @@ -7416,20 +6664,20 @@ "path": "src/plugins/interactive_setup/server/routes/verify.ts" }, { - "plugin": "savedObjectsManagement", - "path": "src/plugins/saved_objects_management/server/routes/bulk_delete.ts" + "plugin": "visTypeTimelion", + "path": "src/plugins/vis_types/timelion/server/routes/run.ts" }, { - "plugin": "savedObjectsManagement", - "path": "src/plugins/saved_objects_management/server/routes/bulk_get.ts" + "plugin": "ftrApis", + "path": "src/platform/plugins/private/ftr_apis/server/routes/kbn_client_so/bulk_delete.ts" }, { - "plugin": "savedObjectsManagement", - "path": "src/plugins/saved_objects_management/server/routes/scroll_count.ts" + "plugin": "ftrApis", + "path": "src/platform/plugins/private/ftr_apis/server/routes/kbn_client_so/create.ts" }, { - "plugin": "visTypeTimelion", - "path": "src/plugins/vis_types/timelion/server/routes/run.ts" + "plugin": "ftrApis", + "path": "src/platform/plugins/private/ftr_apis/server/routes/kbn_client_so/clean.ts" }, { "plugin": "console", @@ -7439,145 +6687,189 @@ "plugin": "console", "path": "src/platform/plugins/shared/console/server/routes/api/console/convert_request_to_language/index.ts" }, + { + "plugin": "contentManagement", + "path": "src/platform/plugins/shared/content_management/server/plugin.test.ts" + }, + { + "plugin": "contentManagement", + "path": "src/platform/plugins/shared/content_management/server/plugin.test.ts" + }, + { + "plugin": "contentManagement", + "path": "src/platform/plugins/shared/content_management/server/plugin.test.ts" + }, + { + "plugin": "contentManagement", + "path": "src/platform/plugins/shared/content_management/server/plugin.test.ts" + }, + { + "plugin": "contentManagement", + "path": "src/platform/plugins/shared/content_management/server/plugin.test.ts" + }, + { + "plugin": "contentManagement", + "path": "src/platform/plugins/shared/content_management/server/plugin.test.ts" + }, + { + "plugin": "contentManagement", + "path": "src/platform/plugins/shared/content_management/server/plugin.test.ts" + }, + { + "plugin": "dataViewManagement", + "path": "src/platform/plugins/shared/data_view_management/server/routes/preview_scripted_field.ts" + }, + { + "plugin": "savedObjectsManagement", + "path": "src/platform/plugins/shared/saved_objects_management/server/routes/bulk_delete.ts" + }, + { + "plugin": "savedObjectsManagement", + "path": "src/platform/plugins/shared/saved_objects_management/server/routes/bulk_get.ts" + }, + { + "plugin": "savedObjectsManagement", + "path": "src/platform/plugins/shared/saved_objects_management/server/routes/scroll_count.ts" + }, { "plugin": "mockIdpPlugin", "path": "packages/kbn-mock-idp-plugin/server/plugin.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { "plugin": "@kbn/core-http-router-server-mocks", @@ -7591,14 +6883,6 @@ "plugin": "encryptedSavedObjects", "path": "x-pack/plugins/encrypted_saved_objects/server/routes/key_rotation.test.ts" }, - { - "plugin": "globalSearch", - "path": "x-pack/plugins/global_search/server/routes/index.test.ts" - }, - { - "plugin": "globalSearch", - "path": "x-pack/plugins/global_search/server/routes/index.test.ts" - }, { "plugin": "spaces", "path": "x-pack/plugins/spaces/server/routes/api/external/copy_to_space.test.ts" @@ -7655,6 +6939,14 @@ "plugin": "alerting", "path": "x-pack/platform/plugins/shared/alerting/server/routes/update_flapping_settings.test.ts" }, + { + "plugin": "globalSearch", + "path": "x-pack/platform/plugins/shared/global_search/server/routes/index.test.ts" + }, + { + "plugin": "globalSearch", + "path": "x-pack/platform/plugins/shared/global_search/server/routes/index.test.ts" + }, { "plugin": "ruleRegistry", "path": "x-pack/platform/plugins/shared/rule_registry/server/routes/__mocks__/server.ts" @@ -8041,43 +7333,43 @@ }, { "plugin": "home", - "path": "src/plugins/home/server/plugin.test.ts" + "path": "src/platform/plugins/shared/home/server/plugin.test.ts" }, { "plugin": "home", - "path": "src/plugins/home/server/plugin.test.ts" + "path": "src/platform/plugins/shared/home/server/plugin.test.ts" }, { "plugin": "savedObjectsManagement", - "path": "src/plugins/saved_objects_management/server/routes/index.test.ts" + "path": "src/platform/plugins/shared/saved_objects_management/server/routes/index.test.ts" }, { "plugin": "savedObjectsManagement", - "path": "src/plugins/saved_objects_management/server/routes/index.test.ts" + "path": "src/platform/plugins/shared/saved_objects_management/server/routes/index.test.ts" }, { "plugin": "savedObjectsManagement", - "path": "src/plugins/saved_objects_management/server/routes/index.test.ts" + "path": "src/platform/plugins/shared/saved_objects_management/server/routes/index.test.ts" }, { "plugin": "savedObjectsManagement", - "path": "src/plugins/saved_objects_management/server/routes/index.test.ts" + "path": "src/platform/plugins/shared/saved_objects_management/server/routes/index.test.ts" }, { - "plugin": "@kbn/core-capabilities-server-internal", - "path": "packages/core/capabilities/core-capabilities-server-internal/src/capabilities_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/capabilities/server-internal/src/capabilities_service.test.ts" }, { - "plugin": "@kbn/core-capabilities-server-internal", - "path": "packages/core/capabilities/core-capabilities-server-internal/src/capabilities_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/capabilities/server-internal/src/capabilities_service.test.ts" }, { - "plugin": "@kbn/core-capabilities-server-internal", - "path": "packages/core/capabilities/core-capabilities-server-internal/src/capabilities_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/capabilities/server-internal/src/capabilities_service.test.ts" }, { - "plugin": "@kbn/core-capabilities-server-internal", - "path": "packages/core/capabilities/core-capabilities-server-internal/src/capabilities_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/capabilities/server-internal/src/capabilities_service.test.ts" }, { "plugin": "encryptedSavedObjects", @@ -8204,16 +7496,10 @@ "{@link RouteConfig } - a route configuration." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", "" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false }, @@ -8228,40 +7514,16 @@ ], "signature": [ "(context: Context, request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", response: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaResponseFactory", - "text": "KibanaResponseFactory" - }, + "KibanaResponseFactory", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | Promise<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ">" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -8276,7 +7538,7 @@ "signature": [ "Context" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false }, @@ -8288,16 +7550,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false }, @@ -8311,7 +7567,7 @@ "signature": [ "ResponseFactory" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false } @@ -8332,42 +7588,24 @@ ], "signature": [ "(route: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", ", handler: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandler", - "text": "RequestHandler" - }, + "RequestHandler", ") => void" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": true, "references": [ { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/update.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/update.ts" }, { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_update.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/bulk_update.ts" }, { "plugin": "spaces", @@ -8386,381 +7624,381 @@ "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update/update_rule_route.ts" }, { - "plugin": "guidedOnboarding", - "path": "src/plugins/guided_onboarding/server/routes/plugin_state_routes.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/component_templates/register_update_route.ts" }, { - "plugin": "logsShared", - "path": "x-pack/platform/plugins/shared/logs_shared/server/routes/deprecations/migrate_log_view_settings.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/data_streams/register_put_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_extraction_rules.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/enrich_policies/register_execute_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/adaptive_relevance.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_create_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/adaptive_relevance.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/mapping/register_update_mapping_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/crawler.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/settings/register_update_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/crawler.ts" + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/templates/register_update_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/crawler_crawl_rules.ts" + "plugin": "remoteClusters", + "path": "x-pack/platform/plugins/private/remote_clusters/server/routes/api/update_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/crawler_entry_points.ts" + "plugin": "crossClusterReplication", + "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/auto_follow_pattern/register_update_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/crawler_sitemaps.ts" + "plugin": "crossClusterReplication", + "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/follower_index/register_pause_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/credentials.ts" + "plugin": "crossClusterReplication", + "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/follower_index/register_resume_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/curations.ts" + "plugin": "crossClusterReplication", + "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/follower_index/register_unfollow_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/result_settings.ts" + "plugin": "crossClusterReplication", + "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/follower_index/register_update_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/role_mappings.ts" + "plugin": "logstash", + "path": "x-pack/platform/plugins/private/logstash/server/routes/pipeline/save.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/search_settings.ts" + "plugin": "monitoring", + "path": "x-pack/platform/plugins/private/monitoring/server/plugin.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/settings.ts" + "plugin": "reporting", + "path": "x-pack/platform/plugins/private/reporting/server/routes/internal/deprecations/deprecations.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/synonyms.ts" + "plugin": "reporting", + "path": "x-pack/platform/plugins/private/reporting/server/test_helpers/create_mock_reportingplugin.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "plugin": "rollup", + "path": "x-pack/platform/plugins/private/rollup/server/routes/api/jobs/register_create_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/search_applications.ts" + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/repositories.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/repositories.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/policy.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/policy.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" + "plugin": "logsShared", + "path": "x-pack/platform/plugins/shared/logs_shared/server/routes/deprecations/migrate_log_view_settings.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/routes/deprecation_logging.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" + "plugin": "watcher", + "path": "x-pack/platform/plugins/private/watcher/server/routes/api/watch/register_execute_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" + "plugin": "watcher", + "path": "x-pack/platform/plugins/private/watcher/server/routes/api/watch/register_save_route.ts" + }, + { + "plugin": "watcher", + "path": "x-pack/platform/plugins/private/watcher/server/routes/api/watch/register_activate_route.ts" + }, + { + "plugin": "watcher", + "path": "x-pack/platform/plugins/private/watcher/server/routes/api/watch/register_deactivate_route.ts" + }, + { + "plugin": "watcher", + "path": "x-pack/platform/plugins/private/watcher/server/routes/api/watch/action/register_acknowledge_route.ts" + }, + { + "plugin": "ingestPipelines", + "path": "x-pack/platform/plugins/shared/ingest_pipelines/server/routes/api/update.ts" + }, + { + "plugin": "licenseManagement", + "path": "x-pack/platform/plugins/shared/license_management/server/routes/api/license/register_license_route.ts" + }, + { + "plugin": "guidedOnboarding", + "path": "src/platform/plugins/shared/guided_onboarding/server/routes/plugin_state_routes.ts" + }, + { + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" + }, + { + "plugin": "observability", + "path": "x-pack/solutions/observability/plugins/observability/server/lib/annotations/register_annotation_apis.ts" + }, + { + "plugin": "metricsDataAccess", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" + }, + { + "plugin": "grokdebugger", + "path": "x-pack/platform/plugins/private/grokdebugger/server/lib/kibana_framework.ts" + }, + { + "plugin": "infra", + "path": "x-pack/solutions/observability/plugins/infra/server/lib/adapters/framework/kibana_framework_adapter.ts" + }, + { + "plugin": "synthetics", + "path": "x-pack/solutions/observability/plugins/synthetics/server/server.ts" + }, + { + "plugin": "uptime", + "path": "x-pack/solutions/observability/plugins/uptime/server/legacy_uptime/uptime_server.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_extraction_rules.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/adaptive_relevance.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/adaptive_relevance.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_crawl_rules.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/crawler.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_entry_points.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/crawler.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_sitemaps.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/crawler_crawl_rules.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/crawler_entry_points.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/crawler_sitemaps.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/credentials.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/telemetry.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/curations.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/groups.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/result_settings.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/groups.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/role_mappings.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/role_mappings.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/search_settings.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/settings.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/settings.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/settings.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/synonyms.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/settings.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/search_applications.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" }, { - "plugin": "reporting", - "path": "x-pack/plugins/reporting/server/routes/internal/deprecations/deprecations.ts" - }, - { - "plugin": "reporting", - "path": "x-pack/plugins/reporting/server/test_helpers/create_mock_reportingplugin.ts" - }, - { - "plugin": "searchInferenceEndpoints", - "path": "x-pack/plugins/search_inference_endpoints/server/routes.ts" - }, - { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/routes/deprecation_logging.ts" - }, - { - "plugin": "observability", - "path": "x-pack/solutions/observability/plugins/observability/server/lib/annotations/register_annotation_apis.ts" - }, - { - "plugin": "metricsDataAccess", - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" - }, - { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/component_templates/register_update_route.ts" - }, - { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/data_streams/register_put_route.ts" - }, - { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/enrich_policies/register_execute_route.ts" - }, - { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/indices/register_create_route.ts" - }, - { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/mapping/register_update_mapping_route.ts" - }, - { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/settings/register_update_route.ts" - }, - { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/templates/register_update_route.ts" - }, - { - "plugin": "remoteClusters", - "path": "x-pack/platform/plugins/private/remote_clusters/server/routes/api/update_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" }, { - "plugin": "crossClusterReplication", - "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/auto_follow_pattern/register_update_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" }, { - "plugin": "crossClusterReplication", - "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/follower_index/register_pause_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" }, { - "plugin": "crossClusterReplication", - "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/follower_index/register_resume_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" }, { - "plugin": "crossClusterReplication", - "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/follower_index/register_unfollow_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" }, { - "plugin": "crossClusterReplication", - "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/follower_index/register_update_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" }, { - "plugin": "logstash", - "path": "x-pack/platform/plugins/private/logstash/server/routes/pipeline/save.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" }, { - "plugin": "monitoring", - "path": "x-pack/platform/plugins/private/monitoring/server/plugin.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_crawl_rules.ts" }, { - "plugin": "rollup", - "path": "x-pack/platform/plugins/private/rollup/server/routes/api/jobs/register_create_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_entry_points.ts" }, { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/repositories.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_sitemaps.ts" }, { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/repositories.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" }, { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/policy.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" }, { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/policy.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" }, { - "plugin": "watcher", - "path": "x-pack/platform/plugins/private/watcher/server/routes/api/watch/register_execute_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/telemetry.ts" }, { - "plugin": "watcher", - "path": "x-pack/platform/plugins/private/watcher/server/routes/api/watch/register_save_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/groups.ts" }, { - "plugin": "watcher", - "path": "x-pack/platform/plugins/private/watcher/server/routes/api/watch/register_activate_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/groups.ts" }, { - "plugin": "watcher", - "path": "x-pack/platform/plugins/private/watcher/server/routes/api/watch/register_deactivate_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/role_mappings.ts" }, { - "plugin": "watcher", - "path": "x-pack/platform/plugins/private/watcher/server/routes/api/watch/action/register_acknowledge_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/settings.ts" }, { - "plugin": "ingestPipelines", - "path": "x-pack/platform/plugins/shared/ingest_pipelines/server/routes/api/update.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/settings.ts" }, { - "plugin": "licenseManagement", - "path": "x-pack/platform/plugins/shared/license_management/server/routes/api/license/register_license_route.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/settings.ts" }, { - "plugin": "@kbn/test-suites-xpack", - "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "grokdebugger", - "path": "x-pack/platform/plugins/private/grokdebugger/server/lib/kibana_framework.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "infra", - "path": "x-pack/solutions/observability/plugins/infra/server/lib/adapters/framework/kibana_framework_adapter.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "synthetics", - "path": "x-pack/solutions/observability/plugins/synthetics/server/server.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "uptime", - "path": "x-pack/solutions/observability/plugins/uptime/server/legacy_uptime/uptime_server.ts" + "plugin": "searchInferenceEndpoints", + "path": "x-pack/solutions/search/plugins/search_inference_endpoints/server/routes.ts" }, { "plugin": "ftrApis", - "path": "src/plugins/ftr_apis/server/routes/kbn_client_so/update.ts" + "path": "src/platform/plugins/private/ftr_apis/server/routes/kbn_client_so/update.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { "plugin": "@kbn/core-http-router-server-mocks", "path": "packages/core/http/core-http-router-server-mocks/src/router.mock.ts" }, - { - "plugin": "globalSearch", - "path": "x-pack/plugins/global_search/server/routes/index.test.ts" - }, { "plugin": "spaces", "path": "x-pack/plugins/spaces/server/routes/api/internal/set_solution_space.test.ts" }, + { + "plugin": "globalSearch", + "path": "x-pack/platform/plugins/shared/global_search/server/routes/index.test.ts" + }, { "plugin": "ruleRegistry", "path": "x-pack/platform/plugins/shared/rule_registry/server/routes/__mocks__/server.ts" @@ -8854,16 +8092,10 @@ "{@link RouteConfig } - a route configuration." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", "" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false }, @@ -8878,40 +8110,16 @@ ], "signature": [ "(context: Context, request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", response: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaResponseFactory", - "text": "KibanaResponseFactory" - }, + "KibanaResponseFactory", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | Promise<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ">" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -8926,7 +8134,7 @@ "signature": [ "Context" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false }, @@ -8938,16 +8146,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false }, @@ -8961,7 +8163,7 @@ "signature": [ "ResponseFactory" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false } @@ -8982,32 +8184,14 @@ ], "signature": [ "(route: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", ", handler: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandler", - "text": "RequestHandler" - }, + "RequestHandler", ") => void" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": true, "references": [ @@ -9024,40 +8208,40 @@ "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_disable/bulk_disable_rules_route.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/security.ts" + "plugin": "@kbn/test-suites-xpack", + "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/resilient_simulation.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "metricsDataAccess", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "plugin": "infra", + "path": "x-pack/solutions/observability/plugins/infra/server/lib/adapters/framework/kibana_framework_adapter.ts" }, { - "plugin": "metricsDataAccess", - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/security.ts" }, { - "plugin": "@kbn/test-suites-xpack", - "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/resilient_simulation.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "infra", - "path": "x-pack/solutions/observability/plugins/infra/server/lib/adapters/framework/kibana_framework_adapter.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { "plugin": "@kbn/core-http-router-server-mocks", @@ -9148,16 +8332,10 @@ "{@link RouteConfig } - a route configuration." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", "" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false }, @@ -9172,40 +8350,16 @@ ], "signature": [ "(context: Context, request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", response: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaResponseFactory", - "text": "KibanaResponseFactory" - }, + "KibanaResponseFactory", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | Promise<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ">" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -9220,7 +8374,7 @@ "signature": [ "Context" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false }, @@ -9232,16 +8386,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false }, @@ -9255,7 +8403,7 @@ "signature": [ "ResponseFactory" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false } @@ -9276,38 +8424,20 @@ ], "signature": [ "(route: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", ", handler: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandler", - "text": "RequestHandler" - }, + "RequestHandler", ") => void" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": true, "references": [ { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/delete.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/delete.ts" }, { "plugin": "@kbn/core-ui-settings-server-internal", @@ -9327,287 +8457,287 @@ }, { "plugin": "home", - "path": "src/plugins/home/server/services/sample_data/routes/uninstall.ts" + "path": "src/platform/plugins/shared/home/server/services/sample_data/routes/uninstall.ts" }, { "plugin": "security", "path": "x-pack/plugins/security/server/routes/role_mapping/delete.ts" }, { - "plugin": "security", - "path": "x-pack/plugins/security/server/routes/users/delete.ts" + "plugin": "security", + "path": "x-pack/plugins/security/server/routes/users/delete.ts" + }, + { + "plugin": "share", + "path": "src/platform/plugins/shared/share/server/url_service/http/short_urls/register_delete_route.ts" + }, + { + "plugin": "actions", + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/delete/delete.ts" + }, + { + "plugin": "alerting", + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/delete/delete_rule_route.ts" + }, + { + "plugin": "alerting", + "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/delete/delete_maintenance_window_route.ts" + }, + { + "plugin": "alerting", + "path": "x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/delete/delete_backfill_route.ts" + }, + { + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/component_templates/register_delete_route.ts" + }, + { + "plugin": "indexManagement", + "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/enrich_policies/register_delete_route.ts" + }, + { + "plugin": "remoteClusters", + "path": "x-pack/platform/plugins/private/remote_clusters/server/routes/api/delete_route.ts" + }, + { + "plugin": "crossClusterReplication", + "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/auto_follow_pattern/register_delete_route.ts" + }, + { + "plugin": "indexLifecycleManagement", + "path": "x-pack/platform/plugins/private/index_lifecycle_management/server/routes/api/policies/register_delete_route.ts" + }, + { + "plugin": "logstash", + "path": "x-pack/platform/plugins/private/logstash/server/routes/pipeline/delete.ts" + }, + { + "plugin": "reporting", + "path": "x-pack/platform/plugins/private/reporting/server/routes/internal/management/jobs.ts" + }, + { + "plugin": "reporting", + "path": "x-pack/platform/plugins/private/reporting/server/routes/public/jobs.ts" + }, + { + "plugin": "reporting", + "path": "x-pack/platform/plugins/private/reporting/server/test_helpers/create_mock_reportingplugin.ts" + }, + { + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/server/routes/tags/delete_tag.ts" + }, + { + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/repositories.ts" + }, + { + "plugin": "snapshotRestore", + "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/policy.ts" + }, + { + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/routes/deprecation_logging.ts" + }, + { + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/routes/ml_snapshots.ts" }, { - "plugin": "share", - "path": "src/plugins/share/server/url_service/http/short_urls/register_delete_route.ts" + "plugin": "watcher", + "path": "x-pack/platform/plugins/private/watcher/server/routes/api/watch/register_delete_route.ts" }, { - "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/delete/delete.ts" + "plugin": "ingestPipelines", + "path": "x-pack/platform/plugins/shared/ingest_pipelines/server/routes/api/delete.ts" }, { - "plugin": "alerting", - "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/delete/delete_rule_route.ts" + "plugin": "ingestPipelines", + "path": "x-pack/platform/plugins/shared/ingest_pipelines/server/routes/api/database/delete.ts" }, { - "plugin": "alerting", - "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/delete/delete_maintenance_window_route.ts" + "plugin": "observability", + "path": "x-pack/solutions/observability/plugins/observability/server/lib/annotations/register_annotation_apis.ts" }, { - "plugin": "alerting", - "path": "x-pack/platform/plugins/shared/alerting/server/routes/backfill/apis/delete/delete_backfill_route.ts" + "plugin": "metricsDataAccess", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_extraction_rules.ts" + "plugin": "grokdebugger", + "path": "x-pack/platform/plugins/private/grokdebugger/server/lib/kibana_framework.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/crawler.ts" + "plugin": "infra", + "path": "x-pack/solutions/observability/plugins/infra/server/lib/adapters/framework/kibana_framework_adapter.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/crawler.ts" + "plugin": "synthetics", + "path": "x-pack/solutions/observability/plugins/synthetics/server/server.ts" }, { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/crawler_crawl_rules.ts" + "plugin": "uptime", + "path": "x-pack/solutions/observability/plugins/uptime/server/legacy_uptime/uptime_server.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/crawler_entry_points.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_extraction_rules.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/crawler_sitemaps.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/crawler.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/credentials.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/crawler.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/curations.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/crawler_crawl_rules.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/documents.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/crawler_entry_points.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/engines.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/crawler_sitemaps.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/role_mappings.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/credentials.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/source_engines.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/curations.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/app_search/synonyms.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/documents.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/engines.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/role_mappings.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/source_engines.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/app_search/synonyms.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/search_applications.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/analytics.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_crawl_rules.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/indices.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_entry_points.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/search_applications.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_sitemaps.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/analytics.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/connectors.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_crawl_rules.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/api_keys.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_entry_points.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/groups.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler_sitemaps.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/oauth.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/role_mappings.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/enterprise_search/crawler/crawler.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/api_keys.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/groups.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/routes/workplace_search/sources.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/oauth.ts" }, { - "plugin": "reporting", - "path": "x-pack/plugins/reporting/server/routes/internal/management/jobs.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/role_mappings.ts" }, { - "plugin": "reporting", - "path": "x-pack/plugins/reporting/server/routes/public/jobs.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "reporting", - "path": "x-pack/plugins/reporting/server/test_helpers/create_mock_reportingplugin.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/server/routes/tags/delete_tag.ts" + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/routes/workplace_search/sources.ts" }, { "plugin": "searchIndices", - "path": "x-pack/plugins/search_indices/server/routes/documents.ts" + "path": "x-pack/solutions/search/plugins/search_indices/server/routes/documents.ts" }, { "plugin": "searchInferenceEndpoints", - "path": "x-pack/plugins/search_inference_endpoints/server/routes.ts" + "path": "x-pack/solutions/search/plugins/search_inference_endpoints/server/routes.ts" }, { "plugin": "serverlessSearch", - "path": "x-pack/plugins/serverless_search/server/routes/connectors_routes.ts" - }, - { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/routes/deprecation_logging.ts" - }, - { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/routes/ml_snapshots.ts" - }, - { - "plugin": "observability", - "path": "x-pack/solutions/observability/plugins/observability/server/lib/annotations/register_annotation_apis.ts" - }, - { - "plugin": "metricsDataAccess", - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" - }, - { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/component_templates/register_delete_route.ts" - }, - { - "plugin": "indexManagement", - "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/enrich_policies/register_delete_route.ts" - }, - { - "plugin": "remoteClusters", - "path": "x-pack/platform/plugins/private/remote_clusters/server/routes/api/delete_route.ts" - }, - { - "plugin": "crossClusterReplication", - "path": "x-pack/platform/plugins/private/cross_cluster_replication/server/routes/api/auto_follow_pattern/register_delete_route.ts" - }, - { - "plugin": "indexLifecycleManagement", - "path": "x-pack/platform/plugins/private/index_lifecycle_management/server/routes/api/policies/register_delete_route.ts" - }, - { - "plugin": "logstash", - "path": "x-pack/platform/plugins/private/logstash/server/routes/pipeline/delete.ts" - }, - { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/repositories.ts" - }, - { - "plugin": "snapshotRestore", - "path": "x-pack/platform/plugins/private/snapshot_restore/server/routes/api/policy.ts" - }, - { - "plugin": "watcher", - "path": "x-pack/platform/plugins/private/watcher/server/routes/api/watch/register_delete_route.ts" - }, - { - "plugin": "ingestPipelines", - "path": "x-pack/platform/plugins/shared/ingest_pipelines/server/routes/api/delete.ts" - }, - { - "plugin": "ingestPipelines", - "path": "x-pack/platform/plugins/shared/ingest_pipelines/server/routes/api/database/delete.ts" - }, - { - "plugin": "grokdebugger", - "path": "x-pack/platform/plugins/private/grokdebugger/server/lib/kibana_framework.ts" - }, - { - "plugin": "infra", - "path": "x-pack/solutions/observability/plugins/infra/server/lib/adapters/framework/kibana_framework_adapter.ts" - }, - { - "plugin": "synthetics", - "path": "x-pack/solutions/observability/plugins/synthetics/server/server.ts" - }, - { - "plugin": "uptime", - "path": "x-pack/solutions/observability/plugins/uptime/server/legacy_uptime/uptime_server.ts" + "path": "x-pack/solutions/search/plugins/serverless_search/server/routes/connectors_routes.ts" }, { "plugin": "ftrApis", - "path": "src/plugins/ftr_apis/server/routes/kbn_client_so/delete.ts" + "path": "src/platform/plugins/private/ftr_apis/server/routes/kbn_client_so/delete.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/router.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/router.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.test.ts" }, { "plugin": "@kbn/core-http-router-server-mocks", @@ -9615,7 +8745,7 @@ }, { "plugin": "globalSearch", - "path": "x-pack/plugins/global_search/server/routes/index.test.ts" + "path": "x-pack/platform/plugins/shared/global_search/server/routes/index.test.ts" }, { "plugin": "ruleRegistry", @@ -9714,16 +8844,10 @@ "{@link RouteConfig } - a route configuration." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", "" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false }, @@ -9738,40 +8862,16 @@ ], "signature": [ "(context: Context, request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", response: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaResponseFactory", - "text": "KibanaResponseFactory" - }, + "KibanaResponseFactory", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | Promise<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ">" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -9786,7 +8886,7 @@ "signature": [ "Context" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false }, @@ -9798,16 +8898,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false }, @@ -9821,7 +8915,7 @@ "signature": [ "ResponseFactory" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false } @@ -9840,64 +8934,22 @@ ], "signature": [ "(handler: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandler", - "text": "RequestHandler" - }, + "RequestHandler", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandler", - "text": "RequestHandler" - }, + "RequestHandler", "" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -9913,32 +8965,14 @@ ], "signature": [ "(context: Context, request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", response: ResponseFactory) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | Promise<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ">" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -9953,7 +8987,7 @@ "signature": [ "Context" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false }, @@ -9965,16 +8999,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false }, @@ -9988,7 +9016,7 @@ "signature": [ "ResponseFactory" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false } @@ -10008,16 +9036,10 @@ "\nAn instance very similar to {@link IRouter} that can be used for versioning HTTP routes\nfollowing the Elastic versioning specification.\n" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouter", - "text": "VersionedRouter" - }, + "VersionedRouter", "" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false } @@ -10033,7 +9055,7 @@ "description": [ "\nAPIs for creating hrefs to static assets.\n" ], - "path": "packages/core/http/core-http-server/src/static_assets.ts", + "path": "src/core/packages/http/server/src/static_assets.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10049,7 +9071,7 @@ "signature": [ "(assetPath: string) => string" ], - "path": "packages/core/http/core-http-server/src/static_assets.ts", + "path": "src/core/packages/http/server/src/static_assets.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10063,7 +9085,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-server/src/static_assets.ts", + "path": "src/core/packages/http/server/src/static_assets.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10085,7 +9107,7 @@ "signature": [ "(pathname: string) => string" ], - "path": "packages/core/http/core-http-server/src/static_assets.ts", + "path": "src/core/packages/http/server/src/static_assets.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10099,7 +9121,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-server/src/static_assets.ts", + "path": "src/core/packages/http/server/src/static_assets.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10117,7 +9139,7 @@ "tags": [], "label": "KibanaErrorResponseFactory", "description": [], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10132,24 +9154,12 @@ ], "signature": [ "(options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ErrorHttpResponseOptions", - "text": "ErrorHttpResponseOptions" - }, + "ErrorHttpResponseOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10163,16 +9173,10 @@ "- {@link HttpResponseOptions } configures HTTP response headers, error message and other error details to pass to the client" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ErrorHttpResponseOptions", - "text": "ErrorHttpResponseOptions" - }, + "ErrorHttpResponseOptions", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -10191,24 +9195,12 @@ ], "signature": [ "(options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ErrorHttpResponseOptions", - "text": "ErrorHttpResponseOptions" - }, + "ErrorHttpResponseOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10222,16 +9214,10 @@ "- {@link HttpResponseOptions } configures HTTP response headers, error message and other error details to pass to the client" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ErrorHttpResponseOptions", - "text": "ErrorHttpResponseOptions" - }, + "ErrorHttpResponseOptions", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -10250,24 +9236,12 @@ ], "signature": [ "(options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ErrorHttpResponseOptions", - "text": "ErrorHttpResponseOptions" - }, + "ErrorHttpResponseOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10281,16 +9255,10 @@ "- {@link HttpResponseOptions } configures HTTP response headers, error message and other error details to pass to the client" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ErrorHttpResponseOptions", - "text": "ErrorHttpResponseOptions" - }, + "ErrorHttpResponseOptions", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -10309,24 +9277,12 @@ ], "signature": [ "(options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ErrorHttpResponseOptions", - "text": "ErrorHttpResponseOptions" - }, + "ErrorHttpResponseOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10340,16 +9296,10 @@ "- {@link HttpResponseOptions } configures HTTP response headers, error message and other error details to pass to the client" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ErrorHttpResponseOptions", - "text": "ErrorHttpResponseOptions" - }, + "ErrorHttpResponseOptions", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -10368,24 +9318,12 @@ ], "signature": [ "(options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ErrorHttpResponseOptions", - "text": "ErrorHttpResponseOptions" - }, + "ErrorHttpResponseOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10399,16 +9337,10 @@ "- {@link HttpResponseOptions } configures HTTP response headers, error message and other error details to pass to the client" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ErrorHttpResponseOptions", - "text": "ErrorHttpResponseOptions" - }, + "ErrorHttpResponseOptions", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -10427,24 +9359,12 @@ ], "signature": [ "(options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ErrorHttpResponseOptions", - "text": "ErrorHttpResponseOptions" - }, + "ErrorHttpResponseOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10458,16 +9378,10 @@ "- {@link HttpResponseOptions } configures HTTP response headers, error message and other error details to pass to the client" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ErrorHttpResponseOptions", - "text": "ErrorHttpResponseOptions" - }, + "ErrorHttpResponseOptions", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -10486,32 +9400,14 @@ ], "signature": [ "(options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.CustomHttpResponseOptions", - "text": "CustomHttpResponseOptions" - }, + "CustomHttpResponseOptions", "<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseError", - "text": "ResponseError" - }, + "ResponseError", ">) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10525,24 +9421,12 @@ "- {@link CustomHttpResponseOptions } configures HTTP response headers, error message and other error details to pass to the client" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.CustomHttpResponseOptions", - "text": "CustomHttpResponseOptions" - }, + "CustomHttpResponseOptions", "<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseError", - "text": "ResponseError" - }, + "ResponseError", ">" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10560,7 +9444,7 @@ "tags": [], "label": "KibanaNotModifiedResponseFactory", "description": [], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10575,24 +9459,12 @@ ], "signature": [ "(options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10606,16 +9478,10 @@ "- {@link HttpResponseOptions } configures HTTP response body & headers." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", "" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10633,7 +9499,7 @@ "tags": [], "label": "KibanaRedirectionResponseFactory", "description": [], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10648,24 +9514,12 @@ ], "signature": [ "(options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RedirectResponseOptions", - "text": "RedirectResponseOptions" - }, + "RedirectResponseOptions", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10679,15 +9533,9 @@ "- {@link RedirectResponseOptions } configures HTTP response body & headers.\nExpects `location` header to be set." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RedirectResponseOptions", - "text": "RedirectResponseOptions" - } + "RedirectResponseOptions" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10708,16 +9556,10 @@ "\nKibana specific abstraction for an incoming request." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10730,7 +9572,7 @@ "description": [ "\nA identifier to identify this request.\n" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -10743,7 +9585,7 @@ "description": [ "\nA UUID to identify this request.\n" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -10759,7 +9601,7 @@ "signature": [ "URL" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -10790,16 +9632,10 @@ "text": "RecursiveReadonly" }, "<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequestRouteOptions", - "text": "KibanaRequestRouteOptions" - }, + "KibanaRequestRouteOptions", ">; readonly routePath?: string | undefined; }" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -10815,7 +9651,7 @@ "signature": [ "{ date?: string | string[] | undefined; allow?: string | string[] | undefined; warning?: string | string[] | undefined; location?: string | string[] | undefined; authorization?: string | string[] | undefined; from?: string | string[] | undefined; host?: string | string[] | undefined; range?: string | string[] | undefined; etag?: string | string[] | undefined; expires?: string | string[] | undefined; accept?: string | string[] | undefined; \"accept-language\"?: string | string[] | undefined; \"accept-patch\"?: string | string[] | undefined; \"accept-ranges\"?: string | string[] | undefined; \"access-control-allow-credentials\"?: string | string[] | undefined; \"access-control-allow-headers\"?: string | string[] | undefined; \"access-control-allow-methods\"?: string | string[] | undefined; \"access-control-allow-origin\"?: string | string[] | undefined; \"access-control-expose-headers\"?: string | string[] | undefined; \"access-control-max-age\"?: string | string[] | undefined; \"access-control-request-headers\"?: string | string[] | undefined; \"access-control-request-method\"?: string | string[] | undefined; age?: string | string[] | undefined; \"alt-svc\"?: string | string[] | undefined; \"cache-control\"?: string | string[] | undefined; connection?: string | string[] | undefined; \"content-disposition\"?: string | string[] | undefined; \"content-encoding\"?: string | string[] | undefined; \"content-language\"?: string | string[] | undefined; \"content-length\"?: string | string[] | undefined; \"content-location\"?: string | string[] | undefined; \"content-range\"?: string | string[] | undefined; \"content-type\"?: string | string[] | undefined; cookie?: string | string[] | undefined; expect?: string | string[] | undefined; forwarded?: string | string[] | undefined; \"if-match\"?: string | string[] | undefined; \"if-modified-since\"?: string | string[] | undefined; \"if-none-match\"?: string | string[] | undefined; \"if-unmodified-since\"?: string | string[] | undefined; \"last-modified\"?: string | string[] | undefined; origin?: string | string[] | undefined; pragma?: string | string[] | undefined; \"proxy-authenticate\"?: string | string[] | undefined; \"proxy-authorization\"?: string | string[] | undefined; \"public-key-pins\"?: string | string[] | undefined; referer?: string | string[] | undefined; \"retry-after\"?: string | string[] | undefined; \"sec-websocket-accept\"?: string | string[] | undefined; \"sec-websocket-extensions\"?: string | string[] | undefined; \"sec-websocket-key\"?: string | string[] | undefined; \"sec-websocket-protocol\"?: string | string[] | undefined; \"sec-websocket-version\"?: string | string[] | undefined; \"set-cookie\"?: string | string[] | undefined; \"strict-transport-security\"?: string | string[] | undefined; tk?: string | string[] | undefined; trailer?: string | string[] | undefined; \"transfer-encoding\"?: string | string[] | undefined; upgrade?: string | string[] | undefined; \"user-agent\"?: string | string[] | undefined; vary?: string | string[] | undefined; via?: string | string[] | undefined; \"www-authenticate\"?: string | string[] | undefined; } & { [header: string]: string | string[] | undefined; }" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -10828,7 +9664,7 @@ "description": [ "\nWhether or not the request is a \"system request\" rather than an application-level request.\nCan be set on the client using the `HttpFetchOptions#asSystemRequest` option." ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -10841,7 +9677,7 @@ "description": [ "\nAllows identifying requests that were created using a {@link FakeRawRequest}\nEven if the API facade is the same, fake requests have some stubbed functionalities." ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -10857,7 +9693,7 @@ "signature": [ "Record | undefined" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -10872,7 +9708,7 @@ "description": [ "\nAn internal request has access to internal routes." ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -10885,7 +9721,7 @@ "description": [ "\nThe HTTP version sent by the client." ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -10901,7 +9737,7 @@ "signature": [ "\"http1\" | \"http2\"" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -10915,15 +9751,9 @@ "\nThe socket associated with this request.\nSee {@link IKibanaSocket}." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaSocket", - "text": "IKibanaSocket" - } + "IKibanaSocket" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -10937,15 +9767,9 @@ "\nAllow to listen to events bound to this request.\nSee {@link KibanaRequestEvents}." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequestEvents", - "text": "KibanaRequestEvents" - } + "KibanaRequestEvents" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -10959,15 +9783,9 @@ "\nThe auth status of this request.\nSee {@link KibanaRequestAuth}." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequestAuth", - "text": "KibanaRequestAuth" - } + "KibanaRequestAuth" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -10984,7 +9802,7 @@ "URL", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -11000,7 +9818,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -11016,7 +9834,7 @@ "signature": [ "Params" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -11032,7 +9850,7 @@ "signature": [ "Query" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -11048,7 +9866,7 @@ "signature": [ "Body" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false } @@ -11064,7 +9882,7 @@ "description": [ "\nAuth status for this request." ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11077,7 +9895,7 @@ "description": [ "true if the request has been successfully authenticated, false otherwise." ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false } @@ -11093,7 +9911,7 @@ "description": [ "\nRequest events." ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11110,7 +9928,7 @@ "Observable", "" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -11127,7 +9945,7 @@ "Observable", "" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false } @@ -11144,16 +9962,10 @@ "\nRequest specific route information exposed to a handler." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequestRoute", - "text": "KibanaRequestRoute" - }, + "KibanaRequestRoute", "" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11164,7 +9976,7 @@ "tags": [], "label": "path", "description": [], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -11178,7 +9990,7 @@ "signature": [ "Method" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -11191,32 +10003,14 @@ "description": [], "signature": [ "(Method extends \"get\" | \"options\" ? Required, \"body\">> : Required<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfigOptions", - "text": "RouteConfigOptions" - }, + "RouteConfigOptions", ">) & { security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; }" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -11230,7 +10024,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false } @@ -11245,17 +10039,11 @@ "label": "KibanaRequestState", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequestState", - "text": "KibanaRequestState" - }, + "KibanaRequestState", " extends ", "RequestApplicationState" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11266,7 +10054,7 @@ "tags": [], "label": "requestId", "description": [], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -11277,7 +10065,7 @@ "tags": [], "label": "requestUuid", "description": [], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -11292,7 +10080,7 @@ "URL", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -11306,7 +10094,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -11320,7 +10108,7 @@ "signature": [ "Record | undefined" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -11334,7 +10122,7 @@ "signature": [ "(() => void) | undefined" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -11351,17 +10139,11 @@ "label": "KibanaRouteOptions", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRouteOptions", - "text": "KibanaRouteOptions" - }, + "KibanaRouteOptions", " extends ", "RouteOptionsApp" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11373,16 +10155,10 @@ "label": "deprecated", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteDeprecationInfo", - "text": "RouteDeprecationInfo" - }, + "RouteDeprecationInfo", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -11393,7 +10169,7 @@ "tags": [], "label": "xsrfRequired", "description": [], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -11407,7 +10183,7 @@ "signature": [ "\"internal\" | \"public\"" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false }, @@ -11419,16 +10195,10 @@ "label": "security", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.InternalRouteSecurity", - "text": "InternalRouteSecurity" - }, + "InternalRouteSecurity", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false } @@ -11442,7 +10212,7 @@ "tags": [], "label": "KibanaSuccessResponseFactory", "description": [], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11459,32 +10229,14 @@ " | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined = any>(options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11498,16 +10250,10 @@ "- {@link HttpResponseOptions } configures HTTP response body & headers." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -11528,32 +10274,14 @@ " | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined = any>(options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11567,16 +10295,10 @@ "- {@link HttpResponseOptions } configures HTTP response body & headers." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -11597,32 +10319,14 @@ " | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined = any>(options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11636,16 +10340,10 @@ "- {@link HttpResponseOptions } configures HTTP response body & headers." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -11664,24 +10362,12 @@ ], "signature": [ "(options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11695,16 +10381,10 @@ "- {@link HttpResponseOptions } configures HTTP response body & headers." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -11723,24 +10403,12 @@ ], "signature": [ "(options?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11754,16 +10422,10 @@ "- {@link HttpResponseOptions } configures HTTP response body & headers." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -11781,7 +10443,7 @@ "tags": [], "label": "OnPostAuthAuthzResult", "description": [], - "path": "packages/core/http/core-http-server/src/lifecycle/on_post_auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_post_auth.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11793,16 +10455,10 @@ "label": "type", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPostAuthResultType", - "text": "OnPostAuthResultType" - }, + "OnPostAuthResultType", ".authzResult" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_post_auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_post_auth.ts", "deprecated": false, "trackAdoption": false }, @@ -11816,7 +10472,7 @@ "signature": [ "{ [x: string]: boolean; }" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_post_auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_post_auth.ts", "deprecated": false, "trackAdoption": false } @@ -11830,7 +10486,7 @@ "tags": [], "label": "OnPostAuthNextResult", "description": [], - "path": "packages/core/http/core-http-server/src/lifecycle/on_post_auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_post_auth.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11842,16 +10498,10 @@ "label": "type", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPostAuthResultType", - "text": "OnPostAuthResultType" - }, + "OnPostAuthResultType", ".next" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_post_auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_post_auth.ts", "deprecated": false, "trackAdoption": false } @@ -11865,7 +10515,7 @@ "tags": [], "label": "OnPostAuthToolkit", "description": [], - "path": "packages/core/http/core-http-server/src/lifecycle/on_post_auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_post_auth.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11880,15 +10530,9 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPostAuthResult", - "text": "OnPostAuthResult" - } + "OnPostAuthResult" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_post_auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_post_auth.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -11903,15 +10547,9 @@ "description": [], "signature": [ "(authzResult: Record) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPostAuthAuthzResult", - "text": "OnPostAuthAuthzResult" - } + "OnPostAuthAuthzResult" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_post_auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_post_auth.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11925,7 +10563,7 @@ "signature": [ "Record" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_post_auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_post_auth.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -11943,7 +10581,7 @@ "tags": [], "label": "OnPreAuthNextResult", "description": [], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_auth.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11955,15 +10593,9 @@ "label": "type", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreAuthResultType", - "text": "OnPreAuthResultType" - } + "OnPreAuthResultType" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_auth.ts", "deprecated": false, "trackAdoption": false } @@ -11977,7 +10609,7 @@ "tags": [], "label": "OnPreAuthToolkit", "description": [], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_auth.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11992,15 +10624,9 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreAuthNextResult", - "text": "OnPreAuthNextResult" - } + "OnPreAuthNextResult" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_auth.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -12018,7 +10644,7 @@ "description": [ "\nAdditional data to extend a response." ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_response.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_response.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12032,16 +10658,10 @@ "additional headers to attach to the response" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseHeaders", - "text": "ResponseHeaders" - }, + "ResponseHeaders", " | undefined" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_response.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_response.ts", "deprecated": false, "trackAdoption": false } @@ -12057,7 +10677,7 @@ "description": [ "\nResponse status code." ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_response.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_response.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12068,7 +10688,7 @@ "tags": [], "label": "statusCode", "description": [], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_response.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_response.ts", "deprecated": false, "trackAdoption": false } @@ -12084,7 +10704,7 @@ "description": [ "\nAdditional data to extend a response when rendering a new body" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_response.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_response.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12098,16 +10718,10 @@ "additional headers to attach to the response" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseHeaders", - "text": "ResponseHeaders" - }, + "ResponseHeaders", " | undefined" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_response.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_response.ts", "deprecated": false, "trackAdoption": false }, @@ -12120,7 +10734,7 @@ "description": [ "the body to use in the response" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_response.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_response.ts", "deprecated": false, "trackAdoption": false } @@ -12134,7 +10748,7 @@ "tags": [], "label": "OnPreResponseResultNext", "description": [], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_response.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_response.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12146,16 +10760,10 @@ "label": "type", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreResponseResultType", - "text": "OnPreResponseResultType" - }, + "OnPreResponseResultType", ".next" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_response.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_response.ts", "deprecated": false, "trackAdoption": false }, @@ -12167,16 +10775,10 @@ "label": "headers", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseHeaders", - "text": "ResponseHeaders" - }, + "ResponseHeaders", " | undefined" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_response.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_response.ts", "deprecated": false, "trackAdoption": false } @@ -12190,7 +10792,7 @@ "tags": [], "label": "OnPreResponseResultRender", "description": [], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_response.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_response.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12202,16 +10804,10 @@ "label": "type", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreResponseResultType", - "text": "OnPreResponseResultType" - }, + "OnPreResponseResultType", ".render" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_response.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_response.ts", "deprecated": false, "trackAdoption": false }, @@ -12222,7 +10818,7 @@ "tags": [], "label": "body", "description": [], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_response.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_response.ts", "deprecated": false, "trackAdoption": false }, @@ -12234,16 +10830,10 @@ "label": "headers", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseHeaders", - "text": "ResponseHeaders" - }, + "ResponseHeaders", " | undefined" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_response.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_response.ts", "deprecated": false, "trackAdoption": false } @@ -12259,7 +10849,7 @@ "description": [ "\nA tool set defining an outcome of OnPreResponse interceptor for incoming request." ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_response.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_response.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12274,23 +10864,11 @@ ], "signature": [ "(responseRender: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreResponseRender", - "text": "OnPreResponseRender" - }, + "OnPreResponseRender", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreResponseResult", - "text": "OnPreResponseResult" - } + "OnPreResponseResult" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_response.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_response.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12302,15 +10880,9 @@ "label": "responseRender", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreResponseRender", - "text": "OnPreResponseRender" - } + "OnPreResponseRender" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_response.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_response.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -12329,23 +10901,11 @@ ], "signature": [ "(responseExtensions?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreResponseExtensions", - "text": "OnPreResponseExtensions" - }, + "OnPreResponseExtensions", " | undefined) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreResponseResult", - "text": "OnPreResponseResult" - } + "OnPreResponseResult" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_response.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_response.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12357,16 +10917,10 @@ "label": "responseExtensions", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreResponseExtensions", - "text": "OnPreResponseExtensions" - }, + "OnPreResponseExtensions", " | undefined" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_response.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_response.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -12384,7 +10938,7 @@ "tags": [], "label": "OnPreRoutingResultNext", "description": [], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_routing.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_routing.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12396,16 +10950,10 @@ "label": "type", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreRoutingResultType", - "text": "OnPreRoutingResultType" - }, + "OnPreRoutingResultType", ".next" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_routing.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_routing.ts", "deprecated": false, "trackAdoption": false } @@ -12419,7 +10967,7 @@ "tags": [], "label": "OnPreRoutingResultRewriteUrl", "description": [], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_routing.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_routing.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12431,16 +10979,10 @@ "label": "type", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreRoutingResultType", - "text": "OnPreRoutingResultType" - }, + "OnPreRoutingResultType", ".rewriteUrl" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_routing.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_routing.ts", "deprecated": false, "trackAdoption": false }, @@ -12451,7 +10993,7 @@ "tags": [], "label": "url", "description": [], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_routing.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_routing.ts", "deprecated": false, "trackAdoption": false } @@ -12465,7 +11007,7 @@ "tags": [], "label": "OnPreRoutingToolkit", "description": [], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_routing.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_routing.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12480,15 +11022,9 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreRoutingResult", - "text": "OnPreRoutingResult" - } + "OnPreRoutingResult" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_routing.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_routing.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -12505,15 +11041,9 @@ ], "signature": [ "(url: string) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreRoutingResult", - "text": "OnPreRoutingResult" - } + "OnPreRoutingResult" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_routing.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_routing.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12527,7 +11057,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_routing.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_routing.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -12547,7 +11077,7 @@ "description": [ "\nPost Validation Route emitter metadata." ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12559,16 +11089,10 @@ "label": "deprecated", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteDeprecationInfo", - "text": "RouteDeprecationInfo" - }, + "RouteDeprecationInfo", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -12579,7 +11103,7 @@ "tags": [], "label": "isInternalApiRequest", "description": [], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -12590,7 +11114,7 @@ "tags": [], "label": "isPublicAccess", "description": [], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false } @@ -12606,7 +11130,7 @@ "description": [ "\nA set of privileges that can be used to define complex authorization requirements.\n\n- `anyRequired`: An array of privileges where at least one must be satisfied to meet the authorization requirement.\n- `allRequired`: An array of privileges where all listed privileges must be satisfied to meet the authorization requirement." ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12620,7 +11144,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -12634,7 +11158,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false } @@ -12650,7 +11174,7 @@ "description": [ "\nBase, abstract type for request handler contexts." ], - "path": "packages/core/http/core-http-server/src/router/request_handler_context.ts", + "path": "src/core/packages/http/server/src/router/request_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12674,7 +11198,7 @@ }, ">>" ], - "path": "packages/core/http/core-http-server/src/router/request_handler_context.ts", + "path": "src/core/packages/http/server/src/router/request_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12688,7 +11212,7 @@ "signature": [ "T[]" ], - "path": "packages/core/http/core-http-server/src/router/request_handler_context.ts", + "path": "src/core/packages/http/server/src/router/request_handler_context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -12709,16 +11233,10 @@ "\nRoute specific configuration." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", "" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12731,7 +11249,7 @@ "description": [ "\nThe endpoint _within_ the router path to register the route.\n" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -12746,24 +11264,12 @@ ], "signature": [ "false | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidator", - "text": "RouteValidator" - }, + "RouteValidator", " | (() => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidator", - "text": "RouteValidator" - }, + "RouteValidator", ")" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -12777,16 +11283,10 @@ "\nDefines the security requirements for a route, including authorization and authentication." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -12800,16 +11300,10 @@ "\nAdditional route options {@link RouteConfigOptions}." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfigOptions", - "text": "RouteConfigOptions" - }, + "RouteConfigOptions", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false } @@ -12826,16 +11320,10 @@ "\nAdditional route options." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfigOptions", - "text": "RouteConfigOptions" - }, + "RouteConfigOptions", "" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12853,45 +11341,45 @@ "signature": [ "boolean | \"optional\" | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/security_route_config_validator.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/security_route_config_validator.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/http_server.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/http_server.ts" }, { - "plugin": "@kbn/core-metrics-server-internal", - "path": "packages/core/metrics/core-metrics-server-internal/src/routes/elu_history.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/metrics/server-internal/src/routes/elu_history.ts" }, { - "plugin": "@kbn/core-status-server-internal", - "path": "packages/core/status/core-status-server-internal/src/routes/status.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/status/server-internal/src/routes/status.ts" }, { - "plugin": "@kbn/core-status-server-internal", - "path": "packages/core/status/core-status-server-internal/src/routes/status_preboot.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/status/server-internal/src/routes/status_preboot.ts" }, { - "plugin": "@kbn/core-i18n-server-internal", - "path": "packages/core/i18n/core-i18n-server-internal/src/routes/translations.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/i18n/server-internal/src/routes/translations.ts" }, { - "plugin": "@kbn/core-rendering-server-internal", - "path": "packages/core/rendering/core-rendering-server-internal/src/bootstrap/register_bootstrap_route.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/rendering/server-internal/src/bootstrap/register_bootstrap_route.ts" }, { - "plugin": "@kbn/core-capabilities-server-internal", - "path": "packages/core/capabilities/core-capabilities-server-internal/src/routes/resolve_capabilities.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/capabilities/server-internal/src/routes/resolve_capabilities.ts" }, { "plugin": "@kbn/core", @@ -12905,13 +11393,9 @@ "plugin": "@kbn/core", "path": "src/core/packages/apps/server-internal/src/core_app.ts" }, - { - "plugin": "banners", - "path": "x-pack/plugins/banners/server/routes/info.ts" - }, { "plugin": "usageCollection", - "path": "src/plugins/usage_collection/server/routes/stats/stats.ts" + "path": "src/platform/plugins/shared/usage_collection/server/routes/stats/stats.ts" }, { "plugin": "taskManager", @@ -12977,6 +11461,10 @@ "plugin": "security", "path": "x-pack/plugins/security/server/routes/analytics/record_violations.ts" }, + { + "plugin": "files", + "path": "src/platform/plugins/shared/files/server/routes/public_facing/download.ts" + }, { "plugin": "monitoringCollection", "path": "x-pack/platform/plugins/private/monitoring_collection/server/routes/api/v1/dynamic_route/get_metrics_by_type.ts" @@ -12986,24 +11474,12 @@ "path": "x-pack/platform/plugins/private/monitoring_collection/server/routes/api/v1/prometheus/get_metrics.ts" }, { - "plugin": "files", - "path": "src/plugins/files/server/routes/public_facing/download.ts" + "plugin": "banners", + "path": "x-pack/platform/plugins/private/banners/server/routes/info.ts" }, { "plugin": "telemetry", - "path": "src/plugins/telemetry/server/routes/telemetry_config.ts" - }, - { - "plugin": "cloudFullStory", - "path": "x-pack/plugins/cloud_integrations/cloud_full_story/server/routes/fullstory.ts" - }, - { - "plugin": "customBranding", - "path": "x-pack/plugins/custom_branding/server/routes/info.ts" - }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/lib/route_config_helpers.test.ts" + "path": "src/platform/plugins/shared/telemetry/server/routes/telemetry_config.ts" }, { "plugin": "securitySolution", @@ -13193,6 +11669,14 @@ "plugin": "@kbn/test-suites-xpack", "path": "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/server/tines_simulation.ts" }, + { + "plugin": "cloudFullStory", + "path": "x-pack/platform/plugins/private/cloud_integrations/cloud_full_story/server/routes/fullstory.ts" + }, + { + "plugin": "customBranding", + "path": "x-pack/platform/plugins/private/custom_branding/server/routes/info.ts" + }, { "plugin": "taskManager", "path": "x-pack/platform/plugins/shared/task_manager/server/routes/background_task_utilization.test.ts" @@ -13209,6 +11693,10 @@ "plugin": "taskManager", "path": "x-pack/platform/plugins/shared/task_manager/server/routes/background_task_utilization.test.ts" }, + { + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/lib/route_config_helpers.test.ts" + }, { "plugin": "interactiveSetup", "path": "src/plugins/interactive_setup/server/routes/configure.ts" @@ -13230,12 +11718,12 @@ "path": "src/plugins/interactive_setup/server/routes/verify.ts" }, { - "plugin": "mockIdpPlugin", - "path": "packages/kbn-mock-idp-plugin/server/plugin.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/security_route_config_validator.test.ts" }, { - "plugin": "mockIdpPlugin", - "path": "packages/kbn-mock-idp-plugin/server/plugin.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { "plugin": "mockIdpPlugin", @@ -13246,20 +11734,20 @@ "path": "packages/kbn-mock-idp-plugin/server/plugin.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/security_route_config_validator.test.ts" + "plugin": "mockIdpPlugin", + "path": "packages/kbn-mock-idp-plugin/server/plugin.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "mockIdpPlugin", + "path": "packages/kbn-mock-idp-plugin/server/plugin.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/lifecycle/auth.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/lifecycle/auth.ts" }, { - "plugin": "@kbn/core-http-server-internal", - "path": "packages/core/http/core-http-server-internal/src/lifecycle/auth.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/server-internal/src/lifecycle/auth.ts" }, { "plugin": "spaces", @@ -13298,44 +11786,44 @@ "path": "x-pack/platform/plugins/shared/ml/server/lib/capabilities/capabilities_switcher.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/request.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/request.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/request.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/request.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/request.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/request.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/request.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/request.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/request.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/request.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/request.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/request.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/request.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/request.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/request.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/request.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/request.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/request.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/request.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/request.test.ts" } ] }, @@ -13351,7 +11839,7 @@ "signature": [ "(Method extends \"get\" ? never : boolean) | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -13365,16 +11853,10 @@ "\nDefines intended request origin of the route:\n- public. The route is public, declared stable and intended for external access.\n In the future, may require an incoming request to contain a specified header.\n- internal. The route is internal and intended for internal access only.\n\nDefaults to 'internal' If not declared," ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteAccess", - "text": "RouteAccess" - }, + "RouteAccess", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -13390,7 +11872,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -13405,16 +11887,10 @@ ], "signature": [ "(Method extends \"get\" | \"options\" ? undefined : ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfigOptionsBody", - "text": "RouteConfigOptionsBody" - }, + "RouteConfigOptionsBody", ") | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -13430,7 +11906,7 @@ "signature": [ "{ payload?: (Method extends \"get\" | \"options\" ? undefined : number) | undefined; idleSocket?: number | undefined; } | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -13446,7 +11922,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -13462,7 +11938,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -13476,16 +11952,10 @@ "\nDescription of deprecations for this HTTP API.\n" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteDeprecationInfo", - "text": "RouteDeprecationInfo" - }, + "RouteDeprecationInfo", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -13503,7 +11973,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -13519,7 +11989,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -13539,7 +12009,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -13555,7 +12025,7 @@ "signature": [ "{ stability?: \"experimental\" | \"beta\" | \"stable\" | undefined; since?: string | undefined; } | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false } @@ -13571,7 +12041,7 @@ "description": [ "\nAdditional body options for a route" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13586,16 +12056,10 @@ ], "signature": [ "string | string[] | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteContentType", - "text": "RouteContentType" - }, + "RouteContentType", "[] | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -13611,7 +12075,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -13627,7 +12091,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -13643,7 +12107,7 @@ "signature": [ "\"data\" | \"stream\" | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -13659,7 +12123,7 @@ "signature": [ "boolean | \"gunzip\" | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false } @@ -13675,7 +12139,7 @@ "description": [ "\nRoute Deprecation info\nThis information will assist Kibana HTTP API users when upgrading to new versions\nof the Elastic stack (via Upgrade Assistant) and will be surfaced in documentation\ncreated from HTTP API introspection (like OAS)." ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13688,7 +12152,7 @@ "description": [ "\nLink to the documentation for more details on the deprecation.\n" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -13704,7 +12168,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -13720,7 +12184,7 @@ "signature": [ "\"warning\" | \"critical\"" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -13736,7 +12200,7 @@ "signature": [ "VersionBumpDeprecationType | RemovalApiDeprecationType | MigrationApiDeprecationType | DeprecateApiDeprecationType" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false } @@ -13751,23 +12215,11 @@ "label": "RouterAccessDeprecatedApiDetails", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouterAccessDeprecatedApiDetails", - "text": "RouterAccessDeprecatedApiDetails" - }, + "RouterAccessDeprecatedApiDetails", " extends ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouterDeprecatedApiDetails", - "text": "RouterDeprecatedApiDetails" - } + "RouterDeprecatedApiDetails" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13781,7 +12233,7 @@ "signature": [ "\"internal\"" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false }, @@ -13793,16 +12245,10 @@ "label": "routeDeprecationOptions", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteDeprecationInfo", - "text": "RouteDeprecationInfo" - }, + "RouteDeprecationInfo", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false } @@ -13816,7 +12262,7 @@ "tags": [], "label": "RouterDeprecatedApiDetails", "description": [], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13828,16 +12274,10 @@ "label": "routeDeprecationOptions", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteDeprecationInfo", - "text": "RouteDeprecationInfo" - }, + "RouteDeprecationInfo", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false }, @@ -13849,23 +12289,11 @@ "label": "routeMethod", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.SafeRouteMethod", - "text": "SafeRouteMethod" - }, + "SafeRouteMethod", " | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.DestructiveRouteMethod", - "text": "DestructiveRouteMethod" - } + "DestructiveRouteMethod" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false }, @@ -13876,7 +12304,7 @@ "tags": [], "label": "routePath", "description": [], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false }, @@ -13890,7 +12318,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false }, @@ -13902,16 +12330,10 @@ "label": "routeAccess", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteAccess", - "text": "RouteAccess" - }, + "RouteAccess", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false } @@ -13925,7 +12347,7 @@ "tags": [], "label": "RouterRoute", "description": [], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13937,23 +12359,11 @@ "label": "method", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.SafeRouteMethod", - "text": "SafeRouteMethod" - }, + "SafeRouteMethod", " | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.DestructiveRouteMethod", - "text": "DestructiveRouteMethod" - } + "DestructiveRouteMethod" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false }, @@ -13964,7 +12374,7 @@ "tags": [], "label": "path", "description": [], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false }, @@ -13976,24 +12386,12 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfigOptions", - "text": "RouteConfigOptions" - }, + "RouteConfigOptions", "<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteMethod", - "text": "RouteMethod" - }, + "RouteMethod", ">" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false }, @@ -14005,16 +12403,10 @@ "label": "security", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.InternalRouteSecurity", - "text": "InternalRouteSecurity" - }, + "InternalRouteSecurity", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false }, @@ -14029,24 +12421,12 @@ "description": [], "signature": [ "false | (() => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidator", - "text": "RouteValidator" - }, + "RouteValidator", ") | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidator", - "text": "RouteValidator" - }, + "RouteValidator", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false }, @@ -14070,7 +12450,7 @@ "ResponseObject", ">" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14087,7 +12467,7 @@ "ReqRefDefaults", ">" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14102,7 +12482,7 @@ "signature": [ "ResponseToolkit" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14120,7 +12500,7 @@ "signature": [ "false" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false } @@ -14135,23 +12515,11 @@ "label": "RouterRouteDeprecatedApiDetails", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouterRouteDeprecatedApiDetails", - "text": "RouterRouteDeprecatedApiDetails" - }, + "RouterRouteDeprecatedApiDetails", " extends ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouterDeprecatedApiDetails", - "text": "RouterDeprecatedApiDetails" - } + "RouterDeprecatedApiDetails" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14165,7 +12533,7 @@ "signature": [ "\"public\"" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false }, @@ -14177,15 +12545,9 @@ "label": "routeDeprecationOptions", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteDeprecationInfo", - "text": "RouteDeprecationInfo" - } + "RouteDeprecationInfo" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false } @@ -14201,7 +12563,7 @@ "description": [ "\nDescribes the security requirements for a route, including authorization and authentication." ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14213,23 +12575,11 @@ "label": "authz", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthzEnabled", - "text": "AuthzEnabled" - }, + "AuthzEnabled", " | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthzDisabled", - "text": "AuthzDisabled" - } + "AuthzDisabled" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false }, @@ -14241,16 +12591,10 @@ "label": "authc", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteAuthc", - "text": "RouteAuthc" - }, + "RouteAuthc", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false } @@ -14266,7 +12610,7 @@ "description": [ "\nValidation result factory to be used in the custom validation function to return the valid data or validation errors\n\nSee {@link RouteValidationFunction}.\n" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14280,7 +12624,7 @@ "signature": [ "(value: T) => { value: T; }" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14294,7 +12638,7 @@ "signature": [ "T" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14311,16 +12655,10 @@ "description": [], "signature": [ "(error: string | Error, path?: string[] | undefined) => { error: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidationError", - "text": "RouteValidationError" - }, + "RouteValidationError", "; }" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14334,7 +12672,7 @@ "signature": [ "string | Error" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14349,7 +12687,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -14370,16 +12708,10 @@ "\nThe configuration object to the RouteValidator class.\nSet `params`, `query` and/or `body` to specify the validation logic to follow for that property.\n" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidatorConfig", - "text": "RouteValidatorConfig" - }, + "RouteValidatorConfig", "" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14393,16 +12725,10 @@ "\nValidation logic for the URL params" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidationSpec", - "text": "RouteValidationSpec" - }, + "RouteValidationSpec", "

| undefined" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false }, @@ -14416,16 +12742,10 @@ "\nValidation logic for the Query params" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidationSpec", - "text": "RouteValidationSpec" - }, + "RouteValidationSpec", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false }, @@ -14439,16 +12759,10 @@ "\nValidation logic for the body payload" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidationSpec", - "text": "RouteValidationSpec" - }, + "RouteValidationSpec", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false } @@ -14467,7 +12781,7 @@ "description": [ "\nMap of status codes to response schemas.\n" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14480,16 +12794,10 @@ "description": [], "signature": [ "[statusCode: number]: { description?: string | undefined; bodyContentType?: string | undefined; body?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.LazyValidator", - "text": "LazyValidator" - }, + "LazyValidator", " | undefined; }" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false }, @@ -14503,7 +12811,7 @@ "signature": [ "{ body?: boolean | undefined; } | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false } @@ -14519,7 +12827,7 @@ "description": [ "\nAdditional options for the RouteValidator class to modify its default behaviour.\n" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14535,7 +12843,7 @@ "signature": [ "{ params?: boolean | undefined; query?: boolean | undefined; body?: boolean | undefined; } | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false } @@ -14552,16 +12860,10 @@ "\nAn alternative form to register both request schema and all response schemas." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidatorRequestAndResponses", - "text": "RouteValidatorRequestAndResponses" - }, + "RouteValidatorRequestAndResponses", "" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14573,23 +12875,11 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidatorConfig", - "text": "RouteValidatorConfig" - }, + "RouteValidatorConfig", " & ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidatorOptions", - "text": "RouteValidatorOptions" - } + "RouteValidatorOptions" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false }, @@ -14603,16 +12893,10 @@ "\nResponse schemas for your route." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidatorFullConfigResponse", - "text": "RouteValidatorFullConfigResponse" - }, + "RouteValidatorFullConfigResponse", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false } @@ -14628,7 +12912,7 @@ "description": [ "\nReturn type from a function to validate cookie contents." ], - "path": "packages/core/http/core-http-server/src/session_storage.ts", + "path": "src/core/packages/http/server/src/session_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14641,7 +12925,7 @@ "description": [ "\nWhether the cookie is valid or not." ], - "path": "packages/core/http/core-http-server/src/session_storage.ts", + "path": "src/core/packages/http/server/src/session_storage.ts", "deprecated": false, "trackAdoption": false }, @@ -14657,7 +12941,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-server/src/session_storage.ts", + "path": "src/core/packages/http/server/src/session_storage.ts", "deprecated": false, "trackAdoption": false } @@ -14674,16 +12958,10 @@ "\nProvides an interface to store and retrieve data across requests." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.SessionStorage", - "text": "SessionStorage" - }, + "SessionStorage", "" ], - "path": "packages/core/http/core-http-server/src/session_storage.ts", + "path": "src/core/packages/http/server/src/session_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14699,7 +12977,7 @@ "signature": [ "() => Promise" ], - "path": "packages/core/http/core-http-server/src/session_storage.ts", + "path": "src/core/packages/http/server/src/session_storage.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -14717,7 +12995,7 @@ "signature": [ "(sessionValue: T) => void" ], - "path": "packages/core/http/core-http-server/src/session_storage.ts", + "path": "src/core/packages/http/server/src/session_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14733,7 +13011,7 @@ "signature": [ "T" ], - "path": "packages/core/http/core-http-server/src/session_storage.ts", + "path": "src/core/packages/http/server/src/session_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14753,7 +13031,7 @@ "signature": [ "() => void" ], - "path": "packages/core/http/core-http-server/src/session_storage.ts", + "path": "src/core/packages/http/server/src/session_storage.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -14772,16 +13050,10 @@ "\nConfiguration used to create HTTP session storage based on top of cookie mechanism." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.SessionStorageCookieOptions", - "text": "SessionStorageCookieOptions" - }, + "SessionStorageCookieOptions", "" ], - "path": "packages/core/http/core-http-server/src/session_storage.ts", + "path": "src/core/packages/http/server/src/session_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14794,7 +13066,7 @@ "description": [ "\nName of the session cookie." ], - "path": "packages/core/http/core-http-server/src/session_storage.ts", + "path": "src/core/packages/http/server/src/session_storage.ts", "deprecated": false, "trackAdoption": false }, @@ -14807,7 +13079,7 @@ "description": [ "\nA key used to encrypt a cookie's value. Should be at least 32 characters long." ], - "path": "packages/core/http/core-http-server/src/session_storage.ts", + "path": "src/core/packages/http/server/src/session_storage.ts", "deprecated": false, "trackAdoption": false }, @@ -14822,15 +13094,9 @@ ], "signature": [ "(sessionValue: T | T[]) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.SessionCookieValidationResult", - "text": "SessionCookieValidationResult" - } + "SessionCookieValidationResult" ], - "path": "packages/core/http/core-http-server/src/session_storage.ts", + "path": "src/core/packages/http/server/src/session_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14844,7 +13110,7 @@ "signature": [ "T | T[]" ], - "path": "packages/core/http/core-http-server/src/session_storage.ts", + "path": "src/core/packages/http/server/src/session_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14861,7 +13127,7 @@ "description": [ "\nFlag indicating whether the cookie should be sent only via a secure connection." ], - "path": "packages/core/http/core-http-server/src/session_storage.ts", + "path": "src/core/packages/http/server/src/session_storage.ts", "deprecated": false, "trackAdoption": false }, @@ -14877,7 +13143,7 @@ "signature": [ "\"None\" | \"Strict\" | \"Lax\" | undefined" ], - "path": "packages/core/http/core-http-server/src/session_storage.ts", + "path": "src/core/packages/http/server/src/session_storage.ts", "deprecated": false, "trackAdoption": false } @@ -14894,16 +13160,10 @@ "\nSessionStorage factory to bind one to an incoming request" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.SessionStorageFactory", - "text": "SessionStorageFactory" - }, + "SessionStorageFactory", "" ], - "path": "packages/core/http/core-http-server/src/session_storage.ts", + "path": "src/core/packages/http/server/src/session_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14916,24 +13176,12 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.SessionStorage", - "text": "SessionStorage" - }, + "SessionStorage", "" ], - "path": "packages/core/http/core-http-server/src/session_storage.ts", + "path": "src/core/packages/http/server/src/session_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14945,16 +13193,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/session_storage.ts", + "path": "src/core/packages/http/server/src/session_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -14975,16 +13217,10 @@ "\nA versioned route" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRoute", - "text": "VersionedRoute" - }, + "VersionedRoute", "" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14999,29 +13235,11 @@ ], "signature": [ "

(options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AddVersionOpts", - "text": "AddVersionOpts" - }, + "AddVersionOpts", ", handler: (context: Ctx, request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", response: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaResponseFactory", - "text": "KibanaResponseFactory" - }, + "KibanaResponseFactory", ") => ", { "pluginId": "@kbn/utility-types", @@ -15031,24 +13249,12 @@ "text": "MaybePromise" }, "<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ">) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRoute", - "text": "VersionedRoute" - }, + "VersionedRoute", "" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15060,16 +13266,10 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AddVersionOpts", - "text": "AddVersionOpts" - }, + "AddVersionOpts", "" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15085,21 +13285,9 @@ ], "signature": [ "(context: Ctx, request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", response: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaResponseFactory", - "text": "KibanaResponseFactory" - }, + "KibanaResponseFactory", ") => ", { "pluginId": "@kbn/utility-types", @@ -15109,16 +13297,10 @@ "text": "MaybePromise" }, "<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ">" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15138,7 +13320,7 @@ "tags": [], "label": "VersionedRouteCustomResponseBodyValidation", "description": [], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15153,24 +13335,12 @@ ], "signature": [ "(data: any, validationResult: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidationResultFactory", - "text": "RouteValidationResultFactory" - }, + "RouteValidationResultFactory", ") => { value?: undefined; error: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidationError", - "text": "RouteValidationError" - }, + "RouteValidationError", "; } | { value: unknown; error?: undefined; }" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -15185,7 +13355,7 @@ "signature": [ "any" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false }, @@ -15197,15 +13367,9 @@ "label": "validationResult", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidationResultFactory", - "text": "RouteValidationResultFactory" - } + "RouteValidationResultFactory" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false } @@ -15224,16 +13388,10 @@ "\nA router, very similar to {@link IRouter} that will return an {@link VersionedRoute}\ninstead\n" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouter", - "text": "VersionedRouter" - }, + "VersionedRouter", "" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15248,30 +13406,18 @@ "description": [], "signature": [ "(config: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouteConfig", - "text": "VersionedRouteConfig" - }, + "VersionedRouteConfig", "<\"get\">) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRoute", - "text": "VersionedRoute" - }, + "VersionedRoute", "<\"get\", Ctx>" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": true, "references": [ { - "plugin": "@kbn/core-metrics-server-internal", - "path": "packages/core/metrics/core-metrics-server-internal/src/routes/elu_history.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/metrics/server-internal/src/routes/elu_history.ts" }, { "plugin": "@kbn/core-http-router-server-mocks", @@ -15279,71 +13425,71 @@ }, { "plugin": "cloud", - "path": "x-pack/plugins/cloud/server/routes/elasticsearch_route.ts" + "path": "x-pack/platform/plugins/shared/cloud/server/routes/elasticsearch_route.ts" }, { "plugin": "cloud", - "path": "x-pack/plugins/cloud/server/routes/get_cloud_data_route.ts" + "path": "x-pack/platform/plugins/shared/cloud/server/routes/get_cloud_data_route.ts" }, { - "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/public/runtime_fields/get_runtime_field.ts" + "plugin": "spaces", + "path": "x-pack/plugins/spaces/server/routes/api/external/get.ts" }, { - "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/public/scripted_fields/get_scripted_field.ts" + "plugin": "spaces", + "path": "x-pack/plugins/spaces/server/routes/api/external/get_all.ts" }, { - "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/public/default_data_view.ts" + "plugin": "security", + "path": "x-pack/plugins/security/server/routes/authorization/roles/get.ts" }, { - "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/public/get_data_view.ts" + "plugin": "security", + "path": "x-pack/plugins/security/server/routes/authorization/roles/get_all.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/public/get_data_views.ts" + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/public/runtime_fields/get_runtime_field.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/public/has_user_data_view.ts" + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/public/scripted_fields/get_scripted_field.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/internal/existing_indices.ts" + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/public/default_data_view.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/internal/fields_for.ts" + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/public/get_data_view.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/internal/has_data_views.ts" + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/public/get_data_views.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/internal/has_es_data.ts" + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/public/has_user_data_view.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/internal/fields.ts" + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/internal/existing_indices.ts" }, { - "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/external/get.ts" + "plugin": "dataViews", + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/internal/fields_for.ts" }, { - "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/external/get_all.ts" + "plugin": "dataViews", + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/internal/has_data_views.ts" }, { - "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authorization/roles/get.ts" + "plugin": "dataViews", + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/internal/has_es_data.ts" }, { - "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authorization/roles/get_all.ts" + "plugin": "dataViews", + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/internal/fields.ts" }, { "plugin": "data", @@ -15377,10 +13523,126 @@ "plugin": "dashboard", "path": "src/platform/plugins/shared/dashboard/server/api/register_routes.ts" }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/custom_elements/find.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/custom_elements/get.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/shareables/download.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/find.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/get.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/resolve.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/has_workpads.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/templates/list.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/functions/functions.ts" + }, + { + "plugin": "dataUsage", + "path": "x-pack/platform/plugins/private/data_usage/server/routes/internal/data_streams.ts" + }, + { + "plugin": "dataVisualizer", + "path": "x-pack/platform/plugins/private/data_visualizer/server/routes.ts" + }, + { + "plugin": "fileUpload", + "path": "x-pack/platform/plugins/private/file_upload/server/routes.ts" + }, + { + "plugin": "telemetry", + "path": "src/platform/plugins/shared/telemetry/server/routes/telemetry_config.ts" + }, + { + "plugin": "telemetry", + "path": "src/platform/plugins/shared/telemetry/server/routes/telemetry_config.ts" + }, + { + "plugin": "telemetry", + "path": "src/platform/plugins/shared/telemetry/server/routes/telemetry_last_reported.ts" + }, + { + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/audit_messages/register_route.ts" + }, + { + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_nodes/register_route.ts" + }, + { + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_all/register_route.ts" + }, + { + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_single/register_route.ts" + }, + { + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_stats_all/register_route.ts" + }, + { + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_stats_single/register_route.ts" + }, { "plugin": "logsShared", "path": "x-pack/platform/plugins/shared/logs_shared/server/lib/adapters/framework/kibana_framework_adapter.ts" }, + { + "plugin": "fieldsMetadata", + "path": "x-pack/platform/plugins/shared/fields_metadata/server/routes/fields_metadata/find_fields_metadata.ts" + }, + { + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/server/services/security/fleet_router.ts" + }, + { + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/server/mvt/mvt_routes.ts" + }, + { + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/server/mvt/mvt_routes.ts" + }, + { + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/server/data_indexing/indexing_routes.ts" + }, + { + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/server/data_indexing/indexing_routes.ts" + }, + { + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/server/routes.ts" + }, + { + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/server/routes.ts" + }, { "plugin": "ml", "path": "x-pack/platform/plugins/shared/ml/server/routes/notifications.ts" @@ -15621,126 +13883,6 @@ "plugin": "ml", "path": "x-pack/platform/plugins/shared/ml/server/routes/inference_models.ts" }, - { - "plugin": "telemetry", - "path": "src/plugins/telemetry/server/routes/telemetry_config.ts" - }, - { - "plugin": "telemetry", - "path": "src/plugins/telemetry/server/routes/telemetry_config.ts" - }, - { - "plugin": "telemetry", - "path": "src/plugins/telemetry/server/routes/telemetry_last_reported.ts" - }, - { - "plugin": "fieldsMetadata", - "path": "x-pack/platform/plugins/shared/fields_metadata/server/routes/fields_metadata/find_fields_metadata.ts" - }, - { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/services/security/fleet_router.ts" - }, - { - "plugin": "metricsDataAccess", - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/server/routes/custom_elements/find.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/server/routes/custom_elements/get.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/server/routes/shareables/download.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/find.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/get.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/resolve.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/has_workpads.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/server/routes/templates/list.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/server/routes/functions/functions.ts" - }, - { - "plugin": "dataUsage", - "path": "x-pack/platform/plugins/private/data_usage/server/routes/internal/data_streams.ts" - }, - { - "plugin": "dataVisualizer", - "path": "x-pack/platform/plugins/private/data_visualizer/server/routes.ts" - }, - { - "plugin": "fileUpload", - "path": "x-pack/platform/plugins/private/file_upload/server/routes.ts" - }, - { - "plugin": "transform", - "path": "x-pack/platform/plugins/private/transform/server/routes/api/audit_messages/register_route.ts" - }, - { - "plugin": "transform", - "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_nodes/register_route.ts" - }, - { - "plugin": "transform", - "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_all/register_route.ts" - }, - { - "plugin": "transform", - "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_single/register_route.ts" - }, - { - "plugin": "transform", - "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_stats_all/register_route.ts" - }, - { - "plugin": "transform", - "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_stats_single/register_route.ts" - }, - { - "plugin": "maps", - "path": "x-pack/platform/plugins/shared/maps/server/mvt/mvt_routes.ts" - }, - { - "plugin": "maps", - "path": "x-pack/platform/plugins/shared/maps/server/mvt/mvt_routes.ts" - }, - { - "plugin": "maps", - "path": "x-pack/platform/plugins/shared/maps/server/data_indexing/indexing_routes.ts" - }, - { - "plugin": "maps", - "path": "x-pack/platform/plugins/shared/maps/server/data_indexing/indexing_routes.ts" - }, - { - "plugin": "maps", - "path": "x-pack/platform/plugins/shared/maps/server/routes.ts" - }, - { - "plugin": "maps", - "path": "x-pack/platform/plugins/shared/maps/server/routes.ts" - }, { "plugin": "lists", "path": "x-pack/solutions/security/plugins/lists/server/routes/find_endpoint_list_item_route.ts" @@ -16149,6 +14291,10 @@ "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/server/endpoint/routes/protection_updates_note/index.ts" }, + { + "plugin": "metricsDataAccess", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" + }, { "plugin": "dataUsage", "path": "x-pack/platform/plugins/private/data_usage/server/routes/internal/data_streams.test.ts" @@ -16254,88 +14400,88 @@ "path": "x-pack/solutions/security/plugins/session_view/server/routes/get_total_io_bytes_route.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.test.ts" }, { "plugin": "integrationAssistant", @@ -16409,40 +14555,16 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", ", \"validate\" | \"options\"> & { options?: Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfigOptions", - "text": "RouteConfigOptions" - }, + "RouteConfigOptions", ", \"description\" | \"summary\" | \"deprecated\" | \"access\" | \"discontinued\"> | undefined; access: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteAccess", - "text": "RouteAccess" - }, + "RouteAccess", "; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; discontinued?: string | undefined; }" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false } @@ -16459,24 +14581,12 @@ "description": [], "signature": [ "(config: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouteConfig", - "text": "VersionedRouteConfig" - }, + "VersionedRouteConfig", "<\"put\">) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRoute", - "text": "VersionedRoute" - }, + "VersionedRoute", "<\"put\", Ctx>" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": true, "references": [ @@ -16489,24 +14599,24 @@ "path": "packages/core/http/core-http-router-server-mocks/src/versioned_router.mock.ts" }, { - "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/public/runtime_fields/put_runtime_field.ts" + "plugin": "spaces", + "path": "x-pack/plugins/spaces/server/routes/api/external/put.ts" }, { - "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/public/scripted_fields/put_scripted_field.ts" + "plugin": "security", + "path": "x-pack/plugins/security/server/routes/authorization/roles/put.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/internal/fields_for.ts" + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/public/runtime_fields/put_runtime_field.ts" }, { - "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/external/put.ts" + "plugin": "dataViews", + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/public/scripted_fields/put_scripted_field.ts" }, { - "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authorization/roles/put.ts" + "plugin": "dataViews", + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/internal/fields_for.ts" }, { "plugin": "data", @@ -16520,10 +14630,42 @@ "plugin": "dashboard", "path": "src/platform/plugins/shared/dashboard/server/api/register_routes.ts" }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/custom_elements/update.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/update.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/update.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/update.ts" + }, + { + "plugin": "telemetry", + "path": "src/platform/plugins/shared/telemetry/server/routes/telemetry_user_has_seen_notice.ts" + }, + { + "plugin": "telemetry", + "path": "src/platform/plugins/shared/telemetry/server/routes/telemetry_last_reported.ts" + }, + { + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_create/register_route.ts" + }, { "plugin": "logsShared", "path": "x-pack/platform/plugins/shared/logs_shared/server/lib/adapters/framework/kibana_framework_adapter.ts" }, + { + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/server/services/security/fleet_router.ts" + }, { "plugin": "ml", "path": "x-pack/platform/plugins/shared/ml/server/routes/trained_models.ts" @@ -16568,42 +14710,6 @@ "plugin": "ml", "path": "x-pack/platform/plugins/shared/ml/server/routes/inference_models.ts" }, - { - "plugin": "telemetry", - "path": "src/plugins/telemetry/server/routes/telemetry_user_has_seen_notice.ts" - }, - { - "plugin": "telemetry", - "path": "src/plugins/telemetry/server/routes/telemetry_last_reported.ts" - }, - { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/services/security/fleet_router.ts" - }, - { - "plugin": "metricsDataAccess", - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/server/routes/custom_elements/update.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/update.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/update.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/update.ts" - }, - { - "plugin": "transform", - "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_create/register_route.ts" - }, { "plugin": "lists", "path": "x-pack/solutions/security/plugins/lists/server/routes/update_endpoint_list_item_route.ts" @@ -16680,6 +14786,10 @@ "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/rules/api/retry.ts" }, + { + "plugin": "metricsDataAccess", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" + }, { "plugin": "infra", "path": "x-pack/solutions/observability/plugins/infra/server/lib/adapters/framework/kibana_framework_adapter.ts" @@ -16697,12 +14807,12 @@ "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_management/api/rules/bulk_update_rules/route.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { "plugin": "integrationAssistant", @@ -16744,40 +14854,16 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", ", \"validate\" | \"options\"> & { options?: Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfigOptions", - "text": "RouteConfigOptions" - }, + "RouteConfigOptions", ", \"description\" | \"summary\" | \"deprecated\" | \"access\" | \"discontinued\"> | undefined; access: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteAccess", - "text": "RouteAccess" - }, + "RouteAccess", "; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; discontinued?: string | undefined; }" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false } @@ -16794,134 +14880,278 @@ "description": [], "signature": [ "(config: ", + "VersionedRouteConfig", + "<\"post\">) => ", + "VersionedRoute", + "<\"post\", Ctx>" + ], + "path": "src/core/packages/http/server/src/versioning/types.ts", + "deprecated": false, + "trackAdoption": true, + "references": [ { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouteConfig", - "text": "VersionedRouteConfig" + "plugin": "@kbn/core-http-router-server-mocks", + "path": "packages/core/http/core-http-router-server-mocks/src/versioned_router.mock.ts" + }, + { + "plugin": "cloud", + "path": "x-pack/platform/plugins/shared/cloud/server/routes/set_cloud_data_route.ts" + }, + { + "plugin": "spaces", + "path": "x-pack/plugins/spaces/server/routes/api/external/post.ts" + }, + { + "plugin": "security", + "path": "x-pack/plugins/security/server/routes/authorization/roles/post.ts" + }, + { + "plugin": "dataViews", + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/public/fields/update_fields.ts" + }, + { + "plugin": "dataViews", + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/public/runtime_fields/create_runtime_field.ts" + }, + { + "plugin": "dataViews", + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/public/runtime_fields/update_runtime_field.ts" + }, + { + "plugin": "dataViews", + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/public/scripted_fields/create_scripted_field.ts" + }, + { + "plugin": "dataViews", + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/public/scripted_fields/update_scripted_field.ts" + }, + { + "plugin": "dataViews", + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/public/create_data_view.ts" + }, + { + "plugin": "dataViews", + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/public/default_data_view.ts" + }, + { + "plugin": "dataViews", + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/public/update_data_view.ts" + }, + { + "plugin": "dataViews", + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/public/swap_references.ts" + }, + { + "plugin": "dataViews", + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/internal/fields_for.ts" + }, + { + "plugin": "data", + "path": "src/plugins/data/server/search/routes/session.ts" + }, + { + "plugin": "data", + "path": "src/plugins/data/server/search/routes/session.ts" + }, + { + "plugin": "data", + "path": "src/plugins/data/server/search/routes/session.ts" + }, + { + "plugin": "data", + "path": "src/plugins/data/server/search/routes/session.ts" + }, + { + "plugin": "data", + "path": "src/plugins/data/server/search/routes/search.ts" + }, + { + "plugin": "data", + "path": "src/plugins/data/server/query/routes.ts" + }, + { + "plugin": "data", + "path": "src/plugins/data/server/query/routes.ts" + }, + { + "plugin": "data", + "path": "src/plugins/data/server/query/routes.ts" + }, + { + "plugin": "data", + "path": "src/plugins/data/server/kql_telemetry/route.ts" + }, + { + "plugin": "unifiedSearch", + "path": "src/plugins/unified_search/server/autocomplete/value_suggestions_route.ts" + }, + { + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/options_list/options_list_suggestions_route.ts" + }, + { + "plugin": "dashboard", + "path": "src/platform/plugins/shared/dashboard/server/api/register_routes.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/custom_elements/create.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/shareables/zip.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/create.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/import.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/functions/functions.ts" + }, + { + "plugin": "dataUsage", + "path": "x-pack/platform/plugins/private/data_usage/server/routes/internal/usage_metrics.ts" + }, + { + "plugin": "dataVisualizer", + "path": "x-pack/platform/plugins/private/data_visualizer/server/routes.ts" + }, + { + "plugin": "dataVisualizer", + "path": "x-pack/platform/plugins/private/data_visualizer/server/routes.ts" + }, + { + "plugin": "fileUpload", + "path": "x-pack/platform/plugins/private/file_upload/server/routes.ts" + }, + { + "plugin": "fileUpload", + "path": "x-pack/platform/plugins/private/file_upload/server/routes.ts" + }, + { + "plugin": "fileUpload", + "path": "x-pack/platform/plugins/private/file_upload/server/routes.ts" + }, + { + "plugin": "fileUpload", + "path": "x-pack/platform/plugins/private/file_upload/server/routes.ts" }, - "<\"post\">) => ", { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRoute", - "text": "VersionedRoute" + "plugin": "fileUpload", + "path": "x-pack/platform/plugins/private/file_upload/server/routes.ts" }, - "<\"post\", Ctx>" - ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", - "deprecated": false, - "trackAdoption": true, - "references": [ { - "plugin": "@kbn/core-http-router-server-mocks", - "path": "packages/core/http/core-http-router-server-mocks/src/versioned_router.mock.ts" + "plugin": "fileUpload", + "path": "x-pack/platform/plugins/private/file_upload/server/routes.ts" }, { - "plugin": "cloud", - "path": "x-pack/plugins/cloud/server/routes/set_cloud_data_route.ts" + "plugin": "telemetry", + "path": "src/platform/plugins/shared/telemetry/server/routes/telemetry_opt_in_stats.ts" }, { - "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/public/fields/update_fields.ts" + "plugin": "telemetry", + "path": "src/platform/plugins/shared/telemetry/server/routes/telemetry_opt_in.ts" }, { - "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/public/runtime_fields/create_runtime_field.ts" + "plugin": "telemetry", + "path": "src/platform/plugins/shared/telemetry/server/routes/telemetry_usage_stats.ts" }, { - "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/public/runtime_fields/update_runtime_field.ts" + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/field_histograms/register_route.ts" }, { - "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/public/scripted_fields/create_scripted_field.ts" + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_update/register_route.ts" }, { - "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/public/scripted_fields/update_scripted_field.ts" + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/reauthorize_transforms/register_route.ts" }, { - "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/public/create_data_view.ts" + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/reset_transforms/register_route.ts" }, { - "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/public/default_data_view.ts" + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_preview/register_route.ts" }, { - "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/public/update_data_view.ts" + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/start_transforms/register_route.ts" }, { - "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/public/swap_references.ts" + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/stop_transforms/register_route.ts" }, { - "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/internal/fields_for.ts" + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/delete_transforms/register_route.ts" }, { - "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/external/post.ts" + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/schedule_now_transforms/register_route.ts" }, { - "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authorization/roles/post.ts" + "plugin": "logsShared", + "path": "x-pack/platform/plugins/shared/logs_shared/server/lib/adapters/framework/kibana_framework_adapter.ts" }, { - "plugin": "data", - "path": "src/plugins/data/server/search/routes/session.ts" + "plugin": "aiops", + "path": "x-pack/platform/plugins/shared/aiops/server/routes/log_rate_analysis_field_candidates/define_route.ts" }, { - "plugin": "data", - "path": "src/plugins/data/server/search/routes/session.ts" + "plugin": "aiops", + "path": "x-pack/platform/plugins/shared/aiops/server/routes/log_rate_analysis/define_route.ts" }, { - "plugin": "data", - "path": "src/plugins/data/server/search/routes/session.ts" + "plugin": "aiops", + "path": "x-pack/platform/plugins/shared/aiops/server/routes/categorization_field_validation/define_route.ts" }, { - "plugin": "data", - "path": "src/plugins/data/server/search/routes/session.ts" + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/server/services/security/fleet_router.ts" }, { - "plugin": "data", - "path": "src/plugins/data/server/search/routes/search.ts" + "plugin": "integrationAssistant", + "path": "x-pack/platform/plugins/shared/integration_assistant/server/routes/ecs_routes.ts" }, { - "plugin": "data", - "path": "src/plugins/data/server/query/routes.ts" + "plugin": "integrationAssistant", + "path": "x-pack/platform/plugins/shared/integration_assistant/server/routes/build_integration_routes.ts" }, { - "plugin": "data", - "path": "src/plugins/data/server/query/routes.ts" + "plugin": "integrationAssistant", + "path": "x-pack/platform/plugins/shared/integration_assistant/server/routes/categorization_routes.ts" }, { - "plugin": "data", - "path": "src/plugins/data/server/query/routes.ts" + "plugin": "integrationAssistant", + "path": "x-pack/platform/plugins/shared/integration_assistant/server/routes/related_routes.ts" }, { - "plugin": "data", - "path": "src/plugins/data/server/kql_telemetry/route.ts" + "plugin": "integrationAssistant", + "path": "x-pack/platform/plugins/shared/integration_assistant/server/routes/pipeline_routes.ts" }, { - "plugin": "unifiedSearch", - "path": "src/plugins/unified_search/server/autocomplete/value_suggestions_route.ts" + "plugin": "integrationAssistant", + "path": "x-pack/platform/plugins/shared/integration_assistant/server/routes/analyze_logs_routes.ts" }, { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/options_list/options_list_suggestions_route.ts" + "plugin": "integrationAssistant", + "path": "x-pack/platform/plugins/shared/integration_assistant/server/routes/cel_routes.ts" }, { - "plugin": "dashboard", - "path": "src/platform/plugins/shared/dashboard/server/api/register_routes.ts" + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/server/data_indexing/indexing_routes.ts" }, { - "plugin": "logsShared", - "path": "x-pack/platform/plugins/shared/logs_shared/server/lib/adapters/framework/kibana_framework_adapter.ts" + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/server/data_indexing/indexing_routes.ts" }, { "plugin": "ml", @@ -17152,232 +15382,72 @@ "path": "x-pack/platform/plugins/shared/ml/server/routes/job_validation.ts" }, { - "plugin": "ml", - "path": "x-pack/platform/plugins/shared/ml/server/routes/job_validation.ts" - }, - { - "plugin": "ml", - "path": "x-pack/platform/plugins/shared/ml/server/routes/job_validation.ts" - }, - { - "plugin": "ml", - "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" - }, - { - "plugin": "ml", - "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" - }, - { - "plugin": "ml", - "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" - }, - { - "plugin": "ml", - "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" - }, - { - "plugin": "ml", - "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" - }, - { - "plugin": "ml", - "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" - }, - { - "plugin": "ml", - "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" - }, - { - "plugin": "ml", - "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" - }, - { - "plugin": "ml", - "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" - }, - { - "plugin": "ml", - "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" - }, - { - "plugin": "ml", - "path": "x-pack/platform/plugins/shared/ml/server/routes/system.ts" - }, - { - "plugin": "ml", - "path": "x-pack/platform/plugins/shared/ml/server/routes/system.ts" - }, - { - "plugin": "ml", - "path": "x-pack/platform/plugins/shared/ml/server/routes/system.ts" - }, - { - "plugin": "ml", - "path": "x-pack/platform/plugins/shared/ml/server/routes/system.ts" - }, - { - "plugin": "ml", - "path": "x-pack/platform/plugins/shared/ml/server/routes/alerting.ts" - }, - { - "plugin": "telemetry", - "path": "src/plugins/telemetry/server/routes/telemetry_opt_in_stats.ts" - }, - { - "plugin": "telemetry", - "path": "src/plugins/telemetry/server/routes/telemetry_opt_in.ts" - }, - { - "plugin": "telemetry", - "path": "src/plugins/telemetry/server/routes/telemetry_usage_stats.ts" - }, - { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/services/security/fleet_router.ts" - }, - { - "plugin": "metricsDataAccess", - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/server/routes/custom_elements/create.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/server/routes/shareables/zip.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/create.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/import.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/server/routes/functions/functions.ts" - }, - { - "plugin": "dataUsage", - "path": "x-pack/platform/plugins/private/data_usage/server/routes/internal/usage_metrics.ts" - }, - { - "plugin": "dataVisualizer", - "path": "x-pack/platform/plugins/private/data_visualizer/server/routes.ts" - }, - { - "plugin": "dataVisualizer", - "path": "x-pack/platform/plugins/private/data_visualizer/server/routes.ts" - }, - { - "plugin": "fileUpload", - "path": "x-pack/platform/plugins/private/file_upload/server/routes.ts" - }, - { - "plugin": "fileUpload", - "path": "x-pack/platform/plugins/private/file_upload/server/routes.ts" - }, - { - "plugin": "fileUpload", - "path": "x-pack/platform/plugins/private/file_upload/server/routes.ts" - }, - { - "plugin": "fileUpload", - "path": "x-pack/platform/plugins/private/file_upload/server/routes.ts" - }, - { - "plugin": "fileUpload", - "path": "x-pack/platform/plugins/private/file_upload/server/routes.ts" - }, - { - "plugin": "fileUpload", - "path": "x-pack/platform/plugins/private/file_upload/server/routes.ts" - }, - { - "plugin": "transform", - "path": "x-pack/platform/plugins/private/transform/server/routes/api/field_histograms/register_route.ts" - }, - { - "plugin": "transform", - "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_update/register_route.ts" - }, - { - "plugin": "transform", - "path": "x-pack/platform/plugins/private/transform/server/routes/api/reauthorize_transforms/register_route.ts" - }, - { - "plugin": "transform", - "path": "x-pack/platform/plugins/private/transform/server/routes/api/reset_transforms/register_route.ts" - }, - { - "plugin": "transform", - "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_preview/register_route.ts" + "plugin": "ml", + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_validation.ts" }, { - "plugin": "transform", - "path": "x-pack/platform/plugins/private/transform/server/routes/api/start_transforms/register_route.ts" + "plugin": "ml", + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_validation.ts" }, { - "plugin": "transform", - "path": "x-pack/platform/plugins/private/transform/server/routes/api/stop_transforms/register_route.ts" + "plugin": "ml", + "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" }, { - "plugin": "transform", - "path": "x-pack/platform/plugins/private/transform/server/routes/api/delete_transforms/register_route.ts" + "plugin": "ml", + "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" }, { - "plugin": "transform", - "path": "x-pack/platform/plugins/private/transform/server/routes/api/schedule_now_transforms/register_route.ts" + "plugin": "ml", + "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" }, { - "plugin": "aiops", - "path": "x-pack/platform/plugins/shared/aiops/server/routes/log_rate_analysis_field_candidates/define_route.ts" + "plugin": "ml", + "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" }, { - "plugin": "aiops", - "path": "x-pack/platform/plugins/shared/aiops/server/routes/log_rate_analysis/define_route.ts" + "plugin": "ml", + "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" }, { - "plugin": "aiops", - "path": "x-pack/platform/plugins/shared/aiops/server/routes/categorization_field_validation/define_route.ts" + "plugin": "ml", + "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" }, { - "plugin": "integrationAssistant", - "path": "x-pack/platform/plugins/shared/integration_assistant/server/routes/ecs_routes.ts" + "plugin": "ml", + "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" }, { - "plugin": "integrationAssistant", - "path": "x-pack/platform/plugins/shared/integration_assistant/server/routes/build_integration_routes.ts" + "plugin": "ml", + "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" }, { - "plugin": "integrationAssistant", - "path": "x-pack/platform/plugins/shared/integration_assistant/server/routes/categorization_routes.ts" + "plugin": "ml", + "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" }, { - "plugin": "integrationAssistant", - "path": "x-pack/platform/plugins/shared/integration_assistant/server/routes/related_routes.ts" + "plugin": "ml", + "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" }, { - "plugin": "integrationAssistant", - "path": "x-pack/platform/plugins/shared/integration_assistant/server/routes/pipeline_routes.ts" + "plugin": "ml", + "path": "x-pack/platform/plugins/shared/ml/server/routes/system.ts" }, { - "plugin": "integrationAssistant", - "path": "x-pack/platform/plugins/shared/integration_assistant/server/routes/analyze_logs_routes.ts" + "plugin": "ml", + "path": "x-pack/platform/plugins/shared/ml/server/routes/system.ts" }, { - "plugin": "integrationAssistant", - "path": "x-pack/platform/plugins/shared/integration_assistant/server/routes/cel_routes.ts" + "plugin": "ml", + "path": "x-pack/platform/plugins/shared/ml/server/routes/system.ts" }, { - "plugin": "maps", - "path": "x-pack/platform/plugins/shared/maps/server/data_indexing/indexing_routes.ts" + "plugin": "ml", + "path": "x-pack/platform/plugins/shared/ml/server/routes/system.ts" }, { - "plugin": "maps", - "path": "x-pack/platform/plugins/shared/maps/server/data_indexing/indexing_routes.ts" + "plugin": "ml", + "path": "x-pack/platform/plugins/shared/ml/server/routes/alerting.ts" }, { "plugin": "lists", @@ -17775,6 +15845,10 @@ "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/server/endpoint/routes/protection_updates_note/index.ts" }, + { + "plugin": "metricsDataAccess", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" + }, { "plugin": "dataUsage", "path": "x-pack/platform/plugins/private/data_usage/server/routes/internal/usage_metrics.test.ts" @@ -17817,71 +15891,71 @@ }, { "plugin": "dataViewFieldEditor", - "path": "src/plugins/data_view_field_editor/server/routes/field_preview.ts" + "path": "src/platform/plugins/shared/data_view_field_editor/server/routes/field_preview.ts" }, { "plugin": "telemetry", - "path": "src/plugins/telemetry/server/routes/telemetry_usage_stats.test.ts" + "path": "src/platform/plugins/shared/telemetry/server/routes/telemetry_usage_stats.test.ts" }, { "plugin": "telemetry", - "path": "src/plugins/telemetry/server/routes/telemetry_usage_stats.test.ts" + "path": "src/platform/plugins/shared/telemetry/server/routes/telemetry_usage_stats.test.ts" }, { "plugin": "telemetry", - "path": "src/plugins/telemetry/server/routes/telemetry_usage_stats.test.ts" + "path": "src/platform/plugins/shared/telemetry/server/routes/telemetry_usage_stats.test.ts" }, { "plugin": "telemetry", - "path": "src/plugins/telemetry/server/routes/telemetry_usage_stats.test.ts" + "path": "src/platform/plugins/shared/telemetry/server/routes/telemetry_usage_stats.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_route.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_route.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.test.ts" }, { "plugin": "cloud", - "path": "x-pack/plugins/cloud/server/routes/set_cloud_data_route.test.ts" + "path": "x-pack/platform/plugins/shared/cloud/server/routes/set_cloud_data_route.test.ts" }, { "plugin": "integrationAssistant", @@ -17915,40 +15989,16 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", ", \"validate\" | \"options\"> & { options?: Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfigOptions", - "text": "RouteConfigOptions" - }, + "RouteConfigOptions", ", \"description\" | \"summary\" | \"deprecated\" | \"access\" | \"discontinued\"> | undefined; access: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteAccess", - "text": "RouteAccess" - }, + "RouteAccess", "; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; discontinued?: string | undefined; }" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false } @@ -17965,24 +16015,12 @@ "description": [], "signature": [ "(config: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouteConfig", - "text": "VersionedRouteConfig" - }, + "VersionedRouteConfig", "<\"patch\">) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRoute", - "text": "VersionedRoute" - }, + "VersionedRoute", "<\"patch\", Ctx>" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": true, "references": [ @@ -17998,10 +16036,6 @@ "plugin": "fleet", "path": "x-pack/platform/plugins/shared/fleet/server/services/security/fleet_router.ts" }, - { - "plugin": "metricsDataAccess", - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" - }, { "plugin": "lists", "path": "x-pack/solutions/security/plugins/lists/server/routes/list_item/patch_list_item_route.ts" @@ -18030,6 +16064,10 @@ "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/server/lib/timeline/routes/pinned_events/persist_pinned_event.ts" }, + { + "plugin": "metricsDataAccess", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" + }, { "plugin": "infra", "path": "x-pack/solutions/observability/plugins/infra/server/lib/adapters/framework/kibana_framework_adapter.ts" @@ -18039,8 +16077,8 @@ "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_management/api/rules/bulk_patch_rules/route.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.ts" }, { "plugin": "integrationAssistant", @@ -18062,40 +16100,16 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", ", \"validate\" | \"options\"> & { options?: Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfigOptions", - "text": "RouteConfigOptions" - }, + "RouteConfigOptions", ", \"description\" | \"summary\" | \"deprecated\" | \"access\" | \"discontinued\"> | undefined; access: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteAccess", - "text": "RouteAccess" - }, + "RouteAccess", "; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; discontinued?: string | undefined; }" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false } @@ -18112,24 +16126,12 @@ "description": [], "signature": [ "(config: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouteConfig", - "text": "VersionedRouteConfig" - }, + "VersionedRouteConfig", "<\"delete\">) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRoute", - "text": "VersionedRoute" - }, + "VersionedRoute", "<\"delete\", Ctx>" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": true, "references": [ @@ -18138,24 +16140,24 @@ "path": "packages/core/http/core-http-router-server-mocks/src/versioned_router.mock.ts" }, { - "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/public/runtime_fields/delete_runtime_field.ts" + "plugin": "spaces", + "path": "x-pack/plugins/spaces/server/routes/api/external/delete.ts" }, { - "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/public/scripted_fields/delete_scripted_field.ts" + "plugin": "security", + "path": "x-pack/plugins/security/server/routes/authorization/roles/delete.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/server/rest_api_routes/public/delete_data_view.ts" + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/public/runtime_fields/delete_runtime_field.ts" }, { - "plugin": "spaces", - "path": "x-pack/plugins/spaces/server/routes/api/external/delete.ts" + "plugin": "dataViews", + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/public/scripted_fields/delete_scripted_field.ts" }, { - "plugin": "security", - "path": "x-pack/plugins/security/server/routes/authorization/roles/delete.ts" + "plugin": "dataViews", + "path": "src/platform/plugins/shared/data_views/server/rest_api_routes/public/delete_data_view.ts" }, { "plugin": "data", @@ -18173,10 +16175,26 @@ "plugin": "dashboard", "path": "src/platform/plugins/shared/dashboard/server/api/register_routes.ts" }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/custom_elements/delete.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/delete.ts" + }, { "plugin": "logsShared", "path": "x-pack/platform/plugins/shared/logs_shared/server/lib/adapters/framework/kibana_framework_adapter.ts" }, + { + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/server/services/security/fleet_router.ts" + }, + { + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/server/data_indexing/indexing_routes.ts" + }, { "plugin": "ml", "path": "x-pack/platform/plugins/shared/ml/server/routes/trained_models.ts" @@ -18213,26 +16231,6 @@ "plugin": "ml", "path": "x-pack/platform/plugins/shared/ml/server/routes/anomaly_detectors.ts" }, - { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/services/security/fleet_router.ts" - }, - { - "plugin": "metricsDataAccess", - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/server/routes/custom_elements/delete.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/server/routes/workpad/delete.ts" - }, - { - "plugin": "maps", - "path": "x-pack/platform/plugins/shared/maps/server/data_indexing/indexing_routes.ts" - }, { "plugin": "lists", "path": "x-pack/solutions/security/plugins/lists/server/routes/delete_endpoint_list_item_route.ts" @@ -18305,6 +16303,10 @@ "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/server/lib/entity_analytics/entity_store/routes/delete.ts" }, + { + "plugin": "metricsDataAccess", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts" + }, { "plugin": "infra", "path": "x-pack/solutions/observability/plugins/infra/server/lib/adapters/framework/kibana_framework_adapter.ts" @@ -18318,16 +16320,16 @@ "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_management/api/rules/bulk_delete_rules/route.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.test.ts" }, { - "plugin": "@kbn/core-http-router-server-internal", - "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/http/router-server-internal/src/versioned_router/core_versioned_router.test.ts" }, { "plugin": "integrationAssistant", @@ -18357,40 +16359,16 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", ", \"validate\" | \"options\"> & { options?: Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfigOptions", - "text": "RouteConfigOptions" - }, + "RouteConfigOptions", ", \"description\" | \"summary\" | \"deprecated\" | \"access\" | \"discontinued\"> | undefined; access: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteAccess", - "text": "RouteAccess" - }, + "RouteAccess", "; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; discontinued?: string | undefined; }" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false } @@ -18405,16 +16383,10 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouterRoute", - "text": "VersionedRouterRoute" - }, + "VersionedRouterRoute", "[]" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -18435,7 +16407,7 @@ "description": [ "\nMap of response status codes to response schemas\n" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18448,16 +16420,10 @@ "description": [], "signature": [ "[statusCode: number]: { description?: string | undefined; bodyContentType?: string | undefined; body?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedResponseBodyValidation", - "text": "VersionedResponseBodyValidation" - }, + "VersionedResponseBodyValidation", " | undefined; }" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false }, @@ -18471,7 +16437,7 @@ "signature": [ "{ body?: boolean | undefined; } | undefined" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false } @@ -18486,16 +16452,10 @@ "label": "VersionedRouterRoute", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouterRoute", - "text": "VersionedRouterRoute" - }, + "VersionedRouterRoute", "" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18506,7 +16466,7 @@ "tags": [], "label": "method", "description": [], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false }, @@ -18517,7 +16477,7 @@ "tags": [], "label": "path", "description": [], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false }, @@ -18530,40 +16490,16 @@ "description": [], "signature": [ "{ options?: Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfigOptions", - "text": "RouteConfigOptions" - }, + "RouteConfigOptions", "<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteMethod", - "text": "RouteMethod" - }, + "RouteMethod", ">, \"description\" | \"summary\" | \"deprecated\" | \"access\" | \"discontinued\"> | undefined; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; description?: string | undefined; summary?: string | undefined; access: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteAccess", - "text": "RouteAccess" - }, + "RouteAccess", "; discontinued?: string | undefined; enableQueryVersion?: boolean | undefined; }" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false }, @@ -18576,40 +16512,16 @@ "description": [], "signature": [ "{ fn: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandler", - "text": "RequestHandler" - }, + "RequestHandler", "; options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AddVersionOpts", - "text": "AddVersionOpts" - }, + "AddVersionOpts", "; }[]" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false }, @@ -18623,7 +16535,7 @@ "signature": [ "true" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false } @@ -18640,16 +16552,10 @@ "\nVersioned route validation" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouteValidation", - "text": "VersionedRouteValidation" - }, + "VersionedRouteValidation", "" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18663,16 +16569,10 @@ "\nValidation to run against route inputs: params, query and body" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouteRequestValidation", - "text": "VersionedRouteRequestValidation" - }, + "VersionedRouteRequestValidation", " | undefined" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false }, @@ -18688,16 +16588,10 @@ "\nValidation to run against route output.\n" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouteResponseValidation", - "text": "VersionedRouteResponseValidation" - }, + "VersionedRouteResponseValidation", " | undefined" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false } @@ -18713,7 +16607,7 @@ "tags": [], "label": "AuthResultType", "description": [], - "path": "packages/core/http/core-http-server/src/lifecycle/auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/auth.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -18727,7 +16621,7 @@ "description": [ "\nStatus indicating an outcome of the authentication." ], - "path": "packages/core/http/core-http-server/src/auth_state.ts", + "path": "src/core/packages/http/server/src/auth_state.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -18739,7 +16633,7 @@ "tags": [], "label": "OnPostAuthResultType", "description": [], - "path": "packages/core/http/core-http-server/src/lifecycle/on_post_auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_post_auth.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -18751,7 +16645,7 @@ "tags": [], "label": "OnPreResponseResultType", "description": [], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_response.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_response.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -18763,7 +16657,7 @@ "tags": [], "label": "OnPreRoutingResultType", "description": [], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_routing.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_routing.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -18777,7 +16671,7 @@ "description": [ "\nA set of reserved privileges that can be used to check access to the route." ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -18800,7 +16694,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-common/src/versioning.ts", + "path": "src/core/packages/http/common/src/versioning.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -18816,64 +16710,22 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", response: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.LifecycleResponseFactory", - "text": "LifecycleResponseFactory" - }, + "LifecycleResponseFactory", ", toolkit: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthToolkit", - "text": "AuthToolkit" - }, + "AuthToolkit", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthResult", - "text": "AuthResult" - }, + "AuthResult", " | Promise<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthResult", - "text": "AuthResult" - }, + "AuthResult", ">" ], - "path": "packages/core/http/core-http-server/src/lifecycle/auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/auth.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -18886,16 +16738,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/lifecycle/auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/auth.ts", "deprecated": false, "trackAdoption": false }, @@ -18907,23 +16753,11 @@ "label": "response", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRedirectionResponseFactory", - "text": "KibanaRedirectionResponseFactory" - }, + "KibanaRedirectionResponseFactory", " & ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaErrorResponseFactory", - "text": "KibanaErrorResponseFactory" - } + "KibanaErrorResponseFactory" ], - "path": "packages/core/http/core-http-server/src/lifecycle/auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/auth.ts", "deprecated": false, "trackAdoption": false }, @@ -18935,15 +16769,9 @@ "label": "toolkit", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthToolkit", - "text": "AuthToolkit" - } + "AuthToolkit" ], - "path": "packages/core/http/core-http-server/src/lifecycle/auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/auth.ts", "deprecated": false, "trackAdoption": false } @@ -18960,7 +16788,7 @@ "signature": [ "{ [x: string]: string | string[]; }" ], - "path": "packages/core/http/core-http-server/src/lifecycle/auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/auth.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -18973,31 +16801,13 @@ "label": "AuthResult", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthResultAuthenticated", - "text": "AuthResultAuthenticated" - }, + "AuthResultAuthenticated", " | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthResultNotHandled", - "text": "AuthResultNotHandled" - }, + "AuthResultNotHandled", " | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthResultRedirected", - "text": "AuthResultRedirected" - } + "AuthResultRedirected" ], - "path": "packages/core/http/core-http-server/src/lifecycle/auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/auth.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -19014,7 +16824,7 @@ "signature": [ "\"delete\" | \"post\" | \"put\" | \"patch\"" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -19032,24 +16842,12 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthHeaders", - "text": "AuthHeaders" - }, + "AuthHeaders", " | undefined" ], - "path": "packages/core/http/core-http-server/src/auth_headers.ts", + "path": "src/core/packages/http/server/src/auth_headers.ts", "deprecated": false, "trackAdoption": false, "returnComment": [ @@ -19066,16 +16864,10 @@ "{@link KibanaRequest } - an incoming request." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/auth_headers.ts", + "path": "src/core/packages/http/server/src/auth_headers.ts", "deprecated": false, "trackAdoption": false } @@ -19093,24 +16885,12 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => { status: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthStatus", - "text": "AuthStatus" - }, + "AuthStatus", "; state: T; }" ], - "path": "packages/core/http/core-http-server/src/auth_state.ts", + "path": "src/core/packages/http/server/src/auth_state.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -19125,16 +16905,10 @@ "{@link KibanaRequest } - an incoming request." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/auth_state.ts", + "path": "src/core/packages/http/server/src/auth_state.ts", "deprecated": false, "trackAdoption": false } @@ -19152,16 +16926,10 @@ ], "signature": [ "T extends ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HandlerFunction", - "text": "HandlerFunction" - }, + "HandlerFunction", " ? U : never" ], - "path": "packages/core/http/core-http-server/src/router/context_provider.ts", + "path": "src/core/packages/http/server/src/router/context_provider.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -19178,7 +16946,7 @@ "signature": [ "(context: T, ...args: any[]) => any" ], - "path": "packages/core/http/core-http-server/src/router/context_provider.ts", + "path": "src/core/packages/http/server/src/router/context_provider.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -19193,7 +16961,7 @@ "signature": [ "T" ], - "path": "packages/core/http/core-http-server/src/router/context_provider.ts", + "path": "src/core/packages/http/server/src/router/context_provider.ts", "deprecated": false, "trackAdoption": false }, @@ -19207,7 +16975,7 @@ "signature": [ "any[]" ], - "path": "packages/core/http/core-http-server/src/router/context_provider.ts", + "path": "src/core/packages/http/server/src/router/context_provider.ts", "deprecated": false, "trackAdoption": false } @@ -19226,7 +16994,7 @@ "signature": [ "T extends (context: any, ...args: infer U) => any ? U : never" ], - "path": "packages/core/http/core-http-server/src/router/context_provider.ts", + "path": "src/core/packages/http/server/src/router/context_provider.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -19243,7 +17011,7 @@ "signature": [ "{ date?: string | string[] | undefined; allow?: string | string[] | undefined; warning?: string | string[] | undefined; location?: string | string[] | undefined; authorization?: string | string[] | undefined; from?: string | string[] | undefined; host?: string | string[] | undefined; range?: string | string[] | undefined; etag?: string | string[] | undefined; expires?: string | string[] | undefined; accept?: string | string[] | undefined; \"accept-language\"?: string | string[] | undefined; \"accept-patch\"?: string | string[] | undefined; \"accept-ranges\"?: string | string[] | undefined; \"access-control-allow-credentials\"?: string | string[] | undefined; \"access-control-allow-headers\"?: string | string[] | undefined; \"access-control-allow-methods\"?: string | string[] | undefined; \"access-control-allow-origin\"?: string | string[] | undefined; \"access-control-expose-headers\"?: string | string[] | undefined; \"access-control-max-age\"?: string | string[] | undefined; \"access-control-request-headers\"?: string | string[] | undefined; \"access-control-request-method\"?: string | string[] | undefined; age?: string | string[] | undefined; \"alt-svc\"?: string | string[] | undefined; \"cache-control\"?: string | string[] | undefined; connection?: string | string[] | undefined; \"content-disposition\"?: string | string[] | undefined; \"content-encoding\"?: string | string[] | undefined; \"content-language\"?: string | string[] | undefined; \"content-length\"?: string | string[] | undefined; \"content-location\"?: string | string[] | undefined; \"content-range\"?: string | string[] | undefined; \"content-type\"?: string | string[] | undefined; cookie?: string | string[] | undefined; expect?: string | string[] | undefined; forwarded?: string | string[] | undefined; \"if-match\"?: string | string[] | undefined; \"if-modified-since\"?: string | string[] | undefined; \"if-none-match\"?: string | string[] | undefined; \"if-unmodified-since\"?: string | string[] | undefined; \"last-modified\"?: string | string[] | undefined; origin?: string | string[] | undefined; pragma?: string | string[] | undefined; \"proxy-authenticate\"?: string | string[] | undefined; \"proxy-authorization\"?: string | string[] | undefined; \"public-key-pins\"?: string | string[] | undefined; referer?: string | string[] | undefined; \"retry-after\"?: string | string[] | undefined; \"sec-websocket-accept\"?: string | string[] | undefined; \"sec-websocket-extensions\"?: string | string[] | undefined; \"sec-websocket-key\"?: string | string[] | undefined; \"sec-websocket-protocol\"?: string | string[] | undefined; \"sec-websocket-version\"?: string | string[] | undefined; \"set-cookie\"?: string | string[] | undefined; \"strict-transport-security\"?: string | string[] | undefined; tk?: string | string[] | undefined; trailer?: string | string[] | undefined; \"transfer-encoding\"?: string | string[] | undefined; upgrade?: string | string[] | undefined; \"user-agent\"?: string | string[] | undefined; vary?: string | string[] | undefined; via?: string | string[] | undefined; \"www-authenticate\"?: string | string[] | undefined; } & { [header: string]: string | string[] | undefined; }" ], - "path": "packages/core/http/core-http-server/src/router/headers.ts", + "path": "src/core/packages/http/server/src/router/headers.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -19260,7 +17028,7 @@ "signature": [ "\"http1\" | \"http2\"" ], - "path": "packages/core/http/core-http-server/src/http_contract.ts", + "path": "src/core/packages/http/server/src/http_contract.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -19279,7 +17047,7 @@ "Stream", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -19295,21 +17063,9 @@ ], "signature": [ "(context: Omit, request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", response: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaResponseFactory", - "text": "KibanaResponseFactory" - }, + "KibanaResponseFactory", ") => ", { "pluginId": "@kbn/utility-types", @@ -19320,7 +17076,7 @@ }, ">" ], - "path": "packages/core/http/core-http-server/src/router/context_provider.ts", + "path": "src/core/packages/http/server/src/router/context_provider.ts", "deprecated": false, "trackAdoption": false, "returnComment": [ @@ -19339,7 +17095,7 @@ "signature": [ "{ [P in Exclude]: Context[P]; }" ], - "path": "packages/core/http/core-http-server/src/router/context_provider.ts", + "path": "src/core/packages/http/server/src/router/context_provider.ts", "deprecated": false, "trackAdoption": false }, @@ -19354,24 +17110,12 @@ ], "signature": [ "[request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", response: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaResponseFactory", - "text": "KibanaResponseFactory" - }, + "KibanaResponseFactory", "]" ], - "path": "packages/core/http/core-http-server/src/router/context_provider.ts", + "path": "src/core/packages/http/server/src/router/context_provider.ts", "deprecated": false, "trackAdoption": false } @@ -19386,23 +17130,11 @@ "label": "InternalRouteSecurity", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurityGetter", - "text": "RouteSecurityGetter" - } + "RouteSecurityGetter" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -19418,16 +17150,10 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => boolean" ], - "path": "packages/core/http/core-http-server/src/auth_state.ts", + "path": "src/core/packages/http/server/src/auth_state.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -19442,16 +17168,10 @@ "{@link KibanaRequest } - an incoming request." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/auth_state.ts", + "path": "src/core/packages/http/server/src/auth_state.ts", "deprecated": false, "trackAdoption": false } @@ -19469,32 +17189,14 @@ ], "signature": [ "(Method extends \"get\" | \"options\" ? Required, \"body\">> : Required<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfigOptions", - "text": "RouteConfigOptions" - }, + "RouteConfigOptions", ">) & { security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; }" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -19509,92 +17211,32 @@ "\nSet of helpers used to create `KibanaResponse` to form HTTP response on an incoming request.\nShould be returned as a result of {@link RequestHandler} execution.\n" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaSuccessResponseFactory", - "text": "KibanaSuccessResponseFactory" - }, + "KibanaSuccessResponseFactory", " & ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRedirectionResponseFactory", - "text": "KibanaRedirectionResponseFactory" - }, + "KibanaRedirectionResponseFactory", " & ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaNotModifiedResponseFactory", - "text": "KibanaNotModifiedResponseFactory" - }, + "KibanaNotModifiedResponseFactory", " & ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaErrorResponseFactory", - "text": "KibanaErrorResponseFactory" - }, + "KibanaErrorResponseFactory", " & { file | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined>(options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.FileHttpResponseOptions", - "text": "FileHttpResponseOptions" - }, + "FileHttpResponseOptions", "): ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "; custom | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined>(options: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.CustomHttpResponseOptions", - "text": "CustomHttpResponseOptions" - }, + "CustomHttpResponseOptions", "): ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "; }" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -19611,7 +17253,7 @@ "signature": [ "\"date\" | \"allow\" | \"warning\" | \"location\" | \"authorization\" | \"from\" | \"host\" | \"range\" | \"etag\" | \"expires\" | \"accept\" | \"accept-language\" | \"accept-patch\" | \"accept-ranges\" | \"access-control-allow-credentials\" | \"access-control-allow-headers\" | \"access-control-allow-methods\" | \"access-control-allow-origin\" | \"access-control-expose-headers\" | \"access-control-max-age\" | \"access-control-request-headers\" | \"access-control-request-method\" | \"age\" | \"alt-svc\" | \"cache-control\" | \"connection\" | \"content-disposition\" | \"content-encoding\" | \"content-language\" | \"content-length\" | \"content-location\" | \"content-range\" | \"content-type\" | \"cookie\" | \"expect\" | \"forwarded\" | \"if-match\" | \"if-modified-since\" | \"if-none-match\" | \"if-unmodified-since\" | \"last-modified\" | \"origin\" | \"pragma\" | \"proxy-authenticate\" | \"proxy-authorization\" | \"public-key-pins\" | \"referer\" | \"retry-after\" | \"sec-websocket-accept\" | \"sec-websocket-extensions\" | \"sec-websocket-key\" | \"sec-websocket-protocol\" | \"sec-websocket-version\" | \"set-cookie\" | \"strict-transport-security\" | \"tk\" | \"trailer\" | \"transfer-encoding\" | \"upgrade\" | \"user-agent\" | \"vary\" | \"via\" | \"www-authenticate\"" ], - "path": "packages/core/http/core-http-server/src/router/headers.ts", + "path": "src/core/packages/http/server/src/router/headers.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -19626,16 +17268,10 @@ "\nCreates a Union type of all known keys of a given interface." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.StringKeysAsVals", - "text": "StringKeysAsVals" - }, + "StringKeysAsVals", " extends { [_ in keyof T]: infer U; } ? U : never" ], - "path": "packages/core/http/core-http-server/src/router/headers.ts", + "path": "src/core/packages/http/server/src/router/headers.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -19672,7 +17308,7 @@ }, "" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false, "returnComment": [ @@ -19691,23 +17327,11 @@ "\nCreates an object containing redirection or error response with error details, HTTP headers, and other data transmitted to the client." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRedirectionResponseFactory", - "text": "KibanaRedirectionResponseFactory" - }, + "KibanaRedirectionResponseFactory", " & ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaErrorResponseFactory", - "text": "KibanaErrorResponseFactory" - } + "KibanaErrorResponseFactory" ], - "path": "packages/core/http/core-http-server/src/router/response_factory.ts", + "path": "src/core/packages/http/server/src/router/response_factory.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -19723,64 +17347,22 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", response: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.LifecycleResponseFactory", - "text": "LifecycleResponseFactory" - }, + "LifecycleResponseFactory", ", toolkit: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPostAuthToolkit", - "text": "OnPostAuthToolkit" - }, + "OnPostAuthToolkit", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPostAuthResult", - "text": "OnPostAuthResult" - }, + "OnPostAuthResult", " | Promise<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPostAuthResult", - "text": "OnPostAuthResult" - }, + "OnPostAuthResult", ">" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_post_auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_post_auth.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -19793,16 +17375,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_post_auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_post_auth.ts", "deprecated": false, "trackAdoption": false }, @@ -19814,23 +17390,11 @@ "label": "response", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRedirectionResponseFactory", - "text": "KibanaRedirectionResponseFactory" - }, + "KibanaRedirectionResponseFactory", " & ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaErrorResponseFactory", - "text": "KibanaErrorResponseFactory" - } + "KibanaErrorResponseFactory" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_post_auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_post_auth.ts", "deprecated": false, "trackAdoption": false }, @@ -19842,15 +17406,9 @@ "label": "toolkit", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPostAuthToolkit", - "text": "OnPostAuthToolkit" - } + "OnPostAuthToolkit" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_post_auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_post_auth.ts", "deprecated": false, "trackAdoption": false } @@ -19865,23 +17423,11 @@ "label": "OnPostAuthResult", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPostAuthNextResult", - "text": "OnPostAuthNextResult" - }, + "OnPostAuthNextResult", " | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPostAuthAuthzResult", - "text": "OnPostAuthAuthzResult" - } + "OnPostAuthAuthzResult" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_post_auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_post_auth.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -19897,64 +17443,22 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", response: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.LifecycleResponseFactory", - "text": "LifecycleResponseFactory" - }, + "LifecycleResponseFactory", ", toolkit: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreAuthToolkit", - "text": "OnPreAuthToolkit" - }, + "OnPreAuthToolkit", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreAuthNextResult", - "text": "OnPreAuthNextResult" - }, + "OnPreAuthNextResult", " | Promise<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreAuthNextResult", - "text": "OnPreAuthNextResult" - }, + "OnPreAuthNextResult", ">" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_auth.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -19967,16 +17471,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_auth.ts", "deprecated": false, "trackAdoption": false }, @@ -19988,23 +17486,11 @@ "label": "response", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRedirectionResponseFactory", - "text": "KibanaRedirectionResponseFactory" - }, + "KibanaRedirectionResponseFactory", " & ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaErrorResponseFactory", - "text": "KibanaErrorResponseFactory" - } + "KibanaErrorResponseFactory" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_auth.ts", "deprecated": false, "trackAdoption": false }, @@ -20016,15 +17502,9 @@ "label": "toolkit", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreAuthToolkit", - "text": "OnPreAuthToolkit" - } + "OnPreAuthToolkit" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_auth.ts", "deprecated": false, "trackAdoption": false } @@ -20039,15 +17519,9 @@ "label": "OnPreAuthResult", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreAuthNextResult", - "text": "OnPreAuthNextResult" - } + "OnPreAuthNextResult" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_auth.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -20059,7 +17533,7 @@ "tags": [], "label": "OnPreAuthResultType", "description": [], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_auth.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_auth.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -20075,48 +17549,18 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", preResponse: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreResponseInfo", - "text": "OnPreResponseInfo" - }, + "OnPreResponseInfo", ", toolkit: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreResponseToolkit", - "text": "OnPreResponseToolkit" - }, + "OnPreResponseToolkit", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreResponseResult", - "text": "OnPreResponseResult" - }, + "OnPreResponseResult", " | Promise<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreResponseResult", - "text": "OnPreResponseResult" - }, + "OnPreResponseResult", ">" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_response.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_response.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -20129,16 +17573,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_response.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_response.ts", "deprecated": false, "trackAdoption": false }, @@ -20150,15 +17588,9 @@ "label": "preResponse", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreResponseInfo", - "text": "OnPreResponseInfo" - } + "OnPreResponseInfo" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_response.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_response.ts", "deprecated": false, "trackAdoption": false }, @@ -20170,15 +17602,9 @@ "label": "toolkit", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreResponseToolkit", - "text": "OnPreResponseToolkit" - } + "OnPreResponseToolkit" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_response.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_response.ts", "deprecated": false, "trackAdoption": false } @@ -20193,23 +17619,11 @@ "label": "OnPreResponseResult", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreResponseResultRender", - "text": "OnPreResponseResultRender" - }, + "OnPreResponseResultRender", " | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreResponseResultNext", - "text": "OnPreResponseResultNext" - } + "OnPreResponseResultNext" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_response.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_response.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -20225,64 +17639,22 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", response: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.LifecycleResponseFactory", - "text": "LifecycleResponseFactory" - }, + "LifecycleResponseFactory", ", toolkit: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreRoutingToolkit", - "text": "OnPreRoutingToolkit" - }, + "OnPreRoutingToolkit", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreRoutingResult", - "text": "OnPreRoutingResult" - }, + "OnPreRoutingResult", " | Promise<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreRoutingResult", - "text": "OnPreRoutingResult" - }, + "OnPreRoutingResult", ">" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_routing.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_routing.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -20295,16 +17667,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_routing.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_routing.ts", "deprecated": false, "trackAdoption": false }, @@ -20316,23 +17682,11 @@ "label": "response", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRedirectionResponseFactory", - "text": "KibanaRedirectionResponseFactory" - }, + "KibanaRedirectionResponseFactory", " & ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaErrorResponseFactory", - "text": "KibanaErrorResponseFactory" - } + "KibanaErrorResponseFactory" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_routing.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_routing.ts", "deprecated": false, "trackAdoption": false }, @@ -20344,15 +17698,9 @@ "label": "toolkit", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreRoutingToolkit", - "text": "OnPreRoutingToolkit" - } + "OnPreRoutingToolkit" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_routing.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_routing.ts", "deprecated": false, "trackAdoption": false } @@ -20367,23 +17715,11 @@ "label": "OnPreRoutingResult", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreRoutingResultNext", - "text": "OnPreRoutingResultNext" - }, + "OnPreRoutingResultNext", " | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreRoutingResultRewriteUrl", - "text": "OnPreRoutingResultRewriteUrl" - } + "OnPreRoutingResultRewriteUrl" ], - "path": "packages/core/http/core-http-server/src/lifecycle/on_pre_routing.ts", + "path": "src/core/packages/http/server/src/lifecycle/on_pre_routing.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -20398,7 +17734,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -20415,15 +17751,9 @@ "<", "ReqRefDefaults", "> | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.FakeRawRequest", - "text": "FakeRawRequest" - } + "FakeRawRequest" ], - "path": "packages/core/http/core-http-server/src/router/raw_request.ts", + "path": "src/core/packages/http/server/src/router/raw_request.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -20438,24 +17768,12 @@ "\nHTTP response parameters for redirection response" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, + "HttpResponseOptions", " & { headers?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseHeaders", - "text": "ResponseHeaders" - }, + "ResponseHeaders", " | undefined; }" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -20471,32 +17789,14 @@ ], "signature": [ "(context: Context, request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", response: ResponseFactory) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | Promise<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ">" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -20513,7 +17813,7 @@ "signature": [ "Context" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false }, @@ -20527,16 +17827,10 @@ "{@link KibanaRequest } - object containing information about requested resource,\nsuch as path, method, headers, parameters, query, body, etc." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false }, @@ -20552,7 +17846,7 @@ "signature": [ "ResponseFactory" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false } @@ -20570,64 +17864,22 @@ ], "signature": [ "(handler: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandler", - "text": "RequestHandler" - }, + "RequestHandler", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandler", - "text": "RequestHandler" - }, + "RequestHandler", "" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -20641,32 +17893,14 @@ "description": [], "signature": [ "(context: Context, request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", response: ResponseFactory) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | Promise<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ">" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -20681,7 +17915,7 @@ "signature": [ "Context" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false }, @@ -20693,16 +17927,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false }, @@ -20716,7 +17944,7 @@ "signature": [ "ResponseFactory" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false } @@ -20738,16 +17966,10 @@ "string | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; }" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -20764,7 +17986,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "packages/core/http/core-http-server/src/router/response.ts", + "path": "src/core/packages/http/server/src/router/response.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -20781,7 +18003,7 @@ "signature": [ "Record<\"date\" | \"allow\" | \"warning\" | \"location\" | \"authorization\" | \"from\" | \"host\" | \"range\" | \"etag\" | \"expires\" | \"accept\" | \"accept-language\" | \"accept-patch\" | \"accept-ranges\" | \"access-control-allow-credentials\" | \"access-control-allow-headers\" | \"access-control-allow-methods\" | \"access-control-allow-origin\" | \"access-control-expose-headers\" | \"access-control-max-age\" | \"access-control-request-headers\" | \"access-control-request-method\" | \"age\" | \"alt-svc\" | \"cache-control\" | \"connection\" | \"content-disposition\" | \"content-encoding\" | \"content-language\" | \"content-length\" | \"content-location\" | \"content-range\" | \"content-type\" | \"cookie\" | \"expect\" | \"forwarded\" | \"if-match\" | \"if-modified-since\" | \"if-none-match\" | \"if-unmodified-since\" | \"last-modified\" | \"origin\" | \"pragma\" | \"proxy-authenticate\" | \"proxy-authorization\" | \"public-key-pins\" | \"referer\" | \"retry-after\" | \"sec-websocket-accept\" | \"sec-websocket-extensions\" | \"sec-websocket-key\" | \"sec-websocket-protocol\" | \"sec-websocket-version\" | \"set-cookie\" | \"strict-transport-security\" | \"tk\" | \"trailer\" | \"transfer-encoding\" | \"upgrade\" | \"user-agent\" | \"vary\" | \"via\" | \"www-authenticate\", string | string[]> | Record" ], - "path": "packages/core/http/core-http-server/src/router/headers.ts", + "path": "src/core/packages/http/server/src/router/headers.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -20798,7 +18020,7 @@ "signature": [ "\"internal\" | \"public\"" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -20813,23 +18035,11 @@ "\nRepresents the authentication status for a route. It can either be enabled (`AuthcEnabled`) or disabled (`AuthcDisabled`)." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthcEnabled", - "text": "AuthcEnabled" - }, + "AuthcEnabled", " | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthcDisabled", - "text": "AuthcDisabled" - } + "AuthcDisabled" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -20844,23 +18054,11 @@ "\nRepresents the authorization status for a route. It can either be enabled (`AuthzEnabled`) or disabled (`AuthzDisabled`)." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthzEnabled", - "text": "AuthzEnabled" - }, + "AuthzEnabled", " | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthzDisabled", - "text": "AuthzDisabled" - } + "AuthzDisabled" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -20877,7 +18075,7 @@ "signature": [ "\"application/json\" | \"application/*+json\" | \"application/octet-stream\" | \"application/x-www-form-urlencoded\" | \"multipart/form-data\" | \"text/*\"" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -20892,23 +18090,11 @@ "\nThe set of common HTTP methods supported by Kibana routing." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.SafeRouteMethod", - "text": "SafeRouteMethod" - }, + "SafeRouteMethod", " | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.DestructiveRouteMethod", - "text": "DestructiveRouteMethod" - } + "DestructiveRouteMethod" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -20924,32 +18110,14 @@ ], "signature": [ "(route: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", ", handler: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandler", - "text": "RequestHandler" - }, + "RequestHandler", ") => void" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -20962,16 +18130,10 @@ "label": "route", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", "" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false }, @@ -20984,40 +18146,16 @@ "description": [], "signature": [ "(context: Context, request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", response: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaResponseFactory", - "text": "KibanaResponseFactory" - }, + "KibanaResponseFactory", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | Promise<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ">" ], - "path": "packages/core/http/core-http-server/src/router/router.ts", + "path": "src/core/packages/http/server/src/router/router.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -21032,7 +18170,7 @@ "signature": [ "Context" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false }, @@ -21044,16 +18182,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false }, @@ -21067,7 +18199,7 @@ "signature": [ "ResponseFactory" ], - "path": "packages/core/http/core-http-server/src/router/request_handler.ts", + "path": "src/core/packages/http/server/src/router/request_handler.ts", "deprecated": false, "trackAdoption": false } @@ -21085,24 +18217,12 @@ "description": [], "signature": [ "(request: { headers: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.Headers", - "text": "Headers" - }, + "Headers", "; query?: unknown; }) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -21116,16 +18236,10 @@ "description": [], "signature": [ "{ headers: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.Headers", - "text": "Headers" - }, + "Headers", "; query?: unknown; }" ], - "path": "packages/core/http/core-http-server/src/router/request.ts", + "path": "src/core/packages/http/server/src/router/request.ts", "deprecated": false, "trackAdoption": false } @@ -21143,24 +18257,12 @@ ], "signature": [ "(data: any, validationResult: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidationResultFactory", - "text": "RouteValidationResultFactory" - }, + "RouteValidationResultFactory", ") => { value: T; error?: undefined; } | { value?: undefined; error: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidationError", - "text": "RouteValidationError" - }, + "RouteValidationError", "; }" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -21175,7 +18277,7 @@ "signature": [ "any" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false }, @@ -21187,15 +18289,9 @@ "label": "validationResult", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidationResultFactory", - "text": "RouteValidationResultFactory" - } + "RouteValidationResultFactory" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false } @@ -21236,16 +18332,10 @@ "text": "ZodEsque" }, " | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidationFunction", - "text": "RouteValidationFunction" - }, + "RouteValidationFunction", "" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -21260,24 +18350,12 @@ "\nType container for schemas used in route related validations" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidatorFullConfigRequest", - "text": "RouteValidatorFullConfigRequest" - }, + "RouteValidatorFullConfigRequest", " | (", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidatorRequestAndResponses", - "text": "RouteValidatorRequestAndResponses" - }, + "RouteValidatorRequestAndResponses", " & NotRouteValidatorFullConfigRequest)" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -21292,23 +18370,11 @@ "\nRoute validations config and options merged into one object" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidatorConfig", - "text": "RouteValidatorConfig" - }, + "RouteValidatorConfig", " & ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidatorOptions", - "text": "RouteValidatorOptions" - } + "RouteValidatorOptions" ], - "path": "packages/core/http/core-http-server/src/router/route_validator.ts", + "path": "src/core/packages/http/server/src/router/route_validator.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -21325,7 +18391,7 @@ "signature": [ "\"get\" | \"options\"" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -21339,24 +18405,12 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", headers: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthHeaders", - "text": "AuthHeaders" - }, + "AuthHeaders", ") => void" ], - "path": "packages/core/http/core-http-server/src/auth_headers.ts", + "path": "src/core/packages/http/server/src/auth_headers.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -21369,16 +18423,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server/src/auth_headers.ts", + "path": "src/core/packages/http/server/src/auth_headers.ts", "deprecated": false, "trackAdoption": false }, @@ -21392,7 +18440,7 @@ "signature": [ "{ [x: string]: string | string[]; }" ], - "path": "packages/core/http/core-http-server/src/auth_headers.ts", + "path": "src/core/packages/http/server/src/auth_headers.ts", "deprecated": false, "trackAdoption": false } @@ -21411,7 +18459,7 @@ "signature": [ "{ [K in keyof T]: string extends K ? never : number extends K ? never : K; }" ], - "path": "packages/core/http/core-http-server/src/router/headers.ts", + "path": "src/core/packages/http/server/src/router/headers.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -21424,23 +18472,11 @@ "label": "VersionedResponseBodyValidation", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.LazyValidator", - "text": "LazyValidator" - }, + "LazyValidator", " | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouteCustomResponseBodyValidation", - "text": "VersionedRouteCustomResponseBodyValidation" - } + "VersionedRouteCustomResponseBodyValidation" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -21456,40 +18492,16 @@ ], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", ", \"validate\" | \"options\"> & { options?: Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfigOptions", - "text": "RouteConfigOptions" - }, + "RouteConfigOptions", ", \"description\" | \"summary\" | \"deprecated\" | \"access\" | \"discontinued\"> | undefined; access: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteAccess", - "text": "RouteAccess" - }, + "RouteAccess", "; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; discontinued?: string | undefined; }" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -21505,24 +18517,12 @@ ], "signature": [ "(config: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRouteConfig", - "text": "VersionedRouteConfig" - }, + "VersionedRouteConfig", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.VersionedRoute", - "text": "VersionedRoute" - }, + "VersionedRoute", "" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [ @@ -21540,40 +18540,16 @@ ], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfig", - "text": "RouteConfig" - }, + "RouteConfig", ", \"validate\" | \"options\"> & { options?: Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfigOptions", - "text": "RouteConfigOptions" - }, + "RouteConfigOptions", ", \"description\" | \"summary\" | \"deprecated\" | \"access\" | \"discontinued\"> | undefined; access: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteAccess", - "text": "RouteAccess" - }, + "RouteAccess", "; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; enableQueryVersion?: boolean | undefined; summary?: string | undefined; description?: string | undefined; discontinued?: string | undefined; }" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false } @@ -21588,23 +18564,11 @@ "label": "VersionedRouteRequestValidation", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidatorConfig", - "text": "RouteValidatorConfig" - }, + "RouteValidatorConfig", " & ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidatorOptions", - "text": "RouteValidatorOptions" - } + "RouteValidatorOptions" ], - "path": "packages/core/http/core-http-server/src/versioning/types.ts", + "path": "src/core/packages/http/server/src/versioning/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -21623,7 +18587,7 @@ "signature": [ "readonly [\"data\", \"stream\"]" ], - "path": "packages/core/http/core-http-server/src/router/route.ts", + "path": "src/core/packages/http/server/src/router/route.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_http_server.mdx b/api_docs/kbn_core_http_server.mdx index aee6757762815..2c9e88d6f69c0 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server'] --- import kbnCoreHttpServerObj from './kbn_core_http_server.devdocs.json'; diff --git a/api_docs/kbn_core_http_server_internal.devdocs.json b/api_docs/kbn_core_http_server_internal.devdocs.json index 4fc8d951c5c05..e515c0715826a 100644 --- a/api_docs/kbn_core_http_server_internal.devdocs.json +++ b/api_docs/kbn_core_http_server_internal.devdocs.json @@ -20,23 +20,11 @@ "\nCSP configuration for use in Kibana." ], "signature": [ - { - "pluginId": "@kbn/core-http-server-internal", - "scope": "server", - "docId": "kibKbnCoreHttpServerInternalPluginApi", - "section": "def-server.CspConfig", - "text": "CspConfig" - }, + "CspConfig", " implements ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ICspConfig", - "text": "ICspConfig" - } + "ICspConfig" ], - "path": "packages/core/http/core-http-server-internal/src/csp/csp_config.ts", + "path": "src/core/packages/http/server-internal/src/csp/csp_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -48,15 +36,9 @@ "label": "DEFAULT", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server-internal", - "scope": "server", - "docId": "kibKbnCoreHttpServerInternalPluginApi", - "section": "def-server.CspConfig", - "text": "CspConfig" - } + "CspConfig" ], - "path": "packages/core/http/core-http-server-internal/src/csp/csp_config.ts", + "path": "src/core/packages/http/server-internal/src/csp/csp_config.ts", "deprecated": false, "trackAdoption": false }, @@ -70,7 +52,7 @@ "signature": [ "CspDirectives" ], - "path": "packages/core/http/core-http-server-internal/src/csp/csp_config.ts", + "path": "src/core/packages/http/server-internal/src/csp/csp_config.ts", "deprecated": false, "trackAdoption": false }, @@ -81,7 +63,7 @@ "tags": [], "label": "strict", "description": [], - "path": "packages/core/http/core-http-server-internal/src/csp/csp_config.ts", + "path": "src/core/packages/http/server-internal/src/csp/csp_config.ts", "deprecated": false, "trackAdoption": false }, @@ -92,7 +74,7 @@ "tags": [], "label": "disableUnsafeEval", "description": [], - "path": "packages/core/http/core-http-server-internal/src/csp/csp_config.ts", + "path": "src/core/packages/http/server-internal/src/csp/csp_config.ts", "deprecated": false, "trackAdoption": false }, @@ -103,7 +85,7 @@ "tags": [], "label": "warnLegacyBrowsers", "description": [], - "path": "packages/core/http/core-http-server-internal/src/csp/csp_config.ts", + "path": "src/core/packages/http/server-internal/src/csp/csp_config.ts", "deprecated": false, "trackAdoption": false }, @@ -114,7 +96,7 @@ "tags": [], "label": "disableEmbedding", "description": [], - "path": "packages/core/http/core-http-server-internal/src/csp/csp_config.ts", + "path": "src/core/packages/http/server-internal/src/csp/csp_config.ts", "deprecated": false, "trackAdoption": false }, @@ -125,7 +107,7 @@ "tags": [], "label": "header", "description": [], - "path": "packages/core/http/core-http-server-internal/src/csp/csp_config.ts", + "path": "src/core/packages/http/server-internal/src/csp/csp_config.ts", "deprecated": false, "trackAdoption": false }, @@ -136,7 +118,7 @@ "tags": [], "label": "reportOnlyHeader", "description": [], - "path": "packages/core/http/core-http-server-internal/src/csp/csp_config.ts", + "path": "src/core/packages/http/server-internal/src/csp/csp_config.ts", "deprecated": false, "trackAdoption": false } @@ -153,23 +135,11 @@ "\nExternal Url configuration for use in Kibana." ], "signature": [ - { - "pluginId": "@kbn/core-http-server-internal", - "scope": "server", - "docId": "kibKbnCoreHttpServerInternalPluginApi", - "section": "def-server.ExternalUrlConfig", - "text": "ExternalUrlConfig" - }, + "ExternalUrlConfig", " implements ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IExternalUrlConfig", - "text": "IExternalUrlConfig" - } + "IExternalUrlConfig" ], - "path": "packages/core/http/core-http-server-internal/src/external_url/external_url_config.ts", + "path": "src/core/packages/http/server-internal/src/external_url/external_url_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -181,15 +151,9 @@ "label": "DEFAULT", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server-internal", - "scope": "server", - "docId": "kibKbnCoreHttpServerInternalPluginApi", - "section": "def-server.ExternalUrlConfig", - "text": "ExternalUrlConfig" - } + "ExternalUrlConfig" ], - "path": "packages/core/http/core-http-server-internal/src/external_url/external_url_config.ts", + "path": "src/core/packages/http/server-internal/src/external_url/external_url_config.ts", "deprecated": false, "trackAdoption": false }, @@ -201,16 +165,10 @@ "label": "policy", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-common", - "scope": "common", - "docId": "kibKbnCoreHttpCommonPluginApi", - "section": "def-common.IExternalUrlPolicy", - "text": "IExternalUrlPolicy" - }, + "IExternalUrlPolicy", "[]" ], - "path": "packages/core/http/core-http-server-internal/src/external_url/external_url_config.ts", + "path": "src/core/packages/http/server-internal/src/external_url/external_url_config.ts", "deprecated": false, "trackAdoption": false } @@ -225,13 +183,7 @@ "label": "HttpConfig", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server-internal", - "scope": "server", - "docId": "kibKbnCoreHttpServerInternalPluginApi", - "section": "def-server.HttpConfig", - "text": "HttpConfig" - }, + "HttpConfig", " implements ", { "pluginId": "@kbn/server-http-tools", @@ -241,7 +193,7 @@ "text": "IHttpConfig" } ], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -252,7 +204,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -263,7 +215,7 @@ "tags": [], "label": "autoListen", "description": [], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -277,7 +229,7 @@ "signature": [ "\"http1\" | \"http2\"" ], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -288,7 +240,7 @@ "tags": [], "label": "host", "description": [], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -299,7 +251,7 @@ "tags": [], "label": "keepaliveTimeout", "description": [], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -310,7 +262,7 @@ "tags": [], "label": "socketTimeout", "description": [], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -321,7 +273,7 @@ "tags": [], "label": "payloadTimeout", "description": [], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -332,7 +284,7 @@ "tags": [], "label": "port", "description": [], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -346,7 +298,7 @@ "signature": [ "{ enabled: boolean; allowCredentials: boolean; allowOrigin: string[]; }" ], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -360,7 +312,7 @@ "signature": [ "{ enabled: boolean; }" ], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -374,7 +326,7 @@ "signature": [ "{ [x: string]: string | string[]; }" ], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -388,7 +340,7 @@ "signature": [ "{ [x: string]: string | string[]; }" ], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -408,7 +360,7 @@ "text": "ByteSizeValue" } ], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -422,7 +374,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -436,7 +388,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -447,7 +399,7 @@ "tags": [], "label": "rewriteBasePath", "description": [], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -461,7 +413,7 @@ "signature": [ "CdnConfig" ], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -481,7 +433,7 @@ "text": "SslConfig" } ], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -495,7 +447,7 @@ "signature": [ "{ enabled: boolean; referrerWhitelist?: string[] | undefined; brotli: { enabled: boolean; quality: number; }; }" ], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -507,15 +459,9 @@ "label": "csp", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ICspConfig", - "text": "ICspConfig" - } + "ICspConfig" ], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -527,15 +473,9 @@ "label": "externalUrl", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IExternalUrlConfig", - "text": "IExternalUrlConfig" - } + "IExternalUrlConfig" ], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -549,7 +489,7 @@ "signature": [ "{ disableProtection: boolean; allowlist: string[]; }" ], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -563,7 +503,7 @@ "signature": [ "{ allowFromAnyIp: boolean; ipAllowlist: string[]; }" ], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -579,7 +519,7 @@ "HandlerResolutionStrategy", "; strictClientVersionCheck: boolean; useVersionResolutionStrategyForInternalPaths: string[]; }" ], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -593,7 +533,7 @@ "signature": [ "moment.Duration" ], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -604,7 +544,7 @@ "tags": [], "label": "restrictInternalApis", "description": [], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false }, @@ -616,15 +556,9 @@ "label": "eluMonitor", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IHttpEluMonitorConfig", - "text": "IHttpEluMonitorConfig" - } + "IHttpEluMonitorConfig" ], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false } @@ -638,7 +572,7 @@ "tags": [], "label": "HttpServer", "description": [], - "path": "packages/core/http/core-http-server-internal/src/http_server.ts", + "path": "src/core/packages/http/server-internal/src/http_server.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -652,7 +586,7 @@ "signature": [ "any" ], - "path": "packages/core/http/core-http-server-internal/src/http_server.ts", + "path": "src/core/packages/http/server-internal/src/http_server.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -666,7 +600,7 @@ "signature": [ "CoreContext" ], - "path": "packages/core/http/core-http-server-internal/src/http_server.ts", + "path": "src/core/packages/http/server-internal/src/http_server.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -681,7 +615,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-server-internal/src/http_server.ts", + "path": "src/core/packages/http/server-internal/src/http_server.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -697,7 +631,7 @@ "Observable", "" ], - "path": "packages/core/http/core-http-server-internal/src/http_server.ts", + "path": "src/core/packages/http/server-internal/src/http_server.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -715,7 +649,7 @@ "signature": [ "() => boolean" ], - "path": "packages/core/http/core-http-server-internal/src/http_server.ts", + "path": "src/core/packages/http/server-internal/src/http_server.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -735,7 +669,7 @@ "HttpServerSetup", ">" ], - "path": "packages/core/http/core-http-server-internal/src/http_server.ts", + "path": "src/core/packages/http/server-internal/src/http_server.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -749,7 +683,7 @@ "signature": [ "HttpServerSetupOptions" ], - "path": "packages/core/http/core-http-server-internal/src/http_server.ts", + "path": "src/core/packages/http/server-internal/src/http_server.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -767,7 +701,7 @@ "signature": [ "() => Promise" ], - "path": "packages/core/http/core-http-server-internal/src/http_server.ts", + "path": "src/core/packages/http/server-internal/src/http_server.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -783,7 +717,7 @@ "signature": [ "() => Promise" ], - "path": "packages/core/http/core-http-server-internal/src/http_server.ts", + "path": "src/core/packages/http/server-internal/src/http_server.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -802,24 +736,12 @@ ") => { routers: ", "Router", "<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandlerContextBase", - "text": "RequestHandlerContextBase" - }, + "RequestHandlerContextBase", ">[]; versionedRouters: ", - { - "pluginId": "@kbn/core-http-router-server-internal", - "scope": "server", - "docId": "kibKbnCoreHttpRouterServerInternalPluginApi", - "section": "def-server.CoreVersionedRouter", - "text": "CoreVersionedRouter" - }, + "CoreVersionedRouter", "[]; }" ], - "path": "packages/core/http/core-http-server-internal/src/http_server.ts", + "path": "src/core/packages/http/server-internal/src/http_server.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -833,7 +755,7 @@ "signature": [ "GetRoutersOptions" ], - "path": "packages/core/http/core-http-server-internal/src/http_server.ts", + "path": "src/core/packages/http/server-internal/src/http_server.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -854,23 +776,11 @@ "\nConvention is for trailing slashes in pathnames are stripped." ], "signature": [ - { - "pluginId": "@kbn/core-http-server-internal", - "scope": "server", - "docId": "kibKbnCoreHttpServerInternalPluginApi", - "section": "def-server.StaticAssets", - "text": "StaticAssets" - }, + "StaticAssets", " implements ", - { - "pluginId": "@kbn/core-http-server-internal", - "scope": "server", - "docId": "kibKbnCoreHttpServerInternalPluginApi", - "section": "def-server.InternalStaticAssets", - "text": "InternalStaticAssets" - } + "InternalStaticAssets" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -884,7 +794,7 @@ "signature": [ "any" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -898,7 +808,7 @@ "signature": [ "StaticAssetsParams" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -916,7 +826,7 @@ "signature": [ "() => boolean" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -934,7 +844,7 @@ "signature": [ "() => string" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -950,7 +860,7 @@ "signature": [ "(pluginName: string, assetPath: string) => string" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -964,7 +874,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -979,7 +889,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -997,7 +907,7 @@ "signature": [ "(path: string) => string" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1011,7 +921,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1029,7 +939,7 @@ "signature": [ "(pathname: string) => string" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1043,7 +953,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1061,7 +971,7 @@ "signature": [ "(pluginName: string, assetPath: string) => string" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1075,7 +985,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1090,7 +1000,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1126,24 +1036,12 @@ "<", "ServerApplicationState", ">, cookieOptions: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.SessionStorageCookieOptions", - "text": "SessionStorageCookieOptions" - }, + "SessionStorageCookieOptions", ", disableEmbedding: boolean, basePath: string | undefined) => Promise<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.SessionStorageFactory", - "text": "SessionStorageFactory" - }, + "SessionStorageFactory", ">" ], - "path": "packages/core/http/core-http-server-internal/src/cookie_session_storage.ts", + "path": "src/core/packages/http/server-internal/src/cookie_session_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1163,7 +1061,7 @@ "text": "Logger" } ], - "path": "packages/core/http/core-http-server-internal/src/cookie_session_storage.ts", + "path": "src/core/packages/http/server-internal/src/cookie_session_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1183,7 +1081,7 @@ "ServerApplicationState", ">" ], - "path": "packages/core/http/core-http-server-internal/src/cookie_session_storage.ts", + "path": "src/core/packages/http/server-internal/src/cookie_session_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1198,16 +1096,10 @@ "- cookies configuration" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.SessionStorageCookieOptions", - "text": "SessionStorageCookieOptions" - }, + "SessionStorageCookieOptions", "" ], - "path": "packages/core/http/core-http-server-internal/src/cookie_session_storage.ts", + "path": "src/core/packages/http/server-internal/src/cookie_session_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1222,7 +1114,7 @@ "signature": [ "boolean" ], - "path": "packages/core/http/core-http-server-internal/src/cookie_session_storage.ts", + "path": "src/core/packages/http/server-internal/src/cookie_session_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1237,7 +1129,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/http/core-http-server-internal/src/cookie_session_storage.ts", + "path": "src/core/packages/http/server-internal/src/cookie_session_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1255,7 +1147,7 @@ "tags": [], "label": "InternalStaticAssets", "description": [], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1269,7 +1161,7 @@ "signature": [ "() => string" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1287,7 +1179,7 @@ "signature": [ "() => boolean" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1305,7 +1197,7 @@ "signature": [ "(pluginName: string, assetPath: string) => string" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1319,7 +1211,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1334,7 +1226,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1354,7 +1246,7 @@ "signature": [ "(pluginName: string, assetPath: string) => string" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1368,7 +1260,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1383,7 +1275,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1403,7 +1295,7 @@ "signature": [ "(pathname: string) => string" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1417,7 +1309,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1439,7 +1331,7 @@ "signature": [ "(pathname: string) => string" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1453,7 +1345,7 @@ "signature": [ "string" ], - "path": "packages/core/http/core-http-server-internal/src/static_assets/static_assets.ts", + "path": "src/core/packages/http/server-internal/src/static_assets/static_assets.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1485,7 +1377,7 @@ }, "; readonly rewriteBasePath: boolean; readonly keepaliveTimeout: number; readonly socketTimeout: number; readonly payloadTimeout: number; readonly xsrf: Readonly<{} & { disableProtection: boolean; allowlist: string[]; }>; readonly eluMonitor: Readonly<{} & { enabled: boolean; logging: Readonly<{} & { enabled: boolean; threshold: Readonly<{} & { elu: number; ela: number; }>; }>; }>; readonly requestId: Readonly<{} & { allowFromAnyIp: boolean; ipAllowlist: string[]; }>; readonly restrictInternalApis: boolean; }" ], - "path": "packages/core/http/core-http-server-internal/src/http_config.ts", + "path": "src/core/packages/http/server-internal/src/http_config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1499,7 +1391,7 @@ "tags": [], "label": "cspConfig", "description": [], - "path": "packages/core/http/core-http-server-internal/src/csp/config.ts", + "path": "src/core/packages/http/server-internal/src/csp/config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1512,7 +1404,7 @@ "description": [ "// TODO: Move this to server.csp using config deprecations\n// ? https://github.com/elastic/kibana/pull/52251" ], - "path": "packages/core/http/core-http-server-internal/src/csp/config.ts", + "path": "src/core/packages/http/server-internal/src/csp/config.ts", "deprecated": false, "trackAdoption": false }, @@ -1661,7 +1553,7 @@ }, "; }>" ], - "path": "packages/core/http/core-http-server-internal/src/csp/config.ts", + "path": "src/core/packages/http/server-internal/src/csp/config.ts", "deprecated": false, "trackAdoption": false } @@ -1675,7 +1567,7 @@ "tags": [], "label": "externalUrlConfig", "description": [], - "path": "packages/core/http/core-http-server-internal/src/external_url/config.ts", + "path": "src/core/packages/http/server-internal/src/external_url/config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1686,7 +1578,7 @@ "tags": [], "label": "path", "description": [], - "path": "packages/core/http/core-http-server-internal/src/external_url/config.ts", + "path": "src/core/packages/http/server-internal/src/external_url/config.ts", "deprecated": false, "trackAdoption": false }, @@ -1714,16 +1606,10 @@ "text": "Type" }, "<", - { - "pluginId": "@kbn/core-http-common", - "scope": "common", - "docId": "kibKbnCoreHttpCommonPluginApi", - "section": "def-common.IExternalUrlPolicy", - "text": "IExternalUrlPolicy" - }, + "IExternalUrlPolicy", "[]>; }>" ], - "path": "packages/core/http/core-http-server-internal/src/external_url/config.ts", + "path": "src/core/packages/http/server-internal/src/external_url/config.ts", "deprecated": false, "trackAdoption": false } @@ -1737,7 +1623,7 @@ "tags": [], "label": "permissionsPolicyConfig", "description": [], - "path": "packages/core/http/core-http-server-internal/src/permissions_policy/config.ts", + "path": "src/core/packages/http/server-internal/src/permissions_policy/config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1748,7 +1634,7 @@ "tags": [], "label": "path", "description": [], - "path": "packages/core/http/core-http-server-internal/src/permissions_policy/config.ts", + "path": "src/core/packages/http/server-internal/src/permissions_policy/config.ts", "deprecated": false, "trackAdoption": false }, @@ -1777,7 +1663,7 @@ }, "; }>" ], - "path": "packages/core/http/core-http-server-internal/src/permissions_policy/config.ts", + "path": "src/core/packages/http/server-internal/src/permissions_policy/config.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_http_server_internal.mdx b/api_docs/kbn_core_http_server_internal.mdx index eb31159d183d7..d86dd3e7bef81 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server-internal'] --- import kbnCoreHttpServerInternalObj from './kbn_core_http_server_internal.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 96 | 0 | 83 | 10 | +| 96 | 0 | 83 | 0 | ## Server diff --git a/api_docs/kbn_core_http_server_mocks.devdocs.json b/api_docs/kbn_core_http_server_mocks.devdocs.json index 4e03b2ddb6185..7b2783c2aa0cc 100644 --- a/api_docs/kbn_core_http_server_mocks.devdocs.json +++ b/api_docs/kbn_core_http_server_mocks.devdocs.json @@ -28,13 +28,7 @@ "text": "ByteSizeValue" }, "; rewriteBasePath: boolean; keepaliveTimeout: number; socketTimeout: number; payloadTimeout: number; xsrf: Readonly<{} & { disableProtection: boolean; allowlist: string[]; }>; eluMonitor: Readonly<{} & { enabled: boolean; logging: Readonly<{} & { enabled: boolean; threshold: Readonly<{} & { elu: number; ela: number; }>; }>; }>; requestId: Readonly<{} & { allowFromAnyIp: boolean; ipAllowlist: string[]; }>; restrictInternalApis: boolean; }>>; externalUrl: Partial>; csp: Partial | undefined; } & { strict: boolean; disableEmbedding: boolean; disableUnsafeEval: boolean; script_src: string[]; worker_src: string[]; style_src: string[]; connect_src: string[]; default_src: string[]; font_src: string[]; frame_src: string[]; img_src: string[]; frame_ancestors: string[]; report_uri: string[]; report_to: string[]; warnLegacyBrowsers: boolean; }>>; }>) => ", { "pluginId": "@kbn/config-mocks", @@ -65,13 +59,7 @@ "text": "ByteSizeValue" }, "; rewriteBasePath: boolean; keepaliveTimeout: number; socketTimeout: number; payloadTimeout: number; xsrf: Readonly<{} & { disableProtection: boolean; allowlist: string[]; }>; eluMonitor: Readonly<{} & { enabled: boolean; logging: Readonly<{} & { enabled: boolean; threshold: Readonly<{} & { elu: number; ela: number; }>; }>; }>; requestId: Readonly<{} & { allowFromAnyIp: boolean; ipAllowlist: string[]; }>; restrictInternalApis: boolean; }>>; externalUrl: Partial>; csp: Partial | undefined; } & { strict: boolean; disableEmbedding: boolean; disableUnsafeEval: boolean; script_src: string[]; worker_src: string[]; style_src: string[]; connect_src: string[]; default_src: string[]; font_src: string[]; frame_src: string[]; img_src: string[]; frame_ancestors: string[]; report_uri: string[]; report_to: string[]; warnLegacyBrowsers: boolean; }>>; }>" ], "path": "packages/core/http/core-http-server-mocks/src/test_utils.ts", @@ -174,53 +162,17 @@ "description": [], "signature": [ "{ registerRoutes: jest.MockInstance) => void], unknown>; basePath: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IBasePath", - "text": "IBasePath" - }, + "IBasePath", "; getServerInfo: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpServerInfo", - "text": "HttpServerInfo" - }, + "HttpServerInfo", ", [], unknown>; } & ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpServicePreboot", - "text": "HttpServicePreboot" - }, + "HttpServicePreboot", "<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandlerContextBase", - "text": "RequestHandlerContextBase" - }, + "RequestHandlerContextBase", ">" ], "path": "packages/core/http/core-http-server-mocks/src/http_service.mock.ts", @@ -237,117 +189,33 @@ "description": [], "signature": [ "{ csp: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ICspConfig", - "text": "ICspConfig" - }, + "ICspConfig", "; staticAssets: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IStaticAssets", - "text": "IStaticAssets" - }, + "IStaticAssets", "; registerRouteHandlerContext: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IContextContainer", - "text": "IContextContainer" - }, + "IContextContainer", ", [contextName: Exclude, provider: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IContextProvider", - "text": "IContextProvider" - }, + "IContextProvider", ">], unknown>; getServerInfo: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpServerInfo", - "text": "HttpServerInfo" - }, + "HttpServerInfo", ", [], unknown>; createCookieSessionStorageFactory: jest.MockInstance>, [cookieOptions: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.SessionStorageCookieOptions", - "text": "SessionStorageCookieOptions" - }, + "SessionStorageCookieOptions", "], unknown>; registerOnPreRouting: jest.MockInstance; registerOnPreAuth: jest.MockInstance; registerAuth: jest.MockInstance; registerOnPostAuth: jest.MockInstance; registerOnPreResponse: jest.MockInstance; getDeprecatedRoutes: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouterDeprecatedApiDetails", - "text": "RouterDeprecatedApiDetails" - }, + "RouterDeprecatedApiDetails", "[], [], unknown>; } & Omit<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpServiceSetup", - "text": "HttpServiceSetup" - }, + "HttpServiceSetup", ", \"basePath\" | \"createRouter\"> & { basePath: BasePathMocked; staticAssets: StaticAssetsMocked; createRouter: jest.MockedFunction<() => ", { "pluginId": "@kbn/core-http-router-server-mocks", @@ -372,45 +240,15 @@ "description": [], "signature": [ "{ basePath: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IBasePath", - "text": "IBasePath" - }, + "IBasePath", "; staticAssets: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IStaticAssets", - "text": "IStaticAssets" - }, + "IStaticAssets", "; auth: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpAuth", - "text": "HttpAuth" - }, + "HttpAuth", "; getServerInfo: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpServerInfo", - "text": "HttpServerInfo" - }, + "HttpServerInfo", ", [], unknown>; } & ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpServiceStart", - "text": "HttpServiceStart" - }, + "HttpServiceStart", " & { basePath: BasePathMocked; staticAssets: StaticAssetsMocked; }" ], "path": "packages/core/http/core-http-server-mocks/src/http_service.mock.ts", @@ -427,81 +265,27 @@ "description": [], "signature": [ "{ externalUrl: ", - { - "pluginId": "@kbn/core-http-server-internal", - "scope": "server", - "docId": "kibKbnCoreHttpServerInternalPluginApi", - "section": "def-server.ExternalUrlConfig", - "text": "ExternalUrlConfig" - }, + "ExternalUrlConfig", "; csp: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ICspConfig", - "text": "ICspConfig" - }, + "ICspConfig", "; server: ", "Server", "<", "ServerApplicationState", ">; auth: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpAuth", - "text": "HttpAuth" - }, + "HttpAuth", "; registerStaticDir: jest.MockInstance; registerRouteHandlerContext: >(pluginOpaqueId: symbol, contextName: ContextName, provider: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IContextProvider", - "text": "IContextProvider" - }, + "IContextProvider", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IContextContainer", - "text": "IContextContainer" - }, + "IContextContainer", "; getServerInfo: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpServerInfo", - "text": "HttpServerInfo" - }, + "HttpServerInfo", ", [], unknown>; registerRoutes: jest.MockInstance) => void], unknown>; } & Omit<", "InternalHttpServicePreboot", ", \"basePath\" | \"staticAssets\"> & { basePath: BasePathMocked; staticAssets: InternalStaticAssetsMocked; }" @@ -520,155 +304,47 @@ "description": [], "signature": [ "{ externalUrl: ", - { - "pluginId": "@kbn/core-http-server-internal", - "scope": "server", - "docId": "kibKbnCoreHttpServerInternalPluginApi", - "section": "def-server.ExternalUrlConfig", - "text": "ExternalUrlConfig" - }, + "ExternalUrlConfig", "; csp: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ICspConfig", - "text": "ICspConfig" - }, + "ICspConfig", "; server: ", "Server", "<", "ServerApplicationState", ">; registerStaticDir: jest.MockInstance; registerRouteHandlerContext: >(pluginOpaqueId: symbol, contextName: ContextName, provider: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IContextProvider", - "text": "IContextProvider" - }, + "IContextProvider", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IContextContainer", - "text": "IContextContainer" - }, + "IContextContainer", "; getServerInfo: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpServerInfo", - "text": "HttpServerInfo" - }, + "HttpServerInfo", ", [], unknown>; createCookieSessionStorageFactory: jest.MockInstance>, [cookieOptions: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.SessionStorageCookieOptions", - "text": "SessionStorageCookieOptions" - }, + "SessionStorageCookieOptions", "], unknown>; registerOnPreRouting: jest.MockInstance; registerOnPreAuth: jest.MockInstance; registerAuth: jest.MockInstance; registerOnPostAuth: jest.MockInstance; registerOnPreResponse: jest.MockInstance; getDeprecatedRoutes: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouterDeprecatedApiDetails", - "text": "RouterDeprecatedApiDetails" - }, + "RouterDeprecatedApiDetails", "[], [], unknown>; registerOnPostValidation: jest.MockInstance, metadata: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.PostValidationMetadata", - "text": "PostValidationMetadata" - }, + "PostValidationMetadata", ") => void], unknown>; registerRouterAfterListening: jest.MockInstance], unknown>; getRegisteredDeprecatedApis: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouterDeprecatedApiDetails", - "text": "RouterDeprecatedApiDetails" - }, + "RouterDeprecatedApiDetails", "[], [], unknown>; } & Omit<", "InternalHttpServiceSetup", ", \"basePath\" | \"auth\" | \"staticAssets\" | \"createRouter\" | \"authRequestHeaders\"> & { auth: AuthMocked; basePath: BasePathMocked; staticAssets: InternalStaticAssetsMocked; createRouter: jest.MockedFunction<(path: string) => ", @@ -680,13 +356,7 @@ "text": "RouterMock" }, ">; authRequestHeaders: jest.Mocked<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IAuthHeadersStorage", - "text": "IAuthHeadersStorage" - }, + "IAuthHeadersStorage", ">; }" ], "path": "packages/core/http/core-http-server-mocks/src/http_service.mock.ts", @@ -703,37 +373,13 @@ "description": [], "signature": [ "{ staticAssets: ", - { - "pluginId": "@kbn/core-http-server-internal", - "scope": "server", - "docId": "kibKbnCoreHttpServerInternalPluginApi", - "section": "def-server.InternalStaticAssets", - "text": "InternalStaticAssets" - }, + "InternalStaticAssets", "; isListening: jest.MockInstance; basePath: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IBasePath", - "text": "IBasePath" - }, + "IBasePath", "; auth: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpAuth", - "text": "HttpAuth" - }, + "HttpAuth", "; getServerInfo: jest.MockInstance<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpServerInfo", - "text": "HttpServerInfo" - }, + "HttpServerInfo", ", [], unknown>; } & ", "InternalHttpServiceStart", " & { basePath: BasePathMocked; staticAssets: InternalStaticAssetsMocked; }" @@ -767,13 +413,7 @@ "

({ path, headers, params, body, query, method, socket, routeTags, routeAuthRequired, validation, kibanaRouteOptions, kibanaRequestState, auth, }?: ", "RequestFixtureOptions", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "packages/core/http/core-http-server-mocks/src/http_server.mocks.ts", @@ -807,13 +447,7 @@ "description": [], "signature": [ "({ headers, }: { headers?: Record | undefined; }) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "packages/core/http/core-http-server-mocks/src/http_server.mocks.ts", @@ -1322,7 +956,7 @@ }, "<(name: string) => boolean> | undefined; }" ], - "path": "packages/kbn-hapi-mocks/src/request.ts", + "path": "src/platform/packages/private/kbn-hapi-mocks/src/request.ts", "deprecated": false, "trackAdoption": false } @@ -1337,13 +971,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaResponseFactory", - "text": "KibanaResponseFactory" - }, + "KibanaResponseFactory", ">" ], "path": "packages/core/http/core-http-server-mocks/src/http_server.mocks.ts", @@ -1361,13 +989,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.LifecycleResponseFactory", - "text": "LifecycleResponseFactory" - }, + "LifecycleResponseFactory", ">" ], "path": "packages/core/http/core-http-server-mocks/src/http_server.mocks.ts", @@ -1570,21 +1192,9 @@ "description": [], "signature": [ "() => ", { "pluginId": "@kbn/core-http-server-mocks", @@ -1656,13 +1266,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreAuthToolkit", - "text": "OnPreAuthToolkit" - }, + "OnPreAuthToolkit", ">" ], "path": "packages/core/http/core-http-server-mocks/src/http_service.mock.ts", @@ -1680,13 +1284,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPostAuthToolkit", - "text": "OnPostAuthToolkit" - }, + "OnPostAuthToolkit", ">" ], "path": "packages/core/http/core-http-server-mocks/src/http_service.mock.ts", @@ -1704,13 +1302,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreResponseToolkit", - "text": "OnPreResponseToolkit" - }, + "OnPreResponseToolkit", ">" ], "path": "packages/core/http/core-http-server-mocks/src/http_service.mock.ts", @@ -1728,13 +1320,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.OnPreRoutingToolkit", - "text": "OnPreRoutingToolkit" - }, + "OnPreRoutingToolkit", ">" ], "path": "packages/core/http/core-http-server-mocks/src/http_service.mock.ts", @@ -1752,13 +1338,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.AuthToolkit", - "text": "AuthToolkit" - }, + "AuthToolkit", ">" ], "path": "packages/core/http/core-http-server-mocks/src/http_service.mock.ts", @@ -1776,13 +1356,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IAuthHeadersStorage", - "text": "IAuthHeadersStorage" - }, + "IAuthHeadersStorage", ">" ], "path": "packages/core/http/core-http-server-mocks/src/http_service.mock.ts", @@ -1852,13 +1426,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.SessionStorage", - "text": "SessionStorage" - }, + "SessionStorage", ">" ], "path": "packages/core/http/core-http-server-mocks/src/cookie_session_storage.mocks.ts", @@ -1876,13 +1444,7 @@ "description": [], "signature": [ "() => DeepMocked<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.SessionStorageFactory", - "text": "SessionStorageFactory" - }, + "SessionStorageFactory", ">" ], "path": "packages/core/http/core-http-server-mocks/src/cookie_session_storage.mocks.ts", diff --git a/api_docs/kbn_core_http_server_mocks.mdx b/api_docs/kbn_core_http_server_mocks.mdx index 1915e580c1565..35c36a9bf4580 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server-mocks'] --- import kbnCoreHttpServerMocksObj from './kbn_core_http_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_server_utils.devdocs.json b/api_docs/kbn_core_http_server_utils.devdocs.json index 176980e37b08a..06d492f12725b 100644 --- a/api_docs/kbn_core_http_server_utils.devdocs.json +++ b/api_docs/kbn_core_http_server_utils.devdocs.json @@ -20,16 +20,10 @@ "description": [], "signature": [ "(req: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => boolean" ], - "path": "packages/core/http/core-http-server-utils/src/request.ts", + "path": "src/core/packages/http/server-utils/src/request.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -41,16 +35,10 @@ "label": "req", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server-utils/src/request.ts", + "path": "src/core/packages/http/server-utils/src/request.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -70,32 +58,14 @@ ], "signature": [ "(req: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RawRequest", - "text": "RawRequest" - }, + "RawRequest", ", routeSchemas: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidator", - "text": "RouteValidator" - }, + "RouteValidator", " | undefined, withoutSecretHeaders: boolean) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/http/core-http-server-utils/src/request.ts", + "path": "src/core/packages/http/server-utils/src/request.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -109,15 +79,9 @@ "The raw request to build from" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RawRequest", - "text": "RawRequest" - } + "RawRequest" ], - "path": "packages/core/http/core-http-server-utils/src/request.ts", + "path": "src/core/packages/http/server-utils/src/request.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -132,16 +96,10 @@ "The route schemas" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidator", - "text": "RouteValidator" - }, + "RouteValidator", " | undefined" ], - "path": "packages/core/http/core-http-server-utils/src/request.ts", + "path": "src/core/packages/http/server-utils/src/request.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -158,7 +116,7 @@ "signature": [ "boolean" ], - "path": "packages/core/http/core-http-server-utils/src/request.ts", + "path": "src/core/packages/http/server-utils/src/request.ts", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_core_http_server_utils.mdx b/api_docs/kbn_core_http_server_utils.mdx index 5128e6d6027ed..206dffea877d7 100644 --- a/api_docs/kbn_core_http_server_utils.mdx +++ b/api_docs/kbn_core_http_server_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-server-utils title: "@kbn/core-http-server-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-server-utils plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server-utils'] --- import kbnCoreHttpServerUtilsObj from './kbn_core_http_server_utils.devdocs.json'; diff --git a/api_docs/kbn_core_i18n_browser.devdocs.json b/api_docs/kbn_core_i18n_browser.devdocs.json index 2a3fc9a73cc0d..dbc4b43556d8a 100644 --- a/api_docs/kbn_core_i18n_browser.devdocs.json +++ b/api_docs/kbn_core_i18n_browser.devdocs.json @@ -13,7 +13,7 @@ "description": [ "\nI18nStart.Context is required by any localizable React component from \\@kbn/i18n and \\@elastic/eui packages\nand is supposed to be used as the topmost component for any i18n-compatible React tree.\n" ], - "path": "packages/core/i18n/core-i18n-browser/src/types.ts", + "path": "src/core/packages/i18n/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -29,7 +29,7 @@ "signature": [ "({ children }: { children: React.ReactNode; }) => JSX.Element" ], - "path": "packages/core/i18n/core-i18n-browser/src/types.ts", + "path": "src/core/packages/i18n/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -40,7 +40,7 @@ "tags": [], "label": "{ children }", "description": [], - "path": "packages/core/i18n/core-i18n-browser/src/types.ts", + "path": "src/core/packages/i18n/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -54,7 +54,7 @@ "signature": [ "string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | null | undefined" ], - "path": "packages/core/i18n/core-i18n-browser/src/types.ts", + "path": "src/core/packages/i18n/browser/src/types.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_i18n_browser.mdx b/api_docs/kbn_core_i18n_browser.mdx index 0231bedc2dc06..d161c5757d020 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-browser'] --- import kbnCoreI18nBrowserObj from './kbn_core_i18n_browser.devdocs.json'; diff --git a/api_docs/kbn_core_i18n_browser_mocks.devdocs.json b/api_docs/kbn_core_i18n_browser_mocks.devdocs.json index ca173ba023c9d..e2079f93c8670 100644 --- a/api_docs/kbn_core_i18n_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_i18n_browser_mocks.devdocs.json @@ -43,13 +43,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-i18n-browser", - "scope": "public", - "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-public.I18nStart", - "text": "I18nStart" - }, + "I18nStart", ">" ], "path": "packages/core/i18n/core-i18n-browser-mocks/src/i18n_service.mock.ts", diff --git a/api_docs/kbn_core_i18n_browser_mocks.mdx b/api_docs/kbn_core_i18n_browser_mocks.mdx index 42d5d7e9d697d..4085de5abd1c5 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-browser-mocks'] --- import kbnCoreI18nBrowserMocksObj from './kbn_core_i18n_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_i18n_server.devdocs.json b/api_docs/kbn_core_i18n_server.devdocs.json index d0735520fefcc..984cc967ed0d9 100644 --- a/api_docs/kbn_core_i18n_server.devdocs.json +++ b/api_docs/kbn_core_i18n_server.devdocs.json @@ -19,7 +19,7 @@ "tags": [], "label": "I18nServiceSetup", "description": [], - "path": "packages/core/i18n/core-i18n-server/src/types.ts", + "path": "src/core/packages/i18n/server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -35,7 +35,7 @@ "signature": [ "() => string" ], - "path": "packages/core/i18n/core-i18n-server/src/types.ts", + "path": "src/core/packages/i18n/server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -53,7 +53,7 @@ "signature": [ "() => string[]" ], - "path": "packages/core/i18n/core-i18n-server/src/types.ts", + "path": "src/core/packages/i18n/server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -71,7 +71,7 @@ "signature": [ "() => string" ], - "path": "packages/core/i18n/core-i18n-server/src/types.ts", + "path": "src/core/packages/i18n/server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [], diff --git a/api_docs/kbn_core_i18n_server.mdx b/api_docs/kbn_core_i18n_server.mdx index 534c6c6dd85ef..446685ce352ad 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server'] --- import kbnCoreI18nServerObj from './kbn_core_i18n_server.devdocs.json'; diff --git a/api_docs/kbn_core_i18n_server_internal.devdocs.json b/api_docs/kbn_core_i18n_server_internal.devdocs.json index 6293f2291eff7..ada9074df1edf 100644 --- a/api_docs/kbn_core_i18n_server_internal.devdocs.json +++ b/api_docs/kbn_core_i18n_server_internal.devdocs.json @@ -17,7 +17,7 @@ "tags": [], "label": "I18nService", "description": [], - "path": "packages/core/i18n/core-i18n-server-internal/src/i18n_service.ts", + "path": "src/core/packages/i18n/server-internal/src/i18n_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -31,7 +31,7 @@ "signature": [ "any" ], - "path": "packages/core/i18n/core-i18n-server-internal/src/i18n_service.ts", + "path": "src/core/packages/i18n/server-internal/src/i18n_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -45,7 +45,7 @@ "signature": [ "CoreContext" ], - "path": "packages/core/i18n/core-i18n-server-internal/src/i18n_service.ts", + "path": "src/core/packages/i18n/server-internal/src/i18n_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -64,16 +64,10 @@ "({ pluginPaths, http }: ", "PrebootDeps", ") => Promise<", - { - "pluginId": "@kbn/core-i18n-server-internal", - "scope": "server", - "docId": "kibKbnCoreI18nServerInternalPluginApi", - "section": "def-server.InternalI18nServicePreboot", - "text": "InternalI18nServicePreboot" - }, + "InternalI18nServicePreboot", ">" ], - "path": "packages/core/i18n/core-i18n-server-internal/src/i18n_service.ts", + "path": "src/core/packages/i18n/server-internal/src/i18n_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -87,7 +81,7 @@ "signature": [ "PrebootDeps" ], - "path": "packages/core/i18n/core-i18n-server-internal/src/i18n_service.ts", + "path": "src/core/packages/i18n/server-internal/src/i18n_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -106,16 +100,10 @@ "({ pluginPaths, http }: ", "SetupDeps", ") => Promise<", - { - "pluginId": "@kbn/core-i18n-server", - "scope": "server", - "docId": "kibKbnCoreI18nServerPluginApi", - "section": "def-server.I18nServiceSetup", - "text": "I18nServiceSetup" - }, + "I18nServiceSetup", ">" ], - "path": "packages/core/i18n/core-i18n-server-internal/src/i18n_service.ts", + "path": "src/core/packages/i18n/server-internal/src/i18n_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -129,7 +117,7 @@ "signature": [ "SetupDeps" ], - "path": "packages/core/i18n/core-i18n-server-internal/src/i18n_service.ts", + "path": "src/core/packages/i18n/server-internal/src/i18n_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -152,7 +140,7 @@ "signature": [ "(locale: string, pluginPaths: string[]) => Promise" ], - "path": "packages/core/i18n/core-i18n-server-internal/src/get_kibana_translation_files.ts", + "path": "src/core/packages/i18n/server-internal/src/get_kibana_translation_files.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -166,7 +154,7 @@ "signature": [ "string" ], - "path": "packages/core/i18n/core-i18n-server-internal/src/get_kibana_translation_files.ts", + "path": "src/core/packages/i18n/server-internal/src/get_kibana_translation_files.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -181,7 +169,7 @@ "signature": [ "string[]" ], - "path": "packages/core/i18n/core-i18n-server-internal/src/get_kibana_translation_files.ts", + "path": "src/core/packages/i18n/server-internal/src/get_kibana_translation_files.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -199,7 +187,7 @@ "tags": [], "label": "InternalI18nServicePreboot", "description": [], - "path": "packages/core/i18n/core-i18n-server-internal/src/i18n_service.ts", + "path": "src/core/packages/i18n/server-internal/src/i18n_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -213,7 +201,7 @@ "signature": [ "() => string" ], - "path": "packages/core/i18n/core-i18n-server-internal/src/i18n_service.ts", + "path": "src/core/packages/i18n/server-internal/src/i18n_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -235,7 +223,7 @@ "signature": [ "{ readonly locale: string; }" ], - "path": "packages/core/i18n/core-i18n-server-internal/src/i18n_config.ts", + "path": "src/core/packages/i18n/server-internal/src/i18n_config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -252,7 +240,7 @@ "signature": [ "string[]" ], - "path": "packages/core/i18n/core-i18n-server-internal/src/constants.ts", + "path": "src/core/packages/i18n/server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_i18n_server_internal.mdx b/api_docs/kbn_core_i18n_server_internal.mdx index 14013e703795b..4eb3bc60942d5 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server-internal'] --- import kbnCoreI18nServerInternalObj from './kbn_core_i18n_server_internal.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 14 | 0 | 13 | 2 | +| 14 | 0 | 13 | 0 | ## Server diff --git a/api_docs/kbn_core_i18n_server_mocks.devdocs.json b/api_docs/kbn_core_i18n_server_mocks.devdocs.json index a25728a826423..5339a1bcd9fa4 100644 --- a/api_docs/kbn_core_i18n_server_mocks.devdocs.json +++ b/api_docs/kbn_core_i18n_server_mocks.devdocs.json @@ -51,13 +51,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-i18n-server", - "scope": "server", - "docId": "kibKbnCoreI18nServerPluginApi", - "section": "def-server.I18nServiceSetup", - "text": "I18nServiceSetup" - }, + "I18nServiceSetup", ">" ], "path": "packages/core/i18n/core-i18n-server-mocks/src/i18n_service.mock.ts", @@ -75,13 +69,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-i18n-server-internal", - "scope": "server", - "docId": "kibKbnCoreI18nServerInternalPluginApi", - "section": "def-server.InternalI18nServicePreboot", - "text": "InternalI18nServicePreboot" - }, + "InternalI18nServicePreboot", ">" ], "path": "packages/core/i18n/core-i18n-server-mocks/src/i18n_service.mock.ts", diff --git a/api_docs/kbn_core_i18n_server_mocks.mdx b/api_docs/kbn_core_i18n_server_mocks.mdx index 020854a73a571..bdf1484444794 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server-mocks'] --- import kbnCoreI18nServerMocksObj from './kbn_core_i18n_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_injected_metadata_browser_mocks.mdx b/api_docs/kbn_core_injected_metadata_browser_mocks.mdx index 84a4f4d0a34c4..48354f56a61d8 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-injected-metadata-browser-mocks'] --- import kbnCoreInjectedMetadataBrowserMocksObj from './kbn_core_injected_metadata_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_integrations_browser_internal.devdocs.json b/api_docs/kbn_core_integrations_browser_internal.devdocs.json index 66a53cf869c2f..a624baebee1b5 100644 --- a/api_docs/kbn_core_integrations_browser_internal.devdocs.json +++ b/api_docs/kbn_core_integrations_browser_internal.devdocs.json @@ -11,7 +11,7 @@ "tags": [], "label": "IntegrationsServiceSetupDeps", "description": [], - "path": "packages/core/integrations/core-integrations-browser-internal/src/integrations_service.ts", + "path": "src/core/packages/integrations/browser-internal/src/integrations_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -31,7 +31,7 @@ "text": "IUiSettingsClient" } ], - "path": "packages/core/integrations/core-integrations-browser-internal/src/integrations_service.ts", + "path": "src/core/packages/integrations/browser-internal/src/integrations_service.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_integrations_browser_internal.mdx b/api_docs/kbn_core_integrations_browser_internal.mdx index ad3c755346082..77a56b75f908d 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-integrations-browser-internal'] --- import kbnCoreIntegrationsBrowserInternalObj from './kbn_core_integrations_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_integrations_browser_mocks.devdocs.json b/api_docs/kbn_core_integrations_browser_mocks.devdocs.json index 0a777aa5607e0..1f7deb1736ce1 100644 --- a/api_docs/kbn_core_integrations_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_integrations_browser_mocks.devdocs.json @@ -15,13 +15,7 @@ "description": [], "signature": [ "{ start: ({ uiSettings }: ", - { - "pluginId": "@kbn/core-integrations-browser-internal", - "scope": "public", - "docId": "kibKbnCoreIntegrationsBrowserInternalPluginApi", - "section": "def-public.IntegrationsServiceSetupDeps", - "text": "IntegrationsServiceSetupDeps" - }, + "IntegrationsServiceSetupDeps", ") => Promise; setup: () => Promise; stop: () => Promise; }" ], "path": "packages/core/integrations/core-integrations-browser-mocks/src/integrations_service.mock.ts", @@ -38,13 +32,7 @@ "description": [], "signature": [ "{ start: jest.MockInstance, [", - { - "pluginId": "@kbn/core-integrations-browser-internal", - "scope": "public", - "docId": "kibKbnCoreIntegrationsBrowserInternalPluginApi", - "section": "def-public.IntegrationsServiceSetupDeps", - "text": "IntegrationsServiceSetupDeps" - }, + "IntegrationsServiceSetupDeps", "], unknown>; setup: jest.MockInstance, [], unknown>; stop: jest.MockInstance, [], unknown>; } & ", { "pluginId": "@kbn/core-integrations-browser-mocks", diff --git a/api_docs/kbn_core_integrations_browser_mocks.mdx b/api_docs/kbn_core_integrations_browser_mocks.mdx index ad71e3d081ece..4a189b4361baa 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-integrations-browser-mocks'] --- import kbnCoreIntegrationsBrowserMocksObj from './kbn_core_integrations_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_lifecycle_browser.devdocs.json b/api_docs/kbn_core_lifecycle_browser.devdocs.json index 8619207ebc26d..baf0337b0509f 100644 --- a/api_docs/kbn_core_lifecycle_browser.devdocs.json +++ b/api_docs/kbn_core_lifecycle_browser.devdocs.json @@ -14,16 +14,10 @@ "\nCore services exposed to the `Plugin` setup lifecycle\n" ], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_setup.ts", + "path": "src/core/packages/lifecycle/browser/src/core_setup.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -55,7 +49,7 @@ "ContextProviderOpts", ") => void; removeContextProvider: (contextProviderName: string) => void; }" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_setup.ts", + "path": "src/core/packages/lifecycle/browser/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -71,7 +65,7 @@ "signature": [ "ApplicationSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_setup.ts", + "path": "src/core/packages/lifecycle/browser/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -93,7 +87,7 @@ "text": "CustomBrandingSetup" } ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_setup.ts", + "path": "src/core/packages/lifecycle/browser/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -107,15 +101,9 @@ "{@link FatalErrorsSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "public", - "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-public.FatalErrorsSetup", - "text": "FatalErrorsSetup" - } + "FatalErrorsSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_setup.ts", + "path": "src/core/packages/lifecycle/browser/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -129,15 +117,9 @@ "{@link FeatureFlagsSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-feature-flags-browser", - "scope": "public", - "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi", - "section": "def-public.FeatureFlagsSetup", - "text": "FeatureFlagsSetup" - } + "FeatureFlagsSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_setup.ts", + "path": "src/core/packages/lifecycle/browser/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -151,15 +133,9 @@ "{@link HttpSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_setup.ts", + "path": "src/core/packages/lifecycle/browser/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -173,15 +149,9 @@ "{@link NotificationsSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.NotificationsSetup", - "text": "NotificationsSetup" - } + "NotificationsSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_setup.ts", + "path": "src/core/packages/lifecycle/browser/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -205,7 +175,7 @@ "text": "IUiSettingsClient" } ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_setup.ts", + "path": "src/core/packages/lifecycle/browser/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -227,7 +197,7 @@ "text": "SettingsStart" } ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_setup.ts", + "path": "src/core/packages/lifecycle/browser/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -241,15 +211,9 @@ "{@link ExecutionContextSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-execution-context-browser", - "scope": "public", - "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-public.ExecutionContextSetup", - "text": "ExecutionContextSetup" - } + "ExecutionContextSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_setup.ts", + "path": "src/core/packages/lifecycle/browser/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -263,15 +227,9 @@ "{@link ThemeServiceSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - } + "ThemeServiceSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_setup.ts", + "path": "src/core/packages/lifecycle/browser/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -285,15 +243,9 @@ "{@link PluginsServiceSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-plugins-contracts-browser", - "scope": "public", - "docId": "kibKbnCorePluginsContractsBrowserPluginApi", - "section": "def-public.PluginsServiceSetup", - "text": "PluginsServiceSetup" - } + "PluginsServiceSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_setup.ts", + "path": "src/core/packages/lifecycle/browser/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -307,15 +259,9 @@ "{@link SecurityServiceSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-security-browser", - "scope": "public", - "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-public.SecurityServiceSetup", - "text": "SecurityServiceSetup" - } + "SecurityServiceSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_setup.ts", + "path": "src/core/packages/lifecycle/browser/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -329,15 +275,9 @@ "{@link UserProfileServiceSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileServiceSetup", - "text": "UserProfileServiceSetup" - } + "UserProfileServiceSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_setup.ts", + "path": "src/core/packages/lifecycle/browser/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -352,16 +292,10 @@ ], "signature": [ "() => Promise<[", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", TPluginsStart, TStart]>" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_setup.ts", + "path": "src/core/packages/lifecycle/browser/src/core_setup.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -379,7 +313,7 @@ "description": [ "\nCore services exposed to the `Plugin` start lifecycle\n" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts", + "path": "src/core/packages/lifecycle/browser/src/core_start.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -401,7 +335,7 @@ "TelemetryCounter", ">; }" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts", + "path": "src/core/packages/lifecycle/browser/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -417,7 +351,7 @@ "signature": [ "ApplicationStart" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts", + "path": "src/core/packages/lifecycle/browser/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -439,7 +373,7 @@ "text": "ChromeStart" } ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts", + "path": "src/core/packages/lifecycle/browser/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -461,7 +395,7 @@ "text": "CustomBrandingStart" } ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts", + "path": "src/core/packages/lifecycle/browser/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -475,15 +409,9 @@ "{@link DocLinksStart}" ], "signature": [ - { - "pluginId": "@kbn/core-doc-links-browser", - "scope": "public", - "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-public.DocLinksStart", - "text": "DocLinksStart" - } + "DocLinksStart" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts", + "path": "src/core/packages/lifecycle/browser/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -497,15 +425,9 @@ "{@link ExecutionContextStart}" ], "signature": [ - { - "pluginId": "@kbn/core-execution-context-browser", - "scope": "public", - "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-public.ExecutionContextSetup", - "text": "ExecutionContextSetup" - } + "ExecutionContextSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts", + "path": "src/core/packages/lifecycle/browser/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -519,15 +441,9 @@ "{@link FeatureFlagsStart}" ], "signature": [ - { - "pluginId": "@kbn/core-feature-flags-browser", - "scope": "public", - "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi", - "section": "def-public.FeatureFlagsStart", - "text": "FeatureFlagsStart" - } + "FeatureFlagsStart" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts", + "path": "src/core/packages/lifecycle/browser/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -541,15 +457,9 @@ "{@link HttpStart}" ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts", + "path": "src/core/packages/lifecycle/browser/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -565,33 +475,27 @@ "\n{@link SavedObjectsStart}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsBrowserPluginApi", - "section": "def-public.SavedObjectsStart", - "text": "SavedObjectsStart" - } + "SavedObjectsStart" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts", + "path": "src/core/packages/lifecycle/browser/src/core_start.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-plugins-browser-internal", - "path": "packages/core/plugins/core-plugins-browser-internal/src/plugin_context.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/plugins/browser-internal/src/plugin_context.ts" }, { - "plugin": "@kbn/core-plugins-browser-internal", - "path": "packages/core/plugins/core-plugins-browser-internal/src/plugin_context.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/plugins/browser-internal/src/plugin_context.ts" }, { - "plugin": "@kbn/core-root-browser-internal", - "path": "packages/core/root/core-root-browser-internal/src/core_system.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/root/browser-internal/src/core_system.ts" }, { "plugin": "home", - "path": "src/plugins/home/public/plugin.ts" + "path": "src/platform/plugins/shared/home/public/plugin.ts" }, { "plugin": "unifiedSearch", @@ -619,11 +523,11 @@ }, { "plugin": "discover", - "path": "src/plugins/discover/public/application/main/state_management/discover_state.test.ts" + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_state.test.ts" }, { - "plugin": "@kbn/core-plugins-browser-internal", - "path": "packages/core/plugins/core-plugins-browser-internal/src/plugins_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/plugins/browser-internal/src/plugins_service.test.ts" }, { "plugin": "unifiedSearch", @@ -649,15 +553,9 @@ "{@link I18nStart}" ], "signature": [ - { - "pluginId": "@kbn/core-i18n-browser", - "scope": "public", - "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-public.I18nStart", - "text": "I18nStart" - } + "I18nStart" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts", + "path": "src/core/packages/lifecycle/browser/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -671,15 +569,9 @@ "{@link NotificationsStart}" ], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.NotificationsStart", - "text": "NotificationsStart" - } + "NotificationsStart" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts", + "path": "src/core/packages/lifecycle/browser/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -693,15 +585,9 @@ "{@link OverlayStart}" ], "signature": [ - { - "pluginId": "@kbn/core-overlays-browser", - "scope": "public", - "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-public.OverlayStart", - "text": "OverlayStart" - } + "OverlayStart" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts", + "path": "src/core/packages/lifecycle/browser/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -725,7 +611,7 @@ "text": "IUiSettingsClient" } ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts", + "path": "src/core/packages/lifecycle/browser/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -747,7 +633,7 @@ "text": "SettingsStart" } ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts", + "path": "src/core/packages/lifecycle/browser/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -761,15 +647,9 @@ "{@link FatalErrorsStart}" ], "signature": [ - { - "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "public", - "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-public.FatalErrorsSetup", - "text": "FatalErrorsSetup" - } + "FatalErrorsSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts", + "path": "src/core/packages/lifecycle/browser/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -783,15 +663,9 @@ "{@link DeprecationsServiceStart}" ], "signature": [ - { - "pluginId": "@kbn/core-deprecations-browser", - "scope": "public", - "docId": "kibKbnCoreDeprecationsBrowserPluginApi", - "section": "def-public.DeprecationsServiceStart", - "text": "DeprecationsServiceStart" - } + "DeprecationsServiceStart" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts", + "path": "src/core/packages/lifecycle/browser/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -805,15 +679,9 @@ "{@link ThemeServiceStart}" ], "signature": [ - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - } + "ThemeServiceSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts", + "path": "src/core/packages/lifecycle/browser/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -827,15 +695,9 @@ "{@link PluginsServiceStart}" ], "signature": [ - { - "pluginId": "@kbn/core-plugins-contracts-browser", - "scope": "public", - "docId": "kibKbnCorePluginsContractsBrowserPluginApi", - "section": "def-public.PluginsServiceStart", - "text": "PluginsServiceStart" - } + "PluginsServiceStart" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts", + "path": "src/core/packages/lifecycle/browser/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -849,15 +711,9 @@ "{@link SecurityServiceStart}" ], "signature": [ - { - "pluginId": "@kbn/core-security-browser", - "scope": "public", - "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-public.SecurityServiceStart", - "text": "SecurityServiceStart" - } + "SecurityServiceStart" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts", + "path": "src/core/packages/lifecycle/browser/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -871,15 +727,9 @@ "{@link UserProfileServiceStart}" ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - } + "UserProfileService" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts", + "path": "src/core/packages/lifecycle/browser/src/core_start.ts", "deprecated": false, "trackAdoption": false } @@ -900,16 +750,10 @@ ], "signature": [ "() => Promise<[", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", TPluginsStart, TStart]>" ], - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_setup.ts", + "path": "src/core/packages/lifecycle/browser/src/core_setup.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], diff --git a/api_docs/kbn_core_lifecycle_browser.mdx b/api_docs/kbn_core_lifecycle_browser.mdx index 20fbb4497082f..b5e70d9f75f93 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-browser'] --- import kbnCoreLifecycleBrowserObj from './kbn_core_lifecycle_browser.devdocs.json'; diff --git a/api_docs/kbn_core_lifecycle_browser_mocks.devdocs.json b/api_docs/kbn_core_lifecycle_browser_mocks.devdocs.json index 1592d736f3e42..3e12641d115fd 100644 --- a/api_docs/kbn_core_lifecycle_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_lifecycle_browser_mocks.devdocs.json @@ -43,29 +43,11 @@ ">; hasCustomBranding$: ", "Observable", "; }; docLinks: jest.Mock; executionContext: jest.Mocked<", - { - "pluginId": "@kbn/core-execution-context-browser", - "scope": "public", - "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-public.ExecutionContextSetup", - "text": "ExecutionContextSetup" - }, + "ExecutionContextSetup", ">; fatalErrors: jest.Mocked<", - { - "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "public", - "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-public.FatalErrorsSetup", - "text": "FatalErrorsSetup" - }, + "FatalErrorsSetup", ">; featureFlags: jest.Mocked<", - { - "pluginId": "@kbn/core-feature-flags-browser", - "scope": "public", - "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi", - "section": "def-public.FeatureFlagsSetup", - "text": "FeatureFlagsSetup" - }, + "FeatureFlagsSetup", ">; getStartServices: jest.Mock; application: jest.Mocked<", @@ -93,29 +75,11 @@ ">; hasCustomBranding$: ", "Observable", "; }; docLinks: ", - { - "pluginId": "@kbn/core-doc-links-browser", - "scope": "public", - "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-public.DocLinksStart", - "text": "DocLinksStart" - }, + "DocLinksStart", "; executionContext: jest.Mocked<", - { - "pluginId": "@kbn/core-execution-context-browser", - "scope": "public", - "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-public.ExecutionContextSetup", - "text": "ExecutionContextSetup" - }, + "ExecutionContextSetup", ">; featureFlags: jest.Mocked<", - { - "pluginId": "@kbn/core-feature-flags-browser", - "scope": "public", - "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi", - "section": "def-public.FeatureFlagsStart", - "text": "FeatureFlagsStart" - }, + "FeatureFlagsStart", ">; http: ", { "pluginId": "@kbn/core-http-browser-mocks", @@ -125,13 +89,7 @@ "text": "HttpSetupMock" }, "; i18n: jest.Mocked<", - { - "pluginId": "@kbn/core-i18n-browser", - "scope": "public", - "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-public.I18nStart", - "text": "I18nStart" - }, + "I18nStart", ">; notifications: ", { "pluginId": "@kbn/utility-types-jest", @@ -141,13 +99,7 @@ "text": "DeeplyMockedKeys" }, "<", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.NotificationsStart", - "text": "NotificationsStart" - }, + "NotificationsStart", ">; overlays: ", { "pluginId": "@kbn/utility-types-jest", @@ -157,13 +109,7 @@ "text": "DeeplyMockedKeys" }, "<", - { - "pluginId": "@kbn/core-overlays-browser", - "scope": "public", - "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-public.OverlayStart", - "text": "OverlayStart" - }, + "OverlayStart", ">; uiSettings: jest.Mocked<", { "pluginId": "@kbn/core-ui-settings-browser", @@ -189,53 +135,17 @@ "text": "IUiSettingsClient" }, ">; }; savedObjects: jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsBrowserPluginApi", - "section": "def-public.SavedObjectsStart", - "text": "SavedObjectsStart" - }, + "SavedObjectsStart", ">; deprecations: jest.Mocked<", - { - "pluginId": "@kbn/core-deprecations-browser", - "scope": "public", - "docId": "kibKbnCoreDeprecationsBrowserPluginApi", - "section": "def-public.DeprecationsServiceStart", - "text": "DeprecationsServiceStart" - }, + "DeprecationsServiceStart", ">; theme: jest.Mocked<", - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - }, + "ThemeServiceSetup", ">; fatalErrors: jest.Mocked<", - { - "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "public", - "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-public.FatalErrorsSetup", - "text": "FatalErrorsSetup" - }, + "FatalErrorsSetup", ">; security: jest.MockedObjectDeep<", - { - "pluginId": "@kbn/core-security-browser", - "scope": "public", - "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-public.SecurityServiceStart", - "text": "SecurityServiceStart" - }, + "SecurityServiceStart", ">; userProfile: jest.Mocked<", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - }, + "UserProfileService", ">; plugins: { onStart: jest.Mock; }; }, any, any]>, [], any>; http: ", { "pluginId": "@kbn/core-http-browser-mocks", @@ -253,13 +163,7 @@ "text": "MockedKeys" }, "<", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.NotificationsSetup", - "text": "NotificationsSetup" - }, + "NotificationsSetup", ">; uiSettings: jest.Mocked<", { "pluginId": "@kbn/core-ui-settings-browser", @@ -285,29 +189,11 @@ "text": "IUiSettingsClient" }, ">; }; deprecations: undefined; theme: jest.Mocked<", - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - }, + "ThemeServiceSetup", ">; security: jest.Mocked<", - { - "pluginId": "@kbn/core-security-browser", - "scope": "public", - "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-public.SecurityServiceSetup", - "text": "SecurityServiceSetup" - }, + "SecurityServiceSetup", ">; userProfile: jest.Mocked<", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileServiceSetup", - "text": "UserProfileServiceSetup" - }, + "UserProfileServiceSetup", ">; plugins: { onSetup: jest.Mock; onStart: jest.Mock; }; }" ], "path": "packages/core/lifecycle/core-lifecycle-browser-mocks/src/index.ts", @@ -366,29 +252,11 @@ ">; hasCustomBranding$: ", "Observable", "; }; docLinks: ", - { - "pluginId": "@kbn/core-doc-links-browser", - "scope": "public", - "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-public.DocLinksStart", - "text": "DocLinksStart" - }, + "DocLinksStart", "; executionContext: jest.Mocked<", - { - "pluginId": "@kbn/core-execution-context-browser", - "scope": "public", - "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-public.ExecutionContextSetup", - "text": "ExecutionContextSetup" - }, + "ExecutionContextSetup", ">; featureFlags: jest.Mocked<", - { - "pluginId": "@kbn/core-feature-flags-browser", - "scope": "public", - "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi", - "section": "def-public.FeatureFlagsStart", - "text": "FeatureFlagsStart" - }, + "FeatureFlagsStart", ">; http: ", { "pluginId": "@kbn/core-http-browser-mocks", @@ -398,13 +266,7 @@ "text": "HttpSetupMock" }, "; i18n: jest.Mocked<", - { - "pluginId": "@kbn/core-i18n-browser", - "scope": "public", - "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-public.I18nStart", - "text": "I18nStart" - }, + "I18nStart", ">; notifications: ", { "pluginId": "@kbn/utility-types-jest", @@ -414,13 +276,7 @@ "text": "DeeplyMockedKeys" }, "<", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.NotificationsStart", - "text": "NotificationsStart" - }, + "NotificationsStart", ">; overlays: ", { "pluginId": "@kbn/utility-types-jest", @@ -430,13 +286,7 @@ "text": "DeeplyMockedKeys" }, "<", - { - "pluginId": "@kbn/core-overlays-browser", - "scope": "public", - "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-public.OverlayStart", - "text": "OverlayStart" - }, + "OverlayStart", ">; uiSettings: jest.Mocked<", { "pluginId": "@kbn/core-ui-settings-browser", @@ -462,53 +312,17 @@ "text": "IUiSettingsClient" }, ">; }; savedObjects: jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsBrowserPluginApi", - "section": "def-public.SavedObjectsStart", - "text": "SavedObjectsStart" - }, + "SavedObjectsStart", ">; deprecations: jest.Mocked<", - { - "pluginId": "@kbn/core-deprecations-browser", - "scope": "public", - "docId": "kibKbnCoreDeprecationsBrowserPluginApi", - "section": "def-public.DeprecationsServiceStart", - "text": "DeprecationsServiceStart" - }, + "DeprecationsServiceStart", ">; theme: jest.Mocked<", - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - }, + "ThemeServiceSetup", ">; fatalErrors: jest.Mocked<", - { - "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "public", - "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-public.FatalErrorsSetup", - "text": "FatalErrorsSetup" - }, + "FatalErrorsSetup", ">; security: jest.MockedObjectDeep<", - { - "pluginId": "@kbn/core-security-browser", - "scope": "public", - "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-public.SecurityServiceStart", - "text": "SecurityServiceStart" - }, + "SecurityServiceStart", ">; userProfile: jest.Mocked<", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - }, + "UserProfileService", ">; plugins: { onStart: jest.Mock; }; }" ], "path": "packages/core/lifecycle/core-lifecycle-browser-mocks/src/index.ts", diff --git a/api_docs/kbn_core_lifecycle_browser_mocks.mdx b/api_docs/kbn_core_lifecycle_browser_mocks.mdx index e26f0e087f953..f462a96a1dd5a 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-browser-mocks'] --- import kbnCoreLifecycleBrowserMocksObj from './kbn_core_lifecycle_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_lifecycle_server.devdocs.json b/api_docs/kbn_core_lifecycle_server.devdocs.json index 9176697ed155e..6c3bd66d3943b 100644 --- a/api_docs/kbn_core_lifecycle_server.devdocs.json +++ b/api_docs/kbn_core_lifecycle_server.devdocs.json @@ -21,7 +21,7 @@ "description": [ "\nContext passed to the `setup` method of `preboot` plugins." ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_preboot.ts", + "path": "src/core/packages/lifecycle/server/src/core_preboot.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -53,7 +53,7 @@ "ContextProviderOpts", ") => void; removeContextProvider: (contextProviderName: string) => void; }" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_preboot.ts", + "path": "src/core/packages/lifecycle/server/src/core_preboot.ts", "deprecated": false, "trackAdoption": false }, @@ -67,15 +67,9 @@ "{@link ElasticsearchServicePreboot}" ], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchServicePreboot", - "text": "ElasticsearchServicePreboot" - } + "ElasticsearchServicePreboot" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_preboot.ts", + "path": "src/core/packages/lifecycle/server/src/core_preboot.ts", "deprecated": false, "trackAdoption": false }, @@ -89,24 +83,12 @@ "{@link HttpServicePreboot}" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpServicePreboot", - "text": "HttpServicePreboot" - }, + "HttpServicePreboot", "<", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", ">" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_preboot.ts", + "path": "src/core/packages/lifecycle/server/src/core_preboot.ts", "deprecated": false, "trackAdoption": false }, @@ -120,15 +102,9 @@ "{@link PrebootServicePreboot}" ], "signature": [ - { - "pluginId": "@kbn/core-preboot-server", - "scope": "server", - "docId": "kibKbnCorePrebootServerPluginApi", - "section": "def-server.PrebootServicePreboot", - "text": "PrebootServicePreboot" - } + "PrebootServicePreboot" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_preboot.ts", + "path": "src/core/packages/lifecycle/server/src/core_preboot.ts", "deprecated": false, "trackAdoption": false } @@ -145,16 +121,10 @@ "\nContext passed to the `setup` method of `standard` plugins.\n" ], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_setup.ts", + "path": "src/core/packages/lifecycle/server/src/core_setup.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -186,7 +156,7 @@ "ContextProviderOpts", ") => void; removeContextProvider: (contextProviderName: string) => void; }" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_setup.ts", + "path": "src/core/packages/lifecycle/server/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -200,15 +170,9 @@ "{@link CapabilitiesSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-capabilities-server", - "scope": "server", - "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-server.CapabilitiesSetup", - "text": "CapabilitiesSetup" - } + "CapabilitiesSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_setup.ts", + "path": "src/core/packages/lifecycle/server/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -230,7 +194,7 @@ "text": "CustomBrandingSetup" } ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_setup.ts", + "path": "src/core/packages/lifecycle/server/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -244,15 +208,9 @@ "{@link DocLinksServiceSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-doc-links-server", - "scope": "server", - "docId": "kibKbnCoreDocLinksServerPluginApi", - "section": "def-server.DocLinksServiceSetup", - "text": "DocLinksServiceSetup" - } + "DocLinksServiceSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_setup.ts", + "path": "src/core/packages/lifecycle/server/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -266,15 +224,9 @@ "{@link ElasticsearchServiceSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchServiceSetup", - "text": "ElasticsearchServiceSetup" - } + "ElasticsearchServiceSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_setup.ts", + "path": "src/core/packages/lifecycle/server/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -288,15 +240,9 @@ "{@link ExecutionContextSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-execution-context-server", - "scope": "server", - "docId": "kibKbnCoreExecutionContextServerPluginApi", - "section": "def-server.ExecutionContextSetup", - "text": "ExecutionContextSetup" - } + "ExecutionContextSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_setup.ts", + "path": "src/core/packages/lifecycle/server/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -310,15 +256,9 @@ "{@link FeatureFlagsSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-feature-flags-server", - "scope": "server", - "docId": "kibKbnCoreFeatureFlagsServerPluginApi", - "section": "def-server.FeatureFlagsSetup", - "text": "FeatureFlagsSetup" - } + "FeatureFlagsSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_setup.ts", + "path": "src/core/packages/lifecycle/server/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -332,32 +272,14 @@ "{@link HttpServiceSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpServiceSetup", - "text": "HttpServiceSetup" - }, + "HttpServiceSetup", "<", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", "> & { resources: ", - { - "pluginId": "@kbn/core-http-resources-server", - "scope": "server", - "docId": "kibKbnCoreHttpResourcesServerPluginApi", - "section": "def-server.HttpResources", - "text": "HttpResources" - }, + "HttpResources", "; }" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_setup.ts", + "path": "src/core/packages/lifecycle/server/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -371,15 +293,9 @@ "{@link I18nServiceSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-i18n-server", - "scope": "server", - "docId": "kibKbnCoreI18nServerPluginApi", - "section": "def-server.I18nServiceSetup", - "text": "I18nServiceSetup" - } + "I18nServiceSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_setup.ts", + "path": "src/core/packages/lifecycle/server/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -393,15 +309,9 @@ "{@link LoggingServiceSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.LoggingServiceSetup", - "text": "LoggingServiceSetup" - } + "LoggingServiceSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_setup.ts", + "path": "src/core/packages/lifecycle/server/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -415,15 +325,9 @@ "{@link MetricsServiceSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.MetricsServiceSetup", - "text": "MetricsServiceSetup" - } + "MetricsServiceSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_setup.ts", + "path": "src/core/packages/lifecycle/server/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -437,15 +341,9 @@ "{@link SavedObjectsServiceSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsServiceSetup", - "text": "SavedObjectsServiceSetup" - } + "SavedObjectsServiceSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_setup.ts", + "path": "src/core/packages/lifecycle/server/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -459,15 +357,9 @@ "{@link StatusServiceSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-status-server", - "scope": "server", - "docId": "kibKbnCoreStatusServerPluginApi", - "section": "def-server.StatusServiceSetup", - "text": "StatusServiceSetup" - } + "StatusServiceSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_setup.ts", + "path": "src/core/packages/lifecycle/server/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -489,7 +381,7 @@ "text": "UiSettingsServiceSetup" } ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_setup.ts", + "path": "src/core/packages/lifecycle/server/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -511,7 +403,7 @@ "text": "UserSettingsServiceSetup" } ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_setup.ts", + "path": "src/core/packages/lifecycle/server/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -525,15 +417,9 @@ "{@link DeprecationsServiceSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-deprecations-server", - "scope": "server", - "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-server.DeprecationsServiceSetup", - "text": "DeprecationsServiceSetup" - } + "DeprecationsServiceSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_setup.ts", + "path": "src/core/packages/lifecycle/server/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -548,16 +434,10 @@ ], "signature": [ "() => Promise<[", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", TPluginsStart, TStart]>" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_setup.ts", + "path": "src/core/packages/lifecycle/server/src/core_setup.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -573,15 +453,9 @@ "{@link PluginsServiceSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-plugins-contracts-server", - "scope": "server", - "docId": "kibKbnCorePluginsContractsServerPluginApi", - "section": "def-server.PluginsServiceSetup", - "text": "PluginsServiceSetup" - } + "PluginsServiceSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_setup.ts", + "path": "src/core/packages/lifecycle/server/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -595,15 +469,9 @@ "{@link SecurityServiceSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.SecurityServiceSetup", - "text": "SecurityServiceSetup" - } + "SecurityServiceSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_setup.ts", + "path": "src/core/packages/lifecycle/server/src/core_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -617,15 +485,9 @@ "{@link UserProfileServiceSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileServiceSetup", - "text": "UserProfileServiceSetup" - } + "UserProfileServiceSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_setup.ts", + "path": "src/core/packages/lifecycle/server/src/core_setup.ts", "deprecated": false, "trackAdoption": false } @@ -641,7 +503,7 @@ "description": [ "\nContext passed to the plugins `start` method.\n" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_start.ts", + "path": "src/core/packages/lifecycle/server/src/core_start.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -663,7 +525,7 @@ "TelemetryCounter", ">; }" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_start.ts", + "path": "src/core/packages/lifecycle/server/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -677,15 +539,9 @@ "{@link CapabilitiesStart}" ], "signature": [ - { - "pluginId": "@kbn/core-capabilities-server", - "scope": "server", - "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-server.CapabilitiesStart", - "text": "CapabilitiesStart" - } + "CapabilitiesStart" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_start.ts", + "path": "src/core/packages/lifecycle/server/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -707,7 +563,7 @@ "text": "CustomBrandingStart" } ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_start.ts", + "path": "src/core/packages/lifecycle/server/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -721,15 +577,9 @@ "{@link DocLinksServiceStart}" ], "signature": [ - { - "pluginId": "@kbn/core-doc-links-server", - "scope": "server", - "docId": "kibKbnCoreDocLinksServerPluginApi", - "section": "def-server.DocLinksServiceSetup", - "text": "DocLinksServiceSetup" - } + "DocLinksServiceSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_start.ts", + "path": "src/core/packages/lifecycle/server/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -743,15 +593,9 @@ "{@link ElasticsearchServiceStart}" ], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchServiceStart", - "text": "ElasticsearchServiceStart" - } + "ElasticsearchServiceStart" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_start.ts", + "path": "src/core/packages/lifecycle/server/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -765,15 +609,9 @@ "{@link ExecutionContextStart}" ], "signature": [ - { - "pluginId": "@kbn/core-execution-context-server", - "scope": "server", - "docId": "kibKbnCoreExecutionContextServerPluginApi", - "section": "def-server.ExecutionContextSetup", - "text": "ExecutionContextSetup" - } + "ExecutionContextSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_start.ts", + "path": "src/core/packages/lifecycle/server/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -787,15 +625,9 @@ "{@link FeatureFlagsStart}" ], "signature": [ - { - "pluginId": "@kbn/core-feature-flags-server", - "scope": "server", - "docId": "kibKbnCoreFeatureFlagsServerPluginApi", - "section": "def-server.FeatureFlagsStart", - "text": "FeatureFlagsStart" - } + "FeatureFlagsStart" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_start.ts", + "path": "src/core/packages/lifecycle/server/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -809,15 +641,9 @@ "{@link HttpServiceStart}" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpServiceStart", - "text": "HttpServiceStart" - } + "HttpServiceStart" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_start.ts", + "path": "src/core/packages/lifecycle/server/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -831,15 +657,9 @@ "{@link MetricsServiceStart}" ], "signature": [ - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.MetricsServiceSetup", - "text": "MetricsServiceSetup" - } + "MetricsServiceSetup" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_start.ts", + "path": "src/core/packages/lifecycle/server/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -853,15 +673,9 @@ "{@link SavedObjectsServiceStart}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsServiceStart", - "text": "SavedObjectsServiceStart" - } + "SavedObjectsServiceStart" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_start.ts", + "path": "src/core/packages/lifecycle/server/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -883,7 +697,7 @@ "text": "UiSettingsServiceStart" } ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_start.ts", + "path": "src/core/packages/lifecycle/server/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -897,15 +711,9 @@ "{@link PluginsServiceStart}" ], "signature": [ - { - "pluginId": "@kbn/core-plugins-contracts-server", - "scope": "server", - "docId": "kibKbnCorePluginsContractsServerPluginApi", - "section": "def-server.PluginsServiceStart", - "text": "PluginsServiceStart" - } + "PluginsServiceStart" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_start.ts", + "path": "src/core/packages/lifecycle/server/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -919,15 +727,9 @@ "{@link SecurityServiceStart}" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.SecurityServiceStart", - "text": "SecurityServiceStart" - } + "SecurityServiceStart" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_start.ts", + "path": "src/core/packages/lifecycle/server/src/core_start.ts", "deprecated": false, "trackAdoption": false }, @@ -941,15 +743,9 @@ "{@link UserProfileServiceStart}" ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileService", - "text": "UserProfileService" - } + "UserProfileService" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_start.ts", + "path": "src/core/packages/lifecycle/server/src/core_start.ts", "deprecated": false, "trackAdoption": false } @@ -970,16 +766,10 @@ ], "signature": [ "() => Promise<[", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", TPluginsStart, TStart]>" ], - "path": "packages/core/lifecycle/core-lifecycle-server/src/core_setup.ts", + "path": "src/core/packages/lifecycle/server/src/core_setup.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], diff --git a/api_docs/kbn_core_lifecycle_server.mdx b/api_docs/kbn_core_lifecycle_server.mdx index bd08c01813b0f..74a143b4db4ef 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-server'] --- import kbnCoreLifecycleServerObj from './kbn_core_lifecycle_server.devdocs.json'; diff --git a/api_docs/kbn_core_lifecycle_server_mocks.devdocs.json b/api_docs/kbn_core_lifecycle_server_mocks.devdocs.json index 8d88210abf14e..ac92f799441a3 100644 --- a/api_docs/kbn_core_lifecycle_server_mocks.devdocs.json +++ b/api_docs/kbn_core_lifecycle_server_mocks.devdocs.json @@ -47,13 +47,7 @@ "text": "InternalHttpServicePrebootMock" }, "; httpResources: { createRegistrar: jest.Mock, [], any>; }; uiSettings: jest.Mocked<", "InternalUiSettingsServicePreboot", ">; logging: jest.Mocked<", @@ -85,31 +79,13 @@ "() => { analytics: jest.Mocked<", "AnalyticsServiceSetup", ">; capabilities: jest.Mocked<", - { - "pluginId": "@kbn/core-capabilities-server", - "scope": "server", - "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-server.CapabilitiesSetup", - "text": "CapabilitiesSetup" - }, + "CapabilitiesSetup", ">; context: jest.Mocked<", "InternalContextSetup", ">; docLinks: ", - { - "pluginId": "@kbn/core-doc-links-server", - "scope": "server", - "docId": "kibKbnCoreDocLinksServerPluginApi", - "section": "def-server.DocLinksServiceSetup", - "text": "DocLinksServiceSetup" - }, + "DocLinksServiceSetup", "; elasticsearch: MockedInternalElasticSearchServiceSetup; featureFlags: jest.Mocked<", - { - "pluginId": "@kbn/core-feature-flags-server-internal", - "scope": "server", - "docId": "kibKbnCoreFeatureFlagsServerInternalPluginApi", - "section": "def-server.InternalFeatureFlagsSetup", - "text": "InternalFeatureFlagsSetup" - }, + "InternalFeatureFlagsSetup", ">; http: ", { "pluginId": "@kbn/core-http-server-mocks", @@ -125,21 +101,9 @@ ">; environment: jest.Mocked<", "InternalEnvironmentServicePreboot", ">; i18n: jest.Mocked<", - { - "pluginId": "@kbn/core-i18n-server", - "scope": "server", - "docId": "kibKbnCoreI18nServerPluginApi", - "section": "def-server.I18nServiceSetup", - "text": "I18nServiceSetup" - }, + "I18nServiceSetup", ">; httpResources: { createRegistrar: jest.Mock, [], any>; }; rendering: jest.Mocked<", "InternalRenderingServiceSetup", ">; uiSettings: jest.Mocked<", @@ -153,21 +117,9 @@ ">; logging: jest.Mocked<", "InternalLoggingServicePreboot", ">; metrics: jest.Mocked<", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.MetricsServiceSetup", - "text": "MetricsServiceSetup" - }, + "MetricsServiceSetup", ">; deprecations: jest.Mocked<", - { - "pluginId": "@kbn/core-deprecations-server", - "scope": "server", - "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-server.DeprecationRegistryProvider", - "text": "DeprecationRegistryProvider" - }, + "DeprecationRegistryProvider", ">; executionContext: jest.Mocked<", "IExecutionContext", ">; coreUsageData: jest.Mocked<", @@ -175,21 +127,9 @@ ">; customBranding: { register: jest.Mock; getBrandingFor: jest.Mock; }; userSettings: jest.Mocked<", "InternalUserSettingsServiceSetup", ">; security: jest.Mocked<", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.SecurityServiceSetup", - "text": "SecurityServiceSetup" - }, + "SecurityServiceSetup", ">; userProfile: jest.Mocked<", - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileServiceSetup", - "text": "UserProfileServiceSetup" - }, + "UserProfileServiceSetup", ">; }" ], "path": "packages/core/lifecycle/core-lifecycle-server-mocks/src/index.ts", @@ -209,29 +149,11 @@ "() => { analytics: jest.Mocked<", "AnalyticsServiceStart", ">; capabilities: jest.Mocked<", - { - "pluginId": "@kbn/core-capabilities-server", - "scope": "server", - "docId": "kibKbnCoreCapabilitiesServerPluginApi", - "section": "def-server.CapabilitiesStart", - "text": "CapabilitiesStart" - }, + "CapabilitiesStart", ">; docLinks: ", - { - "pluginId": "@kbn/core-doc-links-server", - "scope": "server", - "docId": "kibKbnCoreDocLinksServerPluginApi", - "section": "def-server.DocLinksServiceSetup", - "text": "DocLinksServiceSetup" - }, + "DocLinksServiceSetup", "; elasticsearch: MockedInternalElasticsearchServiceStart; featureFlags: jest.Mocked<", - { - "pluginId": "@kbn/core-feature-flags-server", - "scope": "server", - "docId": "kibKbnCoreFeatureFlagsServerPluginApi", - "section": "def-server.FeatureFlagsStart", - "text": "FeatureFlagsStart" - }, + "FeatureFlagsStart", ">; http: ", { "pluginId": "@kbn/core-http-server-mocks", @@ -241,13 +163,7 @@ "text": "InternalHttpServiceStartMock" }, "; metrics: jest.Mocked<", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.MetricsServiceSetup", - "text": "MetricsServiceSetup" - }, + "MetricsServiceSetup", ">; savedObjects: jest.Mocked<", "InternalSavedObjectsServiceStart", ">; uiSettings: jest.Mocked<", @@ -259,39 +175,15 @@ "text": "UiSettingsServiceStart" }, ">; coreUsageData: jest.Mocked<", - { - "pluginId": "@kbn/core-usage-data-server", - "scope": "server", - "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-server.CoreUsageDataStart", - "text": "CoreUsageDataStart" - }, + "CoreUsageDataStart", ">; executionContext: jest.Mocked<", "IExecutionContext", ">; deprecations: jest.Mocked<", - { - "pluginId": "@kbn/core-deprecations-server-internal", - "scope": "server", - "docId": "kibKbnCoreDeprecationsServerInternalPluginApi", - "section": "def-server.InternalDeprecationsServiceStart", - "text": "InternalDeprecationsServiceStart" - }, + "InternalDeprecationsServiceStart", ">; customBranding: {}; security: ", - { - "pluginId": "@kbn/core-security-server-mocks", - "scope": "server", - "docId": "kibKbnCoreSecurityServerMocksPluginApi", - "section": "def-server.InternalSecurityStartMock", - "text": "InternalSecurityStartMock" - }, + "InternalSecurityStartMock", "; userProfile: jest.Mocked<", - { - "pluginId": "@kbn/core-user-profile-server-internal", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerInternalPluginApi", - "section": "def-server.InternalUserProfileServiceStart", - "text": "InternalUserProfileServiceStart" - }, + "InternalUserProfileServiceStart", ">; }" ], "path": "packages/core/lifecycle/core-lifecycle-server-mocks/src/index.ts", @@ -378,13 +270,7 @@ "text": "MockedKeys" }, "<", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ">" ], "path": "packages/core/lifecycle/core-lifecycle-server-mocks/src/index.ts", diff --git a/api_docs/kbn_core_lifecycle_server_mocks.mdx b/api_docs/kbn_core_lifecycle_server_mocks.mdx index 9bbd666fa52f7..ff861d9286dbb 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-server-mocks'] --- import kbnCoreLifecycleServerMocksObj from './kbn_core_lifecycle_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_logging_browser_mocks.devdocs.json b/api_docs/kbn_core_logging_browser_mocks.devdocs.json index 200e202a7f151..80423cd133571 100644 --- a/api_docs/kbn_core_logging_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_logging_browser_mocks.devdocs.json @@ -68,7 +68,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-logging-mocks/src/logger.mock.ts", + "path": "src/platform/packages/shared/kbn-logging-mocks/src/logger.mock.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_logging_browser_mocks.mdx b/api_docs/kbn_core_logging_browser_mocks.mdx index 7e8e7f00678d1..ef91d794468ff 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-browser-mocks'] --- import kbnCoreLoggingBrowserMocksObj from './kbn_core_logging_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_logging_common_internal.devdocs.json b/api_docs/kbn_core_logging_common_internal.devdocs.json index b0f256dca83de..299b2833ed45e 100644 --- a/api_docs/kbn_core_logging_common_internal.devdocs.json +++ b/api_docs/kbn_core_logging_common_internal.devdocs.json @@ -31,7 +31,7 @@ "signature": [ "(contextParts: string[]) => string" ], - "path": "packages/core/logging/core-logging-common-internal/src/logger_context.ts", + "path": "src/core/packages/logging/common-internal/src/logger_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -47,7 +47,7 @@ "signature": [ "string[]" ], - "path": "packages/core/logging/core-logging-common-internal/src/logger_context.ts", + "path": "src/core/packages/logging/common-internal/src/logger_context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -70,7 +70,7 @@ "signature": [ "(context: string) => string" ], - "path": "packages/core/logging/core-logging-common-internal/src/logger_context.ts", + "path": "src/core/packages/logging/common-internal/src/logger_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -86,7 +86,7 @@ "signature": [ "string" ], - "path": "packages/core/logging/core-logging-common-internal/src/logger_context.ts", + "path": "src/core/packages/logging/common-internal/src/logger_context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -106,7 +106,7 @@ "tags": [], "label": "BrowserLoggerConfig", "description": [], - "path": "packages/core/logging/core-logging-common-internal/src/browser_config.ts", + "path": "src/core/packages/logging/common-internal/src/browser_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -117,7 +117,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/core/logging/core-logging-common-internal/src/browser_config.ts", + "path": "src/core/packages/logging/common-internal/src/browser_config.ts", "deprecated": false, "trackAdoption": false }, @@ -131,7 +131,7 @@ "signature": [ "\"error\" | \"info\" | \"all\" | \"off\" | \"trace\" | \"debug\" | \"warn\" | \"fatal\"" ], - "path": "packages/core/logging/core-logging-common-internal/src/browser_config.ts", + "path": "src/core/packages/logging/common-internal/src/browser_config.ts", "deprecated": false, "trackAdoption": false } @@ -145,7 +145,7 @@ "tags": [], "label": "Conversion", "description": [], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/types.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -159,7 +159,7 @@ "signature": [ "RegExp" ], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/types.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -175,7 +175,7 @@ "LogRecord", ", highlight: boolean) => string" ], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/types.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -189,7 +189,7 @@ "signature": [ "LogRecord" ], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/types.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -204,7 +204,7 @@ "signature": [ "boolean" ], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/types.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -222,7 +222,7 @@ "signature": [ "((input: string) => void) | undefined" ], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/types.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -236,7 +236,7 @@ "signature": [ "string" ], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/types.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -262,7 +262,7 @@ "signature": [ "\".\"" ], - "path": "packages/core/logging/core-logging-common-internal/src/logger_context.ts", + "path": "src/core/packages/logging/common-internal/src/logger_context.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -279,7 +279,7 @@ "signature": [ "\"default\"" ], - "path": "packages/core/logging/core-logging-common-internal/src/logger_context.ts", + "path": "src/core/packages/logging/common-internal/src/logger_context.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -296,7 +296,7 @@ "signature": [ "\"root\"" ], - "path": "packages/core/logging/core-logging-common-internal/src/logger_context.ts", + "path": "src/core/packages/logging/common-internal/src/logger_context.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -310,7 +310,7 @@ "tags": [], "label": "DateConversion", "description": [], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/date.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/date.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -324,7 +324,7 @@ "signature": [ "RegExp" ], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/date.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/date.ts", "deprecated": false, "trackAdoption": false }, @@ -340,7 +340,7 @@ "LogRecord", ", highlight: boolean, ...matched: any[]) => string" ], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/date.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/date.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -354,7 +354,7 @@ "signature": [ "LogRecord" ], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/date.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/date.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -369,7 +369,7 @@ "signature": [ "boolean" ], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/date.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/date.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -384,7 +384,7 @@ "signature": [ "any[]" ], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/date.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/date.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -402,7 +402,7 @@ "signature": [ "(rawString: string) => void" ], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/date.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/date.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -414,7 +414,7 @@ "tags": [], "label": "rawString", "description": [], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/date.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/date.ts", "deprecated": false, "trackAdoption": false } @@ -430,7 +430,7 @@ "tags": [], "label": "LevelConversion", "description": [], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/level.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/level.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -444,7 +444,7 @@ "signature": [ "RegExp" ], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/level.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/level.ts", "deprecated": false, "trackAdoption": false }, @@ -460,7 +460,7 @@ "LogRecord", ") => string" ], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/level.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/level.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -474,7 +474,7 @@ "signature": [ "LogRecord" ], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/level.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/level.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -492,7 +492,7 @@ "tags": [], "label": "LoggerConversion", "description": [], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/logger.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/logger.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -506,7 +506,7 @@ "signature": [ "RegExp" ], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/logger.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/logger.ts", "deprecated": false, "trackAdoption": false }, @@ -522,7 +522,7 @@ "LogRecord", ") => string" ], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/logger.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/logger.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -536,7 +536,7 @@ "signature": [ "LogRecord" ], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/logger.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/logger.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -554,7 +554,7 @@ "tags": [], "label": "MessageConversion", "description": [], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/message.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/message.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -568,7 +568,7 @@ "signature": [ "RegExp" ], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/message.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/message.ts", "deprecated": false, "trackAdoption": false }, @@ -584,7 +584,7 @@ "LogRecord", ") => string" ], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/message.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/message.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -598,7 +598,7 @@ "signature": [ "LogRecord" ], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/message.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/message.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -616,7 +616,7 @@ "tags": [], "label": "MetaConversion", "description": [], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/meta.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/meta.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -630,7 +630,7 @@ "signature": [ "RegExp" ], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/meta.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/meta.ts", "deprecated": false, "trackAdoption": false }, @@ -646,7 +646,7 @@ "LogRecord", ") => string" ], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/meta.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/meta.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -660,7 +660,7 @@ "signature": [ "LogRecord" ], - "path": "packages/core/logging/core-logging-common-internal/src/layouts/conversions/meta.ts", + "path": "src/core/packages/logging/common-internal/src/layouts/conversions/meta.ts", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_core_logging_common_internal.mdx b/api_docs/kbn_core_logging_common_internal.mdx index eb4296bf29150..ebd429874d9bd 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-12-27 +date: 2025-01-05 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 07d366fbb77aa..28d571b3a423b 100644 --- a/api_docs/kbn_core_logging_server.devdocs.json +++ b/api_docs/kbn_core_logging_server.devdocs.json @@ -21,7 +21,7 @@ "description": [ "\nConfiguration of a console appender" ], - "path": "packages/core/logging/core-logging-server/src/appenders/console.ts", + "path": "src/core/packages/logging/server/src/appenders/console.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -35,7 +35,7 @@ "signature": [ "\"console\"" ], - "path": "packages/core/logging/core-logging-server/src/appenders/console.ts", + "path": "src/core/packages/logging/server/src/appenders/console.ts", "deprecated": false, "trackAdoption": false }, @@ -47,23 +47,11 @@ "label": "layout", "description": [], "signature": [ - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.PatternLayoutConfigType", - "text": "PatternLayoutConfigType" - }, + "PatternLayoutConfigType", " | ", - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.JsonLayoutConfigType", - "text": "JsonLayoutConfigType" - } + "JsonLayoutConfigType" ], - "path": "packages/core/logging/core-logging-server/src/appenders/console.ts", + "path": "src/core/packages/logging/server/src/appenders/console.ts", "deprecated": false, "trackAdoption": false } @@ -79,7 +67,7 @@ "description": [ "\nConfiguration of a file appender" ], - "path": "packages/core/logging/core-logging-server/src/appenders/file.ts", + "path": "src/core/packages/logging/server/src/appenders/file.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -93,7 +81,7 @@ "signature": [ "\"file\"" ], - "path": "packages/core/logging/core-logging-server/src/appenders/file.ts", + "path": "src/core/packages/logging/server/src/appenders/file.ts", "deprecated": false, "trackAdoption": false }, @@ -105,23 +93,11 @@ "label": "layout", "description": [], "signature": [ - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.PatternLayoutConfigType", - "text": "PatternLayoutConfigType" - }, + "PatternLayoutConfigType", " | ", - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.JsonLayoutConfigType", - "text": "JsonLayoutConfigType" - } + "JsonLayoutConfigType" ], - "path": "packages/core/logging/core-logging-server/src/appenders/file.ts", + "path": "src/core/packages/logging/server/src/appenders/file.ts", "deprecated": false, "trackAdoption": false }, @@ -132,7 +108,7 @@ "tags": [], "label": "fileName", "description": [], - "path": "packages/core/logging/core-logging-server/src/appenders/file.ts", + "path": "src/core/packages/logging/server/src/appenders/file.ts", "deprecated": false, "trackAdoption": false } @@ -148,7 +124,7 @@ "description": [ "\nConfiguration of a json layout" ], - "path": "packages/core/logging/core-logging-server/src/layout.ts", + "path": "src/core/packages/logging/server/src/layout.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -162,7 +138,7 @@ "signature": [ "\"json\"" ], - "path": "packages/core/logging/core-logging-server/src/layout.ts", + "path": "src/core/packages/logging/server/src/layout.ts", "deprecated": false, "trackAdoption": false } @@ -178,7 +154,7 @@ "description": [ "\nDescribes the configuration of a given logger.\n" ], - "path": "packages/core/logging/core-logging-server/src/logger.ts", + "path": "src/core/packages/logging/server/src/logger.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -192,7 +168,7 @@ "signature": [ "string[]" ], - "path": "packages/core/logging/core-logging-server/src/logger.ts", + "path": "src/core/packages/logging/server/src/logger.ts", "deprecated": false, "trackAdoption": false }, @@ -203,7 +179,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/core/logging/core-logging-server/src/logger.ts", + "path": "src/core/packages/logging/server/src/logger.ts", "deprecated": false, "trackAdoption": false }, @@ -217,7 +193,7 @@ "signature": [ "\"error\" | \"info\" | \"all\" | \"off\" | \"trace\" | \"debug\" | \"warn\" | \"fatal\"" ], - "path": "packages/core/logging/core-logging-server/src/logger.ts", + "path": "src/core/packages/logging/server/src/logger.ts", "deprecated": false, "trackAdoption": false } @@ -233,7 +209,7 @@ "description": [ "\nInput used to configure logging dynamically using {@link LoggingServiceSetup.configure}" ], - "path": "packages/core/logging/core-logging-server/src/contracts.ts", + "path": "src/core/packages/logging/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -246,24 +222,12 @@ "description": [], "signature": [ "Record | Map | undefined" ], - "path": "packages/core/logging/core-logging-server/src/contracts.ts", + "path": "src/core/packages/logging/server/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -275,16 +239,10 @@ "label": "loggers", "description": [], "signature": [ - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.LoggerConfigType", - "text": "LoggerConfigType" - }, + "LoggerConfigType", "[] | undefined" ], - "path": "packages/core/logging/core-logging-server/src/contracts.ts", + "path": "src/core/packages/logging/server/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -300,7 +258,7 @@ "description": [ "\nProvides APIs to plugins for customizing the plugin's logger." ], - "path": "packages/core/logging/core-logging-server/src/contracts.ts", + "path": "src/core/packages/logging/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -317,16 +275,10 @@ "(config$: ", "Observable", "<", - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.LoggerContextConfigInput", - "text": "LoggerContextConfigInput" - }, + "LoggerContextConfigInput", ">) => void" ], - "path": "packages/core/logging/core-logging-server/src/contracts.ts", + "path": "src/core/packages/logging/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -340,16 +292,10 @@ "signature": [ "Observable", "<", - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.LoggerContextConfigInput", - "text": "LoggerContextConfigInput" - }, + "LoggerContextConfigInput", ">" ], - "path": "packages/core/logging/core-logging-server/src/contracts.ts", + "path": "src/core/packages/logging/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -367,7 +313,7 @@ "tags": [], "label": "MetaRewritePolicyConfig", "description": [], - "path": "packages/core/logging/core-logging-server/src/appenders/rewrite.ts", + "path": "src/core/packages/logging/server/src/appenders/rewrite.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -381,7 +327,7 @@ "signature": [ "\"meta\"" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rewrite.ts", + "path": "src/core/packages/logging/server/src/appenders/rewrite.ts", "deprecated": false, "trackAdoption": false }, @@ -397,7 +343,7 @@ "signature": [ "\"update\" | \"remove\"" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rewrite.ts", + "path": "src/core/packages/logging/server/src/appenders/rewrite.ts", "deprecated": false, "trackAdoption": false }, @@ -411,16 +357,10 @@ "\nThe properties to modify.\n" ], "signature": [ - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.MetaRewritePolicyConfigProperty", - "text": "MetaRewritePolicyConfigProperty" - }, + "MetaRewritePolicyConfigProperty", "[]" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rewrite.ts", + "path": "src/core/packages/logging/server/src/appenders/rewrite.ts", "deprecated": false, "trackAdoption": false } @@ -434,7 +374,7 @@ "tags": [], "label": "MetaRewritePolicyConfigProperty", "description": [], - "path": "packages/core/logging/core-logging-server/src/appenders/rewrite.ts", + "path": "src/core/packages/logging/server/src/appenders/rewrite.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -445,7 +385,7 @@ "tags": [], "label": "path", "description": [], - "path": "packages/core/logging/core-logging-server/src/appenders/rewrite.ts", + "path": "src/core/packages/logging/server/src/appenders/rewrite.ts", "deprecated": false, "trackAdoption": false }, @@ -459,7 +399,7 @@ "signature": [ "string | number | boolean | null | undefined" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rewrite.ts", + "path": "src/core/packages/logging/server/src/appenders/rewrite.ts", "deprecated": false, "trackAdoption": false } @@ -473,7 +413,7 @@ "tags": [], "label": "NumericRollingStrategyConfig", "description": [], - "path": "packages/core/logging/core-logging-server/src/appenders/rolling_file.ts", + "path": "src/core/packages/logging/server/src/appenders/rolling_file.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -487,7 +427,7 @@ "signature": [ "\"numeric\"" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rolling_file.ts", + "path": "src/core/packages/logging/server/src/appenders/rolling_file.ts", "deprecated": false, "trackAdoption": false }, @@ -500,7 +440,7 @@ "description": [ "\nThe suffix pattern to apply when renaming a file. The suffix will be applied\nafter the `appender.fileName` file name, but before the file extension.\n\nMust include `%i`, as it is the value that will be converted to the file index\n" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rolling_file.ts", + "path": "src/core/packages/logging/server/src/appenders/rolling_file.ts", "deprecated": false, "trackAdoption": false }, @@ -515,37 +455,37 @@ "description": [ "\nThe maximum number of files to keep. Once this number is reached, oldest\nfiles will be deleted. Defaults to `7`\n" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rolling_file.ts", + "path": "src/core/packages/logging/server/src/appenders/rolling_file.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-logging-server-internal", - "path": "packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/strategies/index.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/logging/server-internal/src/appenders/rolling_file/strategies/index.ts" }, { - "plugin": "@kbn/core-logging-server-internal", - "path": "packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/retention/create_retention_policy.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/logging/server-internal/src/appenders/rolling_file/retention/create_retention_policy.ts" }, { "plugin": "security", "path": "x-pack/plugins/security/server/config.ts" }, { - "plugin": "@kbn/core-logging-server-internal", - "path": "packages/core/logging/core-logging-server-internal/src/appenders/appenders.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/logging/server-internal/src/appenders/appenders.test.ts" }, { - "plugin": "@kbn/core-logging-server-internal", - "path": "packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/rolling_file_appender.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/logging/server-internal/src/appenders/rolling_file/rolling_file_appender.test.ts" }, { - "plugin": "@kbn/core-logging-server-internal", - "path": "packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/retention/create_retention_policy.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/logging/server-internal/src/appenders/rolling_file/retention/create_retention_policy.test.ts" }, { - "plugin": "@kbn/core-logging-server-internal", - "path": "packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/strategies/numeric/numeric_strategy.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/logging/server-internal/src/appenders/rolling_file/strategies/numeric/numeric_strategy.test.ts" } ] } @@ -561,7 +501,7 @@ "description": [ "\nConfiguration of a pattern layout" ], - "path": "packages/core/logging/core-logging-server/src/layout.ts", + "path": "src/core/packages/logging/server/src/layout.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -575,7 +515,7 @@ "signature": [ "\"pattern\"" ], - "path": "packages/core/logging/core-logging-server/src/layout.ts", + "path": "src/core/packages/logging/server/src/layout.ts", "deprecated": false, "trackAdoption": false }, @@ -589,7 +529,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/logging/core-logging-server/src/layout.ts", + "path": "src/core/packages/logging/server/src/layout.ts", "deprecated": false, "trackAdoption": false }, @@ -603,7 +543,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/logging/core-logging-server/src/layout.ts", + "path": "src/core/packages/logging/server/src/layout.ts", "deprecated": false, "trackAdoption": false } @@ -617,7 +557,7 @@ "tags": [], "label": "RetentionPolicyConfig", "description": [], - "path": "packages/core/logging/core-logging-server/src/appenders/rolling_file.ts", + "path": "src/core/packages/logging/server/src/appenders/rolling_file.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -631,7 +571,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rolling_file.ts", + "path": "src/core/packages/logging/server/src/appenders/rolling_file.ts", "deprecated": false, "trackAdoption": false }, @@ -652,7 +592,7 @@ }, " | undefined" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rolling_file.ts", + "path": "src/core/packages/logging/server/src/appenders/rolling_file.ts", "deprecated": false, "trackAdoption": false }, @@ -666,7 +606,7 @@ "signature": [ "moment.Duration | undefined" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rolling_file.ts", + "path": "src/core/packages/logging/server/src/appenders/rolling_file.ts", "deprecated": false, "trackAdoption": false } @@ -682,7 +622,7 @@ "description": [ "\nConfiguration of a rewrite appender" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rewrite.ts", + "path": "src/core/packages/logging/server/src/appenders/rewrite.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -696,7 +636,7 @@ "signature": [ "\"rewrite\"" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rewrite.ts", + "path": "src/core/packages/logging/server/src/appenders/rewrite.ts", "deprecated": false, "trackAdoption": false }, @@ -712,7 +652,7 @@ "signature": [ "string[]" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rewrite.ts", + "path": "src/core/packages/logging/server/src/appenders/rewrite.ts", "deprecated": false, "trackAdoption": false }, @@ -726,15 +666,9 @@ "\nThe {@link RewritePolicy | policy} to use to manipulate the provided data." ], "signature": [ - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.MetaRewritePolicyConfig", - "text": "MetaRewritePolicyConfig" - } + "MetaRewritePolicyConfig" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rewrite.ts", + "path": "src/core/packages/logging/server/src/appenders/rewrite.ts", "deprecated": false, "trackAdoption": false } @@ -750,7 +684,7 @@ "description": [ "\nConfiguration of a rolling-file appender" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rolling_file.ts", + "path": "src/core/packages/logging/server/src/appenders/rolling_file.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -764,7 +698,7 @@ "signature": [ "\"rolling-file\"" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rolling_file.ts", + "path": "src/core/packages/logging/server/src/appenders/rolling_file.ts", "deprecated": false, "trackAdoption": false }, @@ -778,23 +712,11 @@ "\nThe layout to use when writing log entries" ], "signature": [ - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.PatternLayoutConfigType", - "text": "PatternLayoutConfigType" - }, + "PatternLayoutConfigType", " | ", - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.JsonLayoutConfigType", - "text": "JsonLayoutConfigType" - } + "JsonLayoutConfigType" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rolling_file.ts", + "path": "src/core/packages/logging/server/src/appenders/rolling_file.ts", "deprecated": false, "trackAdoption": false }, @@ -807,7 +729,7 @@ "description": [ "\nThe absolute path of the file to write to." ], - "path": "packages/core/logging/core-logging-server/src/appenders/rolling_file.ts", + "path": "src/core/packages/logging/server/src/appenders/rolling_file.ts", "deprecated": false, "trackAdoption": false }, @@ -821,23 +743,11 @@ "\nThe {@link TriggeringPolicy | policy} to use to determine if a rollover should occur." ], "signature": [ - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.TimeIntervalTriggeringPolicyConfig", - "text": "TimeIntervalTriggeringPolicyConfig" - }, + "TimeIntervalTriggeringPolicyConfig", " | ", - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.SizeLimitTriggeringPolicyConfig", - "text": "SizeLimitTriggeringPolicyConfig" - } + "SizeLimitTriggeringPolicyConfig" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rolling_file.ts", + "path": "src/core/packages/logging/server/src/appenders/rolling_file.ts", "deprecated": false, "trackAdoption": false }, @@ -851,15 +761,9 @@ "\nThe {@link RollingStrategy | rollout strategy} to use for rolling." ], "signature": [ - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.NumericRollingStrategyConfig", - "text": "NumericRollingStrategyConfig" - } + "NumericRollingStrategyConfig" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rolling_file.ts", + "path": "src/core/packages/logging/server/src/appenders/rolling_file.ts", "deprecated": false, "trackAdoption": false }, @@ -873,16 +777,10 @@ "\nThe {@link RetentionPolicy | retention strategy} to use to know which files to keep." ], "signature": [ - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.RetentionPolicyConfig", - "text": "RetentionPolicyConfig" - }, + "RetentionPolicyConfig", " | undefined" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rolling_file.ts", + "path": "src/core/packages/logging/server/src/appenders/rolling_file.ts", "deprecated": false, "trackAdoption": false } @@ -896,7 +794,7 @@ "tags": [], "label": "SizeLimitTriggeringPolicyConfig", "description": [], - "path": "packages/core/logging/core-logging-server/src/appenders/rolling_file.ts", + "path": "src/core/packages/logging/server/src/appenders/rolling_file.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -910,7 +808,7 @@ "signature": [ "\"size-limit\"" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rolling_file.ts", + "path": "src/core/packages/logging/server/src/appenders/rolling_file.ts", "deprecated": false, "trackAdoption": false }, @@ -932,7 +830,7 @@ "text": "ByteSizeValue" } ], - "path": "packages/core/logging/core-logging-server/src/appenders/rolling_file.ts", + "path": "src/core/packages/logging/server/src/appenders/rolling_file.ts", "deprecated": false, "trackAdoption": false } @@ -946,7 +844,7 @@ "tags": [], "label": "TimeIntervalTriggeringPolicyConfig", "description": [], - "path": "packages/core/logging/core-logging-server/src/appenders/rolling_file.ts", + "path": "src/core/packages/logging/server/src/appenders/rolling_file.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -960,7 +858,7 @@ "signature": [ "\"time-interval\"" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rolling_file.ts", + "path": "src/core/packages/logging/server/src/appenders/rolling_file.ts", "deprecated": false, "trackAdoption": false }, @@ -976,7 +874,7 @@ "signature": [ "moment.Duration" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rolling_file.ts", + "path": "src/core/packages/logging/server/src/appenders/rolling_file.ts", "deprecated": false, "trackAdoption": false }, @@ -989,7 +887,7 @@ "description": [ "\nIndicates whether the interval should be adjusted to cause the next rollover to occur on the interval boundary.\n\nFor example, if the interval is `4h` and the current hour is 3 am then\nthe first rollover will occur at 4 am and then next ones will occur at 8 am, noon, 4pm, etc.\nThe default value is true." ], - "path": "packages/core/logging/core-logging-server/src/appenders/rolling_file.ts", + "path": "src/core/packages/logging/server/src/appenders/rolling_file.ts", "deprecated": false, "trackAdoption": false } @@ -1007,39 +905,15 @@ "label": "AppenderConfigType", "description": [], "signature": [ - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.ConsoleAppenderConfig", - "text": "ConsoleAppenderConfig" - }, + "ConsoleAppenderConfig", " | ", - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.FileAppenderConfig", - "text": "FileAppenderConfig" - }, + "FileAppenderConfig", " | ", - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.RewriteAppenderConfig", - "text": "RewriteAppenderConfig" - }, + "RewriteAppenderConfig", " | ", - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.RollingFileAppenderConfig", - "text": "RollingFileAppenderConfig" - } + "RollingFileAppenderConfig" ], - "path": "packages/core/logging/core-logging-server/src/appenders/index.ts", + "path": "src/core/packages/logging/server/src/appenders/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1054,23 +928,11 @@ "\nConfiguration of a logging layout.\nSee {@link JsonLayoutConfigType} and {@link PatternLayoutConfigType}" ], "signature": [ - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.PatternLayoutConfigType", - "text": "PatternLayoutConfigType" - }, + "PatternLayoutConfigType", " | ", - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.JsonLayoutConfigType", - "text": "JsonLayoutConfigType" - } + "JsonLayoutConfigType" ], - "path": "packages/core/logging/core-logging-server/src/layout.ts", + "path": "src/core/packages/logging/server/src/layout.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1085,15 +947,9 @@ "\nAvailable rewrite policies which specify what part of a {@link LogRecord}\ncan be modified." ], "signature": [ - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.MetaRewritePolicyConfig", - "text": "MetaRewritePolicyConfig" - } + "MetaRewritePolicyConfig" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rewrite.ts", + "path": "src/core/packages/logging/server/src/appenders/rewrite.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1106,15 +962,9 @@ "label": "RollingStrategyConfig", "description": [], "signature": [ - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.NumericRollingStrategyConfig", - "text": "NumericRollingStrategyConfig" - } + "NumericRollingStrategyConfig" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rolling_file.ts", + "path": "src/core/packages/logging/server/src/appenders/rolling_file.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1129,23 +979,11 @@ "\nAny of the existing policy's configuration\n\nSee {@link SizeLimitTriggeringPolicyConfig} and {@link TimeIntervalTriggeringPolicyConfig}" ], "signature": [ - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.TimeIntervalTriggeringPolicyConfig", - "text": "TimeIntervalTriggeringPolicyConfig" - }, + "TimeIntervalTriggeringPolicyConfig", " | ", - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.SizeLimitTriggeringPolicyConfig", - "text": "SizeLimitTriggeringPolicyConfig" - } + "SizeLimitTriggeringPolicyConfig" ], - "path": "packages/core/logging/core-logging-server/src/appenders/rolling_file.ts", + "path": "src/core/packages/logging/server/src/appenders/rolling_file.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_logging_server.mdx b/api_docs/kbn_core_logging_server.mdx index 5b8a83366d1e5..52d3aa83d4db1 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server'] --- import kbnCoreLoggingServerObj from './kbn_core_logging_server.devdocs.json'; diff --git a/api_docs/kbn_core_logging_server_internal.devdocs.json b/api_docs/kbn_core_logging_server_internal.devdocs.json index 0c45a970a97a6..5c422cc7582e5 100644 --- a/api_docs/kbn_core_logging_server_internal.devdocs.json +++ b/api_docs/kbn_core_logging_server_internal.devdocs.json @@ -23,7 +23,7 @@ "signature": [ "(currentTime: number, interval: moment.Duration, modulate: boolean) => number" ], - "path": "packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/policies/time_interval/get_next_rolling_time.ts", + "path": "src/core/packages/logging/server-internal/src/appenders/rolling_file/policies/time_interval/get_next_rolling_time.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -37,7 +37,7 @@ "signature": [ "number" ], - "path": "packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/policies/time_interval/get_next_rolling_time.ts", + "path": "src/core/packages/logging/server-internal/src/appenders/rolling_file/policies/time_interval/get_next_rolling_time.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -52,7 +52,7 @@ "signature": [ "moment.Duration" ], - "path": "packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/policies/time_interval/get_next_rolling_time.ts", + "path": "src/core/packages/logging/server-internal/src/appenders/rolling_file/policies/time_interval/get_next_rolling_time.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -67,7 +67,7 @@ "signature": [ "boolean" ], - "path": "packages/core/logging/core-logging-server-internal/src/appenders/rolling_file/policies/time_interval/get_next_rolling_time.ts", + "path": "src/core/packages/logging/server-internal/src/appenders/rolling_file/policies/time_interval/get_next_rolling_time.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -85,7 +85,7 @@ "tags": [], "label": "PrebootDeps", "description": [], - "path": "packages/core/logging/core-logging-server-internal/src/logging_service.ts", + "path": "src/core/packages/logging/server-internal/src/logging_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -99,7 +99,7 @@ "signature": [ "ILoggingSystem" ], - "path": "packages/core/logging/core-logging-server-internal/src/logging_service.ts", + "path": "src/core/packages/logging/server-internal/src/logging_service.ts", "deprecated": false, "trackAdoption": false } @@ -144,16 +144,10 @@ "text": "ByteSizeValue" }, "; }> | 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": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.NumericRollingStrategyConfig", - "text": "NumericRollingStrategyConfig" - }, + "NumericRollingStrategyConfig", "; }>>" ], - "path": "packages/core/logging/core-logging-server-internal/src/appenders/appenders.ts", + "path": "src/core/packages/logging/server-internal/src/appenders/appenders.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -184,13 +178,7 @@ "text": "Type" }, ">; loggers: ", { "pluginId": "@kbn/config-schema", @@ -201,7 +189,7 @@ }, "[]>; }>" ], - "path": "packages/core/logging/core-logging-server-internal/src/logging_config.ts", + "path": "src/core/packages/logging/server-internal/src/logging_config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -249,7 +237,7 @@ }, "<\"error\" | \"info\" | \"all\" | \"off\" | \"trace\" | \"debug\" | \"warn\" | \"fatal\">; }>" ], - "path": "packages/core/logging/core-logging-server-internal/src/logging_config.ts", + "path": "src/core/packages/logging/server-internal/src/logging_config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_logging_server_internal.mdx b/api_docs/kbn_core_logging_server_internal.mdx index 2c48af94cc703..e79f9ec404063 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server-internal'] --- import kbnCoreLoggingServerInternalObj from './kbn_core_logging_server_internal.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 9 | 0 | 5 | 2 | +| 9 | 0 | 5 | 0 | ## Server diff --git a/api_docs/kbn_core_logging_server_mocks.devdocs.json b/api_docs/kbn_core_logging_server_mocks.devdocs.json index 17836929e1525..f7955f43765cf 100644 --- a/api_docs/kbn_core_logging_server_mocks.devdocs.json +++ b/api_docs/kbn_core_logging_server_mocks.devdocs.json @@ -51,13 +51,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-logging-server", - "scope": "server", - "docId": "kibKbnCoreLoggingServerPluginApi", - "section": "def-server.LoggingServiceSetup", - "text": "LoggingServiceSetup" - }, + "LoggingServiceSetup", ">" ], "path": "packages/core/logging/core-logging-server-mocks/src/logging_service.mock.ts", @@ -306,7 +300,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-logging-mocks/src/logger.mock.ts", + "path": "src/platform/packages/shared/kbn-logging-mocks/src/logger.mock.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_logging_server_mocks.mdx b/api_docs/kbn_core_logging_server_mocks.mdx index 572ed5fcb5afa..db2b1380b29c0 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server-mocks'] --- import kbnCoreLoggingServerMocksObj from './kbn_core_logging_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_metrics_collectors_server_internal.devdocs.json b/api_docs/kbn_core_metrics_collectors_server_internal.devdocs.json index 52b518b67b709..10f026d5bc959 100644 --- a/api_docs/kbn_core_metrics_collectors_server_internal.devdocs.json +++ b/api_docs/kbn_core_metrics_collectors_server_internal.devdocs.json @@ -18,32 +18,14 @@ "label": "ElasticsearchClientsMetricsCollector", "description": [], "signature": [ - { - "pluginId": "@kbn/core-metrics-collectors-server-internal", - "scope": "server", - "docId": "kibKbnCoreMetricsCollectorsServerInternalPluginApi", - "section": "def-server.ElasticsearchClientsMetricsCollector", - "text": "ElasticsearchClientsMetricsCollector" - }, + "ElasticsearchClientsMetricsCollector", " implements ", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.MetricsCollector", - "text": "MetricsCollector" - }, + "MetricsCollector", "<", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.ElasticsearchClientsMetrics", - "text": "ElasticsearchClientsMetrics" - }, + "ElasticsearchClientsMetrics", ">" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/elasticsearch_client.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/elasticsearch_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -57,7 +39,7 @@ "signature": [ "any" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/elasticsearch_client.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/elasticsearch_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -69,15 +51,9 @@ "label": "agentStatsProvider", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-client-server-internal", - "scope": "server", - "docId": "kibKbnCoreElasticsearchClientServerInternalPluginApi", - "section": "def-server.AgentStatsProvider", - "text": "AgentStatsProvider" - } + "AgentStatsProvider" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/elasticsearch_client.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/elasticsearch_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -94,16 +70,10 @@ "description": [], "signature": [ "() => Promise<", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.ElasticsearchClientsMetrics", - "text": "ElasticsearchClientsMetrics" - }, + "ElasticsearchClientsMetrics", ">" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/elasticsearch_client.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/elasticsearch_client.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -119,7 +89,7 @@ "signature": [ "() => void" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/elasticsearch_client.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/elasticsearch_client.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -136,32 +106,14 @@ "label": "EventLoopDelaysMonitor", "description": [], "signature": [ - { - "pluginId": "@kbn/core-metrics-collectors-server-internal", - "scope": "server", - "docId": "kibKbnCoreMetricsCollectorsServerInternalPluginApi", - "section": "def-server.EventLoopDelaysMonitor", - "text": "EventLoopDelaysMonitor" - }, + "EventLoopDelaysMonitor", " implements ", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.IEventLoopDelaysMonitor", - "text": "IEventLoopDelaysMonitor" - }, + "IEventLoopDelaysMonitor", "<", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.IntervalHistogram", - "text": "IntervalHistogram" - }, + "IntervalHistogram", ">" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/event_loop_delays_monitor.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/event_loop_delays_monitor.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -177,7 +129,7 @@ "signature": [ "any" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/event_loop_delays_monitor.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/event_loop_delays_monitor.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -194,15 +146,9 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.IntervalHistogram", - "text": "IntervalHistogram" - } + "IntervalHistogram" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/event_loop_delays_monitor.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/event_loop_delays_monitor.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -220,7 +166,7 @@ "signature": [ "() => void" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/event_loop_delays_monitor.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/event_loop_delays_monitor.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -238,7 +184,7 @@ "signature": [ "() => void" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/event_loop_delays_monitor.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/event_loop_delays_monitor.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -255,32 +201,14 @@ "label": "OsMetricsCollector", "description": [], "signature": [ - { - "pluginId": "@kbn/core-metrics-collectors-server-internal", - "scope": "server", - "docId": "kibKbnCoreMetricsCollectorsServerInternalPluginApi", - "section": "def-server.OsMetricsCollector", - "text": "OsMetricsCollector" - }, + "OsMetricsCollector", " implements ", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.MetricsCollector", - "text": "MetricsCollector" - }, + "MetricsCollector", "<", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.OpsOsMetrics", - "text": "OpsOsMetrics" - }, + "OpsOsMetrics", ">" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/os.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/os.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -294,7 +222,7 @@ "signature": [ "any" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/os.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/os.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -306,15 +234,9 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-metrics-collectors-server-internal", - "scope": "server", - "docId": "kibKbnCoreMetricsCollectorsServerInternalPluginApi", - "section": "def-server.OsMetricsCollectorOptions", - "text": "OsMetricsCollectorOptions" - } + "OsMetricsCollectorOptions" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/os.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/os.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -331,16 +253,10 @@ "description": [], "signature": [ "() => Promise<", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.OpsOsMetrics", - "text": "OpsOsMetrics" - }, + "OpsOsMetrics", ">" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/os.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/os.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -356,7 +272,7 @@ "signature": [ "() => void" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/os.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/os.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -373,32 +289,14 @@ "label": "ProcessMetricsCollector", "description": [], "signature": [ - { - "pluginId": "@kbn/core-metrics-collectors-server-internal", - "scope": "server", - "docId": "kibKbnCoreMetricsCollectorsServerInternalPluginApi", - "section": "def-server.ProcessMetricsCollector", - "text": "ProcessMetricsCollector" - }, + "ProcessMetricsCollector", " implements ", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.MetricsCollector", - "text": "MetricsCollector" - }, + "MetricsCollector", "<", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.OpsProcessMetrics", - "text": "OpsProcessMetrics" - }, + "OpsProcessMetrics", "[]>" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/process.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/process.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -411,24 +309,12 @@ "description": [], "signature": [ "(processes: ", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.OpsProcessMetrics", - "text": "OpsProcessMetrics" - }, + "OpsProcessMetrics", "[]) => ", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.OpsProcessMetrics", - "text": "OpsProcessMetrics" - }, + "OpsProcessMetrics", " | undefined" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/process.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/process.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -440,16 +326,10 @@ "label": "processes", "description": [], "signature": [ - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.OpsProcessMetrics", - "text": "OpsProcessMetrics" - }, + "OpsProcessMetrics", "[]" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/process.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/process.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -466,16 +346,10 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.OpsProcessMetrics", - "text": "OpsProcessMetrics" - }, + "OpsProcessMetrics", "[]" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/process.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/process.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -491,7 +365,7 @@ "signature": [ "() => void" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/process.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/process.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -508,32 +382,14 @@ "label": "ServerMetricsCollector", "description": [], "signature": [ - { - "pluginId": "@kbn/core-metrics-collectors-server-internal", - "scope": "server", - "docId": "kibKbnCoreMetricsCollectorsServerInternalPluginApi", - "section": "def-server.ServerMetricsCollector", - "text": "ServerMetricsCollector" - }, + "ServerMetricsCollector", " implements ", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.MetricsCollector", - "text": "MetricsCollector" - }, + "MetricsCollector", "<", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.OpsServerMetrics", - "text": "OpsServerMetrics" - }, + "OpsServerMetrics", ">" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/server.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/server.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -547,7 +403,7 @@ "signature": [ "any" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/server.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/server.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -564,7 +420,7 @@ "ServerApplicationState", ">" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/server.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/server.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -581,16 +437,10 @@ "description": [], "signature": [ "() => Promise<", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.OpsServerMetrics", - "text": "OpsServerMetrics" - }, + "OpsServerMetrics", ">" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/server.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/server.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -606,7 +456,7 @@ "signature": [ "() => void" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/server.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/server.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -625,7 +475,7 @@ "tags": [], "label": "OsMetricsCollectorOptions", "description": [], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/os.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/os.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -645,7 +495,7 @@ "text": "Logger" } ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/os.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/os.ts", "deprecated": false, "trackAdoption": false }, @@ -659,7 +509,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/os.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/os.ts", "deprecated": false, "trackAdoption": false }, @@ -673,7 +523,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/metrics/core-metrics-collectors-server-internal/src/os.ts", + "path": "src/core/packages/metrics/collectors-server-internal/src/os.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_metrics_collectors_server_internal.mdx b/api_docs/kbn_core_metrics_collectors_server_internal.mdx index dbe3dad12eee5..9361538c6c36d 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-collectors-server-internal'] --- import kbnCoreMetricsCollectorsServerInternalObj from './kbn_core_metrics_collectors_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_metrics_collectors_server_mocks.devdocs.json b/api_docs/kbn_core_metrics_collectors_server_mocks.devdocs.json index ab924ea08f2eb..500a21e68dfe3 100644 --- a/api_docs/kbn_core_metrics_collectors_server_mocks.devdocs.json +++ b/api_docs/kbn_core_metrics_collectors_server_mocks.devdocs.json @@ -20,13 +20,7 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.OpsProcessMetrics", - "text": "OpsProcessMetrics" - } + "OpsProcessMetrics" ], "path": "packages/core/metrics/core-metrics-collectors-server-mocks/src/process.mocks.ts", "deprecated": false, @@ -60,13 +54,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.MetricsCollector", - "text": "MetricsCollector" - }, + "MetricsCollector", ">" ], "path": "packages/core/metrics/core-metrics-collectors-server-mocks/src/mocks.ts", @@ -84,13 +72,7 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.OpsProcessMetrics", - "text": "OpsProcessMetrics" - } + "OpsProcessMetrics" ], "path": "packages/core/metrics/core-metrics-collectors-server-mocks/src/mocks.ts", "deprecated": false, @@ -121,13 +103,7 @@ "description": [], "signature": [ "(collectReturnValue?: any) => jest.Mocked<", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.MetricsCollector", - "text": "MetricsCollector" - }, + "MetricsCollector", ">" ], "path": "packages/core/metrics/core-metrics-collectors-server-mocks/src/collector.mock.ts", @@ -174,21 +150,9 @@ "description": [], "signature": [ "(overwrites?: Partial<", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.IntervalHistogram", - "text": "IntervalHistogram" - }, + "IntervalHistogram", ">) => ", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.IntervalHistogram", - "text": "IntervalHistogram" - } + "IntervalHistogram" ], "path": "packages/core/metrics/core-metrics-collectors-server-mocks/src/event_loop_delays_monitor.mocks.ts", "deprecated": false, @@ -220,13 +184,7 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-metrics-collectors-server-internal", - "scope": "server", - "docId": "kibKbnCoreMetricsCollectorsServerInternalPluginApi", - "section": "def-server.EventLoopDelaysMonitor", - "text": "EventLoopDelaysMonitor" - } + "EventLoopDelaysMonitor" ], "path": "packages/core/metrics/core-metrics-collectors-server-mocks/src/event_loop_delays_monitor.mocks.ts", "deprecated": false, diff --git a/api_docs/kbn_core_metrics_collectors_server_mocks.mdx b/api_docs/kbn_core_metrics_collectors_server_mocks.mdx index 5887c9900714b..2f4f848968419 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-collectors-server-mocks'] --- import kbnCoreMetricsCollectorsServerMocksObj from './kbn_core_metrics_collectors_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_metrics_server.devdocs.json b/api_docs/kbn_core_metrics_server.devdocs.json index 0f0848173d71a..2e58e08d5553e 100644 --- a/api_docs/kbn_core_metrics_server.devdocs.json +++ b/api_docs/kbn_core_metrics_server.devdocs.json @@ -21,7 +21,7 @@ "description": [ "\nMetrics related to the elasticsearch clients" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -34,7 +34,7 @@ "description": [ "Total number of active sockets (all nodes, all connections)" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -47,7 +47,7 @@ "description": [ "Total number of available sockets (alive but idle, all nodes, all connections)" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -60,7 +60,7 @@ "description": [ "Total number of queued requests (all nodes, all connections)" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false } @@ -77,16 +77,10 @@ "\nCreating a new instance from EventLoopDelaysMonitor will\nautomatically start tracking event loop delays.\nSee {@link IntervalHistogram}" ], "signature": [ - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.IEventLoopDelaysMonitor", - "text": "IEventLoopDelaysMonitor" - }, + "IEventLoopDelaysMonitor", "" ], - "path": "packages/core/metrics/core-metrics-server/src/collectors.ts", + "path": "src/core/packages/metrics/server/src/collectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -102,7 +96,7 @@ "signature": [ "() => T" ], - "path": "packages/core/metrics/core-metrics-server/src/collectors.ts", + "path": "src/core/packages/metrics/server/src/collectors.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -120,7 +114,7 @@ "signature": [ "() => void" ], - "path": "packages/core/metrics/core-metrics-server/src/collectors.ts", + "path": "src/core/packages/metrics/server/src/collectors.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -138,7 +132,7 @@ "signature": [ "() => void" ], - "path": "packages/core/metrics/core-metrics-server/src/collectors.ts", + "path": "src/core/packages/metrics/server/src/collectors.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -156,7 +150,7 @@ "description": [ "\nan IntervalHistogram object that samples and reports the event loop delay over time.\nThe delays will be reported in milliseconds.\n" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -167,7 +161,7 @@ "tags": [], "label": "fromTimestamp", "description": [], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -178,7 +172,7 @@ "tags": [], "label": "lastUpdatedAt", "description": [], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -189,7 +183,7 @@ "tags": [], "label": "min", "description": [], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -200,7 +194,7 @@ "tags": [], "label": "max", "description": [], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -211,7 +205,7 @@ "tags": [], "label": "mean", "description": [], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -222,7 +216,7 @@ "tags": [], "label": "exceeds", "description": [], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -233,7 +227,7 @@ "tags": [], "label": "stddev", "description": [], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -247,7 +241,7 @@ "signature": [ "{ 50: number; 75: number; 95: number; 99: number; }" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false } @@ -264,16 +258,10 @@ "Base interface for all metrics gatherers" ], "signature": [ - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.MetricsCollector", - "text": "MetricsCollector" - }, + "MetricsCollector", "" ], - "path": "packages/core/metrics/core-metrics-server/src/collectors.ts", + "path": "src/core/packages/metrics/server/src/collectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -297,7 +285,7 @@ }, "" ], - "path": "packages/core/metrics/core-metrics-server/src/collectors.ts", + "path": "src/core/packages/metrics/server/src/collectors.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -315,7 +303,7 @@ "signature": [ "() => void" ], - "path": "packages/core/metrics/core-metrics-server/src/collectors.ts", + "path": "src/core/packages/metrics/server/src/collectors.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -333,7 +321,7 @@ "description": [ "\nAPIs to retrieves metrics gathered and exposed by the core platform.\n" ], - "path": "packages/core/metrics/core-metrics-server/src/contracts.ts", + "path": "src/core/packages/metrics/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -346,7 +334,7 @@ "description": [ "Interval metrics are collected in milliseconds" ], - "path": "packages/core/metrics/core-metrics-server/src/contracts.ts", + "path": "src/core/packages/metrics/server/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -363,16 +351,10 @@ "() => ", "Observable", "<", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.OpsMetrics", - "text": "OpsMetrics" - }, + "OpsMetrics", ">" ], - "path": "packages/core/metrics/core-metrics-server/src/contracts.ts", + "path": "src/core/packages/metrics/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -390,7 +372,7 @@ "description": [ "\nRegroups metrics gathered by all the collectors.\nThis contains metrics about the os/runtime, the kibana process and the http server.\n" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -406,7 +388,7 @@ "signature": [ "Date" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -420,15 +402,9 @@ "\nMetrics related to the elasticsearch client" ], "signature": [ - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.ElasticsearchClientsMetrics", - "text": "ElasticsearchClientsMetrics" - } + "ElasticsearchClientsMetrics" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -442,15 +418,9 @@ "\nProcess related metrics." ], "signature": [ - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.OpsProcessMetrics", - "text": "OpsProcessMetrics" - } + "OpsProcessMetrics" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -464,16 +434,10 @@ "Process related metrics. Reports an array of objects for each kibana pid." ], "signature": [ - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.OpsProcessMetrics", - "text": "OpsProcessMetrics" - }, + "OpsProcessMetrics", "[]" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -487,15 +451,9 @@ "OS related metrics" ], "signature": [ - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.OpsOsMetrics", - "text": "OpsOsMetrics" - } + "OpsOsMetrics" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -511,7 +469,7 @@ "signature": [ "{ avg_in_millis: number; max_in_millis: number; }" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -527,7 +485,7 @@ "signature": [ "{ disconnects: number; total: number; statusCodes: Record; }" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -540,7 +498,7 @@ "description": [ "number of current concurrent connections to the server" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false } @@ -556,7 +514,7 @@ "description": [ "\nOS related metrics" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -572,7 +530,7 @@ "signature": [ "\"android\" | \"linux\" | \"aix\" | \"darwin\" | \"freebsd\" | \"haiku\" | \"openbsd\" | \"sunos\" | \"win32\" | \"cygwin\" | \"netbsd\"" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -585,7 +543,7 @@ "description": [ "The os platform release, prefixed by the platform name" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -601,7 +559,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -617,7 +575,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -633,7 +591,7 @@ "signature": [ "{ '1m': number; '5m': number; '15m': number; }" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -649,7 +607,7 @@ "signature": [ "{ total_in_bytes: number; free_in_bytes: number; used_in_bytes: number; }" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -662,7 +620,7 @@ "description": [ "the OS uptime" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -678,7 +636,7 @@ "signature": [ "{ control_group: string; usage_nanos: number; } | undefined" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -694,7 +652,7 @@ "signature": [ "{ control_group: string; cfs_period_micros: number; cfs_quota_micros: number; stat: { number_of_elapsed_periods: number; number_of_times_throttled: number; time_throttled_nanos: number; }; } | undefined" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -710,7 +668,7 @@ "signature": [ "{ current_in_bytes: number; swap_current_in_bytes: number; } | undefined" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false } @@ -726,7 +684,7 @@ "description": [ "\nProcess related metrics" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -739,7 +697,7 @@ "description": [ "pid of the kibana process" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -755,7 +713,7 @@ "signature": [ "{ heap: { total_in_bytes: number; used_in_bytes: number; size_limit: number; }; resident_set_size_in_bytes: number; external_in_bytes: number; array_buffers_in_bytes: number; }" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -768,7 +726,7 @@ "description": [ "max event loop delay since last collection" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -782,15 +740,9 @@ "node event loop delay histogram since last collection" ], "signature": [ - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.IntervalHistogram", - "text": "IntervalHistogram" - } + "IntervalHistogram" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -806,7 +758,7 @@ "signature": [ "EventLoopUtilization" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -819,7 +771,7 @@ "description": [ "uptime of the kibana process" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false } @@ -835,7 +787,7 @@ "description": [ "\nserver related metrics" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -851,7 +803,7 @@ "signature": [ "{ avg_in_millis: number; max_in_millis: number; }" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -867,7 +819,7 @@ "signature": [ "{ disconnects: number; total: number; statusCodes: Record; }" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -880,7 +832,7 @@ "description": [ "number of current concurrent connections to the server" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false } @@ -902,7 +854,7 @@ "signature": [ "\"none\" | \"mixed\" | \"http\" | \"https\"" ], - "path": "packages/core/metrics/core-metrics-server/src/metrics.ts", + "path": "src/core/packages/metrics/server/src/metrics.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -917,15 +869,9 @@ "\n{@inheritdoc MetricsServiceSetup}\n" ], "signature": [ - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.MetricsServiceSetup", - "text": "MetricsServiceSetup" - } + "MetricsServiceSetup" ], - "path": "packages/core/metrics/core-metrics-server/src/contracts.ts", + "path": "src/core/packages/metrics/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_metrics_server.mdx b/api_docs/kbn_core_metrics_server.mdx index 2517bbe70685e..bb27a2900f238 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server'] --- import kbnCoreMetricsServerObj from './kbn_core_metrics_server.devdocs.json'; diff --git a/api_docs/kbn_core_metrics_server_internal.devdocs.json b/api_docs/kbn_core_metrics_server_internal.devdocs.json index 7eb301389ffb2..9d21eea20794f 100644 --- a/api_docs/kbn_core_metrics_server_internal.devdocs.json +++ b/api_docs/kbn_core_metrics_server_internal.devdocs.json @@ -19,7 +19,7 @@ "tags": [], "label": "MetricsServiceSetupDeps", "description": [], - "path": "packages/core/metrics/core-metrics-server-internal/src/metrics_service.ts", + "path": "src/core/packages/metrics/server-internal/src/metrics_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -33,7 +33,7 @@ "signature": [ "InternalHttpServiceSetup" ], - "path": "packages/core/metrics/core-metrics-server-internal/src/metrics_service.ts", + "path": "src/core/packages/metrics/server-internal/src/metrics_service.ts", "deprecated": false, "trackAdoption": false }, @@ -47,7 +47,7 @@ "signature": [ "InternalElasticsearchServiceSetup" ], - "path": "packages/core/metrics/core-metrics-server-internal/src/metrics_service.ts", + "path": "src/core/packages/metrics/server-internal/src/metrics_service.ts", "deprecated": false, "trackAdoption": false } @@ -65,7 +65,7 @@ "tags": [], "label": "opsConfig", "description": [], - "path": "packages/core/metrics/core-metrics-server-internal/src/ops_config.ts", + "path": "src/core/packages/metrics/server-internal/src/ops_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -79,7 +79,7 @@ "signature": [ "\"ops\"" ], - "path": "packages/core/metrics/core-metrics-server-internal/src/ops_config.ts", + "path": "src/core/packages/metrics/server-internal/src/ops_config.ts", "deprecated": false, "trackAdoption": false }, @@ -132,7 +132,7 @@ }, "; }>; }>" ], - "path": "packages/core/metrics/core-metrics-server-internal/src/ops_config.ts", + "path": "src/core/packages/metrics/server-internal/src/ops_config.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_metrics_server_internal.mdx b/api_docs/kbn_core_metrics_server_internal.mdx index 1992c2d06fd6f..ebd60dccd8e3b 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server-internal'] --- import kbnCoreMetricsServerInternalObj from './kbn_core_metrics_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_metrics_server_mocks.devdocs.json b/api_docs/kbn_core_metrics_server_mocks.devdocs.json index 753bdf3b394cf..1584e82d74d15 100644 --- a/api_docs/kbn_core_metrics_server_mocks.devdocs.json +++ b/api_docs/kbn_core_metrics_server_mocks.devdocs.json @@ -51,13 +51,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.MetricsServiceSetup", - "text": "MetricsServiceSetup" - }, + "MetricsServiceSetup", ">" ], "path": "packages/core/metrics/core-metrics-server-mocks/src/metrics_service.mock.ts", @@ -75,13 +69,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.MetricsServiceSetup", - "text": "MetricsServiceSetup" - }, + "MetricsServiceSetup", ">" ], "path": "packages/core/metrics/core-metrics-server-mocks/src/metrics_service.mock.ts", @@ -99,13 +87,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.MetricsServiceSetup", - "text": "MetricsServiceSetup" - }, + "MetricsServiceSetup", ">" ], "path": "packages/core/metrics/core-metrics-server-mocks/src/metrics_service.mock.ts", @@ -123,13 +105,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.MetricsServiceSetup", - "text": "MetricsServiceSetup" - }, + "MetricsServiceSetup", ">" ], "path": "packages/core/metrics/core-metrics-server-mocks/src/metrics_service.mock.ts", @@ -147,13 +123,7 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-metrics-collectors-server-internal", - "scope": "server", - "docId": "kibKbnCoreMetricsCollectorsServerInternalPluginApi", - "section": "def-server.EventLoopDelaysMonitor", - "text": "EventLoopDelaysMonitor" - } + "EventLoopDelaysMonitor" ], "path": "packages/core/metrics/core-metrics-server-mocks/src/metrics_service.mock.ts", "deprecated": false, diff --git a/api_docs/kbn_core_metrics_server_mocks.mdx b/api_docs/kbn_core_metrics_server_mocks.mdx index ce641aca83658..e817e0cef7755 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server-mocks'] --- import kbnCoreMetricsServerMocksObj from './kbn_core_metrics_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_mount_utils_browser.devdocs.json b/api_docs/kbn_core_mount_utils_browser.devdocs.json index a849c65ae0551..0530c242aa44a 100644 --- a/api_docs/kbn_core_mount_utils_browser.devdocs.json +++ b/api_docs/kbn_core_mount_utils_browser.devdocs.json @@ -13,7 +13,7 @@ "description": [ "\nReturned by {@link OverlayStart} methods for closing a mounted overlay." ], - "path": "packages/core/mount-utils/core-mount-utils-browser/src/overlay_ref.ts", + "path": "src/core/packages/mount-utils/browser/src/overlay_ref.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -29,7 +29,7 @@ "signature": [ "Promise" ], - "path": "packages/core/mount-utils/core-mount-utils-browser/src/overlay_ref.ts", + "path": "src/core/packages/mount-utils/browser/src/overlay_ref.ts", "deprecated": false, "trackAdoption": false }, @@ -45,7 +45,7 @@ "signature": [ "() => Promise" ], - "path": "packages/core/mount-utils/core-mount-utils-browser/src/overlay_ref.ts", + "path": "src/core/packages/mount-utils/browser/src/overlay_ref.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -68,15 +68,9 @@ ], "signature": [ "(element: T) => ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.UnmountCallback", - "text": "UnmountCallback" - } + "UnmountCallback" ], - "path": "packages/core/mount-utils/core-mount-utils-browser/src/mount_point.ts", + "path": "src/core/packages/mount-utils/browser/src/mount_point.ts", "deprecated": false, "trackAdoption": false, "returnComment": [ @@ -95,7 +89,7 @@ "signature": [ "T" ], - "path": "packages/core/mount-utils/core-mount-utils-browser/src/mount_point.ts", + "path": "src/core/packages/mount-utils/browser/src/mount_point.ts", "deprecated": false, "trackAdoption": false } @@ -114,7 +108,7 @@ "signature": [ "() => void" ], - "path": "packages/core/mount-utils/core-mount-utils-browser/src/mount_point.ts", + "path": "src/core/packages/mount-utils/browser/src/mount_point.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], diff --git a/api_docs/kbn_core_mount_utils_browser.mdx b/api_docs/kbn_core_mount_utils_browser.mdx index e8226c720a788..ffc12801c2774 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-mount-utils-browser'] --- import kbnCoreMountUtilsBrowserObj from './kbn_core_mount_utils_browser.devdocs.json'; diff --git a/api_docs/kbn_core_node_server.devdocs.json b/api_docs/kbn_core_node_server.devdocs.json index 104b5d6673c6a..20238c4129a13 100644 --- a/api_docs/kbn_core_node_server.devdocs.json +++ b/api_docs/kbn_core_node_server.devdocs.json @@ -21,7 +21,7 @@ "description": [ "\nContains information about how this Kibana process has been configured.\n" ], - "path": "packages/core/node/core-node-server/src/types.ts", + "path": "src/core/packages/node/server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -35,15 +35,9 @@ "A list of roles this node has been configured with." ], "signature": [ - { - "pluginId": "@kbn/core-node-server", - "scope": "server", - "docId": "kibKbnCoreNodeServerPluginApi", - "section": "def-server.NodeRoles", - "text": "NodeRoles" - } + "NodeRoles" ], - "path": "packages/core/node/core-node-server/src/types.ts", + "path": "src/core/packages/node/server/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -59,7 +53,7 @@ "description": [ "\nThe Kibana process can be run in dedicated \"modes\" via `node.roles`.\nThis configuration is then exposed to plugins via `NodeRoles`,\nwhich is available on the `PluginInitializerContext`.\n\nThe node roles can be used by plugins to adjust their behavior based\non the way the Kibana process has been configured.\n" ], - "path": "packages/core/node/core-node-server/src/types.ts", + "path": "src/core/packages/node/server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -72,7 +66,7 @@ "description": [ "\nThe backgroundTasks role includes operations which don't involve\nresponding to incoming http traffic from the UI." ], - "path": "packages/core/node/core-node-server/src/types.ts", + "path": "src/core/packages/node/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -85,7 +79,7 @@ "description": [ "\nThe ui role covers any operations that need to occur in order\nto handle http traffic from the browser." ], - "path": "packages/core/node/core-node-server/src/types.ts", + "path": "src/core/packages/node/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -98,7 +92,7 @@ "description": [ "\nStart Kibana with the specific purpose of completing the migrations phase then shutting down." ], - "path": "packages/core/node/core-node-server/src/types.ts", + "path": "src/core/packages/node/server/src/types.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_node_server.mdx b/api_docs/kbn_core_node_server.mdx index 806306a66feba..279ab1d3f1039 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server'] --- import kbnCoreNodeServerObj from './kbn_core_node_server.devdocs.json'; diff --git a/api_docs/kbn_core_node_server_internal.devdocs.json b/api_docs/kbn_core_node_server_internal.devdocs.json index b6773a0960a4b..dc319b6b8fc26 100644 --- a/api_docs/kbn_core_node_server_internal.devdocs.json +++ b/api_docs/kbn_core_node_server_internal.devdocs.json @@ -19,7 +19,7 @@ "tags": [], "label": "InternalNodeServiceStart", "description": [], - "path": "packages/core/node/core-node-server-internal/src/node_service.ts", + "path": "src/core/packages/node/server-internal/src/node_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -33,15 +33,9 @@ "\nThe Kibana process can take on specialised roles via the `node.roles` config.\n\nThe roles can be used by plugins to adjust their behavior based\non the way the Kibana process has been configured." ], "signature": [ - { - "pluginId": "@kbn/core-node-server", - "scope": "server", - "docId": "kibKbnCoreNodeServerPluginApi", - "section": "def-server.NodeRoles", - "text": "NodeRoles" - } + "NodeRoles" ], - "path": "packages/core/node/core-node-server-internal/src/node_service.ts", + "path": "src/core/packages/node/server-internal/src/node_service.ts", "deprecated": false, "trackAdoption": false } @@ -55,7 +49,7 @@ "tags": [], "label": "PrebootDeps", "description": [], - "path": "packages/core/node/core-node-server-internal/src/node_service.ts", + "path": "src/core/packages/node/server-internal/src/node_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -69,7 +63,7 @@ "signature": [ "ILoggingSystem" ], - "path": "packages/core/node/core-node-server-internal/src/node_service.ts", + "path": "src/core/packages/node/server-internal/src/node_service.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_node_server_internal.mdx b/api_docs/kbn_core_node_server_internal.mdx index 84a3982a01d2c..3b18f17ebcf1a 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server-internal'] --- import kbnCoreNodeServerInternalObj from './kbn_core_node_server_internal.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 3 | 1 | +| 4 | 0 | 3 | 0 | ## Server diff --git a/api_docs/kbn_core_node_server_mocks.devdocs.json b/api_docs/kbn_core_node_server_mocks.devdocs.json index 6aedd35d36d86..1d503da4df3cb 100644 --- a/api_docs/kbn_core_node_server_mocks.devdocs.json +++ b/api_docs/kbn_core_node_server_mocks.devdocs.json @@ -69,13 +69,7 @@ "description": [], "signature": [ "({ ui, backgroundTasks, migrator, }?: { ui: boolean; backgroundTasks: boolean; migrator: boolean; }) => jest.Mocked<", - { - "pluginId": "@kbn/core-node-server-internal", - "scope": "server", - "docId": "kibKbnCoreNodeServerInternalPluginApi", - "section": "def-server.InternalNodeServiceStart", - "text": "InternalNodeServiceStart" - }, + "InternalNodeServiceStart", ">" ], "path": "packages/core/node/core-node-server-mocks/src/node_service.mock.ts", diff --git a/api_docs/kbn_core_node_server_mocks.mdx b/api_docs/kbn_core_node_server_mocks.mdx index b5f915db1b193..01535a94af0b8 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server-mocks'] --- import kbnCoreNodeServerMocksObj from './kbn_core_node_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_notifications_browser.devdocs.json b/api_docs/kbn_core_notifications_browser.devdocs.json index 61b8d679e9ef5..df5640761c542 100644 --- a/api_docs/kbn_core_notifications_browser.devdocs.json +++ b/api_docs/kbn_core_notifications_browser.devdocs.json @@ -14,23 +14,11 @@ "\nOptions available for {@link IToasts} error APIs." ], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ErrorToastOptions", - "text": "ErrorToastOptions" - }, + "ErrorToastOptions", " extends ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastOptions", - "text": "ToastOptions" - } + "ToastOptions" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -43,7 +31,7 @@ "description": [ "\nThe title of the toast and the dialog when expanding the message." ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -59,7 +47,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -75,7 +63,7 @@ "description": [ "\nMethods for adding and removing global toast messages. See {@link ToastsApi}." ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -90,16 +78,10 @@ "() => ", "Observable", "<", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.Toast", - "text": "Toast" - }, + "Toast", "[]>" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -114,23 +96,11 @@ "description": [], "signature": [ "(toastOrTitle: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - }, + "ToastInput", ") => ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.Toast", - "text": "Toast" - } + "Toast" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -142,15 +112,9 @@ "label": "toastOrTitle", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - } + "ToastInput" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -167,16 +131,10 @@ "description": [], "signature": [ "(toastOrId: string | ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.Toast", - "text": "Toast" - }, + "Toast", ") => void" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -189,15 +147,9 @@ "description": [], "signature": [ "string | ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.Toast", - "text": "Toast" - } + "Toast" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -214,23 +166,11 @@ "description": [], "signature": [ "(toastOrTitle: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - }, + "ToastInput", ", options?: any) => ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.Toast", - "text": "Toast" - } + "Toast" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -242,15 +182,9 @@ "label": "toastOrTitle", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - } + "ToastInput" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -265,7 +199,7 @@ "signature": [ "any" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -282,23 +216,11 @@ "description": [], "signature": [ "(toastOrTitle: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - }, + "ToastInput", ", options?: any) => ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.Toast", - "text": "Toast" - } + "Toast" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -310,15 +232,9 @@ "label": "toastOrTitle", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - } + "ToastInput" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -333,7 +249,7 @@ "signature": [ "any" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -350,23 +266,11 @@ "description": [], "signature": [ "(toastOrTitle: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - }, + "ToastInput", ", options?: any) => ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.Toast", - "text": "Toast" - } + "Toast" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -378,15 +282,9 @@ "label": "toastOrTitle", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - } + "ToastInput" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -401,7 +299,7 @@ "signature": [ "any" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -418,23 +316,11 @@ "description": [], "signature": [ "(toastOrTitle: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - }, + "ToastInput", ", options?: any) => ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.Toast", - "text": "Toast" - } + "Toast" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -446,15 +332,9 @@ "label": "toastOrTitle", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - } + "ToastInput" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -469,7 +349,7 @@ "signature": [ "any" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -486,23 +366,11 @@ "description": [], "signature": [ "(error: Error, options: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ErrorToastOptions", - "text": "ErrorToastOptions" - }, + "ErrorToastOptions", ") => ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.Toast", - "text": "Toast" - } + "Toast" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -516,7 +384,7 @@ "signature": [ "Error" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -529,15 +397,9 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ErrorToastOptions", - "text": "ErrorToastOptions" - } + "ErrorToastOptions" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -555,7 +417,7 @@ "tags": [], "label": "NotificationsSetup", "description": [], - "path": "packages/core/notifications/core-notifications-browser/src/contracts.ts", + "path": "src/core/packages/notifications/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -569,15 +431,9 @@ "{@link ToastsSetup}" ], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - } + "IToasts" ], - "path": "packages/core/notifications/core-notifications-browser/src/contracts.ts", + "path": "src/core/packages/notifications/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -591,7 +447,7 @@ "tags": [], "label": "NotificationsStart", "description": [], - "path": "packages/core/notifications/core-notifications-browser/src/contracts.ts", + "path": "src/core/packages/notifications/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -605,15 +461,9 @@ "{@link ToastsStart}" ], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - } + "IToasts" ], - "path": "packages/core/notifications/core-notifications-browser/src/contracts.ts", + "path": "src/core/packages/notifications/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -627,7 +477,7 @@ "signature": [ "(options: { title: string; error: Error; }) => void" ], - "path": "packages/core/notifications/core-notifications-browser/src/contracts.ts", + "path": "src/core/packages/notifications/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -638,7 +488,7 @@ "tags": [], "label": "options", "description": [], - "path": "packages/core/notifications/core-notifications-browser/src/contracts.ts", + "path": "src/core/packages/notifications/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -649,7 +499,7 @@ "tags": [], "label": "title", "description": [], - "path": "packages/core/notifications/core-notifications-browser/src/contracts.ts", + "path": "src/core/packages/notifications/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -663,7 +513,7 @@ "signature": [ "Error" ], - "path": "packages/core/notifications/core-notifications-browser/src/contracts.ts", + "path": "src/core/packages/notifications/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -684,7 +534,7 @@ "description": [ "\nOptions available for {@link IToasts} APIs." ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -700,7 +550,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -721,24 +571,12 @@ "Pick<", "Toast", ", \"prefix\" | \"onError\" | \"defaultValue\" | \"security\" | \"className\" | \"aria-label\" | \"data-test-subj\" | \"css\" | \"defaultChecked\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"autoFocus\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"nonce\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"content\" | \"datatype\" | \"inlist\" | \"property\" | \"rel\" | \"resource\" | \"rev\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"color\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-braillelabel\" | \"aria-brailleroledescription\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colindextext\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-description\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"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-rowindextext\" | \"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\" | \"onChange\" | \"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\" | \"onResize\" | \"onResizeCapture\" | \"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\" | \"onPointerLeave\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"iconType\" | \"onClose\" | \"toastLifeTimeMs\"> & { title?: string | ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", " | undefined; text?: string | ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", " | undefined; } & { id: string; }" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -754,15 +592,9 @@ ], "signature": [ "string | ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastInputFields", - "text": "ToastInputFields" - } + "ToastInputFields" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -780,24 +612,12 @@ "Pick<", "Toast", ", \"prefix\" | \"onError\" | \"defaultValue\" | \"security\" | \"className\" | \"aria-label\" | \"data-test-subj\" | \"css\" | \"defaultChecked\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"autoFocus\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"nonce\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"content\" | \"datatype\" | \"inlist\" | \"property\" | \"rel\" | \"resource\" | \"rev\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"color\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-braillelabel\" | \"aria-brailleroledescription\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colindextext\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-description\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"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-rowindextext\" | \"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\" | \"onChange\" | \"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\" | \"onResize\" | \"onResizeCapture\" | \"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\" | \"onPointerLeave\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"iconType\" | \"onClose\" | \"toastLifeTimeMs\"> & { title?: string | ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", " | undefined; text?: string | ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", " | undefined; }" ], - "path": "packages/core/notifications/core-notifications-browser/src/types.ts", + "path": "src/core/packages/notifications/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -812,15 +632,9 @@ "\n{@link IToasts}" ], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - } + "IToasts" ], - "path": "packages/core/notifications/core-notifications-browser/src/contracts.ts", + "path": "src/core/packages/notifications/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -835,15 +649,9 @@ "\n{@link IToasts}" ], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - } + "IToasts" ], - "path": "packages/core/notifications/core-notifications-browser/src/contracts.ts", + "path": "src/core/packages/notifications/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_notifications_browser.mdx b/api_docs/kbn_core_notifications_browser.mdx index a285a6c27d7cf..849f5149ea4ee 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser'] --- import kbnCoreNotificationsBrowserObj from './kbn_core_notifications_browser.devdocs.json'; diff --git a/api_docs/kbn_core_notifications_browser_internal.devdocs.json b/api_docs/kbn_core_notifications_browser_internal.devdocs.json index 33ebcc7700734..c75475db933a7 100644 --- a/api_docs/kbn_core_notifications_browser_internal.devdocs.json +++ b/api_docs/kbn_core_notifications_browser_internal.devdocs.json @@ -9,7 +9,7 @@ "tags": [], "label": "NotificationsService", "description": [], - "path": "packages/core/notifications/core-notifications-browser-internal/src/notifications_service.ts", + "path": "src/core/packages/notifications/browser-internal/src/notifications_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23,7 +23,7 @@ "signature": [ "any" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/notifications_service.ts", + "path": "src/core/packages/notifications/browser-internal/src/notifications_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -40,15 +40,9 @@ "({ uiSettings, analytics }: ", "SetupDeps", ") => ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.NotificationsSetup", - "text": "NotificationsSetup" - } + "NotificationsSetup" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/notifications_service.ts", + "path": "src/core/packages/notifications/browser-internal/src/notifications_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -62,7 +56,7 @@ "signature": [ "SetupDeps" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/notifications_service.ts", + "path": "src/core/packages/notifications/browser-internal/src/notifications_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -81,15 +75,9 @@ "({ overlays, targetDomElement, ...startDeps }: ", "StartDeps", ") => ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.NotificationsStart", - "text": "NotificationsStart" - } + "NotificationsStart" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/notifications_service.ts", + "path": "src/core/packages/notifications/browser-internal/src/notifications_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -103,7 +91,7 @@ "signature": [ "StartDeps" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/notifications_service.ts", + "path": "src/core/packages/notifications/browser-internal/src/notifications_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -121,7 +109,7 @@ "signature": [ "() => void" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/notifications_service.ts", + "path": "src/core/packages/notifications/browser-internal/src/notifications_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -140,23 +128,11 @@ "\nMethods for adding and removing global toast messages." ], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser-internal", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserInternalPluginApi", - "section": "def-public.ToastsApi", - "text": "ToastsApi" - }, + "ToastsApi", " implements ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - } + "IToasts" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/toasts_api.tsx", + "path": "src/core/packages/notifications/browser-internal/src/toasts/toasts_api.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -170,7 +146,7 @@ "signature": [ "any" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/toasts_api.tsx", + "path": "src/core/packages/notifications/browser-internal/src/toasts/toasts_api.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -181,7 +157,7 @@ "tags": [], "label": "deps", "description": [], - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/toasts_api.tsx", + "path": "src/core/packages/notifications/browser-internal/src/toasts/toasts_api.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -201,7 +177,7 @@ "text": "IUiSettingsClient" } ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/toasts_api.tsx", + "path": "src/core/packages/notifications/browser-internal/src/toasts/toasts_api.tsx", "deprecated": false, "trackAdoption": false } @@ -223,16 +199,10 @@ "() => ", "Observable", "<", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.Toast", - "text": "Toast" - }, + "Toast", "[]>" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/toasts_api.tsx", + "path": "src/core/packages/notifications/browser-internal/src/toasts/toasts_api.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -249,23 +219,11 @@ ], "signature": [ "(toastOrTitle: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - }, + "ToastInput", ") => ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.Toast", - "text": "Toast" - } + "Toast" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/toasts_api.tsx", + "path": "src/core/packages/notifications/browser-internal/src/toasts/toasts_api.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -279,15 +237,9 @@ "- a {@link ToastInput }" ], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - } + "ToastInput" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/toasts_api.tsx", + "path": "src/core/packages/notifications/browser-internal/src/toasts/toasts_api.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -308,16 +260,10 @@ ], "signature": [ "(toastOrId: string | ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.Toast", - "text": "Toast" - }, + "Toast", ") => void" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/toasts_api.tsx", + "path": "src/core/packages/notifications/browser-internal/src/toasts/toasts_api.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -332,15 +278,9 @@ ], "signature": [ "string | ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.Toast", - "text": "Toast" - } + "Toast" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/toasts_api.tsx", + "path": "src/core/packages/notifications/browser-internal/src/toasts/toasts_api.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -359,31 +299,13 @@ ], "signature": [ "(toastOrTitle: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - }, + "ToastInput", ", options?: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastOptions", - "text": "ToastOptions" - }, + "ToastOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.Toast", - "text": "Toast" - } + "Toast" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/toasts_api.tsx", + "path": "src/core/packages/notifications/browser-internal/src/toasts/toasts_api.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -397,15 +319,9 @@ "- a {@link ToastInput }" ], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - } + "ToastInput" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/toasts_api.tsx", + "path": "src/core/packages/notifications/browser-internal/src/toasts/toasts_api.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -420,16 +336,10 @@ "- a {@link ToastOptions }" ], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastOptions", - "text": "ToastOptions" - }, + "ToastOptions", " | undefined" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/toasts_api.tsx", + "path": "src/core/packages/notifications/browser-internal/src/toasts/toasts_api.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -450,31 +360,13 @@ ], "signature": [ "(toastOrTitle: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - }, + "ToastInput", ", options?: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastOptions", - "text": "ToastOptions" - }, + "ToastOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.Toast", - "text": "Toast" - } + "Toast" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/toasts_api.tsx", + "path": "src/core/packages/notifications/browser-internal/src/toasts/toasts_api.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -488,15 +380,9 @@ "- a {@link ToastInput }" ], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - } + "ToastInput" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/toasts_api.tsx", + "path": "src/core/packages/notifications/browser-internal/src/toasts/toasts_api.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -511,16 +397,10 @@ "- a {@link ToastOptions }" ], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastOptions", - "text": "ToastOptions" - }, + "ToastOptions", " | undefined" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/toasts_api.tsx", + "path": "src/core/packages/notifications/browser-internal/src/toasts/toasts_api.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -541,31 +421,13 @@ ], "signature": [ "(toastOrTitle: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - }, + "ToastInput", ", options?: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastOptions", - "text": "ToastOptions" - }, + "ToastOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.Toast", - "text": "Toast" - } + "Toast" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/toasts_api.tsx", + "path": "src/core/packages/notifications/browser-internal/src/toasts/toasts_api.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -579,15 +441,9 @@ "- a {@link ToastInput }" ], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - } + "ToastInput" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/toasts_api.tsx", + "path": "src/core/packages/notifications/browser-internal/src/toasts/toasts_api.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -602,16 +458,10 @@ "- a {@link ToastOptions }" ], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastOptions", - "text": "ToastOptions" - }, + "ToastOptions", " | undefined" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/toasts_api.tsx", + "path": "src/core/packages/notifications/browser-internal/src/toasts/toasts_api.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -632,31 +482,13 @@ ], "signature": [ "(toastOrTitle: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - }, + "ToastInput", ", options?: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastOptions", - "text": "ToastOptions" - }, + "ToastOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.Toast", - "text": "Toast" - } + "Toast" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/toasts_api.tsx", + "path": "src/core/packages/notifications/browser-internal/src/toasts/toasts_api.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -670,15 +502,9 @@ "- a {@link ToastInput }" ], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - } + "ToastInput" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/toasts_api.tsx", + "path": "src/core/packages/notifications/browser-internal/src/toasts/toasts_api.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -693,16 +519,10 @@ "- a {@link ToastOptions }" ], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ToastOptions", - "text": "ToastOptions" - }, + "ToastOptions", " | undefined" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/toasts_api.tsx", + "path": "src/core/packages/notifications/browser-internal/src/toasts/toasts_api.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -723,23 +543,11 @@ ], "signature": [ "(error: Error, options: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ErrorToastOptions", - "text": "ErrorToastOptions" - }, + "ErrorToastOptions", ") => ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.Toast", - "text": "Toast" - } + "Toast" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/toasts_api.tsx", + "path": "src/core/packages/notifications/browser-internal/src/toasts/toasts_api.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -755,7 +563,7 @@ "signature": [ "Error" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/toasts_api.tsx", + "path": "src/core/packages/notifications/browser-internal/src/toasts/toasts_api.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -770,15 +578,9 @@ "- {@link ErrorToastOptions }" ], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.ErrorToastOptions", - "text": "ErrorToastOptions" - } + "ErrorToastOptions" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/toasts/toasts_api.tsx", + "path": "src/core/packages/notifications/browser-internal/src/toasts/toasts_api.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -807,26 +609,14 @@ "{ start: ({ overlays, targetDomElement, ...startDeps }: ", "StartDeps", ") => ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.NotificationsStart", - "text": "NotificationsStart" - }, + "NotificationsStart", "; setup: ({ uiSettings, analytics }: ", "SetupDeps", ") => ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.NotificationsSetup", - "text": "NotificationsSetup" - }, + "NotificationsSetup", "; stop: () => void; }" ], - "path": "packages/core/notifications/core-notifications-browser-internal/src/notifications_service.ts", + "path": "src/core/packages/notifications/browser-internal/src/notifications_service.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_notifications_browser_internal.mdx b/api_docs/kbn_core_notifications_browser_internal.mdx index 855ae45fbe9fb..7c74923147055 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser-internal'] --- import kbnCoreNotificationsBrowserInternalObj from './kbn_core_notifications_browser_internal.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 32 | 0 | 11 | 2 | +| 32 | 0 | 11 | 0 | ## Client diff --git a/api_docs/kbn_core_notifications_browser_mocks.devdocs.json b/api_docs/kbn_core_notifications_browser_mocks.devdocs.json index 353b7c3e616bd..29b2a255e3f9f 100644 --- a/api_docs/kbn_core_notifications_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_notifications_browser_mocks.devdocs.json @@ -27,13 +27,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-notifications-browser-internal", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserInternalPluginApi", - "section": "def-public.NotificationsServiceContract", - "text": "NotificationsServiceContract" - }, + "NotificationsServiceContract", ">" ], "path": "packages/core/notifications/core-notifications-browser-mocks/src/notifications_service.mock.ts", @@ -59,13 +53,7 @@ "text": "MockedKeys" }, "<", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.NotificationsSetup", - "text": "NotificationsSetup" - }, + "NotificationsSetup", ">" ], "path": "packages/core/notifications/core-notifications-browser-mocks/src/notifications_service.mock.ts", @@ -91,13 +79,7 @@ "text": "DeeplyMockedKeys" }, "<", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.NotificationsStart", - "text": "NotificationsStart" - }, + "NotificationsStart", ">" ], "path": "packages/core/notifications/core-notifications-browser-mocks/src/notifications_service.mock.ts", diff --git a/api_docs/kbn_core_notifications_browser_mocks.mdx b/api_docs/kbn_core_notifications_browser_mocks.mdx index 702bdf817cfca..1767b80ba88f9 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser-mocks'] --- import kbnCoreNotificationsBrowserMocksObj from './kbn_core_notifications_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_overlays_browser.devdocs.json b/api_docs/kbn_core_overlays_browser.devdocs.json index b47a113ddc3a5..c1adea2f2beb8 100644 --- a/api_docs/kbn_core_overlays_browser.devdocs.json +++ b/api_docs/kbn_core_overlays_browser.devdocs.json @@ -11,7 +11,7 @@ "tags": [], "label": "OverlayBannersStart", "description": [], - "path": "packages/core/overlays/core-overlays-browser/src/banners.ts", + "path": "src/core/packages/overlays/browser/src/banners.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -26,16 +26,10 @@ ], "signature": [ "(mount: ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", ", priority?: number | undefined) => string" ], - "path": "packages/core/overlays/core-overlays-browser/src/banners.ts", + "path": "src/core/packages/overlays/browser/src/banners.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -49,16 +43,10 @@ "{@link MountPoint }" ], "signature": [ - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", "" ], - "path": "packages/core/overlays/core-overlays-browser/src/banners.ts", + "path": "src/core/packages/overlays/browser/src/banners.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -75,7 +63,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/overlays/core-overlays-browser/src/banners.ts", + "path": "src/core/packages/overlays/browser/src/banners.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -97,7 +85,7 @@ "signature": [ "(id: string) => boolean" ], - "path": "packages/core/overlays/core-overlays-browser/src/banners.ts", + "path": "src/core/packages/overlays/browser/src/banners.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -113,7 +101,7 @@ "signature": [ "string" ], - "path": "packages/core/overlays/core-overlays-browser/src/banners.ts", + "path": "src/core/packages/overlays/browser/src/banners.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -134,16 +122,10 @@ ], "signature": [ "(id: string | undefined, mount: ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", ", priority?: number | undefined) => string" ], - "path": "packages/core/overlays/core-overlays-browser/src/banners.ts", + "path": "src/core/packages/overlays/browser/src/banners.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -159,7 +141,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/overlays/core-overlays-browser/src/banners.ts", + "path": "src/core/packages/overlays/browser/src/banners.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -174,16 +156,10 @@ "{@link MountPoint }" ], "signature": [ - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", "" ], - "path": "packages/core/overlays/core-overlays-browser/src/banners.ts", + "path": "src/core/packages/overlays/browser/src/banners.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -200,7 +176,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/overlays/core-overlays-browser/src/banners.ts", + "path": "src/core/packages/overlays/browser/src/banners.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -220,7 +196,7 @@ "signature": [ "() => JSX.Element" ], - "path": "packages/core/overlays/core-overlays-browser/src/banners.ts", + "path": "src/core/packages/overlays/browser/src/banners.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -238,7 +214,7 @@ "description": [ "\nAPIs to open and manage fly-out dialogs.\n" ], - "path": "packages/core/overlays/core-overlays-browser/src/flyout.ts", + "path": "src/core/packages/overlays/browser/src/flyout.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -255,31 +231,13 @@ ], "signature": [ "(mount: ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", ", options?: ", - { - "pluginId": "@kbn/core-overlays-browser", - "scope": "public", - "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-public.OverlayFlyoutOpenOptions", - "text": "OverlayFlyoutOpenOptions" - }, + "OverlayFlyoutOpenOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.OverlayRef", - "text": "OverlayRef" - } + "OverlayRef" ], - "path": "packages/core/overlays/core-overlays-browser/src/flyout.ts", + "path": "src/core/packages/overlays/browser/src/flyout.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -293,16 +251,10 @@ "{@link MountPoint } - Mounts the children inside a flyout panel" ], "signature": [ - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", "" ], - "path": "packages/core/overlays/core-overlays-browser/src/flyout.ts", + "path": "src/core/packages/overlays/browser/src/flyout.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -317,16 +269,10 @@ "{@link OverlayFlyoutOpenOptions } - options for the flyout" ], "signature": [ - { - "pluginId": "@kbn/core-overlays-browser", - "scope": "public", - "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-public.OverlayFlyoutOpenOptions", - "text": "OverlayFlyoutOpenOptions" - }, + "OverlayFlyoutOpenOptions", " | undefined" ], - "path": "packages/core/overlays/core-overlays-browser/src/flyout.ts", + "path": "src/core/packages/overlays/browser/src/flyout.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -344,7 +290,7 @@ "tags": [], "label": "OverlayModalConfirmOptions", "description": [], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -358,7 +304,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false }, @@ -372,7 +318,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false }, @@ -386,7 +332,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false }, @@ -400,7 +346,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false }, @@ -414,7 +360,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false }, @@ -428,7 +374,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false }, @@ -442,7 +388,7 @@ "signature": [ "\"cancel\" | \"confirm\" | undefined" ], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false }, @@ -456,7 +402,7 @@ "signature": [ "\"text\" | \"warning\" | \"success\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | undefined" ], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false }, @@ -472,7 +418,7 @@ "signature": [ "string | number | boolean | undefined" ], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false } @@ -486,7 +432,7 @@ "tags": [], "label": "OverlayModalOpenOptions", "description": [], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -500,7 +446,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false }, @@ -514,7 +460,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false }, @@ -528,7 +474,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false }, @@ -542,7 +488,7 @@ "signature": [ "string | number | boolean | undefined" ], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false } @@ -558,7 +504,7 @@ "description": [ "\nAPIs to open and manage modal dialogs.\n" ], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -575,31 +521,13 @@ ], "signature": [ "(mount: ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", ", options?: ", - { - "pluginId": "@kbn/core-overlays-browser", - "scope": "public", - "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-public.OverlayModalOpenOptions", - "text": "OverlayModalOpenOptions" - }, + "OverlayModalOpenOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.OverlayRef", - "text": "OverlayRef" - } + "OverlayRef" ], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -613,16 +541,10 @@ "{@link MountPoint } - Mounts the children inside the modal" ], "signature": [ - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", "" ], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -637,16 +559,10 @@ "{@link OverlayModalOpenOptions } - options for the modal" ], "signature": [ - { - "pluginId": "@kbn/core-overlays-browser", - "scope": "public", - "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-public.OverlayModalOpenOptions", - "text": "OverlayModalOpenOptions" - }, + "OverlayModalOpenOptions", " | undefined" ], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -665,24 +581,12 @@ ], "signature": [ "(message: string | ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", ", options?: ", - { - "pluginId": "@kbn/core-overlays-browser", - "scope": "public", - "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-public.OverlayModalConfirmOptions", - "text": "OverlayModalConfirmOptions" - }, + "OverlayModalConfirmOptions", " | undefined) => Promise" ], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -697,16 +601,10 @@ ], "signature": [ "string | ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", "" ], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -721,16 +619,10 @@ "{@link OverlayModalConfirmOptions } - options for the confirm modal" ], "signature": [ - { - "pluginId": "@kbn/core-overlays-browser", - "scope": "public", - "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-public.OverlayModalConfirmOptions", - "text": "OverlayModalConfirmOptions" - }, + "OverlayModalConfirmOptions", " | undefined" ], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -748,7 +640,7 @@ "tags": [], "label": "OverlayStart", "description": [], - "path": "packages/core/overlays/core-overlays-browser/src/overlays.ts", + "path": "src/core/packages/overlays/browser/src/overlays.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -762,15 +654,9 @@ "{@link OverlayBannersStart}" ], "signature": [ - { - "pluginId": "@kbn/core-overlays-browser", - "scope": "public", - "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-public.OverlayBannersStart", - "text": "OverlayBannersStart" - } + "OverlayBannersStart" ], - "path": "packages/core/overlays/core-overlays-browser/src/overlays.ts", + "path": "src/core/packages/overlays/browser/src/overlays.ts", "deprecated": false, "trackAdoption": false }, @@ -785,31 +671,13 @@ ], "signature": [ "(mount: ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", ", options?: ", - { - "pluginId": "@kbn/core-overlays-browser", - "scope": "public", - "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-public.OverlayFlyoutOpenOptions", - "text": "OverlayFlyoutOpenOptions" - }, + "OverlayFlyoutOpenOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.OverlayRef", - "text": "OverlayRef" - } + "OverlayRef" ], - "path": "packages/core/overlays/core-overlays-browser/src/overlays.ts", + "path": "src/core/packages/overlays/browser/src/overlays.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -823,15 +691,9 @@ "description": [], "signature": [ "(element: HTMLElement) => ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.UnmountCallback", - "text": "UnmountCallback" - } + "UnmountCallback" ], - "path": "packages/core/overlays/core-overlays-browser/src/flyout.ts", + "path": "src/core/packages/overlays/browser/src/flyout.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -846,7 +708,7 @@ "signature": [ "T" ], - "path": "packages/core/mount-utils/core-mount-utils-browser/src/mount_point.ts", + "path": "src/core/packages/mount-utils/browser/src/mount_point.ts", "deprecated": false, "trackAdoption": false } @@ -860,16 +722,10 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-overlays-browser", - "scope": "public", - "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-public.OverlayFlyoutOpenOptions", - "text": "OverlayFlyoutOpenOptions" - }, + "OverlayFlyoutOpenOptions", " | undefined" ], - "path": "packages/core/overlays/core-overlays-browser/src/flyout.ts", + "path": "src/core/packages/overlays/browser/src/flyout.ts", "deprecated": false, "trackAdoption": false } @@ -886,31 +742,13 @@ ], "signature": [ "(mount: ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", ", options?: ", - { - "pluginId": "@kbn/core-overlays-browser", - "scope": "public", - "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-public.OverlayModalOpenOptions", - "text": "OverlayModalOpenOptions" - }, + "OverlayModalOpenOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.OverlayRef", - "text": "OverlayRef" - } + "OverlayRef" ], - "path": "packages/core/overlays/core-overlays-browser/src/overlays.ts", + "path": "src/core/packages/overlays/browser/src/overlays.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -924,15 +762,9 @@ "description": [], "signature": [ "(element: HTMLElement) => ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.UnmountCallback", - "text": "UnmountCallback" - } + "UnmountCallback" ], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -947,7 +779,7 @@ "signature": [ "T" ], - "path": "packages/core/mount-utils/core-mount-utils-browser/src/mount_point.ts", + "path": "src/core/packages/mount-utils/browser/src/mount_point.ts", "deprecated": false, "trackAdoption": false } @@ -961,16 +793,10 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-overlays-browser", - "scope": "public", - "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-public.OverlayModalOpenOptions", - "text": "OverlayModalOpenOptions" - }, + "OverlayModalOpenOptions", " | undefined" ], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false } @@ -987,24 +813,12 @@ ], "signature": [ "(message: string | ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", ", options?: ", - { - "pluginId": "@kbn/core-overlays-browser", - "scope": "public", - "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-public.OverlayModalConfirmOptions", - "text": "OverlayModalConfirmOptions" - }, + "OverlayModalConfirmOptions", " | undefined) => Promise" ], - "path": "packages/core/overlays/core-overlays-browser/src/overlays.ts", + "path": "src/core/packages/overlays/browser/src/overlays.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1018,16 +832,10 @@ "description": [], "signature": [ "string | ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", "" ], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false }, @@ -1039,16 +847,10 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-overlays-browser", - "scope": "public", - "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-public.OverlayModalConfirmOptions", - "text": "OverlayModalConfirmOptions" - }, + "OverlayModalConfirmOptions", " | undefined" ], - "path": "packages/core/overlays/core-overlays-browser/src/modal.ts", + "path": "src/core/packages/overlays/browser/src/modal.ts", "deprecated": false, "trackAdoption": false } @@ -1073,16 +875,10 @@ "<\"div\"> | ", "EuiFlyoutResizableProps", ", \"onResize\" | \"onClose\"> & { onClose?: ((flyout: ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.OverlayRef", - "text": "OverlayRef" - }, + "OverlayRef", ") => void) | undefined; isResizable?: boolean | undefined; }" ], - "path": "packages/core/overlays/core-overlays-browser/src/flyout.ts", + "path": "src/core/packages/overlays/browser/src/flyout.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_overlays_browser.mdx b/api_docs/kbn_core_overlays_browser.mdx index 4a8df3d1ecfd2..2e6842b260435 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser'] --- import kbnCoreOverlaysBrowserObj from './kbn_core_overlays_browser.devdocs.json'; diff --git a/api_docs/kbn_core_overlays_browser_internal.devdocs.json b/api_docs/kbn_core_overlays_browser_internal.devdocs.json index db330cedb94bd..cd26cac7f942b 100644 --- a/api_docs/kbn_core_overlays_browser_internal.devdocs.json +++ b/api_docs/kbn_core_overlays_browser_internal.devdocs.json @@ -12,23 +12,11 @@ "label": "InternalOverlayBannersStart", "description": [], "signature": [ - { - "pluginId": "@kbn/core-overlays-browser-internal", - "scope": "public", - "docId": "kibKbnCoreOverlaysBrowserInternalPluginApi", - "section": "def-public.InternalOverlayBannersStart", - "text": "InternalOverlayBannersStart" - }, + "InternalOverlayBannersStart", " extends ", - { - "pluginId": "@kbn/core-overlays-browser", - "scope": "public", - "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-public.OverlayBannersStart", - "text": "OverlayBannersStart" - } + "OverlayBannersStart" ], - "path": "packages/core/overlays/core-overlays-browser-internal/src/banners/banners_service.tsx", + "path": "src/core/packages/overlays/browser-internal/src/banners/banners_service.tsx", "deprecated": false, "trackAdoption": false, "children": [], diff --git a/api_docs/kbn_core_overlays_browser_internal.mdx b/api_docs/kbn_core_overlays_browser_internal.mdx index 14c91e4878831..340ce0794afb6 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser-internal'] --- import kbnCoreOverlaysBrowserInternalObj from './kbn_core_overlays_browser_internal.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 1 | 0 | 1 | 1 | +| 1 | 0 | 1 | 0 | ## Client diff --git a/api_docs/kbn_core_overlays_browser_mocks.devdocs.json b/api_docs/kbn_core_overlays_browser_mocks.devdocs.json index 7eef79887d595..9fbe57e324004 100644 --- a/api_docs/kbn_core_overlays_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_overlays_browser_mocks.devdocs.json @@ -61,13 +61,7 @@ "text": "DeeplyMockedKeys" }, "<", - { - "pluginId": "@kbn/core-overlays-browser", - "scope": "public", - "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-public.OverlayStart", - "text": "OverlayStart" - }, + "OverlayStart", ">" ], "path": "packages/core/overlays/core-overlays-browser-mocks/src/overlay_service.mock.ts", diff --git a/api_docs/kbn_core_overlays_browser_mocks.mdx b/api_docs/kbn_core_overlays_browser_mocks.mdx index f597d27e13d12..852575275fd02 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser-mocks'] --- import kbnCoreOverlaysBrowserMocksObj from './kbn_core_overlays_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_browser.devdocs.json b/api_docs/kbn_core_plugins_browser.devdocs.json index c6a2d1dc4b9e6..398e572d85027 100644 --- a/api_docs/kbn_core_plugins_browser.devdocs.json +++ b/api_docs/kbn_core_plugins_browser.devdocs.json @@ -14,16 +14,10 @@ "\nThe interface that should be returned by a `PluginInitializer`.\n" ], "signature": [ - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.Plugin", - "text": "Plugin" - }, + "Plugin", "" ], - "path": "packages/core/plugins/core-plugins-browser/src/plugin.ts", + "path": "src/core/packages/plugins/browser/src/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -36,16 +30,10 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", ", plugins: TPluginsSetup) => TSetup" ], - "path": "packages/core/plugins/core-plugins-browser/src/plugin.ts", + "path": "src/core/packages/plugins/browser/src/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -57,16 +45,10 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "" ], - "path": "packages/core/plugins/core-plugins-browser/src/plugin.ts", + "path": "src/core/packages/plugins/browser/src/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -81,7 +63,7 @@ "signature": [ "TPluginsSetup" ], - "path": "packages/core/plugins/core-plugins-browser/src/plugin.ts", + "path": "src/core/packages/plugins/browser/src/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -98,16 +80,10 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", plugins: TPluginsStart) => TStart" ], - "path": "packages/core/plugins/core-plugins-browser/src/plugin.ts", + "path": "src/core/packages/plugins/browser/src/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -119,15 +95,9 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], - "path": "packages/core/plugins/core-plugins-browser/src/plugin.ts", + "path": "src/core/packages/plugins/browser/src/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -142,7 +112,7 @@ "signature": [ "TPluginsStart" ], - "path": "packages/core/plugins/core-plugins-browser/src/plugin.ts", + "path": "src/core/packages/plugins/browser/src/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -168,7 +138,7 @@ }, ") | undefined" ], - "path": "packages/core/plugins/core-plugins-browser/src/plugin.ts", + "path": "src/core/packages/plugins/browser/src/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -187,16 +157,10 @@ "\nThe available core services passed to a `PluginInitializer`\n" ], "signature": [ - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", "" ], - "path": "packages/core/plugins/core-plugins-browser/src/plugin_initializer.ts", + "path": "src/core/packages/plugins/browser/src/plugin_initializer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -212,7 +176,7 @@ "signature": [ "symbol" ], - "path": "packages/core/plugins/core-plugins-browser/src/plugin_initializer.ts", + "path": "src/core/packages/plugins/browser/src/plugin_initializer.ts", "deprecated": false, "trackAdoption": false }, @@ -242,7 +206,7 @@ }, ">; }" ], - "path": "packages/core/plugins/core-plugins-browser/src/plugin_initializer.ts", + "path": "src/core/packages/plugins/browser/src/plugin_initializer.ts", "deprecated": false, "trackAdoption": false }, @@ -262,7 +226,7 @@ "text": "LoggerFactory" } ], - "path": "packages/core/plugins/core-plugins-browser/src/plugin_initializer.ts", + "path": "src/core/packages/plugins/browser/src/plugin_initializer.ts", "deprecated": false, "trackAdoption": false }, @@ -276,7 +240,7 @@ "signature": [ "{ get: () => T; }" ], - "path": "packages/core/plugins/core-plugins-browser/src/plugin_initializer.ts", + "path": "src/core/packages/plugins/browser/src/plugin_initializer.ts", "deprecated": false, "trackAdoption": false } @@ -297,24 +261,12 @@ ], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", ") => ", - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.Plugin", - "text": "Plugin" - }, + "Plugin", "" ], - "path": "packages/core/plugins/core-plugins-browser/src/plugin_initializer.ts", + "path": "src/core/packages/plugins/browser/src/plugin_initializer.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -327,16 +279,10 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", "" ], - "path": "packages/core/plugins/core-plugins-browser/src/plugin_initializer.ts", + "path": "src/core/packages/plugins/browser/src/plugin_initializer.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_plugins_browser.mdx b/api_docs/kbn_core_plugins_browser.mdx index bf48598d6e6e8..229f567ee5904 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-browser'] --- import kbnCorePluginsBrowserObj from './kbn_core_plugins_browser.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_browser_mocks.devdocs.json b/api_docs/kbn_core_plugins_browser_mocks.devdocs.json index d426362803488..96eb1f0e727f1 100644 --- a/api_docs/kbn_core_plugins_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_plugins_browser_mocks.devdocs.json @@ -85,13 +85,7 @@ "text": "BuildFlavor" }, " | undefined; }) => ", - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", "" ], "path": "packages/core/plugins/core-plugins-browser-mocks/src/plugins_service.mock.ts", diff --git a/api_docs/kbn_core_plugins_browser_mocks.mdx b/api_docs/kbn_core_plugins_browser_mocks.mdx index 8bf9ea21dfbc0..970464e51e89f 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-browser-mocks'] --- import kbnCorePluginsBrowserMocksObj from './kbn_core_plugins_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_contracts_browser.devdocs.json b/api_docs/kbn_core_plugins_contracts_browser.devdocs.json index de619572cf6e5..108e889764d80 100644 --- a/api_docs/kbn_core_plugins_contracts_browser.devdocs.json +++ b/api_docs/kbn_core_plugins_contracts_browser.devdocs.json @@ -16,16 +16,10 @@ "\nContract resolver response for found plugins.\n" ], "signature": [ - { - "pluginId": "@kbn/core-plugins-contracts-browser", - "scope": "public", - "docId": "kibKbnCorePluginsContractsBrowserPluginApi", - "section": "def-public.FoundPluginContractResolverResponseItem", - "text": "FoundPluginContractResolverResponseItem" - }, + "FoundPluginContractResolverResponseItem", "" ], - "path": "packages/core/plugins/core-plugins-contracts-browser/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -39,7 +33,7 @@ "signature": [ "true" ], - "path": "packages/core/plugins/core-plugins-contracts-browser/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-browser/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -53,7 +47,7 @@ "signature": [ "ContractType" ], - "path": "packages/core/plugins/core-plugins-contracts-browser/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-browser/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -71,7 +65,7 @@ "description": [ "\nContract resolver response for not found plugins.\n" ], - "path": "packages/core/plugins/core-plugins-contracts-browser/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -85,7 +79,7 @@ "signature": [ "false" ], - "path": "packages/core/plugins/core-plugins-contracts-browser/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-browser/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -101,7 +95,7 @@ "description": [ "\nSetup contract of Core's `plugins` service.\n" ], - "path": "packages/core/plugins/core-plugins-contracts-browser/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -118,24 +112,12 @@ ], "signature": [ "(...pluginNames: (keyof T)[]) => Promise<", - { - "pluginId": "@kbn/core-plugins-contracts-browser", - "scope": "public", - "docId": "kibKbnCorePluginsContractsBrowserPluginApi", - "section": "def-public.PluginContractResolverResponse", - "text": "PluginContractResolverResponse" - }, + "PluginContractResolverResponse", ">" ], - "path": "packages/core/plugins/core-plugins-contracts-browser/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -150,7 +132,7 @@ "signature": [ "(keyof T)[]" ], - "path": "packages/core/plugins/core-plugins-contracts-browser/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-browser/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -169,24 +151,12 @@ ], "signature": [ "(...pluginNames: (keyof T)[]) => Promise<", - { - "pluginId": "@kbn/core-plugins-contracts-browser", - "scope": "public", - "docId": "kibKbnCorePluginsContractsBrowserPluginApi", - "section": "def-public.PluginContractResolverResponse", - "text": "PluginContractResolverResponse" - }, + "PluginContractResolverResponse", ">" ], - "path": "packages/core/plugins/core-plugins-contracts-browser/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -201,7 +171,7 @@ "signature": [ "(keyof T)[]" ], - "path": "packages/core/plugins/core-plugins-contracts-browser/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-browser/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -219,7 +189,7 @@ "description": [ "\nStart contract of Core's `plugins` service.\n" ], - "path": "packages/core/plugins/core-plugins-contracts-browser/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -236,24 +206,12 @@ ], "signature": [ "(...pluginNames: (keyof T)[]) => Promise<", - { - "pluginId": "@kbn/core-plugins-contracts-browser", - "scope": "public", - "docId": "kibKbnCorePluginsContractsBrowserPluginApi", - "section": "def-public.PluginContractResolverResponse", - "text": "PluginContractResolverResponse" - }, + "PluginContractResolverResponse", ">" ], - "path": "packages/core/plugins/core-plugins-contracts-browser/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -268,7 +226,7 @@ "signature": [ "(keyof T)[]" ], - "path": "packages/core/plugins/core-plugins-contracts-browser/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-browser/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -294,7 +252,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "packages/core/plugins/core-plugins-contracts-browser/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -310,24 +268,12 @@ ], "signature": [ "(...pluginNames: (keyof T)[]) => Promise<", - { - "pluginId": "@kbn/core-plugins-contracts-browser", - "scope": "public", - "docId": "kibKbnCorePluginsContractsBrowserPluginApi", - "section": "def-public.PluginContractResolverResponse", - "text": "PluginContractResolverResponse" - }, + "PluginContractResolverResponse", ">" ], - "path": "packages/core/plugins/core-plugins-contracts-browser/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -342,7 +288,7 @@ "signature": [ "(keyof T)[]" ], - "path": "packages/core/plugins/core-plugins-contracts-browser/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-browser/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -362,16 +308,10 @@ ], "signature": [ "{ [Key in keyof ContractMap]: ", - { - "pluginId": "@kbn/core-plugins-contracts-browser", - "scope": "public", - "docId": "kibKbnCorePluginsContractsBrowserPluginApi", - "section": "def-public.PluginContractResolverResponseItem", - "text": "PluginContractResolverResponseItem" - }, + "PluginContractResolverResponseItem", "; }" ], - "path": "packages/core/plugins/core-plugins-contracts-browser/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -388,24 +328,12 @@ "\nContract resolver response.\n" ], "signature": [ - { - "pluginId": "@kbn/core-plugins-contracts-browser", - "scope": "public", - "docId": "kibKbnCorePluginsContractsBrowserPluginApi", - "section": "def-public.NotFoundPluginContractResolverResponseItem", - "text": "NotFoundPluginContractResolverResponseItem" - }, + "NotFoundPluginContractResolverResponseItem", " | ", - { - "pluginId": "@kbn/core-plugins-contracts-browser", - "scope": "public", - "docId": "kibKbnCorePluginsContractsBrowserPluginApi", - "section": "def-public.FoundPluginContractResolverResponseItem", - "text": "FoundPluginContractResolverResponseItem" - }, + "FoundPluginContractResolverResponseItem", "" ], - "path": "packages/core/plugins/core-plugins-contracts-browser/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_plugins_contracts_browser.mdx b/api_docs/kbn_core_plugins_contracts_browser.mdx index 2b99a26ef703f..ea9b7ff1b147d 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-contracts-browser'] --- import kbnCorePluginsContractsBrowserObj from './kbn_core_plugins_contracts_browser.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_contracts_server.devdocs.json b/api_docs/kbn_core_plugins_contracts_server.devdocs.json index 8a495f8d2153b..2dda5576f0de3 100644 --- a/api_docs/kbn_core_plugins_contracts_server.devdocs.json +++ b/api_docs/kbn_core_plugins_contracts_server.devdocs.json @@ -24,16 +24,10 @@ "\nContract resolver response for found plugins.\n" ], "signature": [ - { - "pluginId": "@kbn/core-plugins-contracts-server", - "scope": "server", - "docId": "kibKbnCorePluginsContractsServerPluginApi", - "section": "def-server.FoundPluginContractResolverResponseItem", - "text": "FoundPluginContractResolverResponseItem" - }, + "FoundPluginContractResolverResponseItem", "" ], - "path": "packages/core/plugins/core-plugins-contracts-server/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -47,7 +41,7 @@ "signature": [ "true" ], - "path": "packages/core/plugins/core-plugins-contracts-server/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-server/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -61,7 +55,7 @@ "signature": [ "ContractType" ], - "path": "packages/core/plugins/core-plugins-contracts-server/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-server/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -79,7 +73,7 @@ "description": [ "\nContract resolver response for not found plugins.\n" ], - "path": "packages/core/plugins/core-plugins-contracts-server/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -93,7 +87,7 @@ "signature": [ "false" ], - "path": "packages/core/plugins/core-plugins-contracts-server/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-server/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -109,7 +103,7 @@ "description": [ "\nSetup contract of Core's `plugins` service.\n" ], - "path": "packages/core/plugins/core-plugins-contracts-server/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -126,24 +120,12 @@ ], "signature": [ "(...pluginNames: (keyof T)[]) => Promise<", - { - "pluginId": "@kbn/core-plugins-contracts-server", - "scope": "server", - "docId": "kibKbnCorePluginsContractsServerPluginApi", - "section": "def-server.PluginContractResolverResponse", - "text": "PluginContractResolverResponse" - }, + "PluginContractResolverResponse", ">" ], - "path": "packages/core/plugins/core-plugins-contracts-server/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -158,7 +140,7 @@ "signature": [ "(keyof T)[]" ], - "path": "packages/core/plugins/core-plugins-contracts-server/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-server/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -177,24 +159,12 @@ ], "signature": [ "(...pluginNames: (keyof T)[]) => Promise<", - { - "pluginId": "@kbn/core-plugins-contracts-server", - "scope": "server", - "docId": "kibKbnCorePluginsContractsServerPluginApi", - "section": "def-server.PluginContractResolverResponse", - "text": "PluginContractResolverResponse" - }, + "PluginContractResolverResponse", ">" ], - "path": "packages/core/plugins/core-plugins-contracts-server/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -209,7 +179,7 @@ "signature": [ "(keyof T)[]" ], - "path": "packages/core/plugins/core-plugins-contracts-server/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-server/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -227,7 +197,7 @@ "description": [ "\nStart contract of Core's `plugins` service.\n" ], - "path": "packages/core/plugins/core-plugins-contracts-server/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -244,24 +214,12 @@ ], "signature": [ "(...pluginNames: (keyof T)[]) => Promise<", - { - "pluginId": "@kbn/core-plugins-contracts-server", - "scope": "server", - "docId": "kibKbnCorePluginsContractsServerPluginApi", - "section": "def-server.PluginContractResolverResponse", - "text": "PluginContractResolverResponse" - }, + "PluginContractResolverResponse", ">" ], - "path": "packages/core/plugins/core-plugins-contracts-server/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -276,7 +234,7 @@ "signature": [ "(keyof T)[]" ], - "path": "packages/core/plugins/core-plugins-contracts-server/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-server/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -302,7 +260,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "packages/core/plugins/core-plugins-contracts-server/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -318,24 +276,12 @@ ], "signature": [ "(...pluginNames: (keyof T)[]) => Promise<", - { - "pluginId": "@kbn/core-plugins-contracts-server", - "scope": "server", - "docId": "kibKbnCorePluginsContractsServerPluginApi", - "section": "def-server.PluginContractResolverResponse", - "text": "PluginContractResolverResponse" - }, + "PluginContractResolverResponse", ">" ], - "path": "packages/core/plugins/core-plugins-contracts-server/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -350,7 +296,7 @@ "signature": [ "(keyof T)[]" ], - "path": "packages/core/plugins/core-plugins-contracts-server/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-server/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -370,16 +316,10 @@ ], "signature": [ "{ [Key in keyof ContractMap]: ", - { - "pluginId": "@kbn/core-plugins-contracts-server", - "scope": "server", - "docId": "kibKbnCorePluginsContractsServerPluginApi", - "section": "def-server.PluginContractResolverResponseItem", - "text": "PluginContractResolverResponseItem" - }, + "PluginContractResolverResponseItem", "; }" ], - "path": "packages/core/plugins/core-plugins-contracts-server/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -396,24 +336,12 @@ "\nContract resolver response.\n" ], "signature": [ - { - "pluginId": "@kbn/core-plugins-contracts-server", - "scope": "server", - "docId": "kibKbnCorePluginsContractsServerPluginApi", - "section": "def-server.NotFoundPluginContractResolverResponseItem", - "text": "NotFoundPluginContractResolverResponseItem" - }, + "NotFoundPluginContractResolverResponseItem", " | ", - { - "pluginId": "@kbn/core-plugins-contracts-server", - "scope": "server", - "docId": "kibKbnCorePluginsContractsServerPluginApi", - "section": "def-server.FoundPluginContractResolverResponseItem", - "text": "FoundPluginContractResolverResponseItem" - }, + "FoundPluginContractResolverResponseItem", "" ], - "path": "packages/core/plugins/core-plugins-contracts-server/src/contracts.ts", + "path": "src/core/packages/plugins/contracts-server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_plugins_contracts_server.mdx b/api_docs/kbn_core_plugins_contracts_server.mdx index ef9a81cdc0678..c2a27661e8f9a 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-contracts-server'] --- import kbnCorePluginsContractsServerObj from './kbn_core_plugins_contracts_server.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_server.devdocs.json b/api_docs/kbn_core_plugins_server.devdocs.json index d87fccaa595d6..842264dbd6dfb 100644 --- a/api_docs/kbn_core_plugins_server.devdocs.json +++ b/api_docs/kbn_core_plugins_server.devdocs.json @@ -22,16 +22,10 @@ "\nThe interface that should be returned by a `PluginInitializer` for a `standard` plugin.\n" ], "signature": [ - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.Plugin", - "text": "Plugin" - }, + "Plugin", "" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -44,16 +38,10 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", ", plugins: TPluginsSetup) => TSetup" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -65,16 +53,10 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -89,7 +71,7 @@ "signature": [ "TPluginsSetup" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -106,16 +88,10 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", plugins: TPluginsStart) => TStart" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -127,15 +103,9 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -150,7 +120,7 @@ "signature": [ "TPluginsStart" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -176,7 +146,7 @@ }, ") | undefined" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -195,16 +165,10 @@ "\nDescribes a plugin configuration properties.\n" ], "signature": [ - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.PluginConfigDescriptor", - "text": "PluginConfigDescriptor" - }, + "PluginConfigDescriptor", "" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -227,7 +191,7 @@ }, " | undefined" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -241,16 +205,10 @@ "\nList of configuration properties that will be available on the client-side plugin." ], "signature": [ - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.ExposedToBrowserDescriptor", - "text": "ExposedToBrowserDescriptor" - }, + "ExposedToBrowserDescriptor", " | undefined" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -264,16 +222,10 @@ "\nList of configuration properties that can be dynamically changed via the PUT /internal/core/_settings API." ], "signature": [ - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.DynamicConfigDescriptor", - "text": "DynamicConfigDescriptor" - }, + "DynamicConfigDescriptor", " | undefined" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -296,7 +248,7 @@ }, "" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -310,16 +262,10 @@ "\nExpose non-default configs to usage collection to be sent via telemetry.\nset a config to `true` to report the actual changed config value.\nset a config to `false` to report the changed config value as [redacted].\n\nAll changed configs except booleans and numbers will be reported\nas [redacted] unless otherwise specified.\n\n{@link MakeUsageFromSchema}" ], "signature": [ - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.MakeUsageFromSchema", - "text": "MakeUsageFromSchema" - }, + "MakeUsageFromSchema", " | undefined" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -336,16 +282,10 @@ "\nContext that's available to plugins during initialization stage.\n" ], "signature": [ - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", "" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -359,7 +299,7 @@ "signature": [ "symbol" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -389,7 +329,7 @@ }, ">; instanceUuid: string; configs: readonly string[]; }" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -403,15 +343,9 @@ "\nAccess the configuration for this particular Kibana node.\nCan be used to determine which `roles` the current process was started with.\n" ], "signature": [ - { - "pluginId": "@kbn/core-node-server", - "scope": "server", - "docId": "kibKbnCoreNodeServerPluginApi", - "section": "def-server.NodeInfo", - "text": "NodeInfo" - } + "NodeInfo" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -433,7 +367,7 @@ "text": "LoggerFactory" } ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -505,7 +439,7 @@ "Observable", "; get: () => T; }" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -521,7 +455,7 @@ "description": [ "\nDescribes the set of required and optional properties plugin can define in its\nmandatory JSON manifest file.\n" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -534,7 +468,7 @@ "description": [ "\nIdentifier of the plugin. Must be a string in camelCase. Part of a plugin public contract.\nOther plugins leverage it to access plugin API, navigate to the plugin, etc." ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -547,7 +481,7 @@ "description": [ "\nVersion of the plugin." ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -560,7 +494,7 @@ "description": [ "\nThe version of Kibana the plugin is compatible with, defaults to \"version\"." ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -576,7 +510,7 @@ "signature": [ "PluginType" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -592,7 +526,7 @@ "signature": [ "string | string[]" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -608,7 +542,7 @@ "signature": [ "readonly string[]" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -624,7 +558,7 @@ "signature": [ "readonly string[]" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -640,7 +574,7 @@ "signature": [ "readonly string[]" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -656,7 +590,7 @@ "signature": [ "readonly string[]" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -669,7 +603,7 @@ "description": [ "\nSpecifies whether plugin includes some client/browser specific functionality\nthat should be included into client bundle via `public/ui_plugin.js` file." ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -682,7 +616,7 @@ "description": [ "\nSpecifies whether plugin includes some server-side specific functionality." ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -700,33 +634,33 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/plugins/server-internal/src/discovery/plugin_manifest_parser.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/plugins/server-internal/src/discovery/plugin_manifest_parser.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/plugins/server-internal/src/discovery/plugin_manifest_parser.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/plugins/server-internal/src/discovery/plugin_manifest_parser.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/plugins/server-internal/src/discovery/plugin_manifest_parser.ts" }, { - "plugin": "@kbn/core-plugins-server-internal", - "path": "packages/core/plugins/core-plugins-server-internal/src/discovery/plugin_manifest_parser.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/plugins/server-internal/src/discovery/plugin_manifest_parser.ts" } ] }, @@ -742,7 +676,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -756,7 +690,7 @@ "signature": [ "{ readonly name: string; readonly githubTeam?: string | undefined; }" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -772,7 +706,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -788,7 +722,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -805,16 +739,10 @@ "\nThe interface that should be returned by a `PluginInitializer` for a `preboot` plugin.\n" ], "signature": [ - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.PrebootPlugin", - "text": "PrebootPlugin" - }, + "PrebootPlugin", "" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -827,16 +755,10 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CorePreboot", - "text": "CorePreboot" - }, + "CorePreboot", ", plugins: TPluginsSetup) => TSetup" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -848,15 +770,9 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CorePreboot", - "text": "CorePreboot" - } + "CorePreboot" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -871,7 +787,7 @@ "signature": [ "TPluginsSetup" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -889,7 +805,7 @@ "signature": [ "(() => void) | undefined" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -912,16 +828,10 @@ ], "signature": [ "{ [Key in keyof T]?: (T[Key] extends Maybe ? boolean : T[Key] extends Maybe ? boolean | ", - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.DynamicConfigDescriptor", - "text": "DynamicConfigDescriptor" - }, + "DynamicConfigDescriptor", " : boolean) | undefined; }" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -937,16 +847,10 @@ ], "signature": [ "{ [Key in keyof T]?: (T[Key] extends Maybe ? boolean : T[Key] extends Maybe ? boolean | ", - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.ExposedToBrowserDescriptor", - "text": "ExposedToBrowserDescriptor" - }, + "ExposedToBrowserDescriptor", " : boolean) | undefined; }" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -962,16 +866,10 @@ ], "signature": [ "{ [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": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.MakeUsageFromSchema", - "text": "MakeUsageFromSchema" - }, + "MakeUsageFromSchema", " : boolean) | undefined; }" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -995,7 +893,7 @@ }, "" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1011,32 +909,14 @@ ], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", ") => Promise<", - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.Plugin", - "text": "Plugin" - }, + "Plugin", " | ", - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.PrebootPlugin", - "text": "PrebootPlugin" - }, + "PrebootPlugin", ">" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1049,16 +929,10 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", "" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -1101,7 +975,7 @@ "ByteSizeValueUnit", " | undefined) => string; }>; }>; }" ], - "path": "packages/core/plugins/core-plugins-server/src/types.ts", + "path": "src/core/packages/plugins/server/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1115,7 +989,7 @@ "tags": [], "label": "SharedGlobalConfigKeys", "description": [], - "path": "packages/core/plugins/core-plugins-server/src/shared_global_config.ts", + "path": "src/core/packages/plugins/server/src/shared_global_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1131,7 +1005,7 @@ "signature": [ "readonly [\"shardTimeout\", \"requestTimeout\", \"pingTimeout\"]" ], - "path": "packages/core/plugins/core-plugins-server/src/shared_global_config.ts", + "path": "src/core/packages/plugins/server/src/shared_global_config.ts", "deprecated": false, "trackAdoption": false }, @@ -1145,7 +1019,7 @@ "signature": [ "readonly [\"data\"]" ], - "path": "packages/core/plugins/core-plugins-server/src/shared_global_config.ts", + "path": "src/core/packages/plugins/server/src/shared_global_config.ts", "deprecated": false, "trackAdoption": false }, @@ -1159,7 +1033,7 @@ "signature": [ "readonly [\"maxImportPayloadBytes\"]" ], - "path": "packages/core/plugins/core-plugins-server/src/shared_global_config.ts", + "path": "src/core/packages/plugins/server/src/shared_global_config.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_plugins_server.mdx b/api_docs/kbn_core_plugins_server.mdx index 33bdb1f2c0793..5993b49d5babb 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-server'] --- import kbnCorePluginsServerObj from './kbn_core_plugins_server.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_server_mocks.devdocs.json b/api_docs/kbn_core_plugins_server_mocks.devdocs.json index 4d7fd6ea7801c..c2dc53ce568df 100644 --- a/api_docs/kbn_core_plugins_server_mocks.devdocs.json +++ b/api_docs/kbn_core_plugins_server_mocks.devdocs.json @@ -51,13 +51,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-plugins-contracts-server", - "scope": "server", - "docId": "kibKbnCorePluginsContractsServerPluginApi", - "section": "def-server.PluginsServiceSetup", - "text": "PluginsServiceSetup" - }, + "PluginsServiceSetup", ">" ], "path": "packages/core/plugins/core-plugins-server-mocks/src/plugins_service.mock.ts", @@ -75,13 +69,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-plugins-contracts-server", - "scope": "server", - "docId": "kibKbnCorePluginsContractsServerPluginApi", - "section": "def-server.PluginsServiceStart", - "text": "PluginsServiceStart" - }, + "PluginsServiceStart", ">" ], "path": "packages/core/plugins/core-plugins-server-mocks/src/plugins_service.mock.ts", diff --git a/api_docs/kbn_core_plugins_server_mocks.mdx b/api_docs/kbn_core_plugins_server_mocks.mdx index 99e0e7d4537c2..05e63e394920a 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-server-mocks'] --- import kbnCorePluginsServerMocksObj from './kbn_core_plugins_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_preboot_server.devdocs.json b/api_docs/kbn_core_preboot_server.devdocs.json index 925e2b61e1ed7..a7afad22e70c6 100644 --- a/api_docs/kbn_core_preboot_server.devdocs.json +++ b/api_docs/kbn_core_preboot_server.devdocs.json @@ -21,7 +21,7 @@ "description": [ "\nKibana Preboot Service allows to control the boot flow of Kibana. Preboot plugins can use it to hold the boot until certain condition is met.\n" ], - "path": "packages/core/preboot/core-preboot-server/src/contracts.ts", + "path": "src/core/packages/preboot/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -37,7 +37,7 @@ "signature": [ "() => boolean" ], - "path": "packages/core/preboot/core-preboot-server/src/contracts.ts", + "path": "src/core/packages/preboot/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -55,7 +55,7 @@ "signature": [ "(reason: string, promise: Promise<{ shouldReloadConfig: boolean; } | undefined>) => void" ], - "path": "packages/core/preboot/core-preboot-server/src/contracts.ts", + "path": "src/core/packages/preboot/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -71,7 +71,7 @@ "signature": [ "string" ], - "path": "packages/core/preboot/core-preboot-server/src/contracts.ts", + "path": "src/core/packages/preboot/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -88,7 +88,7 @@ "signature": [ "Promise<{ shouldReloadConfig: boolean; } | undefined>" ], - "path": "packages/core/preboot/core-preboot-server/src/contracts.ts", + "path": "src/core/packages/preboot/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_core_preboot_server.mdx b/api_docs/kbn_core_preboot_server.mdx index 15426bd9b6757..42c11a948117c 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-preboot-server'] --- import kbnCorePrebootServerObj from './kbn_core_preboot_server.devdocs.json'; diff --git a/api_docs/kbn_core_preboot_server_mocks.devdocs.json b/api_docs/kbn_core_preboot_server_mocks.devdocs.json index 8186629167ae1..00be97195ebe6 100644 --- a/api_docs/kbn_core_preboot_server_mocks.devdocs.json +++ b/api_docs/kbn_core_preboot_server_mocks.devdocs.json @@ -39,13 +39,7 @@ "description": [], "signature": [ "{ readonly isSetupOnHold: jest.MockInstance; readonly holdSetupUntilResolved: jest.MockInstance], unknown>; } & ", - { - "pluginId": "@kbn/core-preboot-server", - "scope": "server", - "docId": "kibKbnCorePrebootServerPluginApi", - "section": "def-server.PrebootServicePreboot", - "text": "PrebootServicePreboot" - } + "PrebootServicePreboot" ], "path": "packages/core/preboot/core-preboot-server-mocks/src/preboot_service.mock.ts", "deprecated": false, diff --git a/api_docs/kbn_core_preboot_server_mocks.mdx b/api_docs/kbn_core_preboot_server_mocks.mdx index c3abb4e92be66..337288e33d934 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-preboot-server-mocks'] --- import kbnCorePrebootServerMocksObj from './kbn_core_preboot_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_rendering_browser.devdocs.json b/api_docs/kbn_core_rendering_browser.devdocs.json index 0d34673c4efb9..35d641ec9e773 100644 --- a/api_docs/kbn_core_rendering_browser.devdocs.json +++ b/api_docs/kbn_core_rendering_browser.devdocs.json @@ -13,7 +13,7 @@ "signature": [ "() => HTMLElement | undefined" ], - "path": "packages/core/rendering/core-rendering-browser/src/use_app_fixed_viewport.ts", + "path": "src/core/packages/rendering/browser/src/use_app_fixed_viewport.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -34,7 +34,7 @@ "signature": [ "\"app-fixed-viewport\"" ], - "path": "packages/core/rendering/core-rendering-browser/src/use_app_fixed_viewport.ts", + "path": "src/core/packages/rendering/browser/src/use_app_fixed_viewport.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_rendering_browser.mdx b/api_docs/kbn_core_rendering_browser.mdx index 35e5197f6057c..2af2d5a98135a 100644 --- a/api_docs/kbn_core_rendering_browser.mdx +++ b/api_docs/kbn_core_rendering_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-rendering-browser title: "@kbn/core-rendering-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-rendering-browser plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-browser'] --- import kbnCoreRenderingBrowserObj from './kbn_core_rendering_browser.devdocs.json'; diff --git a/api_docs/kbn_core_rendering_browser_mocks.mdx b/api_docs/kbn_core_rendering_browser_mocks.mdx index 013b3f877ac22..b8b6efaa9a12c 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-browser-mocks'] --- import kbnCoreRenderingBrowserMocksObj from './kbn_core_rendering_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_rendering_server_internal.devdocs.json b/api_docs/kbn_core_rendering_server_internal.devdocs.json index 29bb11f4848ed..f00938a76a936 100644 --- a/api_docs/kbn_core_rendering_server_internal.devdocs.json +++ b/api_docs/kbn_core_rendering_server_internal.devdocs.json @@ -21,7 +21,7 @@ "signature": [ "({ url }: Props) => React.JSX.Element" ], - "path": "packages/core/rendering/core-rendering-server-internal/src/views/fonts.tsx", + "path": "src/core/packages/rendering/server-internal/src/views/fonts.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -35,7 +35,7 @@ "signature": [ "Props" ], - "path": "packages/core/rendering/core-rendering-server-internal/src/views/fonts.tsx", + "path": "src/core/packages/rendering/server-internal/src/views/fonts.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_core_rendering_server_internal.mdx b/api_docs/kbn_core_rendering_server_internal.mdx index 402e35901bd72..a1b4bcae7f61f 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-server-internal'] --- import kbnCoreRenderingServerInternalObj from './kbn_core_rendering_server_internal.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 1 | +| 2 | 0 | 2 | 0 | ## Server diff --git a/api_docs/kbn_core_rendering_server_mocks.mdx b/api_docs/kbn_core_rendering_server_mocks.mdx index b91beb2ac2193..b72ad780373c5 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-server-mocks'] --- import kbnCoreRenderingServerMocksObj from './kbn_core_rendering_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_root_server_internal.devdocs.json b/api_docs/kbn_core_root_server_internal.devdocs.json index 85b7cca2fbf1a..baeb38f6a45d8 100644 --- a/api_docs/kbn_core_root_server_internal.devdocs.json +++ b/api_docs/kbn_core_root_server_internal.devdocs.json @@ -19,7 +19,7 @@ "description": [ "\nTop-level entry point to kick off the app and start the Kibana server." ], - "path": "packages/core/root/core-root-server-internal/src/root/index.ts", + "path": "src/core/packages/root/server-internal/src/root/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -39,7 +39,7 @@ "text": "LoggerFactory" } ], - "path": "packages/core/root/core-root-server-internal/src/root/index.ts", + "path": "src/core/packages/root/server-internal/src/root/index.ts", "deprecated": false, "trackAdoption": false }, @@ -53,7 +53,7 @@ "signature": [ "any" ], - "path": "packages/core/root/core-root-server-internal/src/root/index.ts", + "path": "src/core/packages/root/server-internal/src/root/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -73,7 +73,7 @@ "text": "RawConfigurationProvider" } ], - "path": "packages/core/root/core-root-server-internal/src/root/index.ts", + "path": "src/core/packages/root/server-internal/src/root/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -94,7 +94,7 @@ "text": "Env" } ], - "path": "packages/core/root/core-root-server-internal/src/root/index.ts", + "path": "src/core/packages/root/server-internal/src/root/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -109,7 +109,7 @@ "signature": [ "((reason?: string | Error | undefined) => void) | undefined" ], - "path": "packages/core/root/core-root-server-internal/src/root/index.ts", + "path": "src/core/packages/root/server-internal/src/root/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -129,7 +129,7 @@ "InternalCorePreboot", " | undefined>" ], - "path": "packages/core/root/core-root-server-internal/src/root/index.ts", + "path": "src/core/packages/root/server-internal/src/root/index.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -147,7 +147,7 @@ "InternalCoreSetup", ">" ], - "path": "packages/core/root/core-root-server-internal/src/root/index.ts", + "path": "src/core/packages/root/server-internal/src/root/index.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -165,7 +165,7 @@ "InternalCoreStart", ">" ], - "path": "packages/core/root/core-root-server-internal/src/root/index.ts", + "path": "src/core/packages/root/server-internal/src/root/index.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -181,7 +181,7 @@ "signature": [ "(reason?: any) => Promise" ], - "path": "packages/core/root/core-root-server-internal/src/root/index.ts", + "path": "src/core/packages/root/server-internal/src/root/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -195,7 +195,7 @@ "signature": [ "any" ], - "path": "packages/core/root/core-root-server-internal/src/root/index.ts", + "path": "src/core/packages/root/server-internal/src/root/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -220,7 +220,7 @@ "ConfigService", ") => void" ], - "path": "packages/core/root/core-root-server-internal/src/register_service_config.ts", + "path": "src/core/packages/root/server-internal/src/register_service_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -234,7 +234,7 @@ "signature": [ "ConfigService" ], - "path": "packages/core/root/core-root-server-internal/src/register_service_config.ts", + "path": "src/core/packages/root/server-internal/src/register_service_config.ts", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_core_root_server_internal.mdx b/api_docs/kbn_core_root_server_internal.mdx index c1d20585a6b8c..c5cb2dbc94a80 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-root-server-internal'] --- import kbnCoreRootServerInternalObj from './kbn_core_root_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_api_browser.devdocs.json b/api_docs/kbn_core_saved_objects_api_browser.devdocs.json index 6a4d1f3bf918a..b6a7a8c8bc37a 100644 --- a/api_docs/kbn_core_saved_objects_api_browser.devdocs.json +++ b/api_docs/kbn_core_saved_objects_api_browser.devdocs.json @@ -16,34 +16,56 @@ "\nThis interface is a very simple wrapper for SavedObjects resolved from the server\nwith the {@link SavedObjectsClientContract}.\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.ResolvedSimpleSavedObject", - "text": "ResolvedSimpleSavedObject" - }, + "ResolvedSimpleSavedObject", "" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/resolve.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/resolve.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_resolve.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_resolve.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_resolve.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/index.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/index.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { "plugin": "@kbn/core", @@ -57,21 +79,37 @@ "plugin": "spaces", "path": "x-pack/plugins/spaces/public/legacy_urls/types.ts" }, + { + "plugin": "graph", + "path": "x-pack/plugins/graph/public/helpers/use_workspace_loader.ts" + }, + { + "plugin": "graph", + "path": "x-pack/plugins/graph/public/helpers/use_workspace_loader.ts" + }, + { + "plugin": "graph", + "path": "x-pack/plugins/graph/public/helpers/use_workspace_loader.ts" + }, + { + "plugin": "graph", + "path": "x-pack/plugins/graph/public/helpers/use_workspace_loader.ts" + }, { "plugin": "savedSearch", - "path": "src/plugins/saved_search/public/services/saved_searches/types.ts" + "path": "src/platform/plugins/shared/saved_search/public/services/saved_searches/types.ts" }, { "plugin": "savedSearch", - "path": "src/plugins/saved_search/public/services/saved_searches/types.ts" + "path": "src/platform/plugins/shared/saved_search/public/services/saved_searches/types.ts" }, { "plugin": "savedSearch", - "path": "src/plugins/saved_search/public/services/saved_searches/types.ts" + "path": "src/platform/plugins/shared/saved_search/public/services/saved_searches/types.ts" }, { "plugin": "savedSearch", - "path": "src/plugins/saved_search/public/services/saved_searches/types.ts" + "path": "src/platform/plugins/shared/saved_search/public/services/saved_searches/types.ts" }, { "plugin": "visualizations", @@ -105,22 +143,6 @@ "plugin": "lens", "path": "x-pack/plugins/lens/public/types.ts" }, - { - "plugin": "cases", - "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts" - }, - { - "plugin": "cases", - "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts" - }, - { - "plugin": "cases", - "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts" - }, - { - "plugin": "cases", - "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts" - }, { "plugin": "maps", "path": "x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/load_from_library.ts" @@ -138,20 +160,20 @@ "path": "x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/load_from_library.ts" }, { - "plugin": "graph", - "path": "x-pack/plugins/graph/public/helpers/use_workspace_loader.ts" + "plugin": "cases", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts" }, { - "plugin": "graph", - "path": "x-pack/plugins/graph/public/helpers/use_workspace_loader.ts" + "plugin": "cases", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts" }, { - "plugin": "graph", - "path": "x-pack/plugins/graph/public/helpers/use_workspace_loader.ts" + "plugin": "cases", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts" }, { - "plugin": "graph", - "path": "x-pack/plugins/graph/public/helpers/use_workspace_loader.ts" + "plugin": "cases", + "path": "x-pack/platform/plugins/shared/cases/common/ui/types.ts" }, { "plugin": "canvas", @@ -181,16 +203,10 @@ "\nThe saved object that was found." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SimpleSavedObject", - "text": "SimpleSavedObject" - }, + "SimpleSavedObject", "" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/resolve.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/resolve.ts", "deprecated": false, "trackAdoption": false }, @@ -206,7 +222,7 @@ "signature": [ "\"exactMatch\" | \"aliasMatch\" | \"conflict\"" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/resolve.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/resolve.ts", "deprecated": false, "trackAdoption": false }, @@ -222,7 +238,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/resolve.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/resolve.ts", "deprecated": false, "trackAdoption": false }, @@ -238,7 +254,7 @@ "signature": [ "\"savedObjectConversion\" | \"savedObjectImport\" | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/resolve.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/resolve.ts", "deprecated": false, "trackAdoption": false } @@ -257,46 +273,72 @@ "\nBatch response for simple saved objects\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsBatchResponse", - "text": "SavedObjectsBatchResponse" - }, + "SavedObjectsBatchResponse", "" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/base.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/base.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/find.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/find.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/index.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/index.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { "plugin": "@kbn/core", @@ -314,16 +356,10 @@ "Array of simple saved objects" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SimpleSavedObject", - "text": "SimpleSavedObject" - }, + "SimpleSavedObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/base.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/base.ts", "deprecated": false, "trackAdoption": false } @@ -342,33 +378,37 @@ "\nPer-object parameters for bulk create operation\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsBulkCreateObject", - "text": "SavedObjectsBulkCreateObject" - }, + "SavedObjectsBulkCreateObject", " extends ", - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsCreateOptions", - "text": "SavedObjectsCreateOptions" - } + "SavedObjectsCreateOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_create.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_create.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/index.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/index.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { "plugin": "@kbn/core", @@ -385,7 +425,7 @@ "description": [ "Create a SavedObject of this type." ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_create.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_create.ts", "deprecated": false, "trackAdoption": false }, @@ -401,7 +441,7 @@ "signature": [ "T" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_create.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_create.ts", "deprecated": false, "trackAdoption": false } @@ -419,17 +459,37 @@ "description": [ "\nOptions for bulk create operation\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_create.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_create.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/index.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/index.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { "plugin": "@kbn/core", @@ -449,7 +509,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_create.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_create.ts", "deprecated": false, "trackAdoption": false } @@ -467,10 +527,27 @@ "description": [ "\nOptions for bulk delete operation\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_delete.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_delete.ts", "deprecated": true, "trackAdoption": false, - "references": [], + "references": [ + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/index.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/index.ts" + } + ], "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", @@ -484,7 +561,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_delete.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_delete.ts", "deprecated": false, "trackAdoption": false } @@ -502,17 +579,33 @@ "description": [ "\nReturn type of the Saved Objects `bulkDelete()` method.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_delete.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_delete.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/index.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/index.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" } ], "children": [ @@ -526,16 +619,10 @@ "array of statuses per object" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsBulkDeleteResponseItem", - "text": "SavedObjectsBulkDeleteResponseItem" - }, + "SavedObjectsBulkDeleteResponseItem", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_delete.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_delete.ts", "deprecated": false, "trackAdoption": false } @@ -553,10 +640,23 @@ "description": [ "\nSingle item within the statuses array of the bulk delete response\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_delete.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_delete.ts", "deprecated": true, "trackAdoption": false, - "references": [], + "references": [ + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_delete.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/index.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/index.ts" + } + ], "children": [ { "parentPluginId": "@kbn/core-saved-objects-api-browser", @@ -567,7 +667,7 @@ "description": [ "saved object id" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_delete.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_delete.ts", "deprecated": false, "trackAdoption": false }, @@ -580,7 +680,7 @@ "description": [ "saved object type" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_delete.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_delete.ts", "deprecated": false, "trackAdoption": false }, @@ -593,7 +693,7 @@ "description": [ "true if the delete operation succeeded" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_delete.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_delete.ts", "deprecated": false, "trackAdoption": false }, @@ -607,16 +707,10 @@ "error from delete operation (undefined if no error)" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectError", - "text": "SavedObjectError" - }, + "SavedObjectError", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_delete.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_delete.ts", "deprecated": false, "trackAdoption": false } @@ -635,19 +729,29 @@ "\nReturn type of the Saved Objects `bulkResolve()` method.\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsBulkResolveResponse", - "text": "SavedObjectsBulkResolveResponse" - }, + "SavedObjectsBulkResolveResponse", "" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_resolve.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_resolve.ts", "deprecated": true, "trackAdoption": false, "references": [ + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/index.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/index.ts" + }, { "plugin": "@kbn/core", "path": "src/core/public/index.ts" @@ -664,16 +768,10 @@ "Array of {@link ResolvedSimpleSavedObject} that were resolved" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.ResolvedSimpleSavedObject", - "text": "ResolvedSimpleSavedObject" - }, + "ResolvedSimpleSavedObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_resolve.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_resolve.ts", "deprecated": false, "trackAdoption": false } @@ -692,26 +790,36 @@ "\nPer-object parameters for bulk update operation\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsBulkUpdateObject", - "text": "SavedObjectsBulkUpdateObject" - }, + "SavedObjectsBulkUpdateObject", "" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_update.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_update.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/index.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/index.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { "plugin": "@kbn/core", @@ -728,7 +836,7 @@ "description": [ "Type of the saved object to update" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_update.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_update.ts", "deprecated": false, "trackAdoption": false }, @@ -741,7 +849,7 @@ "description": [ "ID of the saved object to update" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_update.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_update.ts", "deprecated": false, "trackAdoption": false }, @@ -757,7 +865,7 @@ "signature": [ "T" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_update.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_update.ts", "deprecated": false, "trackAdoption": false }, @@ -773,7 +881,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_update.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_update.ts", "deprecated": false, "trackAdoption": false }, @@ -787,16 +895,10 @@ "Array of references to other saved objects" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_update.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_update.ts", "deprecated": false, "trackAdoption": false } @@ -814,10 +916,18 @@ "description": [ "\nOptions for bulk update operation\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_update.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_update.ts", "deprecated": true, "trackAdoption": false, "references": [ + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/index.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/index.ts" + }, { "plugin": "@kbn/core", "path": "src/core/public/index.ts" @@ -836,7 +946,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_update.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_update.ts", "deprecated": false, "trackAdoption": false } @@ -854,45 +964,41 @@ "description": [ "\nThe client-side SavedObjectsClient is a thin convenience library around the SavedObjects\nHTTP API for interacting with Saved Objects.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-browser", - "path": "packages/core/saved-objects/core-saved-objects-browser/src/contracts.ts" - }, - { - "plugin": "@kbn/core-saved-objects-browser", - "path": "packages/core/saved-objects/core-saved-objects-browser/src/contracts.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/index.ts" }, { - "plugin": "@kbn/core-saved-objects-browser", - "path": "packages/core/saved-objects/core-saved-objects-browser/src/contracts.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser/src/contracts.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser/src/contracts.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser/src/contracts.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { "plugin": "@kbn/core", @@ -900,11 +1006,11 @@ }, { "plugin": "home", - "path": "src/plugins/home/public/application/kibana_services.ts" + "path": "src/platform/plugins/shared/home/public/application/kibana_services.ts" }, { "plugin": "home", - "path": "src/plugins/home/public/application/kibana_services.ts" + "path": "src/platform/plugins/shared/home/public/application/kibana_services.ts" }, { "plugin": "visualizations", @@ -935,12 +1041,20 @@ "path": "src/plugins/vis_types/timeseries/public/application/contexts/query_input_bar_context.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts" + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts" + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.test.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.test.ts" } ], "children": [ @@ -957,62 +1071,50 @@ ], "signature": [ "(type: string, attributes: T, options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsCreateOptions", - "text": "SavedObjectsCreateOptions" - }, + "SavedObjectsCreateOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SimpleSavedObject", - "text": "SimpleSavedObject" - }, + "SimpleSavedObject", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { "plugin": "@kbn/core-saved-objects-browser-mocks", "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" } ], "children": [ @@ -1028,7 +1130,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1045,7 +1147,7 @@ "signature": [ "T" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1060,16 +1162,10 @@ "{@link SavedObjectsCreateOptions }" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsCreateOptions", - "text": "SavedObjectsCreateOptions" - }, + "SavedObjectsCreateOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1092,58 +1188,40 @@ ], "signature": [ "(objects: ", - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsBulkCreateObject", - "text": "SavedObjectsBulkCreateObject" - }, + "SavedObjectsBulkCreateObject", "[], options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsBulkCreateOptions", - "text": "SavedObjectsBulkCreateOptions" - }, + "SavedObjectsBulkCreateOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsBatchResponse", - "text": "SavedObjectsBatchResponse" - }, + "SavedObjectsBatchResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" + "plugin": "home", + "path": "src/platform/plugins/shared/home/public/application/components/home_app.js" }, { - "plugin": "home", - "path": "src/plugins/home/public/application/components/home_app.js" + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" } ], "children": [ @@ -1157,16 +1235,10 @@ "- an array of objects containing type, attributes" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsBulkCreateObject", - "text": "SavedObjectsBulkCreateObject" - }, + "SavedObjectsBulkCreateObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1181,16 +1253,10 @@ "{@link SavedObjectsBulkCreateOptions }" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsBulkCreateOptions", - "text": "SavedObjectsBulkCreateOptions" - }, + "SavedObjectsBulkCreateOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1213,46 +1279,40 @@ ], "signature": [ "(type: string, id: string, options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsDeleteOptions", - "text": "SavedObjectsDeleteOptions" - }, + "SavedObjectsDeleteOptions", " | undefined) => Promise<{}>" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" - }, - { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { "plugin": "visualizations", "path": "src/plugins/visualizations/public/visualize_app/components/visualize_listing.tsx" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" } ], "children": [ @@ -1268,7 +1328,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1285,7 +1345,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1300,16 +1360,10 @@ "{@link SavedObjectsDeleteOptions }" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsDeleteOptions", - "text": "SavedObjectsDeleteOptions" - }, + "SavedObjectsDeleteOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1330,32 +1384,14 @@ ], "signature": [ "(objects: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectTypeIdTuple", - "text": "SavedObjectTypeIdTuple" - }, + "SavedObjectTypeIdTuple", "[], options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsBulkDeleteOptions", - "text": "SavedObjectsBulkDeleteOptions" - }, + "SavedObjectsBulkDeleteOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsBulkDeleteResponse", - "text": "SavedObjectsBulkDeleteResponse" - }, + "SavedObjectsBulkDeleteResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -1364,16 +1400,16 @@ "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" } ], "children": [ @@ -1387,16 +1423,10 @@ "- an array of objects containing id, type" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectTypeIdTuple", - "text": "SavedObjectTypeIdTuple" - }, + "SavedObjectTypeIdTuple", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1411,16 +1441,10 @@ "- optional force argument to force deletion of objects in a namespace other than the scoped client" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsBulkDeleteOptions", - "text": "SavedObjectsBulkDeleteOptions" - }, + "SavedObjectsBulkDeleteOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1450,24 +1474,12 @@ ], "signature": [ "(options: ", - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsFindOptions", - "text": "SavedObjectsFindOptions" - }, + "SavedObjectsFindOptions", ") => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsFindResponse", - "text": "SavedObjectsFindResponse" - }, + "SavedObjectsFindResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -1480,20 +1492,20 @@ "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" } ], "children": [ @@ -1507,15 +1519,9 @@ "{@link SavedObjectsFindOptions }" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsFindOptions", - "text": "SavedObjectsFindOptions" - } + "SavedObjectsFindOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1538,16 +1544,10 @@ ], "signature": [ "(type: string, id: string) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SimpleSavedObject", - "text": "SimpleSavedObject" - }, + "SimpleSavedObject", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -1560,80 +1560,80 @@ "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" } ], "children": [ @@ -1649,7 +1649,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1666,7 +1666,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1689,24 +1689,12 @@ ], "signature": [ "(objects: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectTypeIdTuple", - "text": "SavedObjectTypeIdTuple" - }, + "SavedObjectTypeIdTuple", "[]) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsBatchResponse", - "text": "SavedObjectsBatchResponse" - }, + "SavedObjectsBatchResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -1715,8 +1703,8 @@ "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" } ], "children": [ @@ -1730,16 +1718,10 @@ "- an array ids, or an array of objects containing id and optionally type" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectTypeIdTuple", - "text": "SavedObjectTypeIdTuple" - }, + "SavedObjectTypeIdTuple", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1763,16 +1745,10 @@ ], "signature": [ "(type: string, id: string) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.ResolvedSimpleSavedObject", - "text": "ResolvedSimpleSavedObject" - }, + "ResolvedSimpleSavedObject", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -1782,63 +1758,63 @@ }, { "plugin": "discover", - "path": "src/plugins/discover/public/application/main/state_management/discover_state.test.ts" + "path": "src/platform/plugins/shared/discover/public/application/main/state_management/discover_state.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" } ], "children": [ @@ -1854,7 +1830,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1871,7 +1847,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1895,24 +1871,12 @@ ], "signature": [ "(objects: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectTypeIdTuple", - "text": "SavedObjectTypeIdTuple" - }, + "SavedObjectTypeIdTuple", "[]) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsBulkResolveResponse", - "text": "SavedObjectsBulkResolveResponse" - }, + "SavedObjectsBulkResolveResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -1921,8 +1885,8 @@ "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" } ], "children": [ @@ -1936,16 +1900,10 @@ "- an array of objects containing id, type" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectTypeIdTuple", - "text": "SavedObjectTypeIdTuple" - }, + "SavedObjectTypeIdTuple", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1969,70 +1927,58 @@ ], "signature": [ "(type: string, id: string, attributes: T, options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsUpdateOptions", - "text": "SavedObjectsUpdateOptions" - }, + "SavedObjectsUpdateOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SimpleSavedObject", - "text": "SimpleSavedObject" - }, + "SimpleSavedObject", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { "plugin": "@kbn/core-saved-objects-browser-mocks", "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" } ], "children": [ @@ -2048,7 +1994,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2065,7 +2011,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2082,7 +2028,7 @@ "signature": [ "T" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2097,16 +2043,10 @@ "{@link SavedObjectsUpdateOptions }" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsUpdateOptions", - "text": "SavedObjectsUpdateOptions" - }, + "SavedObjectsUpdateOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2129,24 +2069,12 @@ ], "signature": [ "(objects: ", - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsBulkUpdateObject", - "text": "SavedObjectsBulkUpdateObject" - }, + "SavedObjectsBulkUpdateObject", "[]) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsBatchResponse", - "text": "SavedObjectsBatchResponse" - }, + "SavedObjectsBatchResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -2155,16 +2083,16 @@ "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.test.ts" } ], "children": [ @@ -2178,16 +2106,10 @@ "- an array of objects containing type, id, attributes, and references" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsBulkUpdateObject", - "text": "SavedObjectsBulkUpdateObject" - }, + "SavedObjectsBulkUpdateObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2211,29 +2133,49 @@ "description": [ "\nOptions for creating a saved object.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/create.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/create.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_create.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_create.ts" }, { "plugin": "@kbn/core", - "path": "src/core/public/index.ts" + "path": "src/core/packages/saved-objects/api-browser/src/apis/index.ts" }, { - "plugin": "visualizations", - "path": "src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" }, { - "plugin": "visualizations", - "path": "src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/index.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/public/index.ts" }, { "plugin": "graph", @@ -2243,6 +2185,14 @@ "plugin": "graph", "path": "x-pack/plugins/graph/public/helpers/saved_objects_utils/save_with_confirmation.ts" }, + { + "plugin": "visualizations", + "path": "src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.ts" + }, + { + "plugin": "visualizations", + "path": "src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.ts" + }, { "plugin": "visualizations", "path": "src/plugins/visualizations/public/utils/saved_objects_utils/save_with_confirmation.test.ts" @@ -2269,7 +2219,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/create.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/create.ts", "deprecated": false, "trackAdoption": false }, @@ -2285,7 +2235,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/create.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/create.ts", "deprecated": false, "trackAdoption": false }, @@ -2301,26 +2251,20 @@ "\n{@inheritDoc SavedObjectsMigrationVersion}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsMigrationVersion", - "text": "SavedObjectsMigrationVersion" - }, + "SavedObjectsMigrationVersion", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/create.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/create.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" } ] }, @@ -2336,7 +2280,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/create.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/create.ts", "deprecated": false, "trackAdoption": false }, @@ -2352,7 +2296,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/create.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/create.ts", "deprecated": false, "trackAdoption": false }, @@ -2366,16 +2310,10 @@ "Array of referenced saved objects." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/create.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/create.ts", "deprecated": false, "trackAdoption": false }, @@ -2391,7 +2329,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/create.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/create.ts", "deprecated": false, "trackAdoption": false } @@ -2409,17 +2347,37 @@ "description": [ "\nOptions for deleting a saved object.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/delete.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/delete.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/index.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/index.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { "plugin": "@kbn/core", @@ -2439,7 +2397,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/delete.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/delete.ts", "deprecated": false, "trackAdoption": false } @@ -2455,7 +2413,7 @@ "description": [ "\nAn object reference for use in find operation options\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2468,7 +2426,7 @@ "description": [ "The type of the saved object" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -2481,7 +2439,7 @@ "description": [ "The ID of the saved object" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false } @@ -2500,42 +2458,46 @@ "\nReturn type of the Saved Objects `find()` method.\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsFindResponse", - "text": "SavedObjectsFindResponse" - }, + "SavedObjectsFindResponse", " extends ", - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsBatchResponse", - "text": "SavedObjectsBatchResponse" - }, + "SavedObjectsBatchResponse", "" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/find.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/index.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/index.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { "plugin": "@kbn/core", @@ -2555,7 +2517,7 @@ "signature": [ "A | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -2568,7 +2530,7 @@ "description": [ "total number of results" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -2581,7 +2543,7 @@ "description": [ "number of results per page" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -2594,7 +2556,7 @@ "description": [ "current page in results" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/find.ts", "deprecated": false, "trackAdoption": false } @@ -2613,26 +2575,40 @@ "\nOptions for updating a saved object\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsUpdateOptions", - "text": "SavedObjectsUpdateOptions" - }, + "SavedObjectsUpdateOptions", "" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/update.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/update.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/index.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/index.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { "plugin": "@kbn/core", @@ -2652,7 +2628,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/update.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/update.ts", "deprecated": false, "trackAdoption": false }, @@ -2668,7 +2644,7 @@ "signature": [ "Attributes | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/update.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/update.ts", "deprecated": false, "trackAdoption": false }, @@ -2682,16 +2658,10 @@ "Array of references to other saved objects" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/update.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/update.ts", "deprecated": false, "trackAdoption": false } @@ -2710,110 +2680,100 @@ "\nVery simple wrapper for SavedObjects loaded from the server\nwith the {@link SavedObjectsClientContract}.\n\nIt provides basic functionality for creating/saving/deleting saved objects,\nbut doesn't include any type-specific implementations.\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SimpleSavedObject", - "text": "SimpleSavedObject" - }, + "SimpleSavedObject", "" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" - }, - { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/base.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/base.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/resolve.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/resolve.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/index.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { "plugin": "@kbn/core", - "path": "src/core/public/index.ts" + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "visualizations", - "path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "visualizations", - "path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "aiops", - "path": "x-pack/platform/plugins/shared/aiops/public/application/utils/search_utils.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "aiops", - "path": "x-pack/platform/plugins/shared/aiops/public/application/utils/search_utils.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "dataVisualizer", - "path": "x-pack/platform/plugins/private/data_visualizer/common/types/index.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "dataVisualizer", - "path": "x-pack/platform/plugins/private/data_visualizer/common/types/index.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "ml", - "path": "x-pack/platform/plugins/shared/ml/common/types/kibana.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "ml", - "path": "x-pack/platform/plugins/shared/ml/common/types/kibana.ts" + "plugin": "@kbn/core", + "path": "src/core/public/index.ts" }, { "plugin": "graph", @@ -2823,6 +2783,14 @@ "plugin": "graph", "path": "x-pack/plugins/graph/public/types/app_state.ts" }, + { + "plugin": "visualizations", + "path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts" + }, + { + "plugin": "visualizations", + "path": "src/plugins/visualizations/public/vis_types/vis_type_alias_registry.ts" + }, { "plugin": "graph", "path": "x-pack/plugins/graph/public/helpers/saved_objects_utils/find_object_by_title.test.ts" @@ -2839,6 +2807,30 @@ "plugin": "lens", "path": "x-pack/plugins/lens/public/persistence/saved_objects_utils/find_object_by_title.test.ts" }, + { + "plugin": "dataVisualizer", + "path": "x-pack/platform/plugins/private/data_visualizer/common/types/index.ts" + }, + { + "plugin": "dataVisualizer", + "path": "x-pack/platform/plugins/private/data_visualizer/common/types/index.ts" + }, + { + "plugin": "ml", + "path": "x-pack/platform/plugins/shared/ml/common/types/kibana.ts" + }, + { + "plugin": "ml", + "path": "x-pack/platform/plugins/shared/ml/common/types/kibana.ts" + }, + { + "plugin": "aiops", + "path": "x-pack/platform/plugins/shared/aiops/public/application/utils/search_utils.ts" + }, + { + "plugin": "aiops", + "path": "x-pack/platform/plugins/shared/aiops/public/application/utils/search_utils.ts" + }, { "plugin": "dashboardEnhanced", "path": "x-pack/platform/plugins/shared/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/components/collect_config_container.tsx" @@ -2890,6 +2882,18 @@ { "plugin": "visualizations", "path": "src/plugins/visualizations/public/wizard/search_selection/show_saved_object.test.ts" + }, + { + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + }, + { + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + }, + { + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" } ], "children": [ @@ -2905,7 +2909,7 @@ "signature": [ "T" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts", "deprecated": false, "trackAdoption": false }, @@ -2921,7 +2925,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts", "deprecated": false, "trackAdoption": false }, @@ -2934,7 +2938,7 @@ "description": [ "ID of the saved object" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts", "deprecated": false, "trackAdoption": false }, @@ -2947,7 +2951,7 @@ "description": [ "Type of the saved object" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts", "deprecated": false, "trackAdoption": false }, @@ -2963,16 +2967,10 @@ "\nMigration version of the saved object" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsMigrationVersion", - "text": "SavedObjectsMigrationVersion" - }, + "SavedObjectsMigrationVersion", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -2981,16 +2979,16 @@ "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" } ] }, @@ -3006,7 +3004,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts", "deprecated": false, "trackAdoption": false }, @@ -3022,7 +3020,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts", "deprecated": false, "trackAdoption": false }, @@ -3036,16 +3034,10 @@ "Error associated with this object, undefined if no error" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectError", - "text": "SavedObjectError" - }, + "SavedObjectError", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts", "deprecated": false, "trackAdoption": false }, @@ -3059,16 +3051,10 @@ "References to other saved objects" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts", "deprecated": false, "trackAdoption": false }, @@ -3084,7 +3070,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts", "deprecated": false, "trackAdoption": false }, @@ -3100,7 +3086,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts", "deprecated": false, "trackAdoption": false }, @@ -3116,7 +3102,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts", "deprecated": false, "trackAdoption": false }, @@ -3132,7 +3118,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts", "deprecated": false, "trackAdoption": false }, @@ -3148,7 +3134,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts", "deprecated": false, "trackAdoption": false }, @@ -3164,7 +3150,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts", "deprecated": false, "trackAdoption": false }, @@ -3180,7 +3166,7 @@ "signature": [ "(key: string) => any" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3196,7 +3182,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3218,7 +3204,7 @@ "signature": [ "(key: string, value: any) => T" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3234,7 +3220,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3251,7 +3237,7 @@ "signature": [ "any" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3273,7 +3259,7 @@ "signature": [ "(key: string) => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3289,7 +3275,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3312,30 +3298,24 @@ ], "signature": [ "() => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SimpleSavedObject", - "text": "SimpleSavedObject" - }, + "SimpleSavedObject", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.test.ts" } ], "children": [], @@ -3355,13 +3335,13 @@ "signature": [ "() => Promise<{}>" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" } ], "children": [], @@ -3388,54 +3368,50 @@ "{ type: string | string[]; page?: number | undefined; filter?: any; aggs?: Record | 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": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", " | ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", "[] | undefined; fields?: string[] | undefined; preference?: string | undefined; hasReferenceOperator?: \"AND\" | \"OR\" | undefined; hasNoReference?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", " | ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", "[] | undefined; hasNoReferenceOperator?: \"AND\" | \"OR\" | undefined; }" ], - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-browser/src/apis/find.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/index.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/saved_objects_client.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/index.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { "plugin": "@kbn/core", diff --git a/api_docs/kbn_core_saved_objects_api_browser.mdx b/api_docs/kbn_core_saved_objects_api_browser.mdx index a6f0ed7c4e47e..c975e4b0191a2 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-browser'] --- import kbnCoreSavedObjectsApiBrowserObj from './kbn_core_saved_objects_api_browser.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_api_server.devdocs.json b/api_docs/kbn_core_saved_objects_api_server.devdocs.json index 9218bfe43dc2c..49bde02e549d9 100644 --- a/api_docs/kbn_core_saved_objects_api_server.devdocs.json +++ b/api_docs/kbn_core_saved_objects_api_server.devdocs.json @@ -22,16 +22,10 @@ "\nPoint-in-time finder\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.ISavedObjectsPointInTimeFinder", - "text": "ISavedObjectsPointInTimeFinder" - }, + "ISavedObjectsPointInTimeFinder", "" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/create_point_in_time_finder.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/create_point_in_time_finder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -46,16 +40,10 @@ ], "signature": [ "() => AsyncGenerator<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindResponse", - "text": "SavedObjectsFindResponse" - }, + "SavedObjectsFindResponse", ", any, unknown>" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/create_point_in_time_finder.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/create_point_in_time_finder.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -73,7 +61,7 @@ "signature": [ "() => Promise" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/create_point_in_time_finder.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/create_point_in_time_finder.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -91,7 +79,7 @@ "description": [ "\nThe savedObjects repository contract.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -112,24 +100,12 @@ ], "signature": [ "(type: string, attributes: T, options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCreateOptions", - "text": "SavedObjectsCreateOptions" - }, + "SavedObjectsCreateOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -145,7 +121,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -162,7 +138,7 @@ "signature": [ "T" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -177,16 +153,10 @@ "{@link SavedObjectsCreateOptions } - options for the create operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCreateOptions", - "text": "SavedObjectsCreateOptions" - }, + "SavedObjectsCreateOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -211,32 +181,14 @@ ], "signature": [ "(objects: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkCreateObject", - "text": "SavedObjectsBulkCreateObject" - }, + "SavedObjectsBulkCreateObject", "[], options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCreateOptions", - "text": "SavedObjectsCreateOptions" - }, + "SavedObjectsCreateOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkResponse", - "text": "SavedObjectsBulkResponse" - }, + "SavedObjectsBulkResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -250,16 +202,10 @@ "- array of objects to create [{ type, attributes, ... }]" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkCreateObject", - "text": "SavedObjectsBulkCreateObject" - }, + "SavedObjectsBulkCreateObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -274,16 +220,10 @@ "{@link SavedObjectsCreateOptions } - options for the bulk create operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCreateOptions", - "text": "SavedObjectsCreateOptions" - }, + "SavedObjectsCreateOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -304,32 +244,14 @@ ], "signature": [ "(objects: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCheckConflictsObject", - "text": "SavedObjectsCheckConflictsObject" - }, + "SavedObjectsCheckConflictsObject", "[], options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - }, + "SavedObjectsBaseOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCheckConflictsResponse", - "text": "SavedObjectsCheckConflictsResponse" - }, + "SavedObjectsCheckConflictsResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -343,16 +265,10 @@ "- array of objects to check for conflicts [{ id, type }]" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCheckConflictsObject", - "text": "SavedObjectsCheckConflictsObject" - }, + "SavedObjectsCheckConflictsObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -367,16 +283,10 @@ "{@link SavedObjectsBaseOptions } - options for the check conflict operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - }, + "SavedObjectsBaseOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -399,16 +309,10 @@ ], "signature": [ "(type: string, id: string, options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsDeleteOptions", - "text": "SavedObjectsDeleteOptions" - }, + "SavedObjectsDeleteOptions", " | undefined) => Promise<{}>" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -424,7 +328,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -441,7 +345,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -456,16 +360,10 @@ "{@link SavedObjectsDeleteOptions } - options for the delete operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsDeleteOptions", - "text": "SavedObjectsDeleteOptions" - }, + "SavedObjectsDeleteOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -484,32 +382,14 @@ ], "signature": [ "(objects: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkDeleteObject", - "text": "SavedObjectsBulkDeleteObject" - }, + "SavedObjectsBulkDeleteObject", "[], options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkDeleteOptions", - "text": "SavedObjectsBulkDeleteOptions" - }, + "SavedObjectsBulkDeleteOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkDeleteResponse", - "text": "SavedObjectsBulkDeleteResponse" - }, + "SavedObjectsBulkDeleteResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -523,16 +403,10 @@ "- an array of objects to delete (contains id and type)" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkDeleteObject", - "text": "SavedObjectsBulkDeleteObject" - }, + "SavedObjectsBulkDeleteObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -547,16 +421,10 @@ "{@link SavedObjectsBulkDeleteOptions } - options for the bulk delete operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkDeleteOptions", - "text": "SavedObjectsBulkDeleteOptions" - }, + "SavedObjectsBulkDeleteOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -577,16 +445,10 @@ ], "signature": [ "(namespace: string, options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsDeleteByNamespaceOptions", - "text": "SavedObjectsDeleteByNamespaceOptions" - }, + "SavedObjectsDeleteByNamespaceOptions", " | undefined) => Promise" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -602,7 +464,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -617,16 +479,10 @@ "{@link SavedObjectsDeleteByNamespaceOptions } - options for the delete by namespace operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsDeleteByNamespaceOptions", - "text": "SavedObjectsDeleteByNamespaceOptions" - }, + "SavedObjectsDeleteByNamespaceOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -662,26 +518,14 @@ ], "signature": [ "(options: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptions", - "text": "SavedObjectsFindOptions" - }, + "SavedObjectsFindOptions", ", internalOptions?: ", "SavedObjectsFindInternalOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindResponse", - "text": "SavedObjectsFindResponse" - }, + "SavedObjectsFindResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -695,15 +539,9 @@ "{@link SavedObjectsFindOptions } - options for the find operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptions", - "text": "SavedObjectsFindOptions" - } - ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "SavedObjectsFindOptions" + ], + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -721,7 +559,7 @@ "SavedObjectsFindInternalOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -745,32 +583,14 @@ ], "signature": [ "(objects: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkGetObject", - "text": "SavedObjectsBulkGetObject" - }, + "SavedObjectsBulkGetObject", "[], options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsGetOptions", - "text": "SavedObjectsGetOptions" - }, + "SavedObjectsGetOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkResponse", - "text": "SavedObjectsBulkResponse" - }, + "SavedObjectsBulkResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -784,16 +604,10 @@ "- an array of objects containing id, type and optionally fields" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkGetObject", - "text": "SavedObjectsBulkGetObject" - }, + "SavedObjectsBulkGetObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -808,16 +622,10 @@ "{@link SavedObjectsGetOptions } - options for the bulk get operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsGetOptions", - "text": "SavedObjectsGetOptions" - }, + "SavedObjectsGetOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -841,32 +649,14 @@ ], "signature": [ "(objects: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkResolveObject", - "text": "SavedObjectsBulkResolveObject" - }, + "SavedObjectsBulkResolveObject", "[], options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsResolveOptions", - "text": "SavedObjectsResolveOptions" - }, + "SavedObjectsResolveOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkResolveResponse", - "text": "SavedObjectsBulkResolveResponse" - }, + "SavedObjectsBulkResolveResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -880,16 +670,10 @@ "- an array of objects containing id, type" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkResolveObject", - "text": "SavedObjectsBulkResolveObject" - }, + "SavedObjectsBulkResolveObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -904,16 +688,10 @@ "{@link SavedObjectsResolveOptions } - options for the bulk resolve operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsResolveOptions", - "text": "SavedObjectsResolveOptions" - }, + "SavedObjectsResolveOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -937,24 +715,12 @@ ], "signature": [ "(type: string, id: string, options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsGetOptions", - "text": "SavedObjectsGetOptions" - }, + "SavedObjectsGetOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -970,7 +736,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -987,7 +753,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1002,16 +768,10 @@ "{@link SavedObjectsGetOptions } - options for the get operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsGetOptions", - "text": "SavedObjectsGetOptions" - }, + "SavedObjectsGetOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1035,24 +795,12 @@ ], "signature": [ "(type: string, id: string, options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsResolveOptions", - "text": "SavedObjectsResolveOptions" - }, + "SavedObjectsResolveOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsResolveResponse", - "text": "SavedObjectsResolveResponse" - }, + "SavedObjectsResolveResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1068,7 +816,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1085,7 +833,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1100,16 +848,10 @@ "{@link SavedObjectsResolveOptions } - options for the resolve operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsResolveOptions", - "text": "SavedObjectsResolveOptions" - }, + "SavedObjectsResolveOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1134,24 +876,12 @@ ], "signature": [ "(type: string, id: string, attributes: Partial, options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateOptions", - "text": "SavedObjectsUpdateOptions" - }, + "SavedObjectsUpdateOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateResponse", - "text": "SavedObjectsUpdateResponse" - }, + "SavedObjectsUpdateResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1167,7 +897,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1184,7 +914,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1201,7 +931,7 @@ "signature": [ "Partial" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1216,16 +946,10 @@ "{@link SavedObjectsUpdateOptions } - options for the update operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateOptions", - "text": "SavedObjectsUpdateOptions" - }, + "SavedObjectsUpdateOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1246,32 +970,14 @@ ], "signature": [ "(objects: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCollectMultiNamespaceReferencesObject", - "text": "SavedObjectsCollectMultiNamespaceReferencesObject" - }, + "SavedObjectsCollectMultiNamespaceReferencesObject", "[], options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCollectMultiNamespaceReferencesOptions", - "text": "SavedObjectsCollectMultiNamespaceReferencesOptions" - }, + "SavedObjectsCollectMultiNamespaceReferencesOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCollectMultiNamespaceReferencesResponse", - "text": "SavedObjectsCollectMultiNamespaceReferencesResponse" - }, + "SavedObjectsCollectMultiNamespaceReferencesResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1285,16 +991,10 @@ "- The objects to get the references for (contains type and ID)" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCollectMultiNamespaceReferencesObject", - "text": "SavedObjectsCollectMultiNamespaceReferencesObject" - }, + "SavedObjectsCollectMultiNamespaceReferencesObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1309,16 +1009,10 @@ "{@link SavedObjectsCollectMultiNamespaceReferencesOptions } - the options for the operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCollectMultiNamespaceReferencesOptions", - "text": "SavedObjectsCollectMultiNamespaceReferencesOptions" - }, + "SavedObjectsCollectMultiNamespaceReferencesOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1339,32 +1033,14 @@ ], "signature": [ "(objects: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateObjectsSpacesObject", - "text": "SavedObjectsUpdateObjectsSpacesObject" - }, + "SavedObjectsUpdateObjectsSpacesObject", "[], spacesToAdd: string[], spacesToRemove: string[], options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateObjectsSpacesOptions", - "text": "SavedObjectsUpdateObjectsSpacesOptions" - }, + "SavedObjectsUpdateObjectsSpacesOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateObjectsSpacesResponse", - "text": "SavedObjectsUpdateObjectsSpacesResponse" - }, + "SavedObjectsUpdateObjectsSpacesResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1378,16 +1054,10 @@ "- array of objects to update (contains type, ID, and optional parameters)" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateObjectsSpacesObject", - "text": "SavedObjectsUpdateObjectsSpacesObject" - }, + "SavedObjectsUpdateObjectsSpacesObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1404,7 +1074,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1421,7 +1091,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1436,16 +1106,10 @@ "{@link SavedObjectsUpdateObjectsSpacesOptions } - options for the operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateObjectsSpacesOptions", - "text": "SavedObjectsUpdateObjectsSpacesOptions" - }, + "SavedObjectsUpdateObjectsSpacesOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1469,32 +1133,14 @@ ], "signature": [ "(objects: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkUpdateObject", - "text": "SavedObjectsBulkUpdateObject" - }, + "SavedObjectsBulkUpdateObject", "[], options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkUpdateOptions", - "text": "SavedObjectsBulkUpdateOptions" - }, + "SavedObjectsBulkUpdateOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkUpdateResponse", - "text": "SavedObjectsBulkUpdateResponse" - }, + "SavedObjectsBulkUpdateResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1508,16 +1154,10 @@ "- array of objects to update (contains type, id, attributes, options: { version, namespace } references)" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkUpdateObject", - "text": "SavedObjectsBulkUpdateObject" - }, + "SavedObjectsBulkUpdateObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1532,16 +1172,10 @@ "{@link SavedObjectsBulkUpdateOptions } - options for the bulk update operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkUpdateOptions", - "text": "SavedObjectsBulkUpdateOptions" - }, + "SavedObjectsBulkUpdateOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1562,24 +1196,12 @@ ], "signature": [ "(type: string, id: string, options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsRemoveReferencesToOptions", - "text": "SavedObjectsRemoveReferencesToOptions" - }, + "SavedObjectsRemoveReferencesToOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsRemoveReferencesToResponse", - "text": "SavedObjectsRemoveReferencesToResponse" - }, + "SavedObjectsRemoveReferencesToResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1595,7 +1217,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1612,7 +1234,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1627,16 +1249,10 @@ "{@link SavedObjectsRemoveReferencesToOptions } - options for the remove references operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsRemoveReferencesToOptions", - "text": "SavedObjectsRemoveReferencesToOptions" - }, + "SavedObjectsRemoveReferencesToOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1657,32 +1273,14 @@ ], "signature": [ "(type: string, id: string, counterFields: (string | ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsIncrementCounterField", - "text": "SavedObjectsIncrementCounterField" - }, + "SavedObjectsIncrementCounterField", ")[], options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsIncrementCounterOptions", - "text": "SavedObjectsIncrementCounterOptions" - }, + "SavedObjectsIncrementCounterOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1698,7 +1296,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1715,7 +1313,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1731,16 +1329,10 @@ ], "signature": [ "(string | ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsIncrementCounterField", - "text": "SavedObjectsIncrementCounterField" - }, + "SavedObjectsIncrementCounterField", ")[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1755,16 +1347,10 @@ "{@link SavedObjectsIncrementCounterOptions }" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsIncrementCounterOptions", - "text": "SavedObjectsIncrementCounterOptions" - }, + "SavedObjectsIncrementCounterOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1788,26 +1374,14 @@ ], "signature": [ "(type: string | string[], options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsOpenPointInTimeOptions", - "text": "SavedObjectsOpenPointInTimeOptions" - }, + "SavedObjectsOpenPointInTimeOptions", " | undefined, internalOptions?: ", "SavedObjectsFindInternalOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsOpenPointInTimeResponse", - "text": "SavedObjectsOpenPointInTimeResponse" - }, + "SavedObjectsOpenPointInTimeResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1823,7 +1397,7 @@ "signature": [ "string | string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1838,16 +1412,10 @@ "{@link SavedObjectsOpenPointInTimeOptions } - options for the open PIT operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsOpenPointInTimeOptions", - "text": "SavedObjectsOpenPointInTimeOptions" - }, + "SavedObjectsOpenPointInTimeOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1865,7 +1433,7 @@ "SavedObjectsFindInternalOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1886,26 +1454,14 @@ ], "signature": [ "(id: string, options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - }, + "SavedObjectsBaseOptions", " | undefined, internalOptions?: ", "SavedObjectsFindInternalOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClosePointInTimeResponse", - "text": "SavedObjectsClosePointInTimeResponse" - }, + "SavedObjectsClosePointInTimeResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1921,7 +1477,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1936,16 +1492,10 @@ "{@link SavedObjectsClosePointInTimeOptions } - options for the close PIT operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - }, + "SavedObjectsBaseOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1963,7 +1513,7 @@ "SavedObjectsFindInternalOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1984,32 +1534,14 @@ ], "signature": [ "(findOptions: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCreatePointInTimeFinderOptions", - "text": "SavedObjectsCreatePointInTimeFinderOptions" - }, + "SavedObjectsCreatePointInTimeFinderOptions", ", dependencies?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCreatePointInTimeFinderDependencies", - "text": "SavedObjectsCreatePointInTimeFinderDependencies" - }, + "SavedObjectsCreatePointInTimeFinderDependencies", " | undefined) => ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.ISavedObjectsPointInTimeFinder", - "text": "ISavedObjectsPointInTimeFinder" - }, + "ISavedObjectsPointInTimeFinder", "" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2023,15 +1555,9 @@ "- {@link SavedObjectsCreatePointInTimeFinderOptions } - the options for creating the point-in-time finder" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCreatePointInTimeFinderOptions", - "text": "SavedObjectsCreatePointInTimeFinderOptions" - } - ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "SavedObjectsCreatePointInTimeFinderOptions" + ], + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2046,16 +1572,10 @@ "- {@link SavedObjectsCreatePointInTimeFinderDependencies } - the dependencies for creating the point-in-time finder" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCreatePointInTimeFinderDependencies", - "text": "SavedObjectsCreatePointInTimeFinderDependencies" - }, + "SavedObjectsCreatePointInTimeFinderDependencies", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2077,7 +1597,7 @@ "signature": [ "(namespace?: string | undefined) => string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2091,7 +1611,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2110,15 +1630,9 @@ ], "signature": [ "(namespace: string) => ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.ISavedObjectsRepository", - "text": "ISavedObjectsRepository" - } + "ISavedObjectsRepository" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2134,7 +1648,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2155,16 +1669,10 @@ "\nDefinition of the Saved Object interface\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2177,7 +1685,7 @@ "description": [ "The ID of this Saved Object, guaranteed to be unique for all objects of the same `type`" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2190,7 +1698,7 @@ "description": [ " The type of Saved Object. Each plugin can define its own custom Saved Object types." ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2206,7 +1714,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2222,7 +1730,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2238,7 +1746,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2254,7 +1762,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2270,7 +1778,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2284,16 +1792,10 @@ "Error associated with this object, populated if an operation failed for this object." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectError", - "text": "SavedObjectError" - }, + "SavedObjectError", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2309,7 +1811,7 @@ "signature": [ "T" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2323,16 +1825,10 @@ "{@inheritdoc SavedObjectReference}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2348,46 +1844,36 @@ "\n{@inheritdoc SavedObjectsMigrationVersion}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsMigrationVersion", - "text": "SavedObjectsMigrationVersion" - }, + "SavedObjectsMigrationVersion", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts" - }, - { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server-internal/src/lib/apis/utils/internal_utils.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/import/lib/collect_saved_objects.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts" }, { - "plugin": "@kbn/core-saved-objects-api-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/utils/internal_utils.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/collect_saved_objects.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { "plugin": "graph", @@ -2401,6 +1887,10 @@ "plugin": "graph", "path": "x-pack/plugins/graph/server/sample_data/flights.ts" }, + { + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + }, { "plugin": "fleet", "path": "x-pack/platform/plugins/shared/fleet/server/services/epm/kibana/assets/install.ts" @@ -2563,7 +2053,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2579,7 +2069,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2595,7 +2085,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2611,7 +2101,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2627,7 +2117,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false } @@ -2645,89 +2135,33 @@ "description": [ "\nThe data for a Saved Object is stored as an object in the `attributes`\nproperty.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": true, "trackAdoption": false, "references": [ - { - "plugin": "@kbn/core-saved-objects-common", - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts" - }, - { - "plugin": "@kbn/core-saved-objects-common", - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts" - }, - { - "plugin": "@kbn/core-saved-objects-common", - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects.ts" - }, - { - "plugin": "@kbn/core-saved-objects-server", - "path": "packages/core/saved-objects/core-saved-objects-server/index.ts" - }, { "plugin": "@kbn/core", - "path": "src/core/server/index.ts" + "path": "src/core/packages/saved-objects/common/src/server_types.ts" }, { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" - }, - { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" - }, - { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" - }, - { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" - }, - { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" - }, - { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" - }, - { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" - }, - { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" - }, - { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" - }, - { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" - }, - { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/common/src/server_types.ts" }, { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/common/src/saved_objects.ts" }, { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server/index.ts" }, { - "plugin": "alerting", - "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server/index.ts" }, { - "plugin": "alerting", - "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts" + "plugin": "@kbn/core", + "path": "src/core/server/index.ts" }, { "plugin": "actions", @@ -2789,6 +2223,66 @@ "plugin": "actions", "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/create.ts" }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "alerting", + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts" + }, + { + "plugin": "alerting", + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts" + }, { "plugin": "alerting", "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/common/inject_references.ts" @@ -2813,25 +2307,13 @@ "plugin": "alerting", "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/geo_containment/migrations.ts" }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts" - }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts" - }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts" - }, { "plugin": "savedSearch", - "path": "src/plugins/saved_search/server/saved_objects/search_migrations.ts" + "path": "src/platform/plugins/shared/saved_search/server/saved_objects/search_migrations.ts" }, { "plugin": "savedSearch", - "path": "src/plugins/saved_search/server/saved_objects/search_migrations.ts" + "path": "src/platform/plugins/shared/saved_search/server/saved_objects/search_migrations.ts" }, { "plugin": "canvas", @@ -2885,6 +2367,18 @@ "plugin": "taskManager", "path": "x-pack/platform/plugins/shared/task_manager/server/task_store.test.ts" }, + { + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/collectors/lib/telemetry.ts" + }, + { + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/collectors/lib/telemetry.ts" + }, + { + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/collectors/lib/telemetry.ts" + }, { "plugin": "alerting", "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.11/index.ts" @@ -2902,12 +2396,12 @@ "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.15/index.ts" }, { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/collect_references_deep.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/lib/collect_references_deep.test.ts" }, { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/collect_references_deep.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/lib/collect_references_deep.test.ts" } ], "children": [ @@ -2920,15 +2414,9 @@ "description": [], "signature": [ "[key: string]: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttribute", - "text": "SavedObjectAttribute" - } + "SavedObjectAttribute" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false } @@ -2944,7 +2432,7 @@ "description": [ "\nA reference to another saved object.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2955,7 +2443,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2966,7 +2454,7 @@ "tags": [], "label": "type", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -2977,7 +2465,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false } @@ -2993,7 +2481,7 @@ "description": [ "\nA returned input object or one of its references, with additional context.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/collect_multinamespace_references.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/collect_multinamespace_references.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3006,7 +2494,7 @@ "description": [ "The type of the referenced object" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/collect_multinamespace_references.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/collect_multinamespace_references.ts", "deprecated": false, "trackAdoption": false }, @@ -3019,7 +2507,7 @@ "description": [ "The ID of the referenced object" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/collect_multinamespace_references.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/collect_multinamespace_references.ts", "deprecated": false, "trackAdoption": false }, @@ -3035,7 +2523,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/collect_multinamespace_references.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/collect_multinamespace_references.ts", "deprecated": false, "trackAdoption": false }, @@ -3051,7 +2539,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/collect_multinamespace_references.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/collect_multinamespace_references.ts", "deprecated": false, "trackAdoption": false }, @@ -3067,7 +2555,7 @@ "signature": [ "{ type: string; id: string; name: string; }[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/collect_multinamespace_references.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/collect_multinamespace_references.ts", "deprecated": false, "trackAdoption": false }, @@ -3083,7 +2571,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/collect_multinamespace_references.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/collect_multinamespace_references.ts", "deprecated": false, "trackAdoption": false }, @@ -3099,7 +2587,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/collect_multinamespace_references.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/collect_multinamespace_references.ts", "deprecated": false, "trackAdoption": false }, @@ -3115,7 +2603,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/collect_multinamespace_references.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/collect_multinamespace_references.ts", "deprecated": false, "trackAdoption": false } @@ -3131,7 +2619,7 @@ "description": [ "\nBase options used by most of the savedObject APIs." ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/base.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/base.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3147,7 +2635,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/base.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/base.ts", "deprecated": false, "trackAdoption": false } @@ -3164,16 +2652,10 @@ "\nObject parameters for the bulk create operation\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkCreateObject", - "text": "SavedObjectsBulkCreateObject" - }, + "SavedObjectsBulkCreateObject", "" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_create.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_create.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3189,7 +2671,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_create.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_create.ts", "deprecated": false, "trackAdoption": false }, @@ -3202,7 +2684,7 @@ "description": [ "The type of object to create" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_create.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_create.ts", "deprecated": false, "trackAdoption": false }, @@ -3218,7 +2700,7 @@ "signature": [ "T" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_create.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_create.ts", "deprecated": false, "trackAdoption": false }, @@ -3234,7 +2716,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_create.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_create.ts", "deprecated": false, "trackAdoption": false }, @@ -3248,16 +2730,10 @@ "Array of references to other saved objects" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_create.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_create.ts", "deprecated": false, "trackAdoption": false }, @@ -3273,26 +2749,20 @@ "\n{@inheritDoc SavedObjectsMigrationVersion}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsMigrationVersion", - "text": "SavedObjectsMigrationVersion" - }, + "SavedObjectsMigrationVersion", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_create.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_create.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-api-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/bulk_create.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server-internal/src/lib/apis/bulk_create.ts" }, { - "plugin": "@kbn/core-saved-objects-api-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-api-server-internal/src/test_helpers/repository.test.common.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server-internal/src/test_helpers/repository.test.common.ts" } ] }, @@ -3308,7 +2778,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_create.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_create.ts", "deprecated": false, "trackAdoption": false }, @@ -3324,7 +2794,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_create.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_create.ts", "deprecated": false, "trackAdoption": false }, @@ -3340,7 +2810,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_create.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_create.ts", "deprecated": false, "trackAdoption": false }, @@ -3356,7 +2826,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_create.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_create.ts", "deprecated": false, "trackAdoption": false }, @@ -3372,7 +2842,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_create.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_create.ts", "deprecated": false, "trackAdoption": false } @@ -3388,7 +2858,7 @@ "description": [ "\nObject parameters for the bulk delete operation\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_delete.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_delete.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3401,7 +2871,7 @@ "description": [ "The type of the saved object to delete" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_delete.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_delete.ts", "deprecated": false, "trackAdoption": false }, @@ -3414,7 +2884,7 @@ "description": [ "The ID of the saved object to delete" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_delete.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_delete.ts", "deprecated": false, "trackAdoption": false } @@ -3431,23 +2901,11 @@ "\nOptions for the bulk delete operation\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkDeleteOptions", - "text": "SavedObjectsBulkDeleteOptions" - }, + "SavedObjectsBulkDeleteOptions", " extends ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - } + "SavedObjectsBaseOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_delete.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_delete.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3461,16 +2919,10 @@ "The Elasticsearch Refresh setting for this operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.MutatingOperationRefreshSetting", - "text": "MutatingOperationRefreshSetting" - }, + "MutatingOperationRefreshSetting", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_delete.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_delete.ts", "deprecated": false, "trackAdoption": false }, @@ -3486,7 +2938,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_delete.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_delete.ts", "deprecated": false, "trackAdoption": false } @@ -3502,7 +2954,7 @@ "description": [ "\nReturn type of the Saved Objects `bulkDelete()` method\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_delete.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_delete.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3516,16 +2968,10 @@ "Array of {@link SavedObjectsBulkDeleteStatus}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkDeleteStatus", - "text": "SavedObjectsBulkDeleteStatus" - }, + "SavedObjectsBulkDeleteStatus", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_delete.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_delete.ts", "deprecated": false, "trackAdoption": false } @@ -3541,7 +2987,7 @@ "description": [ "\nThe per-object result of a bulk delete operation\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_delete.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_delete.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3554,7 +3000,7 @@ "description": [ "The ID of the saved object" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_delete.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_delete.ts", "deprecated": false, "trackAdoption": false }, @@ -3567,7 +3013,7 @@ "description": [ "The type of the saved object" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_delete.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_delete.ts", "deprecated": false, "trackAdoption": false }, @@ -3580,7 +3026,7 @@ "description": [ "The status of deleting the object: true for deleted, false for error" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_delete.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_delete.ts", "deprecated": false, "trackAdoption": false }, @@ -3594,16 +3040,10 @@ "Reason the object could not be deleted (success is false)" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectError", - "text": "SavedObjectError" - }, + "SavedObjectError", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_delete.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_delete.ts", "deprecated": false, "trackAdoption": false } @@ -3619,7 +3059,7 @@ "description": [ "\nObject parameters for the bulk get operation\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_get.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_get.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3632,7 +3072,7 @@ "description": [ "ID of the object to get" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_get.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_get.ts", "deprecated": false, "trackAdoption": false }, @@ -3645,7 +3085,7 @@ "description": [ "Type of the object to get" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_get.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_get.ts", "deprecated": false, "trackAdoption": false }, @@ -3661,7 +3101,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_get.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_get.ts", "deprecated": false, "trackAdoption": false }, @@ -3677,7 +3117,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_get.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_get.ts", "deprecated": false, "trackAdoption": false } @@ -3693,7 +3133,7 @@ "description": [ "\nObject parameters for the bulk resolve operation\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_resolve.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_resolve.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3706,7 +3146,7 @@ "description": [ "ID of the object to resiolve" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_resolve.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_resolve.ts", "deprecated": false, "trackAdoption": false }, @@ -3719,7 +3159,7 @@ "description": [ "Type of the object to resolve" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_resolve.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_resolve.ts", "deprecated": false, "trackAdoption": false } @@ -3736,16 +3176,10 @@ "\nReturn type of the Saved Objects `bulkResolve()` method.\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkResolveResponse", - "text": "SavedObjectsBulkResolveResponse" - }, + "SavedObjectsBulkResolveResponse", "" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_resolve.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_resolve.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3759,16 +3193,10 @@ "array of {@link SavedObjectsResolveResponse}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsResolveResponse", - "text": "SavedObjectsResolveResponse" - }, + "SavedObjectsResolveResponse", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_resolve.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_resolve.ts", "deprecated": false, "trackAdoption": false } @@ -3785,16 +3213,10 @@ "\nBase return for saved object bulk operations\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkResponse", - "text": "SavedObjectsBulkResponse" - }, + "SavedObjectsBulkResponse", "" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/base.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/base.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3808,16 +3230,10 @@ "array of saved objects" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/base.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/base.ts", "deprecated": false, "trackAdoption": false } @@ -3834,24 +3250,12 @@ "\nObject parameters for the bulk update operation\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkUpdateObject", - "text": "SavedObjectsBulkUpdateObject" - }, + "SavedObjectsBulkUpdateObject", " extends Pick<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateOptions", - "text": "SavedObjectsUpdateOptions" - }, + "SavedObjectsUpdateOptions", ", \"version\" | \"references\">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_update.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_update.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3864,7 +3268,7 @@ "description": [ "The ID of this Saved Object, guaranteed to be unique for all objects of the same `type`" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_update.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_update.ts", "deprecated": false, "trackAdoption": false }, @@ -3877,7 +3281,7 @@ "description": [ " The type of this Saved Object. Each plugin can define it's own custom Saved Object types." ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_update.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_update.ts", "deprecated": false, "trackAdoption": false }, @@ -3893,7 +3297,7 @@ "signature": [ "{ [P in keyof T]?: T[P] | undefined; }" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_update.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_update.ts", "deprecated": false, "trackAdoption": false }, @@ -3909,7 +3313,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_update.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_update.ts", "deprecated": false, "trackAdoption": false }, @@ -3925,7 +3329,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_update.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_update.ts", "deprecated": false, "trackAdoption": false } @@ -3942,23 +3346,11 @@ "\nOptions for the saved objects bulk update operation\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkUpdateOptions", - "text": "SavedObjectsBulkUpdateOptions" - }, + "SavedObjectsBulkUpdateOptions", " extends ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - } + "SavedObjectsBaseOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_update.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_update.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3972,16 +3364,10 @@ "The Elasticsearch Refresh setting for this operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.MutatingOperationRefreshSetting", - "text": "MutatingOperationRefreshSetting" - }, + "MutatingOperationRefreshSetting", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_update.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_update.ts", "deprecated": false, "trackAdoption": false }, @@ -3997,7 +3383,7 @@ "signature": [ "\"raw\" | \"compatible\" | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_update.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_update.ts", "deprecated": false, "trackAdoption": false } @@ -4014,16 +3400,10 @@ "\nReturn type of the Saved Objects `bulkUpdate()` method.\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkUpdateResponse", - "text": "SavedObjectsBulkUpdateResponse" - }, + "SavedObjectsBulkUpdateResponse", "" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_update.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_update.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4037,16 +3417,10 @@ "array of {@link SavedObjectsUpdateResponse}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateResponse", - "text": "SavedObjectsUpdateResponse" - }, + "SavedObjectsUpdateResponse", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/bulk_update.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/bulk_update.ts", "deprecated": false, "trackAdoption": false } @@ -4062,7 +3436,7 @@ "description": [ "\nObject parameters for the check conficts operation\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/check_conflicts.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/check_conflicts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4075,7 +3449,7 @@ "description": [ "The ID of the object to check" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/check_conflicts.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/check_conflicts.ts", "deprecated": false, "trackAdoption": false }, @@ -4088,7 +3462,7 @@ "description": [ "The type of the object to check" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/check_conflicts.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/check_conflicts.ts", "deprecated": false, "trackAdoption": false } @@ -4104,7 +3478,7 @@ "description": [ "\nReturn type of the Saved Objects `checkConflicts()` method.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/check_conflicts.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/check_conflicts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4119,16 +3493,10 @@ ], "signature": [ "{ id: string; type: string; error: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectError", - "text": "SavedObjectError" - }, + "SavedObjectError", "; }[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/check_conflicts.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/check_conflicts.ts", "deprecated": false, "trackAdoption": false } @@ -4144,7 +3512,7 @@ "description": [ "\nSaved Objects is Kibana's data persistence mechanism allowing plugins to\nuse Elasticsearch for storing plugin state.\n\n## SavedObjectsClient errors\n\nSince the SavedObjectsClient has its hands in everything we\nare a little paranoid about the way we present errors back to\nto application code. Ideally, all errors will be either:\n\n 1. Caused by bad implementation (ie. undefined is not a function) and\n as such unpredictable\n 2. An error that has been classified and decorated appropriately\n by the decorators in {@link SavedObjectsErrorHelpers}\n\nType 1 errors are inevitable, but since all expected/handle-able errors\nshould be Type 2 the `isXYZError()` helpers exposed at\n`SavedObjectsErrorHelpers` should be used to understand and manage error\nresponses from the `SavedObjectsClient`.\n\nType 2 errors are decorated versions of the source error, so if\nthe elasticsearch client threw an error it will be decorated based\non its type. That means that rather than looking for `error.body.error.type` or\ndoing substring checks on `error.body.error.reason`, just use the helpers to\nunderstand the meaning of the error:\n\n ```js\n if (SavedObjectsErrorHelpers.isNotFoundError(error)) {\n // handle 404\n }\n\n if (SavedObjectsErrorHelpers.isNotAuthorizedError(error)) {\n // 401 handling should be automatic, but in case you wanted to know\n }\n\n // always rethrow the error unless you handle it\n throw error;\n ```\n\n### 404s from missing index\n\nFrom the perspective of application code and APIs the SavedObjectsClient is\na black box that persists objects. One of the internal details that users have\nno control over is that we use an elasticsearch index for persistence and that\nindex might be missing.\n\nAt the time of writing we are in the process of transitioning away from the\noperating assumption that the SavedObjects index is always available. Part of\nthis transition is handling errors resulting from an index missing. These used\nto trigger a 500 error in most cases, and in others cause 404s with different\nerror messages.\n\nFrom my (Spencer) perspective, a 404 from the SavedObjectsApi is a 404; The\nobject the request/call was targeting could not be found. This is why #14141\ntakes special care to ensure that 404 errors are generic and don't distinguish\nbetween index missing or document missing.\n\nSee {@link SavedObjectsClient}\nSee {@link SavedObjectsErrorHelpers}\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4159,24 +3527,12 @@ ], "signature": [ "(type: string, attributes: T, options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCreateOptions", - "text": "SavedObjectsCreateOptions" - }, + "SavedObjectsCreateOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4192,7 +3548,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4209,7 +3565,7 @@ "signature": [ "T" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4224,16 +3580,10 @@ "{@link SavedObjectsCreateOptions } - options for the create operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCreateOptions", - "text": "SavedObjectsCreateOptions" - }, + "SavedObjectsCreateOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4254,32 +3604,14 @@ ], "signature": [ "(objects: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkCreateObject", - "text": "SavedObjectsBulkCreateObject" - }, + "SavedObjectsBulkCreateObject", "[], options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCreateOptions", - "text": "SavedObjectsCreateOptions" - }, + "SavedObjectsCreateOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkResponse", - "text": "SavedObjectsBulkResponse" - }, + "SavedObjectsBulkResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4293,16 +3625,10 @@ "- array of objects to create (contains type, attributes, and optional fields )" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkCreateObject", - "text": "SavedObjectsBulkCreateObject" - }, + "SavedObjectsBulkCreateObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4317,16 +3643,10 @@ "{@link SavedObjectsCreateOptions } - options for the bulk create operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCreateOptions", - "text": "SavedObjectsCreateOptions" - }, + "SavedObjectsCreateOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4347,32 +3667,14 @@ ], "signature": [ "(objects: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCheckConflictsObject", - "text": "SavedObjectsCheckConflictsObject" - }, + "SavedObjectsCheckConflictsObject", "[], options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - }, + "SavedObjectsBaseOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCheckConflictsResponse", - "text": "SavedObjectsCheckConflictsResponse" - }, + "SavedObjectsCheckConflictsResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4386,16 +3688,10 @@ "- array of objects to check (contains ID and type)" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCheckConflictsObject", - "text": "SavedObjectsCheckConflictsObject" - }, + "SavedObjectsCheckConflictsObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4410,16 +3706,10 @@ "{@link SavedObjectsBaseOptions } - options for the check conflicts operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - }, + "SavedObjectsBaseOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4440,16 +3730,10 @@ ], "signature": [ "(type: string, id: string, options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsDeleteOptions", - "text": "SavedObjectsDeleteOptions" - }, + "SavedObjectsDeleteOptions", " | undefined) => Promise<{}>" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4465,7 +3749,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4482,7 +3766,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4497,16 +3781,10 @@ "{@link SavedObjectsDeleteOptions } - options for the delete operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsDeleteOptions", - "text": "SavedObjectsDeleteOptions" - }, + "SavedObjectsDeleteOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4525,32 +3803,14 @@ ], "signature": [ "(objects: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkDeleteObject", - "text": "SavedObjectsBulkDeleteObject" - }, + "SavedObjectsBulkDeleteObject", "[], options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkDeleteOptions", - "text": "SavedObjectsBulkDeleteOptions" - }, + "SavedObjectsBulkDeleteOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkDeleteResponse", - "text": "SavedObjectsBulkDeleteResponse" - }, + "SavedObjectsBulkDeleteResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4564,16 +3824,10 @@ "- array of objects to delete (contains ID and type)" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkDeleteObject", - "text": "SavedObjectsBulkDeleteObject" - }, + "SavedObjectsBulkDeleteObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4588,16 +3842,10 @@ "{@link SavedObjectsBulkDeleteOptions } - options for the bulk delete operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkDeleteOptions", - "text": "SavedObjectsBulkDeleteOptions" - }, + "SavedObjectsBulkDeleteOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4618,24 +3866,12 @@ ], "signature": [ "(options: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptions", - "text": "SavedObjectsFindOptions" - }, + "SavedObjectsFindOptions", ") => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindResponse", - "text": "SavedObjectsFindResponse" - }, + "SavedObjectsFindResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4649,15 +3885,9 @@ "{@link SavedObjectsFindOptions } - options for the find operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptions", - "text": "SavedObjectsFindOptions" - } - ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "SavedObjectsFindOptions" + ], + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4678,32 +3908,14 @@ ], "signature": [ "(objects: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkGetObject", - "text": "SavedObjectsBulkGetObject" - }, + "SavedObjectsBulkGetObject", "[], options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsGetOptions", - "text": "SavedObjectsGetOptions" - }, + "SavedObjectsGetOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkResponse", - "text": "SavedObjectsBulkResponse" - }, + "SavedObjectsBulkResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4717,16 +3929,10 @@ "- array of objects to get (contains id, type, and optional fields)" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkGetObject", - "text": "SavedObjectsBulkGetObject" - }, + "SavedObjectsBulkGetObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4741,16 +3947,10 @@ "{@link SavedObjectsGetOptions } - options for the bulk get operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsGetOptions", - "text": "SavedObjectsGetOptions" - }, + "SavedObjectsGetOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4771,24 +3971,12 @@ ], "signature": [ "(type: string, id: string, options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsGetOptions", - "text": "SavedObjectsGetOptions" - }, + "SavedObjectsGetOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4804,7 +3992,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4821,7 +4009,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4836,16 +4024,10 @@ "{@link SavedObjectsGetOptions } - options for the get operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsGetOptions", - "text": "SavedObjectsGetOptions" - }, + "SavedObjectsGetOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4866,32 +4048,14 @@ ], "signature": [ "(objects: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkResolveObject", - "text": "SavedObjectsBulkResolveObject" - }, + "SavedObjectsBulkResolveObject", "[], options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsResolveOptions", - "text": "SavedObjectsResolveOptions" - }, + "SavedObjectsResolveOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkResolveResponse", - "text": "SavedObjectsBulkResolveResponse" - }, + "SavedObjectsBulkResolveResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4905,16 +4069,10 @@ "- an array of objects to resolve (contains id and type)" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkResolveObject", - "text": "SavedObjectsBulkResolveObject" - }, + "SavedObjectsBulkResolveObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4929,16 +4087,10 @@ "{@link SavedObjectsResolveOptions } - options for the bulk resolve operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsResolveOptions", - "text": "SavedObjectsResolveOptions" - }, + "SavedObjectsResolveOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4959,24 +4111,12 @@ ], "signature": [ "(type: string, id: string, options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsResolveOptions", - "text": "SavedObjectsResolveOptions" - }, + "SavedObjectsResolveOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsResolveResponse", - "text": "SavedObjectsResolveResponse" - }, + "SavedObjectsResolveResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4992,7 +4132,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5009,7 +4149,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5024,16 +4164,10 @@ "{@link SavedObjectsResolveOptions } - options for the resolve operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsResolveOptions", - "text": "SavedObjectsResolveOptions" - }, + "SavedObjectsResolveOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -5054,24 +4188,12 @@ ], "signature": [ "(type: string, id: string, attributes: Partial, options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateOptions", - "text": "SavedObjectsUpdateOptions" - }, + "SavedObjectsUpdateOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateResponse", - "text": "SavedObjectsUpdateResponse" - }, + "SavedObjectsUpdateResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5087,7 +4209,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5104,7 +4226,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5121,7 +4243,7 @@ "signature": [ "Partial" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5136,16 +4258,10 @@ "{@link SavedObjectsUpdateOptions } - options for the update operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateOptions", - "text": "SavedObjectsUpdateOptions" - }, + "SavedObjectsUpdateOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -5166,32 +4282,14 @@ ], "signature": [ "(objects: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkUpdateObject", - "text": "SavedObjectsBulkUpdateObject" - }, + "SavedObjectsBulkUpdateObject", "[], options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkUpdateOptions", - "text": "SavedObjectsBulkUpdateOptions" - }, + "SavedObjectsBulkUpdateOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkUpdateResponse", - "text": "SavedObjectsBulkUpdateResponse" - }, + "SavedObjectsBulkUpdateResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5205,16 +4303,10 @@ "- array of objects to update (contains ID, type, attributes, and optional namespace)" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkUpdateObject", - "text": "SavedObjectsBulkUpdateObject" - }, + "SavedObjectsBulkUpdateObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5229,16 +4321,10 @@ "{@link SavedObjectsBulkUpdateOptions } - options for the bulkUpdate operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkUpdateOptions", - "text": "SavedObjectsBulkUpdateOptions" - }, + "SavedObjectsBulkUpdateOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -5259,24 +4345,12 @@ ], "signature": [ "(type: string, id: string, options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsRemoveReferencesToOptions", - "text": "SavedObjectsRemoveReferencesToOptions" - }, + "SavedObjectsRemoveReferencesToOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsRemoveReferencesToResponse", - "text": "SavedObjectsRemoveReferencesToResponse" - }, + "SavedObjectsRemoveReferencesToResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5292,7 +4366,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5309,7 +4383,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5324,16 +4398,10 @@ "{@link SavedObjectsRemoveReferencesToOptions } - options for the remove references operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsRemoveReferencesToOptions", - "text": "SavedObjectsRemoveReferencesToOptions" - }, + "SavedObjectsRemoveReferencesToOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -5354,24 +4422,12 @@ ], "signature": [ "(type: string | string[], options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsOpenPointInTimeOptions", - "text": "SavedObjectsOpenPointInTimeOptions" - }, + "SavedObjectsOpenPointInTimeOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsOpenPointInTimeResponse", - "text": "SavedObjectsOpenPointInTimeResponse" - }, + "SavedObjectsOpenPointInTimeResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5387,7 +4443,7 @@ "signature": [ "string | string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5402,16 +4458,10 @@ "{@link SavedObjectsOpenPointInTimeOptions } - options for the open PIT for type operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsOpenPointInTimeOptions", - "text": "SavedObjectsOpenPointInTimeOptions" - }, + "SavedObjectsOpenPointInTimeOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -5432,24 +4482,12 @@ ], "signature": [ "(id: string, options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - }, + "SavedObjectsBaseOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClosePointInTimeResponse", - "text": "SavedObjectsClosePointInTimeResponse" - }, + "SavedObjectsClosePointInTimeResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5465,7 +4503,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5480,16 +4518,10 @@ "{@link SavedObjectsClosePointInTimeOptions } - options for the close PIT operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - }, + "SavedObjectsBaseOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -5510,32 +4542,14 @@ ], "signature": [ "(findOptions: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCreatePointInTimeFinderOptions", - "text": "SavedObjectsCreatePointInTimeFinderOptions" - }, + "SavedObjectsCreatePointInTimeFinderOptions", ", dependencies?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCreatePointInTimeFinderDependencies", - "text": "SavedObjectsCreatePointInTimeFinderDependencies" - }, + "SavedObjectsCreatePointInTimeFinderDependencies", " | undefined) => ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.ISavedObjectsPointInTimeFinder", - "text": "ISavedObjectsPointInTimeFinder" - }, + "ISavedObjectsPointInTimeFinder", "" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5549,15 +4563,9 @@ "{@link SavedObjectsCreatePointInTimeFinderOptions } - options for the create PIT finder operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCreatePointInTimeFinderOptions", - "text": "SavedObjectsCreatePointInTimeFinderOptions" - } - ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "SavedObjectsCreatePointInTimeFinderOptions" + ], + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5572,16 +4580,10 @@ "{@link SavedObjectsCreatePointInTimeFinderDependencies } - dependencies for the create PIT finder operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCreatePointInTimeFinderDependencies", - "text": "SavedObjectsCreatePointInTimeFinderDependencies" - }, + "SavedObjectsCreatePointInTimeFinderDependencies", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -5602,32 +4604,14 @@ ], "signature": [ "(objects: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCollectMultiNamespaceReferencesObject", - "text": "SavedObjectsCollectMultiNamespaceReferencesObject" - }, + "SavedObjectsCollectMultiNamespaceReferencesObject", "[], options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCollectMultiNamespaceReferencesOptions", - "text": "SavedObjectsCollectMultiNamespaceReferencesOptions" - }, + "SavedObjectsCollectMultiNamespaceReferencesOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCollectMultiNamespaceReferencesResponse", - "text": "SavedObjectsCollectMultiNamespaceReferencesResponse" - }, + "SavedObjectsCollectMultiNamespaceReferencesResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5641,16 +4625,10 @@ "- array of objects to collect references for (contains ID and type)" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCollectMultiNamespaceReferencesObject", - "text": "SavedObjectsCollectMultiNamespaceReferencesObject" - }, + "SavedObjectsCollectMultiNamespaceReferencesObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5665,16 +4643,10 @@ "{@link SavedObjectsCollectMultiNamespaceReferencesOptions } - options for the collect multi namespace references operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCollectMultiNamespaceReferencesOptions", - "text": "SavedObjectsCollectMultiNamespaceReferencesOptions" - }, + "SavedObjectsCollectMultiNamespaceReferencesOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -5695,32 +4667,14 @@ ], "signature": [ "(objects: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateObjectsSpacesObject", - "text": "SavedObjectsUpdateObjectsSpacesObject" - }, + "SavedObjectsUpdateObjectsSpacesObject", "[], spacesToAdd: string[], spacesToRemove: string[], options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateObjectsSpacesOptions", - "text": "SavedObjectsUpdateObjectsSpacesOptions" - }, + "SavedObjectsUpdateObjectsSpacesOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateObjectsSpacesResponse", - "text": "SavedObjectsUpdateObjectsSpacesResponse" - }, + "SavedObjectsUpdateObjectsSpacesResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5734,16 +4688,10 @@ "- array of objects to update (contains ID, type, and optional internal-only parameters)" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateObjectsSpacesObject", - "text": "SavedObjectsUpdateObjectsSpacesObject" - }, + "SavedObjectsUpdateObjectsSpacesObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5760,7 +4708,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5777,7 +4725,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5792,16 +4740,10 @@ "{@link SavedObjectsUpdateObjectsSpacesOptions } - options for the update spaces operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateObjectsSpacesOptions", - "text": "SavedObjectsUpdateObjectsSpacesOptions" - }, + "SavedObjectsUpdateObjectsSpacesOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -5823,7 +4765,7 @@ "signature": [ "() => string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -5840,15 +4782,9 @@ ], "signature": [ "(namespace: string) => ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5864,7 +4800,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5884,7 +4820,7 @@ "description": [ "\nReturn type of the Saved Objects `closePointInTime()` method.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/close_point_in_time.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/close_point_in_time.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5897,7 +4833,7 @@ "description": [ "If true, all search contexts associated with the PIT id are successfully closed" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/close_point_in_time.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/close_point_in_time.ts", "deprecated": false, "trackAdoption": false }, @@ -5910,7 +4846,7 @@ "description": [ "The number of search contexts that have been successfully closed" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/close_point_in_time.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/close_point_in_time.ts", "deprecated": false, "trackAdoption": false } @@ -5926,7 +4862,7 @@ "description": [ "\nAn object to collect references for. It must be a multi-namespace type (in other words, the object type must be registered with the\n`namespaceType: 'multiple'` or `namespaceType: 'multiple-isolated'` option).\n\nNote: if options.purpose is 'updateObjectsSpaces', it must be a shareable type (in other words, the object type must be registered with\nthe `namespaceType: 'multiple'`).\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/collect_multinamespace_references.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/collect_multinamespace_references.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5939,7 +4875,7 @@ "description": [ "The ID of the object to collect references for" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/collect_multinamespace_references.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/collect_multinamespace_references.ts", "deprecated": false, "trackAdoption": false }, @@ -5952,7 +4888,7 @@ "description": [ "The type of the object to collect references for" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/collect_multinamespace_references.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/collect_multinamespace_references.ts", "deprecated": false, "trackAdoption": false } @@ -5969,23 +4905,11 @@ "\nOptions for collecting references.\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCollectMultiNamespaceReferencesOptions", - "text": "SavedObjectsCollectMultiNamespaceReferencesOptions" - }, + "SavedObjectsCollectMultiNamespaceReferencesOptions", " extends ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - } + "SavedObjectsBaseOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/collect_multinamespace_references.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/collect_multinamespace_references.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6002,7 +4926,7 @@ "SavedObjectsCollectMultiNamespaceReferencesPurpose", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/collect_multinamespace_references.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/collect_multinamespace_references.ts", "deprecated": false, "trackAdoption": false } @@ -6018,7 +4942,7 @@ "description": [ "\nThe response when object references are collected.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/collect_multinamespace_references.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/collect_multinamespace_references.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6032,16 +4956,10 @@ "array of {@link SavedObjectReferenceWithContext}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectReferenceWithContext", - "text": "SavedObjectReferenceWithContext" - }, + "SavedObjectReferenceWithContext", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/collect_multinamespace_references.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/collect_multinamespace_references.ts", "deprecated": false, "trackAdoption": false } @@ -6058,23 +4976,11 @@ "\nOptions for the saved objects create operation\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCreateOptions", - "text": "SavedObjectsCreateOptions" - }, + "SavedObjectsCreateOptions", " extends ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - } + "SavedObjectsBaseOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/create.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/create.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6090,7 +4996,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/create.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/create.ts", "deprecated": false, "trackAdoption": false }, @@ -6106,7 +5012,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/create.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/create.ts", "deprecated": false, "trackAdoption": false }, @@ -6122,7 +5028,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/create.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/create.ts", "deprecated": false, "trackAdoption": false }, @@ -6138,38 +5044,32 @@ "\n{@inheritDoc SavedObjectsMigrationVersion}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsMigrationVersion", - "text": "SavedObjectsMigrationVersion" - }, + "SavedObjectsMigrationVersion", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/create.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/create.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-api-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/create.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server-internal/src/lib/apis/create.ts" }, { "plugin": "canvas", "path": "x-pack/platform/plugins/private/canvas/server/workpad_route_context.ts" }, { - "plugin": "@kbn/core-saved-objects-api-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/create.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server-internal/src/lib/apis/create.test.ts" }, { - "plugin": "@kbn/core-saved-objects-api-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/create.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server-internal/src/lib/apis/create.test.ts" }, { - "plugin": "@kbn/core-saved-objects-api-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/create.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server-internal/src/lib/apis/create.test.ts" } ] }, @@ -6185,7 +5085,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/create.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/create.ts", "deprecated": false, "trackAdoption": false }, @@ -6201,7 +5101,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/create.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/create.ts", "deprecated": false, "trackAdoption": false }, @@ -6215,16 +5115,10 @@ "Array of references to other saved objects" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/create.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/create.ts", "deprecated": false, "trackAdoption": false }, @@ -6238,16 +5132,10 @@ "The Elasticsearch Refresh setting for this operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.MutatingOperationRefreshSetting", - "text": "MutatingOperationRefreshSetting" - }, + "MutatingOperationRefreshSetting", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/create.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/create.ts", "deprecated": false, "trackAdoption": false }, @@ -6263,7 +5151,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/create.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/create.ts", "deprecated": false, "trackAdoption": false }, @@ -6279,7 +5167,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/create.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/create.ts", "deprecated": false, "trackAdoption": false }, @@ -6295,7 +5183,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/create.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/create.ts", "deprecated": false, "trackAdoption": false }, @@ -6311,7 +5199,7 @@ "signature": [ "\"raw\" | \"compatible\" | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/create.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/create.ts", "deprecated": false, "trackAdoption": false } @@ -6327,7 +5215,7 @@ "description": [ "\nDependencies for the create point-in-time finder operation\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/create_point_in_time_finder.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/create_point_in_time_finder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6342,62 +5230,26 @@ ], "signature": [ "{ find: (options: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptions", - "text": "SavedObjectsFindOptions" - }, + "SavedObjectsFindOptions", ", internalOptions?: ", "SavedObjectsFindInternalOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindResponse", - "text": "SavedObjectsFindResponse" - }, + "SavedObjectsFindResponse", ">; closePointInTime: (id: string, options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - }, + "SavedObjectsBaseOptions", " | undefined, internalOptions?: ", "SavedObjectsFindInternalOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClosePointInTimeResponse", - "text": "SavedObjectsClosePointInTimeResponse" - }, + "SavedObjectsClosePointInTimeResponse", ">; openPointInTimeForType: (type: string | string[], options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsOpenPointInTimeOptions", - "text": "SavedObjectsOpenPointInTimeOptions" - }, + "SavedObjectsOpenPointInTimeOptions", " | undefined, internalOptions?: ", "SavedObjectsFindInternalOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsOpenPointInTimeResponse", - "text": "SavedObjectsOpenPointInTimeResponse" - }, + "SavedObjectsOpenPointInTimeResponse", ">; }" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/create_point_in_time_finder.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/create_point_in_time_finder.ts", "deprecated": false, "trackAdoption": false } @@ -6414,23 +5266,11 @@ "\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsDeleteByNamespaceOptions", - "text": "SavedObjectsDeleteByNamespaceOptions" - }, + "SavedObjectsDeleteByNamespaceOptions", " extends ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - } + "SavedObjectsBaseOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/delete_by_namespace.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/delete_by_namespace.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6446,7 +5286,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/delete_by_namespace.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/delete_by_namespace.ts", "deprecated": false, "trackAdoption": false } @@ -6463,23 +5303,11 @@ "\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsDeleteOptions", - "text": "SavedObjectsDeleteOptions" - }, + "SavedObjectsDeleteOptions", " extends ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - } + "SavedObjectsBaseOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/delete.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/delete.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6493,16 +5321,10 @@ "The Elasticsearch Refresh setting for this operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.MutatingOperationRefreshSetting", - "text": "MutatingOperationRefreshSetting" - }, + "MutatingOperationRefreshSetting", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/delete.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/delete.ts", "deprecated": false, "trackAdoption": false }, @@ -6518,7 +5340,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/delete.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/delete.ts", "deprecated": false, "trackAdoption": false } @@ -6534,7 +5356,7 @@ "description": [ "\nOptions for finding saved objects\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6550,7 +5372,7 @@ "signature": [ "string | string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -6566,7 +5388,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -6582,7 +5404,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -6598,7 +5420,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -6615,7 +5437,7 @@ "SortOrder", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -6631,7 +5453,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -6647,7 +5469,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -6663,7 +5485,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -6680,7 +5502,7 @@ "SortResults", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -6696,7 +5518,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -6710,24 +5532,12 @@ "\nSearch for documents having a reference to the specified objects.\nUse `hasReferenceOperator` to specify the operator to use when searching for multiple references." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", " | ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", "[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -6743,7 +5553,7 @@ "signature": [ "\"AND\" | \"OR\" | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -6757,24 +5567,12 @@ "\nSearch for documents *not* having a reference to the specified objects.\nUse `hasNoReferenceOperator` to specify the operator to use when searching for multiple references." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", " | ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", "[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -6790,7 +5588,7 @@ "signature": [ "\"AND\" | \"OR\" | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -6806,7 +5604,7 @@ "signature": [ "\"AND\" | \"OR\" | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -6822,7 +5620,7 @@ "signature": [ "any" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -6842,7 +5640,7 @@ "AggregationsAggregationContainer", "> | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -6858,7 +5656,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -6874,7 +5672,7 @@ "signature": [ "Map | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -6890,7 +5688,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -6904,16 +5702,10 @@ "\nSearch against a specific Point In Time (PIT) that you've opened with {@link SavedObjectsClient.openPointInTimeForType}." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsPitParams", - "text": "SavedObjectsPitParams" - }, + "SavedObjectsPitParams", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -6929,7 +5721,7 @@ "signature": [ "\"raw\" | \"compatible\" | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false } @@ -6945,7 +5737,7 @@ "description": [ "\nAn object reference for use in find operation options\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6958,7 +5750,7 @@ "description": [ "The type of the saved object" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -6971,7 +5763,7 @@ "description": [ "The ID of the saved object" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false } @@ -6988,16 +5780,10 @@ "\nReturn type of the Saved Objects `find()` method.\n\n*Note*: this type is different between the Public and Server Saved Objects\nclients.\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindResponse", - "text": "SavedObjectsFindResponse" - }, + "SavedObjectsFindResponse", "" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7013,7 +5799,7 @@ "signature": [ "A | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -7027,16 +5813,10 @@ "array of found saved objects" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindResult", - "text": "SavedObjectsFindResult" - }, + "SavedObjectsFindResult", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -7049,7 +5829,7 @@ "description": [ "the total number of objects" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -7062,7 +5842,7 @@ "description": [ "the number of objects per page" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -7075,7 +5855,7 @@ "description": [ "the current page number" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -7091,7 +5871,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false } @@ -7108,24 +5888,12 @@ "\nResults for a find operation\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindResult", - "text": "SavedObjectsFindResult" - }, + "SavedObjectsFindResult", " extends ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7138,7 +5906,7 @@ "description": [ "\nThe Elasticsearch `_score` of this result." ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -7155,7 +5923,7 @@ "SortResults", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false } @@ -7172,23 +5940,11 @@ "\nOptions for the saved objects get operation\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsGetOptions", - "text": "SavedObjectsGetOptions" - }, + "SavedObjectsGetOptions", " extends ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - } + "SavedObjectsBaseOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/get.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/get.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7204,7 +5960,7 @@ "signature": [ "\"raw\" | \"compatible\" | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/get.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/get.ts", "deprecated": false, "trackAdoption": false } @@ -7220,7 +5976,7 @@ "description": [ "\nThe field and increment details for the increment counter operation\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/increment_counter.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/increment_counter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7233,7 +5989,7 @@ "description": [ "The field name to increment the counter by." ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/increment_counter.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/increment_counter.ts", "deprecated": false, "trackAdoption": false }, @@ -7249,7 +6005,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/increment_counter.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/increment_counter.ts", "deprecated": false, "trackAdoption": false } @@ -7266,23 +6022,11 @@ "\nOptions for the increment counter operation\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsIncrementCounterOptions", - "text": "SavedObjectsIncrementCounterOptions" - }, + "SavedObjectsIncrementCounterOptions", " extends ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - } + "SavedObjectsBaseOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/increment_counter.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/increment_counter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7298,7 +6042,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/increment_counter.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/increment_counter.ts", "deprecated": false, "trackAdoption": false }, @@ -7314,26 +6058,20 @@ "\n{@link SavedObjectsMigrationVersion}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsMigrationVersion", - "text": "SavedObjectsMigrationVersion" - }, + "SavedObjectsMigrationVersion", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/increment_counter.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/increment_counter.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-api-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/internals/increment_counter_internal.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server-internal/src/lib/apis/internals/increment_counter_internal.ts" }, { - "plugin": "@kbn/core-saved-objects-api-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/increment_counter.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server-internal/src/lib/apis/increment_counter.test.ts" } ] }, @@ -7349,7 +6087,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/increment_counter.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/increment_counter.ts", "deprecated": false, "trackAdoption": false }, @@ -7363,16 +6101,10 @@ "\n(default='wait_for') The Elasticsearch refresh setting for this\noperation. See {@link MutatingOperationRefreshSetting}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.MutatingOperationRefreshSetting", - "text": "MutatingOperationRefreshSetting" - }, + "MutatingOperationRefreshSetting", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/increment_counter.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/increment_counter.ts", "deprecated": false, "trackAdoption": false }, @@ -7388,7 +6120,7 @@ "signature": [ "Attributes | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/increment_counter.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/increment_counter.ts", "deprecated": false, "trackAdoption": false }, @@ -7404,7 +6136,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/increment_counter.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/increment_counter.ts", "deprecated": false, "trackAdoption": false } @@ -7420,7 +6152,7 @@ "description": [ "\nOptions for the open point-in-time for type operation\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/open_point_in_time_for_type.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/open_point_in_time_for_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7436,7 +6168,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/open_point_in_time_for_type.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/open_point_in_time_for_type.ts", "deprecated": false, "trackAdoption": false }, @@ -7452,7 +6184,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/open_point_in_time_for_type.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/open_point_in_time_for_type.ts", "deprecated": false, "trackAdoption": false }, @@ -7468,7 +6200,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/open_point_in_time_for_type.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/open_point_in_time_for_type.ts", "deprecated": false, "trackAdoption": false } @@ -7484,7 +6216,7 @@ "description": [ "\nReturn type of the Saved Objects `openPointInTimeForType()` method.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/open_point_in_time_for_type.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/open_point_in_time_for_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7497,7 +6229,7 @@ "description": [ "PIT ID returned from ES" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/open_point_in_time_for_type.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/open_point_in_time_for_type.ts", "deprecated": false, "trackAdoption": false } @@ -7513,7 +6245,7 @@ "description": [ "\nPoint-in-time parameters\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7526,7 +6258,7 @@ "description": [ "The ID of point-in-time" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false }, @@ -7542,7 +6274,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/find.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/find.ts", "deprecated": false, "trackAdoption": false } @@ -7559,23 +6291,11 @@ "\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsRemoveReferencesToOptions", - "text": "SavedObjectsRemoveReferencesToOptions" - }, + "SavedObjectsRemoveReferencesToOptions", " extends ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - } + "SavedObjectsBaseOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/remove_references_to.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/remove_references_to.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7591,7 +6311,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/remove_references_to.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/remove_references_to.ts", "deprecated": false, "trackAdoption": false } @@ -7608,23 +6328,11 @@ "\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsRemoveReferencesToResponse", - "text": "SavedObjectsRemoveReferencesToResponse" - }, + "SavedObjectsRemoveReferencesToResponse", " extends ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - } + "SavedObjectsBaseOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/remove_references_to.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/remove_references_to.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7637,7 +6345,7 @@ "description": [ "The number of objects that have been updated by this operation" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/remove_references_to.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/remove_references_to.ts", "deprecated": false, "trackAdoption": false } @@ -7654,23 +6362,11 @@ "\nOptions for the saved objects get operation\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsResolveOptions", - "text": "SavedObjectsResolveOptions" - }, + "SavedObjectsResolveOptions", " extends ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - } + "SavedObjectsBaseOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/resolve.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/resolve.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7686,7 +6382,7 @@ "signature": [ "\"raw\" | \"compatible\" | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/resolve.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/resolve.ts", "deprecated": false, "trackAdoption": false } @@ -7703,16 +6399,10 @@ "\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsResolveResponse", - "text": "SavedObjectsResolveResponse" - }, + "SavedObjectsResolveResponse", "" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/resolve.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/resolve.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7726,16 +6416,10 @@ "\nThe saved object that was found." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/resolve.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/resolve.ts", "deprecated": false, "trackAdoption": false }, @@ -7751,7 +6435,7 @@ "signature": [ "\"exactMatch\" | \"aliasMatch\" | \"conflict\"" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/resolve.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/resolve.ts", "deprecated": false, "trackAdoption": false }, @@ -7767,7 +6451,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/resolve.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/resolve.ts", "deprecated": false, "trackAdoption": false }, @@ -7783,7 +6467,7 @@ "signature": [ "\"savedObjectConversion\" | \"savedObjectImport\" | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/resolve.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/resolve.ts", "deprecated": false, "trackAdoption": false } @@ -7799,7 +6483,7 @@ "description": [ "\nAn object that should have its spaces updated.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/update_objects_spaces.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/update_objects_spaces.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7812,7 +6496,7 @@ "description": [ "The type of the object to update" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/update_objects_spaces.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/update_objects_spaces.ts", "deprecated": false, "trackAdoption": false }, @@ -7825,7 +6509,7 @@ "description": [ "The ID of the object to update" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/update_objects_spaces.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/update_objects_spaces.ts", "deprecated": false, "trackAdoption": false } @@ -7842,23 +6526,11 @@ "\nOptions for the update operation.\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateObjectsSpacesOptions", - "text": "SavedObjectsUpdateObjectsSpacesOptions" - }, + "SavedObjectsUpdateObjectsSpacesOptions", " extends ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - } + "SavedObjectsBaseOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/update_objects_spaces.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/update_objects_spaces.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7872,16 +6544,10 @@ "The Elasticsearch Refresh setting for this operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.MutatingOperationRefreshSetting", - "text": "MutatingOperationRefreshSetting" - }, + "MutatingOperationRefreshSetting", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/update_objects_spaces.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/update_objects_spaces.ts", "deprecated": false, "trackAdoption": false } @@ -7897,7 +6563,7 @@ "description": [ "\nThe response when objects' spaces are updated.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/update_objects_spaces.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/update_objects_spaces.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7911,16 +6577,10 @@ "array of {@link SavedObjectsUpdateObjectsSpacesResponseObject}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateObjectsSpacesResponseObject", - "text": "SavedObjectsUpdateObjectsSpacesResponseObject" - }, + "SavedObjectsUpdateObjectsSpacesResponseObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/update_objects_spaces.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/update_objects_spaces.ts", "deprecated": false, "trackAdoption": false } @@ -7936,7 +6596,7 @@ "description": [ "\nDetails about a specific object's update result.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/update_objects_spaces.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/update_objects_spaces.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7949,7 +6609,7 @@ "description": [ "The type of the referenced object" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/update_objects_spaces.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/update_objects_spaces.ts", "deprecated": false, "trackAdoption": false }, @@ -7962,7 +6622,7 @@ "description": [ "The ID of the referenced object" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/update_objects_spaces.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/update_objects_spaces.ts", "deprecated": false, "trackAdoption": false }, @@ -7978,7 +6638,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/update_objects_spaces.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/update_objects_spaces.ts", "deprecated": false, "trackAdoption": false }, @@ -7992,16 +6652,10 @@ "Included if there was an error updating this object's spaces" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectError", - "text": "SavedObjectError" - }, + "SavedObjectError", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/update_objects_spaces.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/update_objects_spaces.ts", "deprecated": false, "trackAdoption": false } @@ -8018,23 +6672,11 @@ "\nOptions for the saved objects update operation\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateOptions", - "text": "SavedObjectsUpdateOptions" - }, + "SavedObjectsUpdateOptions", " extends ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - } + "SavedObjectsBaseOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/update.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/update.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8050,7 +6692,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/update.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/update.ts", "deprecated": false, "trackAdoption": false }, @@ -8064,16 +6706,10 @@ "{@inheritdoc SavedObjectReference}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/update.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/update.ts", "deprecated": false, "trackAdoption": false }, @@ -8087,16 +6723,10 @@ "The Elasticsearch Refresh setting for this operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.MutatingOperationRefreshSetting", - "text": "MutatingOperationRefreshSetting" - }, + "MutatingOperationRefreshSetting", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/update.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/update.ts", "deprecated": false, "trackAdoption": false }, @@ -8112,7 +6742,7 @@ "signature": [ "Attributes | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/update.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/update.ts", "deprecated": false, "trackAdoption": false }, @@ -8128,7 +6758,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/update.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/update.ts", "deprecated": false, "trackAdoption": false }, @@ -8144,7 +6774,7 @@ "signature": [ "\"raw\" | \"compatible\" | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/update.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/update.ts", "deprecated": false, "trackAdoption": false }, @@ -8160,7 +6790,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/update.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/update.ts", "deprecated": false, "trackAdoption": false } @@ -8177,24 +6807,12 @@ "\nReturn type of the Saved Objects `update()` method.\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsUpdateResponse", - "text": "SavedObjectsUpdateResponse" - }, + "SavedObjectsUpdateResponse", " extends Omit<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", ", \"attributes\" | \"references\">" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/update.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/update.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8210,7 +6828,7 @@ "signature": [ "{ [P in keyof T]?: T[P] | undefined; }" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/update.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/update.ts", "deprecated": false, "trackAdoption": false }, @@ -8224,16 +6842,10 @@ "optionally included references to other saved objects" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/update.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/update.ts", "deprecated": false, "trackAdoption": false } @@ -8255,7 +6867,7 @@ "signature": [ "boolean | \"wait_for\"" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/base.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/base.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8270,24 +6882,12 @@ "\nType definition for a Saved Object attribute value\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributeSingle", - "text": "SavedObjectAttributeSingle" - }, + "SavedObjectAttributeSingle", " | ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributeSingle", - "text": "SavedObjectAttributeSingle" - }, + "SavedObjectAttributeSingle", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8303,16 +6903,10 @@ ], "signature": [ "string | number | boolean | ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - }, + "SavedObjectAttributes", " | null | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8327,15 +6921,9 @@ "\nOptions for the close point-in-time operation\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - } + "SavedObjectsBaseOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/close_point_in_time.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/close_point_in_time.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8355,40 +6943,16 @@ "> | undefined; search?: string | undefined; namespaces?: string[] | undefined; perPage?: number | undefined; defaultSearchOperator?: \"AND\" | \"OR\" | undefined; searchFields?: string[] | undefined; sortField?: string | undefined; sortOrder?: ", "SortOrder", " | undefined; hasReference?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", " | ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", "[] | undefined; fields?: string[] | undefined; preference?: string | undefined; rootSearchFields?: string[] | undefined; hasReferenceOperator?: \"AND\" | \"OR\" | undefined; hasNoReference?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", " | ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", "[] | undefined; hasNoReferenceOperator?: \"AND\" | \"OR\" | undefined; typeToNamespacesMap?: Map | undefined; migrationVersionCompatibility?: \"raw\" | \"compatible\" | undefined; }" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/create_point_in_time_finder.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/create_point_in_time_finder.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8404,62 +6968,26 @@ ], "signature": [ "{ find: (options: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptions", - "text": "SavedObjectsFindOptions" - }, + "SavedObjectsFindOptions", ", internalOptions?: ", "SavedObjectsFindInternalOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindResponse", - "text": "SavedObjectsFindResponse" - }, + "SavedObjectsFindResponse", ">; closePointInTime: (id: string, options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBaseOptions", - "text": "SavedObjectsBaseOptions" - }, + "SavedObjectsBaseOptions", " | undefined, internalOptions?: ", "SavedObjectsFindInternalOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClosePointInTimeResponse", - "text": "SavedObjectsClosePointInTimeResponse" - }, + "SavedObjectsClosePointInTimeResponse", ">; openPointInTimeForType: (type: string | string[], options?: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsOpenPointInTimeOptions", - "text": "SavedObjectsOpenPointInTimeOptions" - }, + "SavedObjectsOpenPointInTimeOptions", " | undefined, internalOptions?: ", "SavedObjectsFindInternalOptions", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsOpenPointInTimeResponse", - "text": "SavedObjectsOpenPointInTimeResponse" - }, + "SavedObjectsOpenPointInTimeResponse", ">; }" ], - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/apis/create_point_in_time_finder.ts", + "path": "src/core/packages/saved-objects/api-server/src/apis/create_point_in_time_finder.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_saved_objects_api_server.mdx b/api_docs/kbn_core_saved_objects_api_server.mdx index 952b0565161c1..ce6ac5a0026c6 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-server'] --- import kbnCoreSavedObjectsApiServerObj from './kbn_core_saved_objects_api_server.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 361 | 1 | 5 | 2 | +| 361 | 1 | 5 | 0 | ## Server 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 d6b0658caa47f..3c55427e34d6a 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 @@ -35,13 +35,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ">" ], "path": "packages/core/saved-objects/core-saved-objects-api-server-mocks/src/saved_objects_client.mock.ts", @@ -105,13 +99,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsExtensions", - "text": "SavedObjectsExtensions" - }, + "SavedObjectsExtensions", ">" ], "path": "packages/core/saved-objects/core-saved-objects-api-server-mocks/src/saved_objects_extensions.mock.ts", @@ -129,13 +117,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectsEncryptionExtension", - "text": "ISavedObjectsEncryptionExtension" - }, + "ISavedObjectsEncryptionExtension", ">" ], "path": "packages/core/saved-objects/core-saved-objects-api-server-mocks/src/saved_objects_extensions.mock.ts", @@ -153,13 +135,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectsSecurityExtension", - "text": "ISavedObjectsSecurityExtension" - }, + "ISavedObjectsSecurityExtension", ">" ], "path": "packages/core/saved-objects/core-saved-objects-api-server-mocks/src/saved_objects_extensions.mock.ts", @@ -177,13 +153,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectsSpacesExtension", - "text": "ISavedObjectsSpacesExtension" - }, + "ISavedObjectsSpacesExtension", ">" ], "path": "packages/core/saved-objects/core-saved-objects-api-server-mocks/src/saved_objects_extensions.mock.ts", @@ -215,13 +185,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.ISavedObjectsRepository", - "text": "ISavedObjectsRepository" - }, + "ISavedObjectsRepository", ">" ], "path": "packages/core/saved-objects/core-saved-objects-api-server-mocks/src/repository.mock.ts", 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 1e71c1de145b7..7ec6389a39b07 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-server-mocks'] --- import kbnCoreSavedObjectsApiServerMocksObj from './kbn_core_saved_objects_api_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_base_server_internal.devdocs.json b/api_docs/kbn_core_saved_objects_base_server_internal.devdocs.json index 55d967a11d731..5f4ef9e2c14cc 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 @@ -17,7 +17,7 @@ "tags": [], "label": "SavedObjectConfig", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_config.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/saved_objects_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -28,7 +28,7 @@ "tags": [], "label": "maxImportPayloadBytes", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_config.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/saved_objects_config.ts", "deprecated": false, "trackAdoption": false }, @@ -39,7 +39,7 @@ "tags": [], "label": "maxImportExportSize", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_config.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/saved_objects_config.ts", "deprecated": false, "trackAdoption": false }, @@ -50,7 +50,7 @@ "tags": [], "label": "allowHttpApiAccess", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_config.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/saved_objects_config.ts", "deprecated": false, "trackAdoption": false }, @@ -80,7 +80,7 @@ }, "; readonly scrollDuration: string; readonly retryAttempts: number; }" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_config.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/saved_objects_config.ts", "deprecated": false, "trackAdoption": false }, @@ -94,7 +94,7 @@ "signature": [ "any" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_config.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/saved_objects_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -116,7 +116,7 @@ }, "; maxImportExportSize: number; allowHttpApiAccess: boolean; }>" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_config.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/saved_objects_config.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -147,7 +147,7 @@ }, "; scrollDuration: string; retryAttempts: number; }>" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_config.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/saved_objects_config.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -171,23 +171,11 @@ ], "signature": [ "(changes: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsModelChange", - "text": "SavedObjectsModelChange" - }, + "SavedObjectsModelChange", "[]) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsMappingProperties", - "text": "SavedObjectsMappingProperties" - } + "SavedObjectsMappingProperties" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/aggregate_model_changes.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/aggregate_model_changes.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -199,16 +187,10 @@ "label": "changes", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsModelChange", - "text": "SavedObjectsModelChange" - }, + "SavedObjectsModelChange", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/aggregate_model_changes.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/aggregate_model_changes.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -229,7 +211,7 @@ "signature": [ "(modelVersion: string | number) => number" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/conversion.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/conversion.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -243,7 +225,7 @@ "signature": [ "string | number" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/conversion.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/conversion.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -263,24 +245,12 @@ ], "signature": [ "(modelChanges: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsModelChange", - "text": "SavedObjectsModelChange" - }, + "SavedObjectsModelChange", "[]) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelTransformationFn", - "text": "SavedObjectModelTransformationFn" - }, + "SavedObjectModelTransformationFn", "" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/build_transform_fn.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/build_transform_fn.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -292,16 +262,10 @@ "label": "modelChanges", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsModelChange", - "text": "SavedObjectsModelChange" - }, + "SavedObjectsModelChange", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/build_transform_fn.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/build_transform_fn.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -319,23 +283,11 @@ "description": [], "signature": [ "({ appVersions, indexVersions, deletedTypes, }: ", - { - "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-server.CompareModelVersionMapParams", - "text": "CompareModelVersionMapParams" - }, + "CompareModelVersionMapParams", ") => ", - { - "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-server.CompareModelVersionResult", - "text": "CompareModelVersionResult" - } + "CompareModelVersionResult" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_compare.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_compare.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -347,15 +299,9 @@ "label": "{\n appVersions,\n indexVersions,\n deletedTypes,\n}", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-server.CompareModelVersionMapParams", - "text": "CompareModelVersionMapParams" - } + "CompareModelVersionMapParams" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_compare.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_compare.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -373,17 +319,11 @@ "description": [], "signature": [ "(schema: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelVersionForwardCompatibilitySchema", - "text": "SavedObjectModelVersionForwardCompatibilitySchema" - }, + "SavedObjectModelVersionForwardCompatibilitySchema", ") => ", "ConvertedSchema" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/backward_conversion_schema.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/backward_conversion_schema.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -395,16 +335,10 @@ "label": "schema", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelVersionForwardCompatibilitySchema", - "text": "SavedObjectModelVersionForwardCompatibilitySchema" - }, + "SavedObjectModelVersionForwardCompatibilitySchema", "" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/backward_conversion_schema.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/backward_conversion_schema.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -425,7 +359,7 @@ "signature": [ "(version: string | undefined) => { if_seq_no: number; if_primary_term: number; }" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/version/decode_request_version.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/version/decode_request_version.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -439,7 +373,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/version/decode_request_version.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/version/decode_request_version.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -460,7 +394,7 @@ "signature": [ "(version: string | undefined) => { _seq_no: number; _primary_term: number; }" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/version/decode_version.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/version/decode_version.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -474,7 +408,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/version/decode_version.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/version/decode_version.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -495,7 +429,7 @@ "signature": [ "(response: { _seq_no?: number | undefined; _primary_term?: number | undefined; }) => string" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/version/encode_hit_version.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/version/encode_hit_version.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -506,7 +440,7 @@ "tags": [], "label": "response", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/version/encode_hit_version.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/version/encode_hit_version.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -520,7 +454,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/version/encode_hit_version.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/version/encode_hit_version.ts", "deprecated": false, "trackAdoption": false }, @@ -534,7 +468,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/version/encode_hit_version.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/version/encode_hit_version.ts", "deprecated": false, "trackAdoption": false } @@ -556,7 +490,7 @@ "signature": [ "(seqNo: number | undefined, primaryTerm: number | undefined) => string" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/version/encode_version.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/version/encode_version.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -570,7 +504,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/version/encode_version.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/version/encode_version.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -585,7 +519,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/version/encode_version.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/version/encode_version.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -605,16 +539,10 @@ ], "signature": [ "(type: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", ") => string" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -626,16 +554,10 @@ "label": "type", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -655,16 +577,10 @@ ], "signature": [ "(typeMappings: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsTypeMappingDefinition", - "text": "SavedObjectsTypeMappingDefinition" - }, + "SavedObjectsTypeMappingDefinition", ") => string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/utils/get_field_list.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/utils/get_field_list.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -676,15 +592,9 @@ "label": "typeMappings", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsTypeMappingDefinition", - "text": "SavedObjectsTypeMappingDefinition" - } + "SavedObjectsTypeMappingDefinition" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/utils/get_field_list.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/utils/get_field_list.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -706,15 +616,9 @@ "(mappings: ", "SavedObjectsTypeMappingDefinitions", ") => ", - { - "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-server.FieldListMap", - "text": "FieldListMap" - } + "FieldListMap" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/utils/get_field_list.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/utils/get_field_list.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -728,7 +632,7 @@ "signature": [ "SavedObjectsTypeMappingDefinitions" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/utils/get_field_list.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/utils/get_field_list.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -747,7 +651,7 @@ "signature": [ "({ type, typeRegistry, defaultIndex, kibanaVersion, }: GetIndexForTypeOptions) => string" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/utils/get_index_for_type.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/utils/get_index_for_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -761,7 +665,7 @@ "signature": [ "GetIndexForTypeOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/utils/get_index_for_type.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/utils/get_index_for_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -781,23 +685,11 @@ ], "signature": [ "(types: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "[]) => ", - { - "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-server.VirtualVersionMap", - "text": "VirtualVersionMap" - } + "VirtualVersionMap" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -809,16 +701,10 @@ "label": "types", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -836,16 +722,10 @@ "description": [], "signature": [ "(type: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", ") => string" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -857,16 +737,10 @@ "label": "type", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -886,16 +760,10 @@ ], "signature": [ "(type: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", ") => number" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -907,16 +775,10 @@ "label": "type", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -937,7 +799,7 @@ "signature": [ "({ currentVersions, targetVersions, deletedTypes, }: GetModelVersionDeltaOpts) => ModelVersionDeltaResult" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/get_version_delta.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/get_version_delta.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -951,7 +813,7 @@ "signature": [ "GetModelVersionDeltaOpts" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/get_version_delta.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/get_version_delta.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -971,23 +833,11 @@ ], "signature": [ "(types: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "[]) => ", - { - "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-server.ModelVersionMap", - "text": "ModelVersionMap" - } + "ModelVersionMap" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -999,16 +849,10 @@ "label": "types", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1026,26 +870,14 @@ "description": [], "signature": [ "(mappings: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsFieldMapping", - "text": "SavedObjectsFieldMapping" - }, + "SavedObjectsFieldMapping", " | ", "IndexMapping", ", path: string | string[]) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsFieldMapping", - "text": "SavedObjectsFieldMapping" - }, + "SavedObjectsFieldMapping", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/mappings/lib/get_property.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/mappings/lib/get_property.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1057,17 +889,11 @@ "label": "mappings", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsFieldMapping", - "text": "SavedObjectsFieldMapping" - }, + "SavedObjectsFieldMapping", " | ", "IndexMapping" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/mappings/lib/get_property.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/mappings/lib/get_property.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1082,7 +908,7 @@ "signature": [ "string | string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/mappings/lib/get_property.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/mappings/lib/get_property.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1104,15 +930,9 @@ "(mapping: ", "IndexMapping", ") => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsMappingProperties", - "text": "SavedObjectsMappingProperties" - } + "SavedObjectsMappingProperties" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/mappings/lib/get_root_properties.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/mappings/lib/get_root_properties.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1126,7 +946,7 @@ "signature": [ "IndexMapping" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/mappings/lib/get_root_properties.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/mappings/lib/get_root_properties.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1146,15 +966,9 @@ "(mappings: ", "IndexMapping", ") => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsMappingProperties", - "text": "SavedObjectsMappingProperties" - } + "SavedObjectsMappingProperties" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/mappings/lib/get_root_properties_objects.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/mappings/lib/get_root_properties_objects.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1168,7 +982,7 @@ "signature": [ "IndexMapping" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/mappings/lib/get_root_properties_objects.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/mappings/lib/get_root_properties_objects.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1191,7 +1005,7 @@ "IndexMapping", ") => string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/mappings/lib/get_types.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/mappings/lib/get_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1205,7 +1019,7 @@ "signature": [ "IndexMapping" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/mappings/lib/get_types.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/mappings/lib/get_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1225,16 +1039,10 @@ ], "signature": [ "(version: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsModelVersion", - "text": "SavedObjectsModelVersion" - }, + "SavedObjectsModelVersion", ") => string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_mapping_changes.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_mapping_changes.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1246,15 +1054,9 @@ "label": "version", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsModelVersion", - "text": "SavedObjectsModelVersion" - } + "SavedObjectsModelVersion" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_mapping_changes.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_mapping_changes.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1274,23 +1076,11 @@ ], "signature": [ "(version: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsModelVersion", - "text": "SavedObjectsModelVersion" - }, + "SavedObjectsModelVersion", ") => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsMappingProperties", - "text": "SavedObjectsMappingProperties" - } + "SavedObjectsMappingProperties" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_mapping_changes.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_mapping_changes.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1302,15 +1092,9 @@ "label": "version", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsModelVersion", - "text": "SavedObjectsModelVersion" - } + "SavedObjectsModelVersion" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_mapping_changes.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_mapping_changes.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1330,23 +1114,11 @@ ], "signature": [ "(types: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "[]) => ", - { - "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-server.VirtualVersionMap", - "text": "VirtualVersionMap" - } + "VirtualVersionMap" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1358,16 +1130,10 @@ "label": "types", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1389,16 +1155,10 @@ "({ meta, source, knownTypes, }: ", "GetModelVersionsFromMappingMetaOpts", ") => ", - { - "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-server.VirtualVersionMap", - "text": "VirtualVersionMap" - }, + "VirtualVersionMap", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/model_version_from_mappings.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/model_version_from_mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1412,7 +1172,7 @@ "signature": [ "GetModelVersionsFromMappingMetaOpts" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/model_version_from_mappings.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/model_version_from_mappings.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1434,16 +1194,10 @@ "({ mappings, source, knownTypes, }: ", "GetModelVersionsFromMappingsOpts", ") => ", - { - "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-server.VirtualVersionMap", - "text": "VirtualVersionMap" - }, + "VirtualVersionMap", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/model_version_from_mappings.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/model_version_from_mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1457,7 +1211,7 @@ "signature": [ "GetModelVersionsFromMappingsOpts" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/model_version_from_mappings.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/model_version_from_mappings.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1478,7 +1232,7 @@ "signature": [ "(version: string) => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/conversion.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/conversion.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1492,7 +1246,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/conversion.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/conversion.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1513,7 +1267,7 @@ "signature": [ "(modelVersion: string | number) => string" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/conversion.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/conversion.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1527,7 +1281,7 @@ "signature": [ "string | number" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/conversion.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/conversion.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1548,7 +1302,7 @@ "signature": [ "(virtualVersion: string) => number" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/conversion.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/conversion.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1562,7 +1316,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/conversion.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/conversion.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1580,7 +1334,7 @@ "tags": [], "label": "CompareModelVersionDetails", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_compare.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_compare.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1594,7 +1348,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_compare.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_compare.ts", "deprecated": false, "trackAdoption": false }, @@ -1608,7 +1362,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_compare.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_compare.ts", "deprecated": false, "trackAdoption": false }, @@ -1622,7 +1376,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_compare.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_compare.ts", "deprecated": false, "trackAdoption": false } @@ -1636,7 +1390,7 @@ "tags": [], "label": "CompareModelVersionMapParams", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_compare.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_compare.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1652,7 +1406,7 @@ "signature": [ "{ [x: string]: string; }" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_compare.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_compare.ts", "deprecated": false, "trackAdoption": false }, @@ -1668,7 +1422,7 @@ "signature": [ "{ [x: string]: string; }" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_compare.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_compare.ts", "deprecated": false, "trackAdoption": false }, @@ -1684,7 +1438,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_compare.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_compare.ts", "deprecated": false, "trackAdoption": false } @@ -1698,7 +1452,7 @@ "tags": [], "label": "CompareModelVersionResult", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_compare.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_compare.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1712,7 +1466,7 @@ "signature": [ "\"conflict\" | \"greater\" | \"lesser\" | \"equal\"" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_compare.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_compare.ts", "deprecated": false, "trackAdoption": false }, @@ -1724,15 +1478,9 @@ "label": "details", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-server.CompareModelVersionDetails", - "text": "CompareModelVersionDetails" - } + "CompareModelVersionDetails" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_compare.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_compare.ts", "deprecated": false, "trackAdoption": false } @@ -1748,7 +1496,7 @@ "description": [ "\nOptions for {@link IDocumentMigrator.migrate}" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/migration/document_migrator.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/migration/document_migrator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1764,7 +1512,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/migration/document_migrator.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/migration/document_migrator.ts", "deprecated": false, "trackAdoption": false }, @@ -1780,7 +1528,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/migration/document_migrator.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/migration/document_migrator.ts", "deprecated": false, "trackAdoption": false } @@ -1796,7 +1544,7 @@ "description": [ "\nManages transformations of individual documents." ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/migration/document_migrator.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/migration/document_migrator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1811,32 +1559,14 @@ ], "signature": [ "(doc: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", ", options?: ", - { - "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-server.DocumentMigrateOptions", - "text": "DocumentMigrateOptions" - }, + "DocumentMigrateOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", "" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/migration/document_migrator.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/migration/document_migrator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1848,16 +1578,10 @@ "label": "doc", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", "" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/migration/document_migrator.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/migration/document_migrator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1870,16 +1594,10 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-server.DocumentMigrateOptions", - "text": "DocumentMigrateOptions" - }, + "DocumentMigrateOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/migration/document_migrator.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/migration/document_migrator.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1898,24 +1616,12 @@ ], "signature": [ "(doc: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", ") => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/migration/document_migrator.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/migration/document_migrator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1927,16 +1633,10 @@ "label": "doc", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", "" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/migration/document_migrator.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/migration/document_migrator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1955,24 +1655,12 @@ ], "signature": [ "(doc: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", ", options?: ", - { - "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-server.IsDowngradeRequiredOptions", - "text": "IsDowngradeRequiredOptions" - }, + "IsDowngradeRequiredOptions", " | undefined) => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/migration/document_migrator.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/migration/document_migrator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1984,16 +1672,10 @@ "label": "doc", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", "" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/migration/document_migrator.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/migration/document_migrator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2006,16 +1688,10 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-server.IsDowngradeRequiredOptions", - "text": "IsDowngradeRequiredOptions" - }, + "IsDowngradeRequiredOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/migration/document_migrator.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/migration/document_migrator.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2035,7 +1711,7 @@ "description": [ "\nOptions for {@link IDocumentMigrator.isDowngradeRequired}" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/migration/document_migrator.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/migration/document_migrator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2051,7 +1727,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/migration/document_migrator.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/migration/document_migrator.ts", "deprecated": false, "trackAdoption": false } @@ -2073,7 +1749,7 @@ "signature": [ "\"conflict\" | \"greater\" | \"lesser\" | \"equal\"" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_compare.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_compare.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2088,7 +1764,7 @@ "signature": [ "{ [x: string]: string[]; }" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/utils/get_field_list.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/utils/get_field_list.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2105,7 +1781,7 @@ "signature": [ "\"8.10.0\"" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2122,7 +1798,7 @@ "signature": [ "{ [x: string]: number; }" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2139,7 +1815,7 @@ "signature": [ "10" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2162,7 +1838,7 @@ }, "; readonly maxImportExportSize: number; readonly allowHttpApiAccess: boolean; }" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_config.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/saved_objects_config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2193,7 +1869,7 @@ }, "; readonly scrollDuration: string; readonly retryAttempts: number; }" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_config.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/saved_objects_config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2210,7 +1886,7 @@ "signature": [ "{ [x: string]: string; }" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2226,7 +1902,7 @@ "description": [ "\nThis map holds the default breakdown of SO types per index (pre 8.8.0)" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2240,7 +1916,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2254,7 +1930,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false } @@ -2270,7 +1946,7 @@ "description": [ "\nIn order to be FIPS compliant, the migration logic has switched\nfrom using hashes (stored in _meta.migrationMappingPropertyHashes)\nto using model versions (stored in _meta.mappingVersions).\n\nThis map holds a breakdown of md5 hashes to model versions.\nThis allows keeping track of changes in mappings for the different SO types:\nWhen upgrading from a Kibana version prior to the introduction of model versions for V2,\nthe V2 logic will map stored hashes to their corresponding model versions.\nThese model versions will then be compared against the ones defined in the typeRegistry,\nin order to determine which types' mappings have changed." ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2281,7 +1957,7 @@ "tags": [], "label": "'action_task_params|3d1b76c39bfb2cc8296b024d73854724'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2292,7 +1968,7 @@ "tags": [], "label": "'action|0be88ebcc8560a075b6898236a202eb1'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2303,7 +1979,7 @@ "tags": [], "label": "'alert|96a5a144778243a9f4fece0e71c2197f'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2314,7 +1990,7 @@ "tags": [], "label": "'api_key_pending_invalidation|16f515278a295f6245149ad7c5ddedb7'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2325,7 +2001,7 @@ "tags": [], "label": "'apm-custom-dashboards|561810b957ac3c09fcfc08f32f168e97'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2336,7 +2012,7 @@ "tags": [], "label": "'apm-indices|3d1b76c39bfb2cc8296b024d73854724'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2347,7 +2023,7 @@ "tags": [], "label": "'apm-server-schema|b1d71908f324c17bf744ac72af5038fb'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2358,7 +2034,7 @@ "tags": [], "label": "'apm-service-group|2af509c6506f29a858e5a0950577d9fa'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2369,7 +2045,7 @@ "tags": [], "label": "'apm-telemetry|3d1b76c39bfb2cc8296b024d73854724'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2380,7 +2056,7 @@ "tags": [], "label": "'app_search_telemetry|3d1b76c39bfb2cc8296b024d73854724'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2391,7 +2067,7 @@ "tags": [], "label": "'application_usage_daily|43b8830d5d0df85a6823d290885fc9fd'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2402,7 +2078,7 @@ "tags": [], "label": "'application_usage_totals|3d1b76c39bfb2cc8296b024d73854724'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2413,7 +2089,7 @@ "tags": [], "label": "'canvas-element|7390014e1091044523666d97247392fc'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2424,7 +2100,7 @@ "tags": [], "label": "'canvas-workpad-template|ae2673f678281e2c055d764b153e9715'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2435,7 +2111,7 @@ "tags": [], "label": "'canvas-workpad|b0a1706d356228dbdcb4a17e6b9eb231'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2446,7 +2122,7 @@ "tags": [], "label": "'cases-comments|93535d41ca0279a4a2e5d08acd3f28e3'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2457,7 +2133,7 @@ "tags": [], "label": "'cases-configure|c124bd0be4c139d0f0f91fb9eeca8e37'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2468,7 +2144,7 @@ "tags": [], "label": "'cases-connector-mappings|a98c33813f364f0b068e8c592ac6ef6d'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2479,7 +2155,7 @@ "tags": [], "label": "'cases-rules|1cb4b03690489e07aa86f283dcea5ce1'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2490,7 +2166,7 @@ "tags": [], "label": "'cases-telemetry|3d1b76c39bfb2cc8296b024d73854724'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2501,7 +2177,7 @@ "tags": [], "label": "'cases-user-actions|07a6651cf37853dd5d64bfb2c796e102'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2512,7 +2188,7 @@ "tags": [], "label": "'cases|8f7dc53b17c272ea19f831537daa082d'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2523,7 +2199,7 @@ "tags": [], "label": "'cloud-security-posture-settings|3d1b76c39bfb2cc8296b024d73854724'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2534,7 +2210,7 @@ "tags": [], "label": "'config-global|c63748b75f39d0c54de12d12c1ccbc20'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2545,7 +2221,7 @@ "tags": [], "label": "'config|c63748b75f39d0c54de12d12c1ccbc20'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2556,7 +2232,7 @@ "tags": [], "label": "'connector_token|740b3fd18387d4097dca8d177e6a35c6'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2567,7 +2243,7 @@ "tags": [], "label": "'core-usage-stats|3d1b76c39bfb2cc8296b024d73854724'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2578,7 +2254,7 @@ "tags": [], "label": "'csp-rule-template|6ee70dc06c0ca3ddffc18222f202ab25'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2589,7 +2265,7 @@ "tags": [], "label": "'dashboard|b8aa800aa5e0d975c5e8dc57f03d41f8'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2600,7 +2276,7 @@ "tags": [], "label": "'endpoint:unified-user-artifact-manifest|393c6e4f5f16288c24ef9057e4d76a4c'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2611,7 +2287,7 @@ "tags": [], "label": "'endpoint:user-artifact-manifest|7502b5c5bc923abe8aa5ccfd636e8c3d'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2622,7 +2298,7 @@ "tags": [], "label": "'enterprise_search_telemetry|3d1b76c39bfb2cc8296b024d73854724'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2633,7 +2309,7 @@ "tags": [], "label": "'epm-packages-assets|44621b2f6052ef966da47b7c3a00f33b'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2644,7 +2320,7 @@ "tags": [], "label": "'epm-packages|8ce219acd0f6f3529237d52193866afb'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2655,7 +2331,7 @@ "tags": [], "label": "'event_loop_delays_daily|5df7e292ddd5028e07c1482e130e6654'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2666,7 +2342,7 @@ "tags": [], "label": "'event-annotation-group|df07b1a361c32daf4e6842c1d5521dbe'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2677,7 +2353,7 @@ "tags": [], "label": "'exception-list-agnostic|8a1defe5981db16792cb9a772e84bb9a'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2688,7 +2364,7 @@ "tags": [], "label": "'exception-list|8a1defe5981db16792cb9a772e84bb9a'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2699,7 +2375,7 @@ "tags": [], "label": "'file-upload-usage-collection-telemetry|a34fbb8e3263d105044869264860c697'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2710,7 +2386,7 @@ "tags": [], "label": "'file|8e9dd7f8a22efdb8fb1c15ed38fde9f6'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2721,7 +2397,7 @@ "tags": [], "label": "'fileShare|aa8f7ac2ddf8ab1a91bd34e347046caa'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2732,7 +2408,7 @@ "tags": [], "label": "'fleet-fleet-server-host|c28ce72481d1696a9aac8b2cdebcecfa'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2743,7 +2419,7 @@ "tags": [], "label": "'fleet-message-signing-keys|3d1b76c39bfb2cc8296b024d73854724'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2754,7 +2430,7 @@ "tags": [], "label": "'fleet-preconfiguration-deletion-record|4c36f199189a367e43541f236141204c'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2765,7 +2441,7 @@ "tags": [], "label": "'fleet-proxy|05b7a22977de25ce67a77e44dd8e6c33'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2776,7 +2452,7 @@ "tags": [], "label": "'fleet-uninstall-tokens|cdb2b655f6b468ecb57d132972425f2e'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2787,7 +2463,7 @@ "tags": [], "label": "'graph-workspace|27a94b2edcb0610c6aea54a7c56d7752'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2798,7 +2474,7 @@ "tags": [], "label": "'guided-onboarding-guide-state|a3db59c45a3fd2730816d4f53c35c7d9'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2809,7 +2485,7 @@ "tags": [], "label": "'guided-onboarding-plugin-state|3d1b76c39bfb2cc8296b024d73854724'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2820,7 +2496,7 @@ "tags": [], "label": "'index-pattern|83c02d842fe2a94d14dfa13f7dcd6e87'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2831,7 +2507,7 @@ "tags": [], "label": "'infra-custom-dashboards|1eb3c9e1888b8daea8495769e8d3ba2d'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2842,7 +2518,7 @@ "tags": [], "label": "'infrastructure-monitoring-log-view|c50526fc6040c5355ed027d34d05b35c'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2853,7 +2529,7 @@ "tags": [], "label": "'infrastructure-ui-source|3d1b76c39bfb2cc8296b024d73854724'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2864,7 +2540,7 @@ "tags": [], "label": "'ingest_manager_settings|b91ffb075799c78ffd7dbd51a279c8c9'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2875,7 +2551,7 @@ "tags": [], "label": "'ingest-agent-policies|0fd93cd11c019b118e93a9157c22057b'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2886,7 +2562,7 @@ "tags": [], "label": "'ingest-download-sources|0b0f6828e59805bd07a650d80817c342'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2897,7 +2573,7 @@ "tags": [], "label": "'ingest-outputs|b1237f7fdc0967709e75d65d208ace05'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2908,7 +2584,7 @@ "tags": [], "label": "'ingest-package-policies|aef7977b81f7930f23cbfd8711ba272e'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2919,7 +2595,7 @@ "tags": [], "label": "'inventory-view|3d1b76c39bfb2cc8296b024d73854724'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2930,7 +2606,7 @@ "tags": [], "label": "'kql-telemetry|3d1b76c39bfb2cc8296b024d73854724'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2941,7 +2617,7 @@ "tags": [], "label": "'legacy-url-alias|0750774cf16475f88f2361e99cc5c8f0'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2952,7 +2628,7 @@ "tags": [], "label": "'lens-ui-telemetry|509bfa5978586998e05f9e303c07a327'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2963,7 +2639,7 @@ "tags": [], "label": "'lens|b0da10d5ab9ebd81d61700737ddc76c9'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2974,7 +2650,7 @@ "tags": [], "label": "'links|3378bb9b651572865d9f61f5b448e415'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2985,7 +2661,7 @@ "tags": [], "label": "'maintenance-window|a58ac2ef53ff5103710093e669dcc1d8'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -2996,7 +2672,7 @@ "tags": [], "label": "'map|9134b47593116d7953f6adba096fc463'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3007,7 +2683,7 @@ "tags": [], "label": "'metrics-data-source|3d1b76c39bfb2cc8296b024d73854724'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3018,7 +2694,7 @@ "tags": [], "label": "'metrics-explorer-view|3d1b76c39bfb2cc8296b024d73854724'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3029,7 +2705,7 @@ "tags": [], "label": "'ml-job|3bb64c31915acf93fc724af137a0891b'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3040,7 +2716,7 @@ "tags": [], "label": "'ml-module|f6c6b7b7ebdca4154246923f24d6340d'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3051,7 +2727,7 @@ "tags": [], "label": "'ml-trained-model|d2f03c1a5dd038fa58af14a56944312b'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3062,7 +2738,7 @@ "tags": [], "label": "'monitoring-telemetry|2669d5ec15e82391cf58df4294ee9c68'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3073,7 +2749,7 @@ "tags": [], "label": "'observability-onboarding-state|a4e5c9d018037114140bdb1647c2d568'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3084,7 +2760,7 @@ "tags": [], "label": "'osquery-manager-usage-metric|4dc4f647d27247c002f56f22742175fe'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3095,7 +2771,7 @@ "tags": [], "label": "'osquery-pack-asset|fe0dfa13c4c24ac37ce1aec04c560a81'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3106,7 +2782,7 @@ "tags": [], "label": "'osquery-pack|6bc20973adab06f00156cbc4578a19ac'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3117,7 +2793,7 @@ "tags": [], "label": "'osquery-saved-query|a05ec7031231a4b71bfb4493a07b2dc5'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3128,7 +2804,7 @@ "tags": [], "label": "'policy-settings-protection-updates-note|37d4035a1dc3c5e58f1b519f99093f21'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3139,7 +2815,7 @@ "tags": [], "label": "'query|aa811b49f48906074f59110bfa83984c'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3150,7 +2826,7 @@ "tags": [], "label": "'risk-engine-configuration|431232781a82926aad5b1fd849715c0f'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3161,7 +2837,7 @@ "tags": [], "label": "'rules-settings|001f60645e96c71520214b57f3ea7590'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3172,7 +2848,7 @@ "tags": [], "label": "'sample-data-telemetry|7d3cfeb915303c9641c59681967ffeb4'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3183,7 +2859,7 @@ "tags": [], "label": "'search-session|fea3612a90b81672991617646f229a61'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3194,7 +2870,7 @@ "tags": [], "label": "'search-telemetry|3d1b76c39bfb2cc8296b024d73854724'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3205,7 +2881,7 @@ "tags": [], "label": "'search|df07b1a361c32daf4e6842c1d5521dbe'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3216,7 +2892,7 @@ "tags": [], "label": "'security-rule|9d9d11b97e3aaa87fbaefbace2b5c25f'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3227,7 +2903,7 @@ "tags": [], "label": "'security-solution-signals-migration|4060b5a63dddfd54d2cd56450882cc0e'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3238,7 +2914,7 @@ "tags": [], "label": "'siem-detection-engine-rule-actions|f5c218f837bac10ab2c3980555176cf9'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3249,7 +2925,7 @@ "tags": [], "label": "'siem-ui-timeline-note|28393dfdeb4e4413393eb5f7ec8c5436'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3260,7 +2936,7 @@ "tags": [], "label": "'siem-ui-timeline-pinned-event|293fce142548281599060e07ad2c9ddb'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3271,7 +2947,7 @@ "tags": [], "label": "'siem-ui-timeline|f6739fd4b17646a6c86321a746c247ef'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3282,7 +2958,7 @@ "tags": [], "label": "'slo-settings|3d1b76c39bfb2cc8296b024d73854724'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3293,7 +2969,7 @@ "tags": [], "label": "'slo|dc7f35c0cf07d71bb36f154996fe10c6'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3304,7 +2980,7 @@ "tags": [], "label": "'space|c3aec2a5d4afcb75554fed96411170e1'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3315,7 +2991,7 @@ "tags": [], "label": "'spaces-usage-stats|3d1b76c39bfb2cc8296b024d73854724'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3326,7 +3002,7 @@ "tags": [], "label": "'synthetics-monitor|918c09d935b1dcb6a84935b176262c3a'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3337,7 +3013,7 @@ "tags": [], "label": "'synthetics-param|3d1b76c39bfb2cc8296b024d73854724'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3348,7 +3024,7 @@ "tags": [], "label": "'synthetics-privates-locations|3d1b76c39bfb2cc8296b024d73854724'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3359,7 +3035,7 @@ "tags": [], "label": "'tag|83d55da58f6530f7055415717ec06474'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3370,7 +3046,7 @@ "tags": [], "label": "'task|b4a368fd68cd32ef6990877634639db6'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3381,7 +3057,7 @@ "tags": [], "label": "'telemetry|3d1b76c39bfb2cc8296b024d73854724'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3392,7 +3068,7 @@ "tags": [], "label": "'threshold-explorer-view|3d1b76c39bfb2cc8296b024d73854724'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3403,7 +3079,7 @@ "tags": [], "label": "'ui-metric|0d409297dc5ebe1e3a1da691c6ee32e3'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3414,7 +3090,7 @@ "tags": [], "label": "'upgrade-assistant-ml-upgrade-operation|3caf305ad2da94d80d49453b0970156d'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3425,7 +3101,7 @@ "tags": [], "label": "'upgrade-assistant-reindex-operation|6d1e2aca91767634e1829c30f20f6b16'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3436,7 +3112,7 @@ "tags": [], "label": "'uptime-dynamic-settings|3d1b76c39bfb2cc8296b024d73854724'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3447,7 +3123,7 @@ "tags": [], "label": "'uptime-synthetics-api-key|c3178f0fde61e18d3530ba9a70bc278a'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3458,7 +3134,7 @@ "tags": [], "label": "'url|a37dbae7645ad5811045f4dd3dc1c0a8'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3469,7 +3145,7 @@ "tags": [], "label": "'usage-counters|8cc260bdceffec4ffc3ad165c97dc1b4'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3480,7 +3156,7 @@ "tags": [], "label": "'visualization|4891c012863513388881fc109fec4809'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3491,7 +3167,7 @@ "tags": [], "label": "'workplace_search_telemetry|3d1b76c39bfb2cc8296b024d73854724'", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false } @@ -3505,7 +3181,7 @@ "tags": [], "label": "savedObjectsConfig", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_config.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/saved_objects_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3516,7 +3192,7 @@ "tags": [], "label": "path", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_config.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/saved_objects_config.ts", "deprecated": false, "trackAdoption": false }, @@ -3569,7 +3245,7 @@ }, "; }>" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_config.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/saved_objects_config.ts", "deprecated": false, "trackAdoption": false } @@ -3583,7 +3259,7 @@ "tags": [], "label": "savedObjectsMigrationConfig", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_config.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/saved_objects_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3594,7 +3270,7 @@ "tags": [], "label": "path", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_config.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/saved_objects_config.ts", "deprecated": false, "trackAdoption": false }, @@ -3735,7 +3411,7 @@ }, "; }>; }>" ], - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_config.ts", + "path": "src/core/packages/saved-objects/base-server-internal/src/saved_objects_config.ts", "deprecated": false, "trackAdoption": false } 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 5579a514a323c..1377f729dfd33 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-base-server-internal'] --- import kbnCoreSavedObjectsBaseServerInternalObj from './kbn_core_saved_objects_base_server_internal.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 226 | 0 | 183 | 11 | +| 226 | 0 | 183 | 0 | ## Server 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 88bf8e8dcbc66..35a5942cb817c 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 @@ -20,13 +20,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-server.IDocumentMigrator", - "text": "IDocumentMigrator" - }, + "IDocumentMigrator", ">" ], "path": "packages/core/saved-objects/core-saved-objects-base-server-mocks/src/document_migrator.mock.ts", @@ -61,13 +55,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectsSerializer", - "text": "ISavedObjectsSerializer" - }, + "ISavedObjectsSerializer", ">" ], "path": "packages/core/saved-objects/core-saved-objects-base-server-mocks/src/serializer.mock.ts", @@ -99,13 +87,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectTypeRegistry", - "text": "ISavedObjectTypeRegistry" - }, + "ISavedObjectTypeRegistry", " & Pick<", "SavedObjectTypeRegistry", ", \"registerType\">>" 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 3d840a8e0cb25..e2a1f07867d68 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-base-server-mocks'] --- import kbnCoreSavedObjectsBaseServerMocksObj from './kbn_core_saved_objects_base_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_browser.devdocs.json b/api_docs/kbn_core_saved_objects_browser.devdocs.json index db01f728750bc..481d1c1621e7c 100644 --- a/api_docs/kbn_core_saved_objects_browser.devdocs.json +++ b/api_docs/kbn_core_saved_objects_browser.devdocs.json @@ -13,41 +13,41 @@ ], "label": "SavedObjectsStart", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-browser/src/contracts.ts", + "path": "src/core/packages/saved-objects/browser/src/contracts.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-lifecycle-browser", - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser/index.ts" }, { - "plugin": "@kbn/core-lifecycle-browser", - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts" + "plugin": "@kbn/core", + "path": "src/core/server/index.ts" }, { - "plugin": "@kbn/core-lifecycle-browser", - "path": "packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/lifecycle/browser/src/core_start.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/lifecycle/browser/src/core_start.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/lifecycle/browser/src/core_start.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_service.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_service.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_service.ts" }, { "plugin": "@kbn/core", @@ -62,24 +62,28 @@ "path": "src/plugins/visualizations/public/services.ts" }, { - "plugin": "exploratoryView", - "path": "x-pack/solutions/observability/plugins/exploratory_view/public/application/types.ts" + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/public/app/app_dependencies.tsx" + }, + { + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/public/app/app_dependencies.tsx" }, { "plugin": "exploratoryView", "path": "x-pack/solutions/observability/plugins/exploratory_view/public/application/types.ts" }, { - "plugin": "transform", - "path": "x-pack/platform/plugins/private/transform/public/app/app_dependencies.tsx" + "plugin": "exploratoryView", + "path": "x-pack/solutions/observability/plugins/exploratory_view/public/application/types.ts" }, { - "plugin": "transform", - "path": "x-pack/platform/plugins/private/transform/public/app/app_dependencies.tsx" + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" }, { - "plugin": "@kbn/core", - "path": "src/core/server/index.ts" + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" } ], "children": [ @@ -93,15 +97,9 @@ "{@link SavedObjectsClientContract}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], - "path": "packages/core/saved-objects/core-saved-objects-browser/src/contracts.ts", + "path": "src/core/packages/saved-objects/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_saved_objects_browser.mdx b/api_docs/kbn_core_saved_objects_browser.mdx index dcd5ed33c2348..9527910a69075 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-browser'] --- import kbnCoreSavedObjectsBrowserObj from './kbn_core_saved_objects_browser.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_browser_internal.devdocs.json b/api_docs/kbn_core_saved_objects_browser_internal.devdocs.json index 016c97e0e12c7..239b893b7858b 100644 --- a/api_docs/kbn_core_saved_objects_browser_internal.devdocs.json +++ b/api_docs/kbn_core_saved_objects_browser_internal.devdocs.json @@ -12,48 +12,40 @@ "label": "SavedObjectsService", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-browser-internal", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsBrowserInternalPluginApi", - "section": "def-public.SavedObjectsService", - "text": "SavedObjectsService" - }, + "SavedObjectsService", " implements ", "CoreService", "" ], - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_service.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/index.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/root/browser-internal/src/core_system.ts" }, { - "plugin": "@kbn/core-root-browser-internal", - "path": "packages/core/root/core-root-browser-internal/src/core_system.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/root/browser-internal/src/core_system.ts" }, { - "plugin": "@kbn/core-root-browser-internal", - "path": "packages/core/root/core-root-browser-internal/src/core_system.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/root/browser-internal/src/core_system.ts" }, { - "plugin": "@kbn/core-root-browser-internal", - "path": "packages/core/root/core-root-browser-internal/src/core_system.ts" + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" + }, + { + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts" } ], "children": [ @@ -67,7 +59,7 @@ "signature": [ "() => Promise" ], - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -82,24 +74,12 @@ "description": [], "signature": [ "({ http }: { http: ", - { - "pluginId": "@kbn/core-http-browser-internal", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserInternalPluginApi", - "section": "def-public.InternalHttpStart", - "text": "InternalHttpStart" - }, + "InternalHttpStart", "; }) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsBrowserPluginApi", - "section": "def-public.SavedObjectsStart", - "text": "SavedObjectsStart" - }, + "SavedObjectsStart", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -110,7 +90,7 @@ "tags": [], "label": "{ http }", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -123,18 +103,12 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", ", \"staticAssets\"> & { staticAssets: ", "InternalStaticAssets", "; }" ], - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_service.ts", "deprecated": false, "trackAdoption": false } @@ -153,7 +127,7 @@ "signature": [ "() => Promise" ], - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_service.ts", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_service.ts", "deprecated": false, "trackAdoption": false, "children": [], diff --git a/api_docs/kbn_core_saved_objects_browser_internal.mdx b/api_docs/kbn_core_saved_objects_browser_internal.mdx index 1b3cca671cc4c..7da7f773cf7e9 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-browser-internal'] --- import kbnCoreSavedObjectsBrowserInternalObj from './kbn_core_saved_objects_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_browser_mocks.devdocs.json b/api_docs/kbn_core_saved_objects_browser_mocks.devdocs.json index 374933232c97b..28ddb86886169 100644 --- a/api_docs/kbn_core_saved_objects_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_saved_objects_browser_mocks.devdocs.json @@ -33,12 +33,12 @@ "path": "src/core/public/mocks.ts" }, { - "plugin": "@kbn/core-plugins-browser-internal", - "path": "packages/core/plugins/core-plugins-browser-internal/src/plugins_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/plugins/browser-internal/src/plugins_service.test.ts" }, { - "plugin": "@kbn/core-plugins-browser-internal", - "path": "packages/core/plugins/core-plugins-browser-internal/src/plugins_service.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/plugins/browser-internal/src/plugins_service.test.ts" } ], "children": [ @@ -67,13 +67,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsBrowserPluginApi", - "section": "def-public.SavedObjectsStart", - "text": "SavedObjectsStart" - }, + "SavedObjectsStart", ">" ], "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/saved_objects_service.mock.ts", @@ -121,29 +115,11 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", savedObject: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", ") => jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SimpleSavedObject", - "text": "SimpleSavedObject" - }, + "SimpleSavedObject", ">" ], "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts", @@ -158,13 +134,7 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsApiBrowserPluginApi", - "section": "def-public.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts", "deprecated": false, @@ -179,13 +149,7 @@ "label": "savedObject", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "" ], "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts", diff --git a/api_docs/kbn_core_saved_objects_browser_mocks.mdx b/api_docs/kbn_core_saved_objects_browser_mocks.mdx index 28de70136a49c..33ccfe9c082aa 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-browser-mocks'] --- import kbnCoreSavedObjectsBrowserMocksObj from './kbn_core_saved_objects_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_common.devdocs.json b/api_docs/kbn_core_saved_objects_common.devdocs.json index 7a6964dc8d90f..12a21adeba4a9 100644 --- a/api_docs/kbn_core_saved_objects_common.devdocs.json +++ b/api_docs/kbn_core_saved_objects_common.devdocs.json @@ -29,7 +29,7 @@ "description": [ "\nClient interface for interacting with legacy URL aliases." ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/types.ts", + "path": "src/core/packages/saved-objects/common/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -42,7 +42,7 @@ "description": [ "\nThe namespace that the object existed in when it was converted." ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/types.ts", + "path": "src/core/packages/saved-objects/common/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -55,7 +55,7 @@ "description": [ "\nThe type of the object when it was converted." ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/types.ts", + "path": "src/core/packages/saved-objects/common/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -68,7 +68,7 @@ "description": [ "\nThe original ID of the object, before it was converted." ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/types.ts", + "path": "src/core/packages/saved-objects/common/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -82,7 +82,7 @@ "tags": [], "label": "SavedObjectError", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -93,7 +93,7 @@ "tags": [], "label": "error", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects.ts", "deprecated": false, "trackAdoption": false }, @@ -104,7 +104,7 @@ "tags": [], "label": "message", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects.ts", "deprecated": false, "trackAdoption": false }, @@ -115,7 +115,7 @@ "tags": [], "label": "statusCode", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects.ts", "deprecated": false, "trackAdoption": false }, @@ -129,7 +129,7 @@ "signature": [ "Record | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects.ts", "deprecated": false, "trackAdoption": false } @@ -145,7 +145,7 @@ "description": [ "\nA warning meant to notify that a specific user action is required to finalize the import\nof some type of object.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -159,7 +159,7 @@ "signature": [ "\"action_required\"" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -172,7 +172,7 @@ "description": [ "The translated message to display to the user." ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -185,7 +185,7 @@ "description": [ "The path (without the basePath) that the user should be redirect to address this warning." ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -201,7 +201,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false } @@ -217,7 +217,7 @@ "description": [ "\nRepresents a failure to import due to a conflict, which can be resolved in different ways with an overwrite." ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -231,7 +231,7 @@ "signature": [ "\"ambiguous_conflict\"" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -245,7 +245,7 @@ "signature": [ "{ id: string; title?: string | undefined; updatedAt?: string | undefined; }[]" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false } @@ -261,7 +261,7 @@ "description": [ "\nRepresents a failure to import due to a conflict." ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -275,7 +275,7 @@ "signature": [ "\"conflict\"" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -289,7 +289,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false } @@ -305,7 +305,7 @@ "description": [ "\nRepresents a failure to import." ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -316,7 +316,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -327,7 +327,7 @@ "tags": [], "label": "type", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -341,7 +341,7 @@ "signature": [ "{ title?: string | undefined; icon?: string | undefined; }" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -357,7 +357,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -371,7 +371,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -383,47 +383,17 @@ "label": "error", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsImportConflictError", - "text": "SavedObjectsImportConflictError" - }, + "SavedObjectsImportConflictError", " | ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsImportAmbiguousConflictError", - "text": "SavedObjectsImportAmbiguousConflictError" - }, + "SavedObjectsImportAmbiguousConflictError", " | ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsImportUnsupportedTypeError", - "text": "SavedObjectsImportUnsupportedTypeError" - }, + "SavedObjectsImportUnsupportedTypeError", " | ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsImportMissingReferencesError", - "text": "SavedObjectsImportMissingReferencesError" - }, + "SavedObjectsImportMissingReferencesError", " | ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsImportUnknownError", - "text": "SavedObjectsImportUnknownError" - } + "SavedObjectsImportUnknownError" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false } @@ -439,7 +409,7 @@ "description": [ "\nRepresents a failure to import due to missing references." ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -453,7 +423,7 @@ "signature": [ "\"missing_references\"" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -467,7 +437,7 @@ "signature": [ "{ type: string; id: string; }[]" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false } @@ -483,7 +453,7 @@ "description": [ "\nThe response describing the result of an import." ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -494,7 +464,7 @@ "tags": [], "label": "success", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -505,7 +475,7 @@ "tags": [], "label": "successCount", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -517,16 +487,10 @@ "label": "successResults", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsImportSuccess", - "text": "SavedObjectsImportSuccess" - }, + "SavedObjectsImportSuccess", "[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -538,16 +502,10 @@ "label": "warnings", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsImportWarning", - "text": "SavedObjectsImportWarning" - }, + "SavedObjectsImportWarning", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -559,16 +517,10 @@ "label": "errors", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsImportFailure", - "text": "SavedObjectsImportFailure" - }, + "SavedObjectsImportFailure", "[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false } @@ -584,7 +536,7 @@ "description": [ "\nDescribes a retry operation for importing a saved object." ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -595,7 +547,7 @@ "tags": [], "label": "type", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -606,7 +558,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -617,7 +569,7 @@ "tags": [], "label": "overwrite", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -633,7 +585,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -647,7 +599,7 @@ "signature": [ "{ type: string; from: string; to: string; }[]" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -663,7 +615,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -679,7 +631,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false } @@ -695,7 +647,7 @@ "description": [ "\nA simple informative warning that will be displayed to the user.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -709,7 +661,7 @@ "signature": [ "\"simple\"" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -722,7 +674,7 @@ "description": [ "The translated message to display to the user" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false } @@ -738,7 +690,7 @@ "description": [ "\nRepresents a successful import." ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -749,7 +701,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -760,7 +712,7 @@ "tags": [], "label": "type", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -776,7 +728,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -792,7 +744,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -802,7 +754,7 @@ }, { "plugin": "savedObjectsManagement", - "path": "src/plugins/saved_objects_management/public/lib/resolve_import_errors.ts" + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/resolve_import_errors.ts" } ] }, @@ -816,7 +768,7 @@ "signature": [ "{ title?: string | undefined; icon?: string | undefined; }" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -832,7 +784,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -848,7 +800,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false } @@ -864,7 +816,7 @@ "description": [ "\nRepresents a failure to import due to an unknown reason." ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -878,7 +830,7 @@ "signature": [ "\"unknown\"" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -889,7 +841,7 @@ "tags": [], "label": "message", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false }, @@ -900,7 +852,7 @@ "tags": [], "label": "statusCode", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false } @@ -916,7 +868,7 @@ "description": [ "\nRepresents a failure to import due to having an unsupported saved object type." ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -930,7 +882,7 @@ "signature": [ "\"unsupported_type\"" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false } @@ -946,7 +898,7 @@ "description": [ "\nInformation about the migrations that have been applied to this SavedObject.\nWhen Kibana starts up, KibanaMigrator detects outdated documents and\nmigrates them based on this value. For each migration that has been applied,\nthe plugin's name is used as a key and the latest migration version as the\nvalue.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -962,7 +914,7 @@ "signature": [ "[pluginName: string]: string" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects.ts", "deprecated": false, "trackAdoption": false } @@ -978,7 +930,7 @@ "description": [ "\nAn identifier for a saved object within a space.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/types.ts", + "path": "src/core/packages/saved-objects/common/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -991,7 +943,7 @@ "description": [ "The id of the saved object" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/types.ts", + "path": "src/core/packages/saved-objects/common/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1004,7 +956,7 @@ "description": [ "The type of the saved object" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/types.ts", + "path": "src/core/packages/saved-objects/common/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -1024,462 +976,460 @@ "label": "SavedObject", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/common/index.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts" }, { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts" }, { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts" }, { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server/src/saved_objects_repository.ts" }, { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/import/errors.ts" }, { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/import/errors.ts" }, { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/import/lib/regenerate_ids.ts" }, { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/import/lib/regenerate_ids.ts" }, { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/export/apply_export_transforms.ts" }, { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/export/apply_export_transforms.ts" }, { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/export/apply_export_transforms.ts" }, { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/export/apply_export_transforms.ts" }, { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/export/apply_export_transforms.ts" }, { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/export/apply_export_transforms.ts" }, { - "plugin": "@kbn/core-saved-objects-api-server", - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/export/apply_export_transforms.ts" }, { - "plugin": "@kbn/core-saved-objects-api-server", - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/export/apply_export_transforms.ts" }, { - "plugin": "@kbn/core-saved-objects-api-server", - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/export/apply_export_transforms.ts" }, { - "plugin": "@kbn/core-saved-objects-api-server", - "path": "packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_repository.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/export/apply_export_transforms.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/types/index.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "savedObjectsTaggingOss", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "savedObjectsTaggingOss", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "savedObjectsTaggingOss", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/types.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/types.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/public/utils.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/saved_objects_client.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/public/utils.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/public/utils.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/public/utils.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/public/utils.test.ts" }, { - "plugin": "@kbn/core", - "path": "src/core/public/index.ts" + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/common/types.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx" + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/common/types.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx" + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx" + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts" }, { - "plugin": "home", - "path": "src/plugins/home/server/services/sample_data/sample_data_registry.ts" + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/user_risk_score_dashboards.ts" }, { - "plugin": "home", - "path": "src/plugins/home/server/services/sample_data/sample_data_registry.ts" + "plugin": "securitySolution", + "path": "x-pack/solutions/security/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/user_risk_score_dashboards.ts" }, { - "plugin": "home", - "path": "src/plugins/home/server/services/sample_data/sample_data_registry.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/test_utils/index.ts" }, { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/shareable_runtime/types.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/test_utils/index.ts" }, { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/shareable_runtime/types.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/test_utils/index.ts" }, { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/public/services/canvas_workpad_service.ts" + "plugin": "lists", + "path": "x-pack/solutions/security/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts" }, { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/public/services/canvas_workpad_service.ts" + "plugin": "lists", + "path": "x-pack/solutions/security/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts" }, { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/public/components/home/hooks/use_upload_workpad.ts" + "plugin": "lists", + "path": "x-pack/solutions/security/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts" }, { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/public/components/home/hooks/use_upload_workpad.ts" + "plugin": "lists", + "path": "x-pack/solutions/security/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts" + }, + { + "plugin": "lists", + "path": "x-pack/solutions/security/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts" }, { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/errors.ts" + "plugin": "savedObjectsManagement", + "path": "src/platform/plugins/shared/saved_objects_management/server/lib/find_relationships.test.ts" }, { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/errors.ts" + "plugin": "savedObjectsManagement", + "path": "src/platform/plugins/shared/saved_objects_management/server/lib/find_relationships.test.ts" }, { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/regenerate_ids.ts" + "plugin": "savedObjectsManagement", + "path": "src/platform/plugins/shared/saved_objects_management/server/lib/find_relationships.test.ts" }, { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/regenerate_ids.ts" + "plugin": "savedObjectsManagement", + "path": "src/platform/plugins/shared/saved_objects_management/server/lib/find_relationships.test.ts" }, { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/apply_export_transforms.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { "plugin": "@kbn/core", - "path": "src/core/types/index.ts" + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "savedObjectsTaggingOss", - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "savedObjectsTaggingOss", - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "savedObjectsTaggingOss", - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/common/types.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/common/types.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/public/utils.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/public/utils.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/public/utils.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/public/utils.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/public/utils.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/common/types.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/common/types.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/saved_objects_client.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/common/test_utils/index.ts" + "plugin": "@kbn/core", + "path": "src/core/public/index.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/common/test_utils/index.ts" + "plugin": "home", + "path": "src/platform/plugins/shared/home/server/services/sample_data/sample_data_registry.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/common/test_utils/index.ts" + "plugin": "home", + "path": "src/platform/plugins/shared/home/server/services/sample_data/sample_data_registry.ts" }, { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts" + "plugin": "home", + "path": "src/platform/plugins/shared/home/server/services/sample_data/sample_data_registry.ts" }, { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/host_risk_score_dashboards.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx" }, { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/user_risk_score_dashboards.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx" }, { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/server/lib/risk_score/prebuilt_saved_objects/saved_object/user_risk_score_dashboards.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx" }, { - "plugin": "lists", - "path": "x-pack/solutions/security/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/shareable_runtime/types.ts" }, { - "plugin": "lists", - "path": "x-pack/solutions/security/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/shareable_runtime/types.ts" }, { - "plugin": "lists", - "path": "x-pack/solutions/security/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/public/services/canvas_workpad_service.ts" }, { - "plugin": "lists", - "path": "x-pack/solutions/security/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/public/services/canvas_workpad_service.ts" }, { - "plugin": "lists", - "path": "x-pack/solutions/security/plugins/lists/server/services/exception_lists/exception_list_client.mock.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/public/components/home/hooks/use_upload_workpad.ts" }, { - "plugin": "savedObjectsManagement", - "path": "src/plugins/saved_objects_management/server/lib/find_relationships.test.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/public/components/home/hooks/use_upload_workpad.ts" }, { - "plugin": "savedObjectsManagement", - "path": "src/plugins/saved_objects_management/server/lib/find_relationships.test.ts" + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" }, { - "plugin": "savedObjectsManagement", - "path": "src/plugins/saved_objects_management/server/lib/find_relationships.test.ts" + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" }, { - "plugin": "savedObjectsManagement", - "path": "src/plugins/saved_objects_management/server/lib/find_relationships.test.ts" + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.test.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.test.ts" }, { "plugin": "@kbn/core-ui-settings-server-internal", @@ -1506,54 +1456,18 @@ "label": "SavedObjectAttribute", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributeSingle", - "text": "SavedObjectAttributeSingle" - }, + "SavedObjectAttributeSingle", " | ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributeSingle", - "text": "SavedObjectAttributeSingle" - }, + "SavedObjectAttributeSingle", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "@kbn/core", - "path": "src/core/public/index.ts" - }, - { - "plugin": "visualizations", - "path": "src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts" - }, - { - "plugin": "visualizations", - "path": "src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts" - }, - { - "plugin": "triggersActionsUi", - "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts" - }, - { - "plugin": "triggersActionsUi", - "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts" - }, - { - "plugin": "triggersActionsUi", - "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts" - }, - { - "plugin": "triggersActionsUi", - "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts" + "path": "src/core/packages/saved-objects/common/index.ts" }, { "plugin": "@kbn/core", @@ -1590,62 +1504,90 @@ { "plugin": "@kbn/response-ops-rule-form", "path": "packages/response-ops/rule_form/src/rule_actions/rule_actions_system_actions_item.tsx" - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/core-saved-objects-common", - "id": "def-common.SavedObjectAttributes", - "type": "Type", - "tags": [ - "deprecated" - ], - "label": "SavedObjectAttributes", + }, + { + "plugin": "@kbn/core", + "path": "src/core/public/index.ts" + }, + { + "plugin": "visualizations", + "path": "src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts" + }, + { + "plugin": "visualizations", + "path": "src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts" + }, + { + "plugin": "triggersActionsUi", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts" + }, + { + "plugin": "triggersActionsUi", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts" + }, + { + "plugin": "triggersActionsUi", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts" + }, + { + "plugin": "triggersActionsUi", + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rule_form/rule_reducer.ts" + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/core-saved-objects-common", + "id": "def-common.SavedObjectAttributes", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "SavedObjectAttributes", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "@kbn/core", - "path": "src/core/public/index.ts" + "path": "src/core/packages/saved-objects/common/index.ts" }, { - "plugin": "savedObjects", - "path": "src/plugins/saved_objects/public/types.ts" + "plugin": "@kbn/core", + "path": "src/core/types/index.ts" }, { - "plugin": "savedObjects", - "path": "src/plugins/saved_objects/public/types.ts" + "plugin": "ml", + "path": "x-pack/platform/plugins/shared/ml/common/types/modules.ts" }, { - "plugin": "savedObjects", - "path": "src/plugins/saved_objects/public/types.ts" + "plugin": "ml", + "path": "x-pack/platform/plugins/shared/ml/common/types/modules.ts" }, { - "plugin": "savedObjects", - "path": "src/plugins/saved_objects/public/types.ts" + "plugin": "@kbn/core", + "path": "src/core/public/index.ts" }, { "plugin": "savedObjects", - "path": "src/plugins/saved_objects/public/types.ts" + "path": "src/platform/plugins/shared/saved_objects/public/types.ts" }, { - "plugin": "visualizations", - "path": "src/plugins/visualizations/public/utils/saved_visualize_utils.ts" + "plugin": "savedObjects", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts" }, { - "plugin": "visualizations", - "path": "src/plugins/visualizations/public/utils/saved_visualize_utils.ts" + "plugin": "savedObjects", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts" }, { - "plugin": "visualizations", - "path": "src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable.tsx" + "plugin": "savedObjects", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts" }, { - "plugin": "visualizations", - "path": "src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable.tsx" + "plugin": "savedObjects", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts" }, { "plugin": "graph", @@ -1664,24 +1606,28 @@ "path": "x-pack/plugins/graph/public/helpers/saved_workspace_utils.ts" }, { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/shareable_runtime/types.ts" + "plugin": "visualizations", + "path": "src/plugins/visualizations/public/utils/saved_visualize_utils.ts" }, { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/shareable_runtime/types.ts" + "plugin": "visualizations", + "path": "src/plugins/visualizations/public/utils/saved_visualize_utils.ts" }, { - "plugin": "@kbn/core", - "path": "src/core/types/index.ts" + "plugin": "visualizations", + "path": "src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable.tsx" }, { - "plugin": "ml", - "path": "x-pack/platform/plugins/shared/ml/common/types/modules.ts" + "plugin": "visualizations", + "path": "src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable.tsx" }, { - "plugin": "ml", - "path": "x-pack/platform/plugins/shared/ml/common/types/modules.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/shareable_runtime/types.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/shareable_runtime/types.ts" } ], "initialIsOpen": false @@ -1697,26 +1643,24 @@ "description": [], "signature": [ "string | number | boolean | ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - }, + "SavedObjectAttributes", " | null | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "@kbn/core", - "path": "src/core/public/index.ts" + "path": "src/core/packages/saved-objects/common/index.ts" }, { "plugin": "@kbn/core", "path": "src/core/types/index.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/public/index.ts" } ], "initialIsOpen": false @@ -1730,825 +1674,829 @@ ], "label": "SavedObjectReference", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/create.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/common/index.ts" }, { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/create.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/create.ts" }, { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_update.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/create.ts" }, { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/bulk_update.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_update.ts" }, { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/update.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/bulk_update.ts" }, { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/apis/update.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/apis/update.ts" }, { "plugin": "@kbn/core", - "path": "src/core/public/index.ts" + "path": "src/core/packages/saved-objects/api-browser/src/apis/update.ts" }, { - "plugin": "savedObjectsManagement", - "path": "src/plugins/saved_objects_management/public/services/types/record.ts" + "plugin": "@kbn/core", + "path": "src/core/types/index.ts" }, { - "plugin": "savedObjectsManagement", - "path": "src/plugins/saved_objects_management/public/services/types/record.ts" + "plugin": "kibanaUtils", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts" }, { - "plugin": "savedObjects", - "path": "src/plugins/saved_objects/public/types.ts" + "plugin": "kibanaUtils", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts" }, { - "plugin": "savedObjects", - "path": "src/plugins/saved_objects/public/types.ts" + "plugin": "kibanaUtils", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts" }, { - "plugin": "savedObjects", - "path": "src/plugins/saved_objects/public/types.ts" + "plugin": "kibanaUtils", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts" }, { - "plugin": "savedObjects", - "path": "src/plugins/saved_objects/public/types.ts" + "plugin": "kibanaUtils", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts" }, { - "plugin": "savedObjects", - "path": "src/plugins/saved_objects/public/types.ts" + "plugin": "expressions", + "path": "src/plugins/expressions/common/expression_functions/expression_function.ts" }, { - "plugin": "savedObjects", - "path": "src/plugins/saved_objects/public/types.ts" + "plugin": "expressions", + "path": "src/plugins/expressions/common/expression_functions/expression_function.ts" }, { - "plugin": "visualizations", - "path": "src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts" + "plugin": "expressions", + "path": "src/plugins/expressions/common/expression_functions/expression_function.ts" }, { - "plugin": "visualizations", - "path": "src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts" + "plugin": "expressions", + "path": "src/plugins/expressions/common/service/expressions_services.ts" }, { - "plugin": "visualizations", - "path": "src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts" + "plugin": "expressions", + "path": "src/plugins/expressions/common/service/expressions_services.ts" }, { - "plugin": "visualizations", - "path": "src/plugins/visualizations/public/utils/saved_visualize_utils.ts" + "plugin": "expressions", + "path": "src/plugins/expressions/common/service/expressions_services.ts" }, { - "plugin": "visualizations", - "path": "src/plugins/visualizations/public/utils/saved_visualize_utils.ts" + "plugin": "expressions", + "path": "src/plugins/expressions/common/service/expressions_services.ts" }, { - "plugin": "visualizations", - "path": "src/plugins/visualizations/public/utils/saved_visualize_utils.ts" + "plugin": "expressions", + "path": "src/plugins/expressions/common/executor/executor.ts" }, { - "plugin": "visualizations", - "path": "src/plugins/visualizations/public/utils/saved_visualize_utils.ts" + "plugin": "expressions", + "path": "src/plugins/expressions/common/executor/executor.ts" }, { - "plugin": "visualizations", - "path": "src/plugins/visualizations/public/utils/saved_visualize_utils.ts" + "plugin": "expressions", + "path": "src/plugins/expressions/common/executor/executor.ts" }, { - "plugin": "visualizations", - "path": "src/plugins/visualizations/public/utils/saved_visualize_utils.ts" + "plugin": "data", + "path": "src/plugins/data/common/query/filters/persistable_state.ts" }, { - "plugin": "visualizations", - "path": "src/plugins/visualizations/public/visualize_app/components/visualize_listing.tsx" + "plugin": "data", + "path": "src/plugins/data/common/query/filters/persistable_state.ts" }, { - "plugin": "visualizations", - "path": "src/plugins/visualizations/public/visualize_app/components/visualize_listing.tsx" + "plugin": "data", + "path": "src/plugins/data/common/query/filters/persistable_state.ts" }, { - "plugin": "visualizations", - "path": "src/plugins/visualizations/public/visualize_app/components/visualize_listing.tsx" + "plugin": "data", + "path": "src/plugins/data/common/query/persistable_state.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx" + "plugin": "data", + "path": "src/plugins/data/common/query/persistable_state.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx" + "plugin": "data", + "path": "src/plugins/data/common/query/persistable_state.ts" }, { - "plugin": "eventAnnotation", - "path": "src/plugins/event_annotation/public/event_annotation_service/service.tsx" + "plugin": "savedObjectsTaggingOss", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts" }, { - "plugin": "eventAnnotation", - "path": "src/plugins/event_annotation/public/event_annotation_service/service.tsx" + "plugin": "savedObjectsTaggingOss", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts" }, { - "plugin": "eventAnnotation", - "path": "src/plugins/event_annotation/public/event_annotation_service/service.tsx" + "plugin": "savedObjectsTaggingOss", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/persistence/saved_object_store.ts" + "plugin": "savedObjectsTaggingOss", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/persistence/saved_object_store.ts" + "plugin": "embeddable", + "path": "src/platform/plugins/shared/embeddable/common/lib/migrate_base_input.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/persistence/saved_object_store.ts" + "plugin": "embeddable", + "path": "src/platform/plugins/shared/embeddable/common/lib/migrate_base_input.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts" + "plugin": "embeddable", + "path": "src/platform/plugins/shared/embeddable/common/lib/migrate_base_input.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts" + "plugin": "embeddable", + "path": "src/platform/plugins/shared/embeddable/common/lib/inject.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts" + "plugin": "embeddable", + "path": "src/platform/plugins/shared/embeddable/common/lib/inject.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts" + "plugin": "uiActionsEnhanced", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts" + "plugin": "uiActionsEnhanced", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts" + "plugin": "uiActionsEnhanced", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/services/ui_actions_service_enhancements.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts" + "plugin": "uiActionsEnhanced", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/services/ui_actions_service_enhancements.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/datasources/form_based/loader.ts" + "plugin": "uiActionsEnhanced", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/services/ui_actions_service_enhancements.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/datasources/form_based/loader.ts" + "plugin": "uiActionsEnhanced", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_enhancement.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/datasources/form_based/loader.ts" + "plugin": "uiActionsEnhanced", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_enhancement.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/datasources/form_based/loader.ts" + "plugin": "visualizations", + "path": "src/plugins/visualizations/public/utils/saved_visualization_references/controls_references.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/datasources/form_based/loader.ts" + "plugin": "visualizations", + "path": "src/plugins/visualizations/public/utils/saved_visualization_references/controls_references.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/datasources/form_based/form_based.tsx" + "plugin": "visualizations", + "path": "src/plugins/visualizations/public/utils/saved_visualization_references/controls_references.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/datasources/form_based/form_based.tsx" + "plugin": "visualizations", + "path": "src/plugins/visualizations/public/utils/saved_visualization_references/timeseries_references.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/datasources/form_based/form_based.tsx" + "plugin": "visualizations", + "path": "src/plugins/visualizations/public/utils/saved_visualization_references/timeseries_references.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/datasources/form_based/form_based.tsx" + "plugin": "visualizations", + "path": "src/plugins/visualizations/public/utils/saved_visualization_references/timeseries_references.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/utils.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/references.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/utils.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/references.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/utils.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/references.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/utils.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/references.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/visualizations/xy/persistence.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/references.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/visualizations/xy/persistence.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/references.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/visualizations/xy/persistence.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/references.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/visualizations/xy/persistence.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/public/utils.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/visualizations/xy/visualization.tsx" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/public/utils.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/visualizations/xy/visualization.tsx" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/public/utils.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/datasources/text_based/text_based_languages.tsx" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/public/utils.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/datasources/text_based/text_based_languages.tsx" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/public/components/connected/tag_list.tsx" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/datasources/text_based/text_based_languages.tsx" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/public/components/connected/tag_list.tsx" }, { "plugin": "lens", - "path": "x-pack/plugins/lens/public/datasources/text_based/text_based_languages.tsx" + "path": "x-pack/plugins/lens/public/react_embeddable/helper.ts" }, { "plugin": "lens", - "path": "x-pack/plugins/lens/public/app_plugin/save_modal_container.tsx" + "path": "x-pack/plugins/lens/public/react_embeddable/helper.ts" }, { "plugin": "lens", - "path": "x-pack/plugins/lens/public/app_plugin/save_modal_container.tsx" + "path": "x-pack/plugins/lens/common/embeddable_factory/index.ts" }, { "plugin": "lens", - "path": "x-pack/plugins/lens/public/react_embeddable/types.ts" + "path": "x-pack/plugins/lens/common/embeddable_factory/index.ts" }, { "plugin": "lens", - "path": "x-pack/plugins/lens/public/react_embeddable/types.ts" + "path": "x-pack/plugins/lens/common/embeddable_factory/index.ts" }, { "plugin": "lens", - "path": "x-pack/plugins/lens/public/types.ts" + "path": "x-pack/plugins/lens/public/lens_attribute_service.ts" }, { "plugin": "lens", - "path": "x-pack/plugins/lens/public/types.ts" + "path": "x-pack/plugins/lens/public/lens_attribute_service.ts" }, { "plugin": "lens", - "path": "x-pack/plugins/lens/public/types.ts" + "path": "x-pack/plugins/lens/public/lens_attribute_service.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/types.ts" + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/common/migrations/references.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/types.ts" + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/common/migrations/references.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/types.ts" + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/common/migrations/references.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/types.ts" + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/common/migrations/references.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/types.ts" + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/common/migrations/references.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/types.ts" + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/control_group/control_group_persistable_state.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/types.ts" + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/control_group/control_group_persistable_state.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/types.ts" + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/control_group/control_group_persistable_state.ts" }, { - "plugin": "maps", - "path": "x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/load_from_library.ts" + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/options_list/options_list_persistable_state.ts" }, { - "plugin": "maps", - "path": "x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/load_from_library.ts" + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/options_list/options_list_persistable_state.ts" }, { - "plugin": "maps", - "path": "x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/save_to_library.ts" + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/options_list/options_list_persistable_state.ts" }, { - "plugin": "maps", - "path": "x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/save_to_library.ts" + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/range_slider/range_slider_persistable_state.ts" }, { - "plugin": "graph", - "path": "x-pack/plugins/graph/public/services/persistence/saved_workspace_references.ts" + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/range_slider/range_slider_persistable_state.ts" }, { - "plugin": "graph", - "path": "x-pack/plugins/graph/public/services/persistence/saved_workspace_references.ts" + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/range_slider/range_slider_persistable_state.ts" }, { - "plugin": "graph", - "path": "x-pack/plugins/graph/public/services/persistence/saved_workspace_references.ts" + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/time_slider/time_slider_persistable_state.ts" }, { - "plugin": "graph", - "path": "x-pack/plugins/graph/public/types/persistence.ts" + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/time_slider/time_slider_persistable_state.ts" }, { - "plugin": "graph", - "path": "x-pack/plugins/graph/public/types/persistence.ts" + "plugin": "controls", + "path": "src/platform/plugins/shared/controls/server/time_slider/time_slider_persistable_state.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/datasources/form_based/form_based.test.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_lens.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/datasources/form_based/form_based.test.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_lens.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/public/datasources/form_based/form_based.test.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_map.ts" }, { - "plugin": "dashboard", - "path": "src/platform/plugins/shared/dashboard/common/bwc/types.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_map.ts" }, { - "plugin": "dashboard", - "path": "src/platform/plugins/shared/dashboard/common/bwc/types.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_search.ts" }, { - "plugin": "@kbn/core", - "path": "src/core/types/index.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_search.ts" }, { - "plugin": "kibanaUtils", - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_visualization.ts" }, { - "plugin": "kibanaUtils", - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_visualization.ts" }, { - "plugin": "kibanaUtils", - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/embeddable.ts" }, { - "plugin": "kibanaUtils", - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts" + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/embeddable.ts" }, { - "plugin": "kibanaUtils", - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/references.test.ts" }, { - "plugin": "expressions", - "path": "src/plugins/expressions/common/expression_functions/expression_function.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/references.test.ts" }, { - "plugin": "expressions", - "path": "src/plugins/expressions/common/expression_functions/expression_function.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/public/utils.test.ts" }, { - "plugin": "expressions", - "path": "src/plugins/expressions/common/expression_functions/expression_function.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/public/utils.test.ts" }, { - "plugin": "expressions", - "path": "src/plugins/expressions/common/service/expressions_services.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/public/utils.test.ts" }, { - "plugin": "expressions", - "path": "src/plugins/expressions/common/service/expressions_services.ts" + "plugin": "dashboardEnhanced", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts" }, { - "plugin": "expressions", - "path": "src/plugins/expressions/common/service/expressions_services.ts" + "plugin": "dashboardEnhanced", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts" }, { - "plugin": "expressions", - "path": "src/plugins/expressions/common/service/expressions_services.ts" + "plugin": "dashboardEnhanced", + "path": "x-pack/platform/plugins/shared/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts" }, { - "plugin": "expressions", - "path": "src/plugins/expressions/common/executor/executor.ts" + "plugin": "uiActionsEnhanced", + "path": "src/platform/plugins/shared/ui_actions_enhanced/server/dynamic_action_enhancement.ts" }, { - "plugin": "expressions", - "path": "src/plugins/expressions/common/executor/executor.ts" + "plugin": "uiActionsEnhanced", + "path": "src/platform/plugins/shared/ui_actions_enhanced/server/dynamic_action_enhancement.ts" }, { - "plugin": "expressions", - "path": "src/plugins/expressions/common/executor/executor.ts" + "plugin": "uiActionsEnhanced", + "path": "src/platform/plugins/shared/ui_actions_enhanced/server/dynamic_action_enhancement.ts" }, { - "plugin": "data", - "path": "src/plugins/data/common/query/filters/persistable_state.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/test_utils/index.ts" }, { - "plugin": "data", - "path": "src/plugins/data/common/query/filters/persistable_state.ts" + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/test_utils/index.ts" }, { - "plugin": "data", - "path": "src/plugins/data/common/query/filters/persistable_state.ts" + "plugin": "globalSearchProviders", + "path": "x-pack/platform/plugins/private/global_search_providers/server/providers/saved_objects/map_object_to_result.test.ts" }, { - "plugin": "data", - "path": "src/plugins/data/common/query/persistable_state.ts" + "plugin": "globalSearchProviders", + "path": "x-pack/platform/plugins/private/global_search_providers/server/providers/saved_objects/map_object_to_result.test.ts" }, { - "plugin": "data", - "path": "src/plugins/data/common/query/persistable_state.ts" + "plugin": "expressions", + "path": "src/plugins/expressions/common/executor/executor.test.ts" }, { - "plugin": "data", - "path": "src/plugins/data/common/query/persistable_state.ts" + "plugin": "expressions", + "path": "src/plugins/expressions/common/executor/executor.test.ts" }, { - "plugin": "savedObjectsTaggingOss", - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts" + "plugin": "expressions", + "path": "src/plugins/expressions/common/executor/executor.test.ts" }, { - "plugin": "savedObjectsTaggingOss", - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts" + "plugin": "@kbn/core", + "path": "src/core/public/index.ts" }, { - "plugin": "savedObjectsTaggingOss", - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts" + "plugin": "savedObjectsManagement", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/record.ts" }, { - "plugin": "savedObjectsTaggingOss", - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts" + "plugin": "savedObjectsManagement", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/record.ts" }, { - "plugin": "embeddable", - "path": "src/platform/plugins/shared/embeddable/common/lib/migrate_base_input.ts" + "plugin": "savedObjects", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts" }, { - "plugin": "embeddable", - "path": "src/platform/plugins/shared/embeddable/common/lib/migrate_base_input.ts" + "plugin": "savedObjects", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts" }, { - "plugin": "embeddable", - "path": "src/platform/plugins/shared/embeddable/common/lib/migrate_base_input.ts" + "plugin": "savedObjects", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts" }, { - "plugin": "embeddable", - "path": "src/platform/plugins/shared/embeddable/common/lib/inject.ts" + "plugin": "savedObjects", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts" }, { - "plugin": "embeddable", - "path": "src/platform/plugins/shared/embeddable/common/lib/inject.ts" + "plugin": "savedObjects", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts" + }, + { + "plugin": "savedObjects", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts" }, { - "plugin": "uiActionsEnhanced", - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts" + "plugin": "graph", + "path": "x-pack/plugins/graph/public/services/persistence/saved_workspace_references.ts" }, { - "plugin": "uiActionsEnhanced", - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts" + "plugin": "graph", + "path": "x-pack/plugins/graph/public/services/persistence/saved_workspace_references.ts" }, { - "plugin": "uiActionsEnhanced", - "path": "src/plugins/ui_actions_enhanced/public/services/ui_actions_service_enhancements.ts" + "plugin": "graph", + "path": "x-pack/plugins/graph/public/services/persistence/saved_workspace_references.ts" }, { - "plugin": "uiActionsEnhanced", - "path": "src/plugins/ui_actions_enhanced/public/services/ui_actions_service_enhancements.ts" + "plugin": "graph", + "path": "x-pack/plugins/graph/public/types/persistence.ts" }, { - "plugin": "uiActionsEnhanced", - "path": "src/plugins/ui_actions_enhanced/public/services/ui_actions_service_enhancements.ts" + "plugin": "graph", + "path": "x-pack/plugins/graph/public/types/persistence.ts" }, { - "plugin": "uiActionsEnhanced", - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_enhancement.ts" + "plugin": "visualizations", + "path": "src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts" }, { - "plugin": "uiActionsEnhanced", - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_enhancement.ts" + "plugin": "visualizations", + "path": "src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts" }, { "plugin": "visualizations", - "path": "src/plugins/visualizations/public/utils/saved_visualization_references/controls_references.ts" + "path": "src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts" }, { "plugin": "visualizations", - "path": "src/plugins/visualizations/public/utils/saved_visualization_references/controls_references.ts" + "path": "src/plugins/visualizations/public/utils/saved_visualize_utils.ts" }, { "plugin": "visualizations", - "path": "src/plugins/visualizations/public/utils/saved_visualization_references/controls_references.ts" + "path": "src/plugins/visualizations/public/utils/saved_visualize_utils.ts" }, { "plugin": "visualizations", - "path": "src/plugins/visualizations/public/utils/saved_visualization_references/timeseries_references.ts" + "path": "src/plugins/visualizations/public/utils/saved_visualize_utils.ts" }, { "plugin": "visualizations", - "path": "src/plugins/visualizations/public/utils/saved_visualization_references/timeseries_references.ts" + "path": "src/plugins/visualizations/public/utils/saved_visualize_utils.ts" }, { "plugin": "visualizations", - "path": "src/plugins/visualizations/public/utils/saved_visualization_references/timeseries_references.ts" + "path": "src/plugins/visualizations/public/utils/saved_visualize_utils.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/common/references.ts" + "plugin": "visualizations", + "path": "src/plugins/visualizations/public/utils/saved_visualize_utils.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/common/references.ts" + "plugin": "visualizations", + "path": "src/plugins/visualizations/public/visualize_app/components/visualize_listing.tsx" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/common/references.ts" + "plugin": "visualizations", + "path": "src/plugins/visualizations/public/visualize_app/components/visualize_listing.tsx" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/common/references.ts" + "plugin": "visualizations", + "path": "src/plugins/visualizations/public/visualize_app/components/visualize_listing.tsx" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/common/references.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/persistence/saved_object_store.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/common/references.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/persistence/saved_object_store.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/common/references.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/persistence/saved_object_store.ts" }, { "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/public/utils.ts" + "path": "x-pack/platform/plugins/private/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx" }, { "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/public/utils.ts" + "path": "x-pack/platform/plugins/private/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/public/utils.ts" + "plugin": "eventAnnotation", + "path": "src/plugins/event_annotation/public/event_annotation_service/service.tsx" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/public/utils.ts" + "plugin": "eventAnnotation", + "path": "src/plugins/event_annotation/public/event_annotation_service/service.tsx" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/public/components/connected/tag_list.tsx" + "plugin": "eventAnnotation", + "path": "src/plugins/event_annotation/public/event_annotation_service/service.tsx" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/public/components/connected/tag_list.tsx" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/react_embeddable/types.ts" }, { "plugin": "lens", - "path": "x-pack/plugins/lens/common/embeddable_factory/index.ts" + "path": "x-pack/plugins/lens/public/react_embeddable/types.ts" }, { "plugin": "lens", - "path": "x-pack/plugins/lens/common/embeddable_factory/index.ts" + "path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts" }, { "plugin": "lens", - "path": "x-pack/plugins/lens/common/embeddable_factory/index.ts" + "path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts" }, { "plugin": "lens", - "path": "x-pack/plugins/lens/public/react_embeddable/helper.ts" + "path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts" }, { "plugin": "lens", - "path": "x-pack/plugins/lens/public/react_embeddable/helper.ts" + "path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts" }, { "plugin": "lens", - "path": "x-pack/plugins/lens/public/lens_attribute_service.ts" + "path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts" }, { "plugin": "lens", - "path": "x-pack/plugins/lens/public/lens_attribute_service.ts" + "path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts" }, { "plugin": "lens", - "path": "x-pack/plugins/lens/public/lens_attribute_service.ts" + "path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/state_helpers.ts" }, { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/control_group/control_group_persistable_state.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/utils.ts" }, { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/control_group/control_group_persistable_state.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/utils.ts" }, { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/control_group/control_group_persistable_state.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/utils.ts" }, { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/options_list/options_list_persistable_state.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/utils.ts" }, { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/options_list/options_list_persistable_state.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/datasources/form_based/loader.ts" }, { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/options_list/options_list_persistable_state.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/datasources/form_based/loader.ts" }, { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/range_slider/range_slider_persistable_state.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/datasources/form_based/loader.ts" }, { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/range_slider/range_slider_persistable_state.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/datasources/form_based/loader.ts" }, { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/range_slider/range_slider_persistable_state.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/datasources/form_based/loader.ts" }, { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/time_slider/time_slider_persistable_state.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/datasources/form_based/form_based.tsx" }, { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/time_slider/time_slider_persistable_state.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/datasources/form_based/form_based.tsx" }, { - "plugin": "controls", - "path": "src/platform/plugins/shared/controls/server/time_slider/time_slider_persistable_state.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/datasources/form_based/form_based.tsx" }, { - "plugin": "maps", - "path": "x-pack/platform/plugins/shared/maps/common/migrations/references.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/datasources/form_based/form_based.tsx" }, { - "plugin": "maps", - "path": "x-pack/platform/plugins/shared/maps/common/migrations/references.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/app_plugin/save_modal_container.tsx" }, { - "plugin": "maps", - "path": "x-pack/platform/plugins/shared/maps/common/migrations/references.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/app_plugin/save_modal_container.tsx" }, { - "plugin": "maps", - "path": "x-pack/platform/plugins/shared/maps/common/migrations/references.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/types.ts" }, { - "plugin": "maps", - "path": "x-pack/platform/plugins/shared/maps/common/migrations/references.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/types.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/common/references.test.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/types.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/common/references.test.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/types.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/public/utils.test.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/types.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/public/utils.test.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/types.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/public/utils.test.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/types.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/common/test_utils/index.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/types.ts" }, { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/common/test_utils/index.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/types.ts" }, { - "plugin": "globalSearchProviders", - "path": "x-pack/plugins/global_search_providers/server/providers/saved_objects/map_object_to_result.test.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/types.ts" }, { - "plugin": "globalSearchProviders", - "path": "x-pack/plugins/global_search_providers/server/providers/saved_objects/map_object_to_result.test.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/types.ts" }, { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_lens.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/visualizations/xy/persistence.ts" }, { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_lens.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/visualizations/xy/persistence.ts" }, { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_map.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/visualizations/xy/persistence.ts" }, { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_map.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/visualizations/xy/persistence.ts" }, { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_search.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/visualizations/xy/visualization.tsx" }, { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_search.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/visualizations/xy/visualization.tsx" }, { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_visualization.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/datasources/text_based/text_based_languages.tsx" }, { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/saved_visualization.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/datasources/text_based/text_based_languages.tsx" }, { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/embeddable.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/datasources/text_based/text_based_languages.tsx" }, { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/canvas_plugin_src/functions/external/embeddable.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/datasources/text_based/text_based_languages.tsx" }, { - "plugin": "dashboardEnhanced", - "path": "x-pack/platform/plugins/shared/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/datasources/form_based/form_based.test.ts" }, { - "plugin": "dashboardEnhanced", - "path": "x-pack/platform/plugins/shared/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/datasources/form_based/form_based.test.ts" }, { - "plugin": "dashboardEnhanced", - "path": "x-pack/platform/plugins/shared/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts" + "plugin": "lens", + "path": "x-pack/plugins/lens/public/datasources/form_based/form_based.test.ts" }, { - "plugin": "uiActionsEnhanced", - "path": "src/plugins/ui_actions_enhanced/server/dynamic_action_enhancement.ts" + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/load_from_library.ts" }, { - "plugin": "uiActionsEnhanced", - "path": "src/plugins/ui_actions_enhanced/server/dynamic_action_enhancement.ts" + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/load_from_library.ts" }, { - "plugin": "uiActionsEnhanced", - "path": "src/plugins/ui_actions_enhanced/server/dynamic_action_enhancement.ts" + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/save_to_library.ts" }, { - "plugin": "expressions", - "path": "src/plugins/expressions/common/executor/executor.test.ts" + "plugin": "maps", + "path": "x-pack/platform/plugins/shared/maps/public/routes/map_page/saved_map/save_to_library.ts" }, { - "plugin": "expressions", - "path": "src/plugins/expressions/common/executor/executor.test.ts" + "plugin": "dashboard", + "path": "src/platform/plugins/shared/dashboard/common/bwc/types.ts" }, { - "plugin": "expressions", - "path": "src/plugins/expressions/common/executor/executor.test.ts" + "plugin": "dashboard", + "path": "src/platform/plugins/shared/dashboard/common/bwc/types.ts" }, { "plugin": "lens", @@ -2583,23 +2531,11 @@ "\nComposite type of all the possible types of import warnings.\n\nSee {@link SavedObjectsImportSimpleWarning} and {@link SavedObjectsImportActionRequiredWarning}\nfor more details.\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsImportSimpleWarning", - "text": "SavedObjectsImportSimpleWarning" - }, + "SavedObjectsImportSimpleWarning", " | ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsImportActionRequiredWarning", - "text": "SavedObjectsImportActionRequiredWarning" - } + "SavedObjectsImportActionRequiredWarning" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects_imports.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects_imports.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2616,7 +2552,7 @@ "signature": [ "\"single\" | \"multiple\" | \"agnostic\" | \"multiple-isolated\"" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects.ts", + "path": "src/core/packages/saved-objects/common/src/saved_objects.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_saved_objects_common.mdx b/api_docs/kbn_core_saved_objects_common.mdx index 42d4a7d541033..cc7b53ca353c4 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-12-27 +date: 2025-01-05 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 de958a8dce50f..0d4d68963993d 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 @@ -18,16 +18,10 @@ "label": "SavedObjectsExportError", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-import-export-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsImportExportServerInternalPluginApi", - "section": "def-server.SavedObjectsExportError", - "text": "SavedObjectsExportError" - }, + "SavedObjectsExportError", " extends Error" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/errors.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/export/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -41,7 +35,7 @@ "signature": [ "any" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/errors.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/export/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -55,7 +49,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/errors.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/export/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -70,7 +64,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/errors.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/export/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -85,7 +79,7 @@ "signature": [ "Record | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/errors.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/export/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -102,15 +96,9 @@ "description": [], "signature": [ "(limit: number) => ", - { - "pluginId": "@kbn/core-saved-objects-import-export-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsImportExportServerInternalPluginApi", - "section": "def-server.SavedObjectsExportError", - "text": "SavedObjectsExportError" - } + "SavedObjectsExportError" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/errors.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/export/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -124,7 +112,7 @@ "signature": [ "number" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/errors.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/export/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -141,23 +129,11 @@ "description": [], "signature": [ "(objects: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "[]) => ", - { - "pluginId": "@kbn/core-saved-objects-import-export-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsImportExportServerInternalPluginApi", - "section": "def-server.SavedObjectsExportError", - "text": "SavedObjectsExportError" - } + "SavedObjectsExportError" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/errors.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/export/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -169,16 +145,10 @@ "label": "objects", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/errors.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/export/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -197,23 +167,11 @@ ], "signature": [ "(objects: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "[], cause: Error) => ", - { - "pluginId": "@kbn/core-saved-objects-import-export-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsImportExportServerInternalPluginApi", - "section": "def-server.SavedObjectsExportError", - "text": "SavedObjectsExportError" - } + "SavedObjectsExportError" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/errors.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/export/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -225,16 +183,10 @@ "label": "objects", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/errors.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/export/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -249,7 +201,7 @@ "signature": [ "Error" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/errors.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/export/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -268,15 +220,9 @@ ], "signature": [ "(objectKeys: string[]) => ", - { - "pluginId": "@kbn/core-saved-objects-import-export-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsImportExportServerInternalPluginApi", - "section": "def-server.SavedObjectsExportError", - "text": "SavedObjectsExportError" - } + "SavedObjectsExportError" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/errors.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/export/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -290,7 +236,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/errors.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/export/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -309,16 +255,10 @@ "label": "SavedObjectsImportError", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-import-export-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsImportExportServerInternalPluginApi", - "section": "def-server.SavedObjectsImportError", - "text": "SavedObjectsImportError" - }, + "SavedObjectsImportError", " extends Error" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/errors.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/import/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -331,15 +271,9 @@ "description": [], "signature": [ "(limit: number) => ", - { - "pluginId": "@kbn/core-saved-objects-import-export-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsImportExportServerInternalPluginApi", - "section": "def-server.SavedObjectsImportError", - "text": "SavedObjectsImportError" - } + "SavedObjectsImportError" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/errors.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/import/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -353,7 +287,7 @@ "signature": [ "number" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/errors.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/import/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -370,15 +304,9 @@ "description": [], "signature": [ "(nonUniqueEntries: string[]) => ", - { - "pluginId": "@kbn/core-saved-objects-import-export-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsImportExportServerInternalPluginApi", - "section": "def-server.SavedObjectsImportError", - "text": "SavedObjectsImportError" - } + "SavedObjectsImportError" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/errors.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/import/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -392,7 +320,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/errors.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/import/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -409,15 +337,9 @@ "description": [], "signature": [ "(nonUniqueRetryObjects: string[]) => ", - { - "pluginId": "@kbn/core-saved-objects-import-export-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsImportExportServerInternalPluginApi", - "section": "def-server.SavedObjectsImportError", - "text": "SavedObjectsImportError" - } + "SavedObjectsImportError" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/errors.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/import/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -431,7 +353,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/errors.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/import/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -448,15 +370,9 @@ "description": [], "signature": [ "(nonUniqueRetryDestinations: string[]) => ", - { - "pluginId": "@kbn/core-saved-objects-import-export-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsImportExportServerInternalPluginApi", - "section": "def-server.SavedObjectsImportError", - "text": "SavedObjectsImportError" - } + "SavedObjectsImportError" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/errors.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/import/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -470,7 +386,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/errors.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/import/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -487,23 +403,11 @@ "description": [], "signature": [ "(objects: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "[]) => ", - { - "pluginId": "@kbn/core-saved-objects-import-export-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsImportExportServerInternalPluginApi", - "section": "def-server.SavedObjectsImportError", - "text": "SavedObjectsImportError" - } + "SavedObjectsImportError" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/errors.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/import/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -515,16 +419,10 @@ "label": "objects", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/errors.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/import/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -552,7 +450,7 @@ "signature": [ "\"*\"" ], - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/export/constants.ts", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/export/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false 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 146132277f867..7ef3698c36ed9 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-import-export-server-internal'] --- import kbnCoreSavedObjectsImportExportServerInternalObj from './kbn_core_saved_objects_import_export_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_import_export_server_mocks.devdocs.json b/api_docs/kbn_core_saved_objects_import_export_server_mocks.devdocs.json index 1b61975574e79..344f2d6e58526 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 @@ -35,13 +35,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectsExporter", - "text": "ISavedObjectsExporter" - }, + "ISavedObjectsExporter", ">" ], "path": "packages/core/saved-objects/core-saved-objects-import-export-server-mocks/src/saved_objects_exporter.mock.ts", @@ -73,13 +67,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectsImporter", - "text": "ISavedObjectsImporter" - }, + "ISavedObjectsImporter", ">" ], "path": "packages/core/saved-objects/core-saved-objects-import-export-server-mocks/src/saved_objects_importer.mock.ts", 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 a9ab1318ca8be..1610ab44ef238 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-import-export-server-mocks'] --- import kbnCoreSavedObjectsImportExportServerMocksObj from './kbn_core_saved_objects_import_export_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_migration_server_internal.devdocs.json b/api_docs/kbn_core_saved_objects_migration_server_internal.devdocs.json index 37ba415678d77..b5b7d6b52158d 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 @@ -20,23 +20,11 @@ "\nA concrete implementation of the {@link IDocumentMigrator} interface." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-migration-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsMigrationServerInternalPluginApi", - "section": "def-server.DocumentMigrator", - "text": "DocumentMigrator" - }, + "DocumentMigrator", " implements ", - { - "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-server.IDocumentMigrator", - "text": "IDocumentMigrator" - } + "IDocumentMigrator" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -57,7 +45,7 @@ "signature": [ "any" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -71,7 +59,7 @@ "signature": [ "DocumentMigratorOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -90,15 +78,9 @@ ], "signature": [ "({ includeDeferred, migrationType, }?: MigrationVersionParams) => ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsMigrationVersion", - "text": "SavedObjectsMigrationVersion" - } + "SavedObjectsMigrationVersion" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -112,7 +94,7 @@ "signature": [ "MigrationVersionParams" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -132,7 +114,7 @@ "signature": [ "() => void" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -149,32 +131,14 @@ ], "signature": [ "(doc: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", ", { allowDowngrade, targetTypeVersion }?: ", - { - "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-server.DocumentMigrateOptions", - "text": "DocumentMigrateOptions" - }, + "DocumentMigrateOptions", ") => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", "" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -186,16 +150,10 @@ "label": "doc", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", "" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -208,15 +166,9 @@ "label": "{ allowDowngrade = false, targetTypeVersion }", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-server.DocumentMigrateOptions", - "text": "DocumentMigrateOptions" - } + "DocumentMigrateOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -235,24 +187,12 @@ ], "signature": [ "(doc: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", ") => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -264,16 +204,10 @@ "label": "doc", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", "" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -292,24 +226,12 @@ ], "signature": [ "(doc: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", ", { targetTypeVersion }?: ", - { - "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-server.IsDowngradeRequiredOptions", - "text": "IsDowngradeRequiredOptions" - }, + "IsDowngradeRequiredOptions", ") => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -321,16 +243,10 @@ "label": "doc", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", "" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -343,15 +259,9 @@ "label": "{ targetTypeVersion }", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-base-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsBaseServerInternalPluginApi", - "section": "def-server.IsDowngradeRequiredOptions", - "text": "IsDowngradeRequiredOptions" - } + "IsDowngradeRequiredOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -372,17 +282,11 @@ "\nManages the shape of mappings and documents in the Kibana index." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-migration-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsMigrationServerInternalPluginApi", - "section": "def-server.KibanaMigrator", - "text": "KibanaMigrator" - }, + "KibanaMigrator", " implements ", "IKibanaMigrator" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -393,7 +297,7 @@ "tags": [], "label": "kibanaVersion", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false }, @@ -409,7 +313,7 @@ "signature": [ "any" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -421,15 +325,9 @@ "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 }", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-migration-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsMigrationServerInternalPluginApi", - "section": "def-server.KibanaMigratorOptions", - "text": "KibanaMigratorOptions" - } + "KibanaMigratorOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -446,15 +344,9 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-saved-objects-migration-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsMigrationServerInternalPluginApi", - "section": "def-server.DocumentMigrator", - "text": "DocumentMigrator" - } + "DocumentMigrator" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -472,7 +364,7 @@ "MigrationResult", "[]>" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -483,7 +375,7 @@ "tags": [], "label": "{ rerun = false }", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -497,7 +389,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false } @@ -516,7 +408,7 @@ "signature": [ "() => void" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -536,7 +428,7 @@ "KibanaMigratorStatus", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -553,7 +445,7 @@ "() => ", "IndexMapping" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -568,26 +460,14 @@ "description": [], "signature": [ "(doc: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", ", { allowDowngrade }?: ", "MigrateDocumentOptions", ") => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", "" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -599,16 +479,10 @@ "label": "doc", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", "" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -623,7 +497,7 @@ "signature": [ "MigrateDocumentOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -651,7 +525,7 @@ " | undefined) => ", "QueryDslQueryContainer" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/model/helpers.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/model/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -667,7 +541,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/model/helpers.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/model/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -685,7 +559,7 @@ "QueryDslBoolQuery", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/model/helpers.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/model/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -707,13 +581,7 @@ ], "signature": [ "(typeDefinitions: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsMappingProperties", - "text": "SavedObjectsMappingProperties" - }, + "SavedObjectsMappingProperties", " | ", "SavedObjectsTypeMappingDefinitions", ", _meta: ", @@ -721,7 +589,7 @@ " | undefined) => ", "IndexMapping" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/core/build_active_mappings.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/core/build_active_mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -735,17 +603,11 @@ "- the type definitions to build mapping from." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsMappingProperties", - "text": "SavedObjectsMappingProperties" - }, + "SavedObjectsMappingProperties", " | ", "SavedObjectsTypeMappingDefinitions" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/core/build_active_mappings.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/core/build_active_mappings.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -761,7 +623,7 @@ "IndexMappingMeta", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/core/build_active_mappings.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/core/build_active_mappings.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -781,17 +643,11 @@ ], "signature": [ "(types: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "[]) => ", "SavedObjectsTypeMappingDefinitions" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/core/build_types_mappings.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/core/build_types_mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -803,16 +659,10 @@ "label": "types", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/core/build_types_mappings.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/core/build_types_mappings.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -845,7 +695,7 @@ "RequestEntityTooLargeException", ", \"bulk_index_succeeded\">" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/bulk_overwrite_transformed_documents.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/bulk_overwrite_transformed_documents.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -859,7 +709,7 @@ "signature": [ "BulkOverwriteTransformedDocumentsParams" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/bulk_overwrite_transformed_documents.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/bulk_overwrite_transformed_documents.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -886,7 +736,7 @@ "CalculatedExcludeFilter", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/calculate_exclude_filters.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/calculate_exclude_filters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -900,7 +750,7 @@ "signature": [ "CalculateExcludeFiltersParams" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/calculate_exclude_filters.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/calculate_exclude_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -918,13 +768,7 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ") => ", "TaskEither", "<", @@ -933,7 +777,7 @@ "IncompatibleClusterRoutingAllocation", ", {}>" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/check_cluster_routing_allocation.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/check_cluster_routing_allocation.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -945,15 +789,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/check_cluster_routing_allocation.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/check_cluster_routing_allocation.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -980,7 +818,7 @@ "UnknownDocsFound", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/check_for_unknown_docs.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/check_for_unknown_docs.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -994,7 +832,7 @@ "signature": [ "CheckForUnknownDocsParams" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/check_for_unknown_docs.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/check_for_unknown_docs.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1031,7 +869,7 @@ "AcknowledgeResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/clone_index.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/clone_index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1045,7 +883,7 @@ "signature": [ "CloneIndexParams" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/clone_index.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/clone_index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1070,7 +908,7 @@ "RetryableEsClientError", ", {}>" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/close_pit.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/close_pit.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1084,7 +922,7 @@ "signature": [ "ClosePitParams" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/close_pit.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/close_pit.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1106,7 +944,7 @@ "(_id: string) => ", "BulkOperationContainer" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/model/helpers.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/model/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1120,7 +958,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/model/helpers.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/model/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1140,17 +978,11 @@ ], "signature": [ "(doc: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsRawDoc", - "text": "SavedObjectsRawDoc" - }, + "SavedObjectsRawDoc", ", typeIndexMap?: Record) => ", "BulkIndexOperationTuple" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/model/helpers.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/model/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1162,15 +994,9 @@ "label": "doc", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsRawDoc", - "text": "SavedObjectsRawDoc" - } + "SavedObjectsRawDoc" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/model/helpers.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/model/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1185,7 +1011,7 @@ "signature": [ "Record" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/model/helpers.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/model/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1218,7 +1044,7 @@ "CreateIndexSuccessResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/create_index.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/create_index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1232,7 +1058,7 @@ "signature": [ "CreateIndexParams" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/create_index.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/create_index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1261,7 +1087,7 @@ "FetchIndexResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/fetch_indices.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/fetch_indices.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1275,7 +1101,7 @@ "signature": [ "FetchIndicesParams" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/fetch_indices.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/fetch_indices.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1296,7 +1122,7 @@ "ErrorCause", " | undefined) => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/es_errors.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/es_errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1311,7 +1137,7 @@ "ErrorCause", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/es_errors.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/es_errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1332,7 +1158,7 @@ "ErrorCause", " | undefined) => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/es_errors.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/es_errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1347,7 +1173,7 @@ "ErrorCause", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/es_errors.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/es_errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1368,7 +1194,7 @@ "ErrorCause", " | undefined) => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/es_errors.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/es_errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1383,7 +1209,7 @@ "ErrorCause", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/es_errors.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/es_errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1404,7 +1230,7 @@ "ErrorCause", " | undefined) => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/es_errors.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/es_errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1419,7 +1245,7 @@ "ErrorCause", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/es_errors.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/es_errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1446,7 +1272,7 @@ "OpenPitResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/open_pit.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/open_pit.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1460,7 +1286,7 @@ "signature": [ "OpenPitParams" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/open_pit.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/open_pit.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1480,13 +1306,7 @@ ], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", index: string, batchSize: number, query?: ", "QueryDslQueryContainer", " | undefined) => ", @@ -1494,16 +1314,10 @@ "<", "RetryableEsClientError", ", ", - { - "pluginId": "@kbn/core-saved-objects-migration-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsMigrationServerInternalPluginApi", - "section": "def-server.UpdateByQueryResponse", - "text": "UpdateByQueryResponse" - }, + "UpdateByQueryResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/pickup_updated_mappings.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/pickup_updated_mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1515,15 +1329,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/pickup_updated_mappings.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/pickup_updated_mappings.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1538,7 +1346,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/pickup_updated_mappings.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/pickup_updated_mappings.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1553,7 +1361,7 @@ "signature": [ "number" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/pickup_updated_mappings.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/pickup_updated_mappings.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1569,7 +1377,7 @@ "QueryDslQueryContainer", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/pickup_updated_mappings.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/pickup_updated_mappings.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1593,18 +1401,12 @@ "<", "RetryableEsClientError", " | ", - { - "pluginId": "@kbn/core-saved-objects-migration-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsMigrationServerInternalPluginApi", - "section": "def-server.EsResponseTooLargeError", - "text": "EsResponseTooLargeError" - }, + "EsResponseTooLargeError", ", ", "ReadWithPit", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/read_with_pit.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/read_with_pit.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1618,7 +1420,7 @@ "signature": [ "ReadWithPitParams" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/read_with_pit.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/read_with_pit.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1645,7 +1447,7 @@ "RetryableEsClientError", ", { refreshed: boolean; }>" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/refresh_index.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/refresh_index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1659,7 +1461,7 @@ "signature": [ "RefreshIndexParams" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/refresh_index.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/refresh_index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1688,7 +1490,7 @@ "ReindexResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/reindex.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/reindex.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1702,7 +1504,7 @@ "signature": [ "ReindexParams" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/reindex.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/reindex.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1729,7 +1531,7 @@ "RetryableEsClientError", ", \"remove_write_block_succeeded\">" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/remove_write_block.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/remove_write_block.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1743,7 +1545,7 @@ "signature": [ "RemoveWriteBlockParams" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/remove_write_block.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/remove_write_block.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1772,7 +1574,7 @@ "IndexNotFound", ", \"set_write_block_succeeded\">" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/set_write_block.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/set_write_block.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1786,7 +1588,7 @@ "signature": [ "SetWriteBlockParams" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/set_write_block.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/set_write_block.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1808,24 +1610,12 @@ ") => ", "TaskEither", "<", - { - "pluginId": "@kbn/core-saved-objects-migration-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsMigrationServerInternalPluginApi", - "section": "def-server.DocumentsTransformFailed", - "text": "DocumentsTransformFailed" - }, + "DocumentsTransformFailed", ", ", - { - "pluginId": "@kbn/core-saved-objects-migration-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsMigrationServerInternalPluginApi", - "section": "def-server.DocumentsTransformSuccess", - "text": "DocumentsTransformSuccess" - }, + "DocumentsTransformSuccess", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/transform_docs.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/transform_docs.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1839,7 +1629,7 @@ "signature": [ "TransformDocsParams" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/transform_docs.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/transform_docs.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1872,7 +1662,7 @@ "RemoveIndexNotAConcreteIndex", ", \"update_aliases_succeeded\">" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/update_aliases.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/update_aliases.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1886,7 +1676,7 @@ "signature": [ "UpdateAliasesParams" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/update_aliases.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/update_aliases.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1915,7 +1705,7 @@ "UpdateAndPickupMappingsResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/update_and_pickup_mappings.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/update_and_pickup_mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1929,7 +1719,7 @@ "signature": [ "UpdateAndPickupMappingsParams" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/update_and_pickup_mappings.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/update_and_pickup_mappings.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1958,7 +1748,7 @@ "IncompatibleMappingException", ", \"update_mappings_succeeded\">" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/update_mappings.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/update_mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1972,7 +1762,7 @@ "signature": [ "UpdateMappingsParams" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/update_mappings.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/update_mappings.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1999,7 +1789,7 @@ "IndexNotYellowTimeout", ", {}>" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/wait_for_index_status.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/wait_for_index_status.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2014,7 +1804,7 @@ "WaitForIndexStatusParams", " & { status: \"yellow\"; }" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/wait_for_index_status.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/wait_for_index_status.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2041,7 +1831,7 @@ "IndexNotGreenTimeout", ", {}>" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/wait_for_index_status.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/wait_for_index_status.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2056,7 +1846,7 @@ "WaitForIndexStatusParams", " & { status: \"green\"; }" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/wait_for_index_status.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/wait_for_index_status.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2087,7 +1877,7 @@ "IndexNotYellowTimeout", ", {}>" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/wait_for_index_status.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/wait_for_index_status.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2101,7 +1891,7 @@ "signature": [ "WaitForIndexStatusParams" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/wait_for_index_status.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/wait_for_index_status.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2128,7 +1918,7 @@ "WaitForTaskCompletionTimeout", ", \"pickup_updated_mappings_succeeded\">" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/wait_for_pickup_updated_mappings_task.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/wait_for_pickup_updated_mappings_task.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2174,7 +1964,7 @@ "IncompatibleMappingException", ", \"reindex_succeeded\">" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/wait_for_reindex_task.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/wait_for_reindex_task.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2218,7 +2008,7 @@ "WaitForTaskResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/wait_for_task.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/wait_for_task.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2232,7 +2022,7 @@ "signature": [ "WaitForTaskParams" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/wait_for_task.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/wait_for_task.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2250,7 +2040,7 @@ "tags": [], "label": "DocumentsTransformFailed", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/core/migrate_raw_docs.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/core/migrate_raw_docs.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2261,7 +2051,7 @@ "tags": [], "label": "type", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/core/migrate_raw_docs.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/core/migrate_raw_docs.ts", "deprecated": false, "trackAdoption": false }, @@ -2275,7 +2065,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/core/migrate_raw_docs.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/core/migrate_raw_docs.ts", "deprecated": false, "trackAdoption": false }, @@ -2290,7 +2080,7 @@ "TransformErrorObjects", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/core/migrate_raw_docs.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/core/migrate_raw_docs.ts", "deprecated": false, "trackAdoption": false }, @@ -2302,16 +2092,10 @@ "label": "processedDocs", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsRawDoc", - "text": "SavedObjectsRawDoc" - }, + "SavedObjectsRawDoc", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/core/migrate_raw_docs.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/core/migrate_raw_docs.ts", "deprecated": false, "trackAdoption": false } @@ -2325,7 +2109,7 @@ "tags": [], "label": "DocumentsTransformSuccess", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/core/migrate_raw_docs.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/core/migrate_raw_docs.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2337,16 +2121,10 @@ "label": "processedDocs", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsRawDoc", - "text": "SavedObjectsRawDoc" - }, + "SavedObjectsRawDoc", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/core/migrate_raw_docs.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/core/migrate_raw_docs.ts", "deprecated": false, "trackAdoption": false } @@ -2360,7 +2138,7 @@ "tags": [], "label": "EsResponseTooLargeError", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/index.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2374,7 +2152,7 @@ "signature": [ "\"es_response_too_large\"" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/index.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/index.ts", "deprecated": false, "trackAdoption": false }, @@ -2385,7 +2163,7 @@ "tags": [], "label": "contentLength", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/index.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/index.ts", "deprecated": false, "trackAdoption": false } @@ -2399,7 +2177,7 @@ "tags": [], "label": "KibanaMigratorOptions", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3667,7 +3445,7 @@ "default", "; }" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false }, @@ -3679,15 +3457,9 @@ "label": "typeRegistry", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectTypeRegistry", - "text": "ISavedObjectTypeRegistry" - } + "ISavedObjectTypeRegistry" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false }, @@ -3701,7 +3473,7 @@ "signature": [ "{ [x: string]: string[]; }" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false }, @@ -3715,7 +3487,7 @@ "signature": [ "{ [x: string]: string; }" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false }, @@ -3745,7 +3517,7 @@ }, "; readonly scrollDuration: string; readonly retryAttempts: number; }" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false }, @@ -3756,7 +3528,7 @@ "tags": [], "label": "kibanaIndex", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false }, @@ -3767,7 +3539,7 @@ "tags": [], "label": "kibanaVersion", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false }, @@ -3787,7 +3559,7 @@ "text": "Logger" } ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false }, @@ -3799,15 +3571,9 @@ "label": "docLinks", "description": [], "signature": [ - { - "pluginId": "@kbn/core-doc-links-server", - "scope": "server", - "docId": "kibKbnCoreDocLinksServerPluginApi", - "section": "def-server.DocLinksServiceSetup", - "text": "DocLinksServiceSetup" - } + "DocLinksServiceSetup" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false }, @@ -3818,7 +3584,7 @@ "tags": [], "label": "waitForMigrationCompletion", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false }, @@ -3830,15 +3596,9 @@ "label": "nodeRoles", "description": [], "signature": [ - { - "pluginId": "@kbn/core-node-server", - "scope": "server", - "docId": "kibKbnCoreNodeServerPluginApi", - "section": "def-server.NodeRoles", - "text": "NodeRoles" - } + "NodeRoles" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false }, @@ -3850,15 +3610,9 @@ "label": "esCapabilities", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchCapabilities", - "text": "ElasticsearchCapabilities" - } + "ElasticsearchCapabilities" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, "trackAdoption": false } @@ -3872,7 +3626,7 @@ "tags": [], "label": "UpdateByQueryResponse", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/pickup_updated_mappings.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/pickup_updated_mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3883,7 +3637,7 @@ "tags": [], "label": "taskId", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/actions/pickup_updated_mappings.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/actions/pickup_updated_mappings.ts", "deprecated": false, "trackAdoption": false } @@ -3905,7 +3659,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/core/unused_types.ts", + "path": "src/core/packages/saved-objects/migration-server-internal/src/core/unused_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false 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 8454a913b4bb3..0d1f8d1dc4942 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-migration-server-internal'] --- import kbnCoreSavedObjectsMigrationServerInternalObj from './kbn_core_saved_objects_migration_server_internal.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 128 | 0 | 94 | 44 | +| 128 | 0 | 94 | 0 | ## Server 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 0f43ff1b8f315..04a8bf037c755 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 @@ -20,13 +20,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsMigrationLogger", - "text": "SavedObjectsMigrationLogger" - }, + "SavedObjectsMigrationLogger", ">" ], "path": "packages/core/saved-objects/core-saved-objects-migration-server-mocks/src/migration.mocks.ts", @@ -129,13 +123,7 @@ "description": [], "signature": [ "({ migrationVersion, convertToMultiNamespaceTypeVersion, isSingleNamespaceType, }?: { migrationVersion?: string | undefined; convertToMultiNamespaceTypeVersion?: string | undefined; isSingleNamespaceType?: boolean | undefined; }) => jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigrationContext", - "text": "SavedObjectMigrationContext" - }, + "SavedObjectMigrationContext", ">" ], "path": "packages/core/saved-objects/core-saved-objects-migration-server-mocks/src/migration.mocks.ts", @@ -182,13 +170,7 @@ "description": [], "signature": [ "({ types, }?: { types: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "[]; }) => jest.Mocked<", "IKibanaMigrator", ">" @@ -207,13 +189,7 @@ "description": [], "signature": [ "{ types: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "[]; }" ], "path": "packages/core/saved-objects/core-saved-objects-migration-server-mocks/src/kibana_migrator.mock.ts", 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 b240bd2598075..3a58c95427628 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-migration-server-mocks'] --- import kbnCoreSavedObjectsMigrationServerMocksObj from './kbn_core_saved_objects_migration_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_server.devdocs.json b/api_docs/kbn_core_saved_objects_server.devdocs.json index f3e2d2f19c679..e4d572779c2fa 100644 --- a/api_docs/kbn_core_saved_objects_server.devdocs.json +++ b/api_docs/kbn_core_saved_objects_server.devdocs.json @@ -19,7 +19,7 @@ "description": [ "\nThe SavedObjectsErrorHelpers class is a simple class for creating, decorating, and\nqualifying saved object errors." ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -34,15 +34,9 @@ ], "signature": [ "(error: any) => error is ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -58,7 +52,7 @@ "signature": [ "any" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -79,15 +73,9 @@ ], "signature": [ "(error: Error, reason?: string | undefined) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -103,7 +91,7 @@ "signature": [ "Error" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -120,7 +108,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -141,15 +129,9 @@ ], "signature": [ "(reason?: string | undefined) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -165,7 +147,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -186,15 +168,9 @@ ], "signature": [ "(type: string) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -210,7 +186,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -231,16 +207,10 @@ ], "signature": [ "(error: Error | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - }, + "DecoratedError", ") => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -255,15 +225,9 @@ ], "signature": [ "Error | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -284,15 +248,9 @@ ], "signature": [ "(versionInput?: string | undefined) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -308,7 +266,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -329,16 +287,10 @@ ], "signature": [ "(error: Error | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - }, + "DecoratedError", ") => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -353,15 +305,9 @@ ], "signature": [ "Error | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -382,15 +328,9 @@ ], "signature": [ "(error: Error, reason?: string | undefined) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -406,7 +346,7 @@ "signature": [ "Error" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -423,7 +363,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -444,16 +384,10 @@ ], "signature": [ "(error: Error | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - }, + "DecoratedError", ") => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -468,15 +402,9 @@ ], "signature": [ "Error | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -497,15 +425,9 @@ ], "signature": [ "(error: Error, reason?: string | undefined) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -521,7 +443,7 @@ "signature": [ "Error" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -538,7 +460,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -559,16 +481,10 @@ ], "signature": [ "(error: Error | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - }, + "DecoratedError", ") => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -583,15 +499,9 @@ ], "signature": [ "Error | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -612,15 +522,9 @@ ], "signature": [ "(error: Error, reason?: string | undefined) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -636,7 +540,7 @@ "signature": [ "Error" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -653,7 +557,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -674,16 +578,10 @@ ], "signature": [ "(error: Error | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - }, + "DecoratedError", ") => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -698,15 +596,9 @@ ], "signature": [ "Error | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -727,15 +619,9 @@ ], "signature": [ "(type?: string | null, id?: string | null) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -751,7 +637,7 @@ "signature": [ "string | null" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -768,7 +654,7 @@ "signature": [ "string | null" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -789,15 +675,9 @@ ], "signature": [ "(alias: string) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -813,7 +693,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -834,15 +714,9 @@ ], "signature": [ "(error: Error, alias: string) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -858,7 +732,7 @@ "signature": [ "Error" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -875,7 +749,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -896,16 +770,10 @@ ], "signature": [ "(error: Error | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - }, + "DecoratedError", ") => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -920,15 +788,9 @@ ], "signature": [ "Error | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -949,15 +811,9 @@ ], "signature": [ "(error: Error, reason?: string | undefined) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -973,7 +829,7 @@ "signature": [ "Error" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -990,7 +846,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1011,15 +867,9 @@ ], "signature": [ "(type: string, id: string, reason?: string | undefined) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1035,7 +885,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1052,7 +902,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1069,7 +919,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1090,16 +940,10 @@ ], "signature": [ "(error: Error | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - }, + "DecoratedError", ") => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1114,15 +958,9 @@ ], "signature": [ "Error | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1143,15 +981,9 @@ ], "signature": [ "(error: Error, reason?: string | undefined) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1167,7 +999,7 @@ "signature": [ "Error" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1184,7 +1016,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1205,15 +1037,9 @@ ], "signature": [ "(type: string, id: string) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1229,7 +1055,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1246,7 +1072,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1267,16 +1093,10 @@ ], "signature": [ "(error: Error | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - }, + "DecoratedError", ") => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1291,15 +1111,9 @@ ], "signature": [ "Error | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1320,15 +1134,9 @@ ], "signature": [ "(error: Error, reason?: string | undefined) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1344,7 +1152,7 @@ "signature": [ "Error" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1361,7 +1169,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1382,16 +1190,10 @@ ], "signature": [ "(error: Error | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - }, + "DecoratedError", ") => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1406,15 +1208,9 @@ ], "signature": [ "Error | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1435,15 +1231,9 @@ ], "signature": [ "(error: Error, reason?: string | undefined) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1459,7 +1249,7 @@ "signature": [ "Error" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1476,7 +1266,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1497,16 +1287,10 @@ ], "signature": [ "(error: Error | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - }, + "DecoratedError", ") => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1521,15 +1305,9 @@ ], "signature": [ "Error | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1550,15 +1328,9 @@ ], "signature": [ "(error: Error, reason?: string | undefined) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1574,7 +1346,7 @@ "signature": [ "Error" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1591,7 +1363,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1612,16 +1384,10 @@ ], "signature": [ "(error: Error | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - }, + "DecoratedError", ") => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1636,15 +1402,9 @@ ], "signature": [ "Error | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1665,15 +1425,9 @@ ], "signature": [ "(type?: string | null, id?: string | null) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1689,7 +1443,7 @@ "signature": [ "string | null" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1706,7 +1460,7 @@ "signature": [ "string | null" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1731,7 +1485,7 @@ "description": [ "\nThe AuthorizationTypeEntry interface contains space-related details\nfor CheckAuthorizationResults." ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1747,7 +1501,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false }, @@ -1763,7 +1517,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false } @@ -1780,17 +1534,11 @@ "\nThe AuthorizeAndRedactInternalBulkResolveParams interface extends\nAuthorizeParams and is used for the AuthorizeAndRedactInternalBulkResolve\nmethod of the ISavedObjectsSecurityExtension." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeAndRedactInternalBulkResolveParams", - "text": "AuthorizeAndRedactInternalBulkResolveParams" - }, + "AuthorizeAndRedactInternalBulkResolveParams", " extends ", "AuthorizeParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1805,24 +1553,12 @@ ], "signature": [ "(", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.BulkResolveError", - "text": "BulkResolveError" - }, + "BulkResolveError", " | ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsResolveResponse", - "text": "SavedObjectsResolveResponse" - }, + "SavedObjectsResolveResponse", ")[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false } @@ -1839,17 +1575,11 @@ "\nThe AuthorizeAndRedactMultiNamespaceReferencesParams interface extends\nAuthorizeParams and is used for the AuthorizeAndRedactMultiNamespaceReferences\nmethod of the ISavedObjectsSecurityExtension." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeAndRedactMultiNamespaceReferencesParams", - "text": "AuthorizeAndRedactMultiNamespaceReferencesParams" - }, + "AuthorizeAndRedactMultiNamespaceReferencesParams", " extends ", "AuthorizeParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1863,16 +1593,10 @@ "The objects to authorize" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectReferenceWithContext", - "text": "SavedObjectReferenceWithContext" - }, + "SavedObjectReferenceWithContext", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false }, @@ -1889,7 +1613,7 @@ "MultiNamespaceReferencesOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false } @@ -1906,17 +1630,11 @@ "\nThe AuthorizeBulkCreateParams interface extends AuthorizeParams and is\nused for the AuthorizeBulkCreate method of the ISavedObjectsSecurityExtension." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeBulkCreateParams", - "text": "AuthorizeBulkCreateParams" - }, + "AuthorizeBulkCreateParams", " extends ", "AuthorizeParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1930,16 +1648,10 @@ "The objects to authorize" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeCreateObject", - "text": "AuthorizeCreateObject" - }, + "AuthorizeCreateObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false } @@ -1956,17 +1668,11 @@ "\nThe AuthorizeBulkDeleteParams interface extends AuthorizeParams and is\nused for the AuthorizeBulkDelete method of the ISavedObjectsSecurityExtension." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeBulkDeleteParams", - "text": "AuthorizeBulkDeleteParams" - }, + "AuthorizeBulkDeleteParams", " extends ", "AuthorizeParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1980,16 +1686,10 @@ "The objects to authorize" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeObjectWithExistingSpaces", - "text": "AuthorizeObjectWithExistingSpaces" - }, + "AuthorizeObjectWithExistingSpaces", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false } @@ -2006,23 +1706,11 @@ "\nThe AuthorizeBulkGetObject interface extends AuthorizeObjectWithExistingSpaces\nand contains a object namespaces override. Used by the\nauthorizeBulkGet method." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeBulkGetObject", - "text": "AuthorizeBulkGetObject" - }, + "AuthorizeBulkGetObject", " extends ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeObjectWithExistingSpaces", - "text": "AuthorizeObjectWithExistingSpaces" - } + "AuthorizeObjectWithExistingSpaces" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2038,7 +1726,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false }, @@ -2054,7 +1742,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false } @@ -2071,17 +1759,11 @@ "\nThe AuthorizeBulkGetParams interface extends AuthorizeParams and is\nused for the AuthorizeBulkGet method of the ISavedObjectsSecurityExtension." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeBulkGetParams", - "text": "AuthorizeBulkGetParams" - }, + "AuthorizeBulkGetParams", " extends ", "AuthorizeParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2095,16 +1777,10 @@ "The objects to authorize" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeBulkGetObject", - "text": "AuthorizeBulkGetObject" - }, + "AuthorizeBulkGetObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false } @@ -2121,17 +1797,11 @@ "\nThe AuthorizeBulkUpdateParams interface extends AuthorizeParams and is\nused for the AuthorizeBulkUpdate method of the ISavedObjectsSecurityExtension." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeBulkUpdateParams", - "text": "AuthorizeBulkUpdateParams" - }, + "AuthorizeBulkUpdateParams", " extends ", "AuthorizeParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2145,16 +1815,10 @@ "The objects to authorize" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeUpdateObject", - "text": "AuthorizeUpdateObject" - }, + "AuthorizeUpdateObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false } @@ -2171,17 +1835,11 @@ "\nThe AuthorizeCheckConflictsParams interface extends AuthorizeParams and is\nused for the AuthorizeCheckConflicts method of the ISavedObjectsSecurityExtension." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeCheckConflictsParams", - "text": "AuthorizeCheckConflictsParams" - }, + "AuthorizeCheckConflictsParams", " extends ", "AuthorizeParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2198,7 +1856,7 @@ "AuthorizeObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false } @@ -2215,23 +1873,11 @@ "\nThe AuthorizeCreateObject interface extends AuthorizeObjectWithExistingSpaces\nand contains an array of initial namespaces for the object. Used by\nthe authorizeCreate and authorizeBulkCreate methods." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeCreateObject", - "text": "AuthorizeCreateObject" - }, + "AuthorizeCreateObject", " extends ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeObjectWithExistingSpaces", - "text": "AuthorizeObjectWithExistingSpaces" - } + "AuthorizeObjectWithExistingSpaces" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2247,7 +1893,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false } @@ -2264,17 +1910,11 @@ "\nThe AuthorizeCreateParams interface extends AuthorizeParams and is\nused for the AuthorizeCreate method of the ISavedObjectsSecurityExtension." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeCreateParams", - "text": "AuthorizeCreateParams" - }, + "AuthorizeCreateParams", " extends ", "AuthorizeParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2288,15 +1928,9 @@ "The object to authorize" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeCreateObject", - "text": "AuthorizeCreateObject" - } + "AuthorizeCreateObject" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false } @@ -2313,17 +1947,11 @@ "\nThe AuthorizeDeleteParams interface extends AuthorizeParams and is\nused for the AuthorizeDelete method of the ISavedObjectsSecurityExtension." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeDeleteParams", - "text": "AuthorizeDeleteParams" - }, + "AuthorizeDeleteParams", " extends ", "AuthorizeParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2339,7 +1967,7 @@ "signature": [ "AuthorizeObject" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false } @@ -2355,7 +1983,7 @@ "description": [ "\nThe AuthorizeFindParams interface is used for the AuthorizeFind method\nof the ISavedObjectsSecurityExtension." ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2371,7 +1999,7 @@ "signature": [ "Set" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false }, @@ -2387,7 +2015,7 @@ "signature": [ "Set" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false } @@ -2404,17 +2032,11 @@ "\nThe AuthorizeGetParams interface extends AuthorizeParams and is\nused for the AuthorizeGet method of the ISavedObjectsSecurityExtension." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeGetParams", - "text": "AuthorizeGetParams" - }, + "AuthorizeGetParams", " extends ", "AuthorizeParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2428,15 +2050,9 @@ "The object to authorize" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeObjectWithExistingSpaces", - "text": "AuthorizeObjectWithExistingSpaces" - } + "AuthorizeObjectWithExistingSpaces" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false }, @@ -2452,7 +2068,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false } @@ -2469,17 +2085,11 @@ "\nThe AuthorizeObjectWithExistingSpaces extends AuthorizeObject and contains\nan array of existing namespaces for the object. Used by the\nauthorizeDelete, authorizeBulkDelete, authorizeGet,\nauthorizeCheckConflicts, and getFindRedactTypeMap methods." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeObjectWithExistingSpaces", - "text": "AuthorizeObjectWithExistingSpaces" - }, + "AuthorizeObjectWithExistingSpaces", " extends ", "AuthorizeObject" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2495,7 +2105,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false } @@ -2512,23 +2122,11 @@ "\nThe AuthorizeUpdateObject interface extends AuthorizeObjectWithExistingSpaces\nand contains a object namespace override. Used by the authorizeUpdate\nand authorizeBulkUpdate methods." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeUpdateObject", - "text": "AuthorizeUpdateObject" - }, + "AuthorizeUpdateObject", " extends ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeObjectWithExistingSpaces", - "text": "AuthorizeObjectWithExistingSpaces" - } + "AuthorizeObjectWithExistingSpaces" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2544,7 +2142,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false } @@ -2561,17 +2159,11 @@ "\nThe AuthorizeUpdateParams interface extends AuthorizeParams and is\nused for the AuthorizeUpdate method of the ISavedObjectsSecurityExtension." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeUpdateParams", - "text": "AuthorizeUpdateParams" - }, + "AuthorizeUpdateParams", " extends ", "AuthorizeParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2585,15 +2177,9 @@ "The object to authorize" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeUpdateObject", - "text": "AuthorizeUpdateObject" - } + "AuthorizeUpdateObject" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false } @@ -2610,17 +2196,11 @@ "\nThe AuthorizeUpdateSpacesParams interface extends AuthorizeParams and is\nused for the AuthorizeUpdateSpaces method of the ISavedObjectsSecurityExtension." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeUpdateSpacesParams", - "text": "AuthorizeUpdateSpacesParams" - }, + "AuthorizeUpdateSpacesParams", " extends ", "AuthorizeParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2636,7 +2216,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false }, @@ -2652,7 +2232,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false }, @@ -2666,16 +2246,10 @@ "The objects to authorize" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeObjectWithExistingSpaces", - "text": "AuthorizeObjectWithExistingSpaces" - }, + "AuthorizeObjectWithExistingSpaces", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false } @@ -2691,7 +2265,7 @@ "description": [ "\nError result for the internal bulk resolve method." ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2704,7 +2278,7 @@ "description": [ "The type of the saved object" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false }, @@ -2717,7 +2291,7 @@ "description": [ "The id of the saved object" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false }, @@ -2731,15 +2305,9 @@ "The decorated resolve error" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - } + "DecoratedError" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false } @@ -2756,16 +2324,10 @@ "\nThe CheckAuthorizationResult interface contains the overall status of an\nauthorization check and the specific authorized privileges as an\nAuthorizationTypeMap." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.CheckAuthorizationResult", - "text": "CheckAuthorizationResult" - }, + "CheckAuthorizationResult", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2781,7 +2343,7 @@ "signature": [ "\"unauthorized\" | \"fully_authorized\" | \"partially_authorized\"" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false }, @@ -2796,16 +2358,10 @@ ], "signature": [ "Map>" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false } @@ -2822,18 +2378,12 @@ "\nThe DecoratedError interface extends the Boom error object\nand augments it with the 'SavedObjectsClientErrorCode' symbol\nproperty." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.DecoratedError", - "text": "DecoratedError" - }, + "DecoratedError", " extends ", "Boom", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2849,7 +2399,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_error_helpers.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_error_helpers.ts", "deprecated": false, "trackAdoption": false } @@ -2865,7 +2415,7 @@ "description": [ "\nThe EncryptedObjectDescriptor interface contains settings for describing\nan object to be encrypted or decrpyted." ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/encryption.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/encryption.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2878,7 +2428,7 @@ "description": [ "The Saved Object type" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/encryption.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/encryption.ts", "deprecated": false, "trackAdoption": false }, @@ -2891,7 +2441,7 @@ "description": [ "The Saved Object ID" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/encryption.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/encryption.ts", "deprecated": false, "trackAdoption": false }, @@ -2907,7 +2457,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/encryption.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/encryption.ts", "deprecated": false, "trackAdoption": false } @@ -2923,7 +2473,7 @@ "description": [ "\nThe GetFindRedactTypeMapParams interface is used for the GetFindRedactTypeMap\nmethod of the ISavedObjectsSecurityExtension." ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2939,7 +2489,7 @@ "signature": [ "Set" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false }, @@ -2953,16 +2503,10 @@ "\nThe objects to authorize in order to generate the type map\nthis should be populated by the result of the es query" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeObjectWithExistingSpaces", - "text": "AuthorizeObjectWithExistingSpaces" - }, + "AuthorizeObjectWithExistingSpaces", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false } @@ -2978,7 +2522,7 @@ "description": [ "\nThe ISavedObjectsEncryptionExtension interface defines the functions of a saved objects\nrepository encryption extension. It contains functions for determining if a type is\nencryptable, encrypting object attributes, and decrypting or stripping object attributes." ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/encryption.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/encryption.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2994,7 +2538,7 @@ "signature": [ "(type: string) => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/encryption.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/encryption.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3010,7 +2554,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/encryption.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/encryption.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3032,7 +2576,7 @@ "signature": [ "(type: string) => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/encryption.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/encryption.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3048,7 +2592,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/encryption.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/encryption.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3069,16 +2613,10 @@ ], "signature": [ ">(response: R, originalAttributes?: T | undefined) => Promise" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/encryption.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/encryption.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3094,7 +2632,7 @@ "signature": [ "R" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/encryption.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/encryption.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3111,7 +2649,7 @@ "signature": [ "T | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/encryption.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/encryption.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3132,16 +2670,10 @@ ], "signature": [ ">(descriptor: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.EncryptedObjectDescriptor", - "text": "EncryptedObjectDescriptor" - }, + "EncryptedObjectDescriptor", ", attributes: T) => Promise" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/encryption.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/encryption.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3155,15 +2687,9 @@ "- an object containing a saved object id, type, and optional namespace." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.EncryptedObjectDescriptor", - "text": "EncryptedObjectDescriptor" - } + "EncryptedObjectDescriptor" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/encryption.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/encryption.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3180,7 +2706,7 @@ "signature": [ "T" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/encryption.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/encryption.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3202,7 +2728,7 @@ "description": [ "\nUtility class used to export savedObjects.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3219,18 +2745,12 @@ ], "signature": [ "(options: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsExportByTypeOptions", - "text": "SavedObjectsExportByTypeOptions" - }, + "SavedObjectsExportByTypeOptions", ") => Promise<", "Readable", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3242,15 +2762,9 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsExportByTypeOptions", - "text": "SavedObjectsExportByTypeOptions" - } + "SavedObjectsExportByTypeOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3271,18 +2785,12 @@ ], "signature": [ "(options: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsExportByObjectOptions", - "text": "SavedObjectsExportByObjectOptions" - }, + "SavedObjectsExportByObjectOptions", ") => Promise<", "Readable", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3294,15 +2802,9 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsExportByObjectOptions", - "text": "SavedObjectsExportByObjectOptions" - } + "SavedObjectsExportByObjectOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3322,7 +2824,7 @@ "description": [ "\nUtility class used to import savedObjects.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/import.ts", + "path": "src/core/packages/saved-objects/server/src/import.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3339,24 +2841,12 @@ ], "signature": [ "(options: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsImportOptions", - "text": "SavedObjectsImportOptions" - }, + "SavedObjectsImportOptions", ") => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsImportResponse", - "text": "SavedObjectsImportResponse" - }, + "SavedObjectsImportResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/import.ts", + "path": "src/core/packages/saved-objects/server/src/import.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3368,15 +2858,9 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsImportOptions", - "text": "SavedObjectsImportOptions" - } + "SavedObjectsImportOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/import.ts", + "path": "src/core/packages/saved-objects/server/src/import.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3397,24 +2881,12 @@ ], "signature": [ "(options: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsResolveImportErrorsOptions", - "text": "SavedObjectsResolveImportErrorsOptions" - }, + "SavedObjectsResolveImportErrorsOptions", ") => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsImportResponse", - "text": "SavedObjectsImportResponse" - }, + "SavedObjectsImportResponse", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/import.ts", + "path": "src/core/packages/saved-objects/server/src/import.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3426,15 +2898,9 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsResolveImportErrorsOptions", - "text": "SavedObjectsResolveImportErrorsOptions" - } + "SavedObjectsResolveImportErrorsOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/import.ts", + "path": "src/core/packages/saved-objects/server/src/import.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3454,7 +2920,7 @@ "description": [ "\nThe ISavedObjectsSecurityExtension interface defines the functions of a saved objects repository security extension.\nIt contains functions for checking & enforcing authorization, adding audit events, and redacting namespaces." ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3469,24 +2935,12 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeCreateParams", - "text": "AuthorizeCreateParams" - }, + "AuthorizeCreateParams", ") => Promise<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.CheckAuthorizationResult", - "text": "CheckAuthorizationResult" - }, + "CheckAuthorizationResult", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3500,15 +2954,9 @@ "the namespace and object to authorize" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeCreateParams", - "text": "AuthorizeCreateParams" - } + "AuthorizeCreateParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3529,24 +2977,12 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeBulkCreateParams", - "text": "AuthorizeBulkCreateParams" - }, + "AuthorizeBulkCreateParams", ") => Promise<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.CheckAuthorizationResult", - "text": "CheckAuthorizationResult" - }, + "CheckAuthorizationResult", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3560,15 +2996,9 @@ "the namespace and objects to authorize" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeBulkCreateParams", - "text": "AuthorizeBulkCreateParams" - } + "AuthorizeBulkCreateParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3589,24 +3019,12 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeUpdateParams", - "text": "AuthorizeUpdateParams" - }, + "AuthorizeUpdateParams", ") => Promise<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.CheckAuthorizationResult", - "text": "CheckAuthorizationResult" - }, + "CheckAuthorizationResult", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3620,15 +3038,9 @@ "the namespace and object to authorize" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeUpdateParams", - "text": "AuthorizeUpdateParams" - } + "AuthorizeUpdateParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3649,24 +3061,12 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeBulkUpdateParams", - "text": "AuthorizeBulkUpdateParams" - }, + "AuthorizeBulkUpdateParams", ") => Promise<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.CheckAuthorizationResult", - "text": "CheckAuthorizationResult" - }, + "CheckAuthorizationResult", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3680,15 +3080,9 @@ "the namespace and objects to authorize" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeBulkUpdateParams", - "text": "AuthorizeBulkUpdateParams" - } + "AuthorizeBulkUpdateParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3709,24 +3103,12 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeDeleteParams", - "text": "AuthorizeDeleteParams" - }, + "AuthorizeDeleteParams", ") => Promise<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.CheckAuthorizationResult", - "text": "CheckAuthorizationResult" - }, + "CheckAuthorizationResult", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3740,15 +3122,9 @@ "the namespace and object to authorize" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeDeleteParams", - "text": "AuthorizeDeleteParams" - } + "AuthorizeDeleteParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3769,24 +3145,12 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeBulkDeleteParams", - "text": "AuthorizeBulkDeleteParams" - }, + "AuthorizeBulkDeleteParams", ") => Promise<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.CheckAuthorizationResult", - "text": "CheckAuthorizationResult" - }, + "CheckAuthorizationResult", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3800,15 +3164,9 @@ "the namespace and objects to authorize" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeBulkDeleteParams", - "text": "AuthorizeBulkDeleteParams" - } + "AuthorizeBulkDeleteParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3829,24 +3187,12 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeGetParams", - "text": "AuthorizeGetParams" - }, + "AuthorizeGetParams", ") => Promise<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.CheckAuthorizationResult", - "text": "CheckAuthorizationResult" - }, + "CheckAuthorizationResult", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3860,15 +3206,9 @@ "the namespace, object to authorize, and whether or not the object was found" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeGetParams", - "text": "AuthorizeGetParams" - } + "AuthorizeGetParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3889,24 +3229,12 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeBulkGetParams", - "text": "AuthorizeBulkGetParams" - }, + "AuthorizeBulkGetParams", ") => Promise<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.CheckAuthorizationResult", - "text": "CheckAuthorizationResult" - }, + "CheckAuthorizationResult", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3920,15 +3248,9 @@ "the namespace and objects to authorize" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeBulkGetParams", - "text": "AuthorizeBulkGetParams" - } + "AuthorizeBulkGetParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3949,24 +3271,12 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeCheckConflictsParams", - "text": "AuthorizeCheckConflictsParams" - }, + "AuthorizeCheckConflictsParams", ") => Promise<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.CheckAuthorizationResult", - "text": "CheckAuthorizationResult" - }, + "CheckAuthorizationResult", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3980,15 +3290,9 @@ "the namespace and objects to authorize" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeCheckConflictsParams", - "text": "AuthorizeCheckConflictsParams" - } + "AuthorizeCheckConflictsParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4009,24 +3313,12 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeDeleteParams", - "text": "AuthorizeDeleteParams" - }, + "AuthorizeDeleteParams", ") => Promise<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.CheckAuthorizationResult", - "text": "CheckAuthorizationResult" - }, + "CheckAuthorizationResult", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4040,15 +3332,9 @@ "the namespace and object to authorize" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeDeleteParams", - "text": "AuthorizeDeleteParams" - } + "AuthorizeDeleteParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4069,24 +3355,12 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeFindParams", - "text": "AuthorizeFindParams" - }, + "AuthorizeFindParams", ") => Promise<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.CheckAuthorizationResult", - "text": "CheckAuthorizationResult" - }, + "CheckAuthorizationResult", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4100,15 +3374,9 @@ "the namespaces and types to authorize" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeFindParams", - "text": "AuthorizeFindParams" - } + "AuthorizeFindParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4130,7 +3398,7 @@ "signature": [ "() => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4147,24 +3415,12 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeAndRedactMultiNamespaceReferencesParams", - "text": "AuthorizeAndRedactMultiNamespaceReferencesParams" - }, + "AuthorizeAndRedactMultiNamespaceReferencesParams", ") => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectReferenceWithContext", - "text": "SavedObjectReferenceWithContext" - }, + "SavedObjectReferenceWithContext", "[]>" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4178,15 +3434,9 @@ "- the namespace, objects to authorize, and purpose of the operation" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeAndRedactMultiNamespaceReferencesParams", - "text": "AuthorizeAndRedactMultiNamespaceReferencesParams" - } + "AuthorizeAndRedactMultiNamespaceReferencesParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4207,32 +3457,14 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeAndRedactInternalBulkResolveParams", - "text": "AuthorizeAndRedactInternalBulkResolveParams" - }, + "AuthorizeAndRedactInternalBulkResolveParams", ") => Promise<(", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsResolveResponse", - "text": "SavedObjectsResolveResponse" - }, + "SavedObjectsResolveResponse", " | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.BulkResolveError", - "text": "BulkResolveError" - }, + "BulkResolveError", ")[]>" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4246,16 +3478,10 @@ "- the namespace and objects to authorize" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeAndRedactInternalBulkResolveParams", - "text": "AuthorizeAndRedactInternalBulkResolveParams" - }, + "AuthorizeAndRedactInternalBulkResolveParams", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4276,24 +3502,12 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeUpdateSpacesParams", - "text": "AuthorizeUpdateSpacesParams" - }, + "AuthorizeUpdateSpacesParams", ") => Promise<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.CheckAuthorizationResult", - "text": "CheckAuthorizationResult" - }, + "CheckAuthorizationResult", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4307,15 +3521,9 @@ "- namespace, spacesToAdd, spacesToRemove, and objects to authorize" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeUpdateSpacesParams", - "text": "AuthorizeUpdateSpacesParams" - } + "AuthorizeUpdateSpacesParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4336,24 +3544,12 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeFindParams", - "text": "AuthorizeFindParams" - }, + "AuthorizeFindParams", ") => Promise<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.CheckAuthorizationResult", - "text": "CheckAuthorizationResult" - }, + "CheckAuthorizationResult", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4367,15 +3563,9 @@ "- namespaces and types to authorize" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeFindParams", - "text": "AuthorizeFindParams" - } + "AuthorizeFindParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4396,24 +3586,12 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.GetFindRedactTypeMapParams", - "text": "GetFindRedactTypeMapParams" - }, + "GetFindRedactTypeMapParams", ") => Promise<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizationTypeMap", - "text": "AuthorizationTypeMap" - }, + "AuthorizationTypeMap", " | undefined>" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4427,15 +3605,9 @@ "- namespace, spacesToAdd, spacesToRemove, and objects to authorize" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.GetFindRedactTypeMapParams", - "text": "GetFindRedactTypeMapParams" - } + "GetFindRedactTypeMapParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4456,24 +3628,12 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.RedactNamespacesParams", - "text": "RedactNamespacesParams" - }, + "RedactNamespacesParams", ") => ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4487,16 +3647,10 @@ "- the saved object and an authorization map" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.RedactNamespacesParams", - "text": "RedactNamespacesParams" - }, + "RedactNamespacesParams", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4517,16 +3671,10 @@ ], "signature": [ "(aliases: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.LegacyUrlAliasTarget", - "text": "LegacyUrlAliasTarget" - }, + "LegacyUrlAliasTarget", "[]) => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4540,16 +3688,10 @@ "- array of legacy url alias targets" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.LegacyUrlAliasTarget", - "text": "LegacyUrlAliasTarget" - }, + "LegacyUrlAliasTarget", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4568,16 +3710,10 @@ ], "signature": [ "(spaceId: string, objects: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindResult", - "text": "SavedObjectsFindResult" - }, + "SavedObjectsFindResult", "[]) => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4593,7 +3729,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4608,16 +3744,10 @@ "- the objects to audit" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindResult", - "text": "SavedObjectsFindResult" - }, + "SavedObjectsFindResult", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4636,16 +3766,10 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | null" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4663,7 +3787,7 @@ "description": [ "\nA serializer that can be used to manually convert {@link SavedObjectsRawDoc | raw} or\n{@link SavedObjectSanitizedDoc | sanitized} documents to the other kind.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4678,24 +3802,12 @@ ], "signature": [ "(doc: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsRawDoc", - "text": "SavedObjectsRawDoc" - }, + "SavedObjectsRawDoc", ", options?: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsRawDocParseOptions", - "text": "SavedObjectsRawDocParseOptions" - }, + "SavedObjectsRawDocParseOptions", " | undefined) => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4709,15 +3821,9 @@ "- The raw ES document to be tested" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsRawDoc", - "text": "SavedObjectsRawDoc" - } + "SavedObjectsRawDoc" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4732,16 +3838,10 @@ "- Options for parsing the raw document." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsRawDocParseOptions", - "text": "SavedObjectsRawDocParseOptions" - }, + "SavedObjectsRawDocParseOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4760,32 +3860,14 @@ ], "signature": [ "(doc: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsRawDoc", - "text": "SavedObjectsRawDoc" - }, + "SavedObjectsRawDoc", ", options?: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsRawDocParseOptions", - "text": "SavedObjectsRawDocParseOptions" - }, + "SavedObjectsRawDocParseOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectSanitizedDoc", - "text": "SavedObjectSanitizedDoc" - }, + "SavedObjectSanitizedDoc", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4799,15 +3881,9 @@ "- The raw ES document to be converted to saved object format." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsRawDoc", - "text": "SavedObjectsRawDoc" - } + "SavedObjectsRawDoc" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4822,16 +3898,10 @@ "- Options for parsing the raw document." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsRawDocParseOptions", - "text": "SavedObjectsRawDocParseOptions" - }, + "SavedObjectsRawDocParseOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4850,23 +3920,11 @@ ], "signature": [ "(savedObj: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectSanitizedDoc", - "text": "SavedObjectSanitizedDoc" - }, + "SavedObjectSanitizedDoc", ") => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsRawDoc", - "text": "SavedObjectsRawDoc" - } + "SavedObjectsRawDoc" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4880,16 +3938,10 @@ "- The saved object to be converted to raw ES format." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectSanitizedDoc", - "text": "SavedObjectSanitizedDoc" - }, + "SavedObjectSanitizedDoc", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4909,7 +3961,7 @@ "signature": [ "(namespace: string | undefined, type: string, id: string) => string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4925,7 +3977,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4942,7 +3994,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4959,7 +4011,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4979,7 +4031,7 @@ "signature": [ "(namespace: string | undefined, type: string, id: string) => string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4995,7 +4047,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -5012,7 +4064,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5029,7 +4081,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5049,7 +4101,7 @@ "description": [ "\nThe ISavedObjectsSpacesExtension interface defines the functions of a saved objects repository spaces extension.\nIt contains functions for getting the current namespace & getting and array of searchable spaces." ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/spaces.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/spaces.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5065,7 +4117,7 @@ "signature": [ "(namespace: string | undefined) => string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/spaces.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/spaces.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5079,7 +4131,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/spaces.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/spaces.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -5099,7 +4151,7 @@ "signature": [ "(namespaces: string[] | undefined) => Promise" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/spaces.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/spaces.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5113,7 +4165,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/spaces.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/spaces.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -5132,15 +4184,9 @@ ], "signature": [ "(namespace: string) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectsSpacesExtension", - "text": "ISavedObjectsSpacesExtension" - } + "ISavedObjectsSpacesExtension" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/spaces.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/spaces.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5156,7 +4202,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/spaces.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/spaces.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5176,7 +4222,7 @@ "description": [ "\nRegistry holding information about all the registered {@link SavedObjectsType | saved object types}." ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/type_registry.ts", + "path": "src/core/packages/saved-objects/server/src/type_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5191,16 +4237,10 @@ ], "signature": [ "(type: string) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/type_registry.ts", + "path": "src/core/packages/saved-objects/server/src/type_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5214,7 +4254,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/type_registry.ts", + "path": "src/core/packages/saved-objects/server/src/type_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5233,16 +4273,10 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/type_registry.ts", + "path": "src/core/packages/saved-objects/server/src/type_registry.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -5259,16 +4293,10 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/type_registry.ts", + "path": "src/core/packages/saved-objects/server/src/type_registry.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -5285,16 +4313,10 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/type_registry.ts", + "path": "src/core/packages/saved-objects/server/src/type_registry.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -5311,16 +4333,10 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/type_registry.ts", + "path": "src/core/packages/saved-objects/server/src/type_registry.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -5338,7 +4354,7 @@ "signature": [ "(type: string) => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/type_registry.ts", + "path": "src/core/packages/saved-objects/server/src/type_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5352,7 +4368,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/type_registry.ts", + "path": "src/core/packages/saved-objects/server/src/type_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5372,7 +4388,7 @@ "signature": [ "(type: string) => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/type_registry.ts", + "path": "src/core/packages/saved-objects/server/src/type_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5386,7 +4402,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/type_registry.ts", + "path": "src/core/packages/saved-objects/server/src/type_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5406,7 +4422,7 @@ "signature": [ "(type: string) => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/type_registry.ts", + "path": "src/core/packages/saved-objects/server/src/type_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5420,7 +4436,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/type_registry.ts", + "path": "src/core/packages/saved-objects/server/src/type_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5440,7 +4456,7 @@ "signature": [ "(type: string) => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/type_registry.ts", + "path": "src/core/packages/saved-objects/server/src/type_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5454,7 +4470,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/type_registry.ts", + "path": "src/core/packages/saved-objects/server/src/type_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5474,7 +4490,7 @@ "signature": [ "(type: string) => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/type_registry.ts", + "path": "src/core/packages/saved-objects/server/src/type_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5488,7 +4504,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/type_registry.ts", + "path": "src/core/packages/saved-objects/server/src/type_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5508,7 +4524,7 @@ "signature": [ "(type: string) => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/type_registry.ts", + "path": "src/core/packages/saved-objects/server/src/type_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5522,7 +4538,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/type_registry.ts", + "path": "src/core/packages/saved-objects/server/src/type_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5542,7 +4558,7 @@ "signature": [ "(type: string) => string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/type_registry.ts", + "path": "src/core/packages/saved-objects/server/src/type_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5556,7 +4572,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/type_registry.ts", + "path": "src/core/packages/saved-objects/server/src/type_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5576,7 +4592,7 @@ "signature": [ "(type: string) => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/type_registry.ts", + "path": "src/core/packages/saved-objects/server/src/type_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5590,7 +4606,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/type_registry.ts", + "path": "src/core/packages/saved-objects/server/src/type_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5611,16 +4627,10 @@ "\nThe RedactNamespacesParams interface contains settings for filtering\nnamespace access via the ISavedObjectsSecurityExtension." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.RedactNamespacesParams", - "text": "RedactNamespacesParams" - }, + "RedactNamespacesParams", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5634,16 +4644,10 @@ "Relevant saved object" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false }, @@ -5658,16 +4662,10 @@ ], "signature": [ "Map>" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false } @@ -5684,16 +4682,10 @@ "\nDefinition of the Saved Object interface\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5706,7 +4698,7 @@ "description": [ "The ID of this Saved Object, guaranteed to be unique for all objects of the same `type`" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5719,7 +4711,7 @@ "description": [ " The type of Saved Object. Each plugin can define its own custom Saved Object types." ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5735,7 +4727,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5751,7 +4743,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5767,7 +4759,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5783,7 +4775,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5799,7 +4791,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5813,16 +4805,10 @@ "Error associated with this object, populated if an operation failed for this object." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectError", - "text": "SavedObjectError" - }, + "SavedObjectError", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5838,7 +4824,7 @@ "signature": [ "T" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5852,16 +4838,10 @@ "{@inheritdoc SavedObjectReference}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -5877,46 +4857,36 @@ "\n{@inheritdoc SavedObjectsMigrationVersion}" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsMigrationVersion", - "text": "SavedObjectsMigrationVersion" - }, + "SavedObjectsMigrationVersion", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-api-browser", - "path": "packages/core/saved-objects/core-saved-objects-api-browser/src/simple_saved_object.ts" - }, - { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server-internal/src/lib/apis/utils/internal_utils.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-internal", - "path": "packages/core/saved-objects/core-saved-objects-browser-internal/src/simple_saved_object.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/import-export-server-internal/src/import/lib/collect_saved_objects.ts" }, { - "plugin": "@kbn/core-saved-objects-browser-mocks", - "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts" }, { - "plugin": "@kbn/core-saved-objects-api-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/utils/internal_utils.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-import-export-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/collect_saved_objects.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/import_dashboards.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts" }, { "plugin": "graph", @@ -5930,6 +4900,10 @@ "plugin": "graph", "path": "x-pack/plugins/graph/server/sample_data/flights.ts" }, + { + "plugin": "@kbn/core-saved-objects-browser-mocks", + "path": "packages/core/saved-objects/core-saved-objects-browser-mocks/src/simple_saved_object.mock.ts" + }, { "plugin": "fleet", "path": "x-pack/platform/plugins/shared/fleet/server/services/epm/kibana/assets/install.ts" @@ -6092,7 +5066,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6108,7 +5082,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6124,7 +5098,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6140,7 +5114,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -6156,7 +5130,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false } @@ -6174,89 +5148,33 @@ "description": [ "\nThe data for a Saved Object is stored as an object in the `attributes`\nproperty.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": true, "trackAdoption": false, "references": [ - { - "plugin": "@kbn/core-saved-objects-common", - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts" - }, - { - "plugin": "@kbn/core-saved-objects-common", - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts" - }, - { - "plugin": "@kbn/core-saved-objects-common", - "path": "packages/core/saved-objects/core-saved-objects-common/src/saved_objects.ts" - }, - { - "plugin": "@kbn/core-saved-objects-api-server", - "path": "packages/core/saved-objects/core-saved-objects-api-server/index.ts" - }, { "plugin": "@kbn/core", - "path": "src/core/server/index.ts" - }, - { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" - }, - { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" - }, - { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" - }, - { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" - }, - { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" - }, - { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" - }, - { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" - }, - { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" - }, - { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" - }, - { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + "path": "src/core/packages/saved-objects/common/src/server_types.ts" }, { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/common/src/server_types.ts" }, { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/common/src/saved_objects.ts" }, { - "plugin": "@kbn/alerting-types", - "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server/index.ts" }, { - "plugin": "alerting", - "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server/index.ts" }, { - "plugin": "alerting", - "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts" + "plugin": "@kbn/core", + "path": "src/core/server/index.ts" }, { "plugin": "actions", @@ -6318,6 +5236,66 @@ "plugin": "actions", "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/create.ts" }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "@kbn/alerting-types", + "path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts" + }, + { + "plugin": "alerting", + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts" + }, + { + "plugin": "alerting", + "path": "x-pack/platform/plugins/shared/alerting/common/rule.ts" + }, { "plugin": "alerting", "path": "x-pack/platform/plugins/shared/alerting/server/rules_client/common/inject_references.ts" @@ -6342,25 +5320,13 @@ "plugin": "alerting", "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/geo_containment/migrations.ts" }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts" - }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts" - }, - { - "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/collectors/lib/telemetry.ts" - }, { "plugin": "savedSearch", - "path": "src/plugins/saved_search/server/saved_objects/search_migrations.ts" + "path": "src/platform/plugins/shared/saved_search/server/saved_objects/search_migrations.ts" }, { "plugin": "savedSearch", - "path": "src/plugins/saved_search/server/saved_objects/search_migrations.ts" + "path": "src/platform/plugins/shared/saved_search/server/saved_objects/search_migrations.ts" }, { "plugin": "canvas", @@ -6414,6 +5380,18 @@ "plugin": "taskManager", "path": "x-pack/platform/plugins/shared/task_manager/server/task_store.test.ts" }, + { + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/collectors/lib/telemetry.ts" + }, + { + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/collectors/lib/telemetry.ts" + }, + { + "plugin": "enterpriseSearch", + "path": "x-pack/solutions/search/plugins/enterprise_search/server/collectors/lib/telemetry.ts" + }, { "plugin": "alerting", "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.11/index.ts" @@ -6431,12 +5409,12 @@ "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.15/index.ts" }, { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/collect_references_deep.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/lib/collect_references_deep.test.ts" }, { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/lib/collect_references_deep.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/lib/collect_references_deep.test.ts" } ], "children": [ @@ -6449,15 +5427,9 @@ "description": [], "signature": [ "[key: string]: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttribute", - "text": "SavedObjectAttribute" - } + "SavedObjectAttribute" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false } @@ -6474,16 +5446,10 @@ "\nSaved Object base document\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectDoc", - "text": "SavedObjectDoc" - }, + "SavedObjectDoc", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6497,7 +5463,7 @@ "signature": [ "T" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -6508,7 +5474,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -6519,7 +5485,7 @@ "tags": [], "label": "type", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -6533,7 +5499,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -6547,7 +5513,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -6559,16 +5525,10 @@ "label": "migrationVersion", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsMigrationVersion", - "text": "SavedObjectsMigrationVersion" - }, + "SavedObjectsMigrationVersion", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -6582,7 +5542,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -6596,7 +5556,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -6610,7 +5570,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -6624,7 +5584,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -6638,7 +5598,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -6652,7 +5612,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -6666,7 +5626,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -6680,7 +5640,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -6694,7 +5654,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false } @@ -6708,7 +5668,7 @@ "tags": [], "label": "SavedObjectExportBaseOptions", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6722,16 +5682,10 @@ "The http request initiating the export." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false }, @@ -6747,7 +5701,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false }, @@ -6763,7 +5717,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false }, @@ -6779,7 +5733,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false }, @@ -6795,7 +5749,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false } @@ -6811,7 +5765,7 @@ "description": [ "\nMigration context provided when invoking a {@link SavedObjectMigrationFn | migration handler}\n" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6825,15 +5779,9 @@ "\nlogger instance to be used by the migration handler" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsMigrationLogger", - "text": "SavedObjectsMigrationLogger" - } + "SavedObjectsMigrationLogger" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false }, @@ -6846,7 +5794,7 @@ "description": [ "\nThe migration version that this migration function is defined for" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false }, @@ -6864,7 +5812,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -6887,7 +5835,7 @@ "description": [ "\nWhether this is a single-namespace type or not" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false } @@ -6903,7 +5851,7 @@ "description": [ "\nA map of {@link SavedObjectMigration | migrations} to be used for a given type.\nThe map's keys must be valid semver versions, and they cannot exceed the current Kibana version.\n\nFor a given document, only migrations with a higher version number than that of the document will be applied.\nMigrations are executed in order, starting from the lowest version and ending with the highest one.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6916,16 +5864,10 @@ "description": [], "signature": [ "[version: string]: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigration", - "text": "SavedObjectMigration" - }, + "SavedObjectMigration", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false } @@ -6942,16 +5884,10 @@ "\nSaved Objects migration with parameters." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigrationParams", - "text": "SavedObjectMigrationParams" - }, + "SavedObjectMigrationParams", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6969,7 +5905,7 @@ "signature": [ "false | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false }, @@ -6984,32 +5920,14 @@ ], "signature": [ "(doc: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", ", context: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigrationContext", - "text": "SavedObjectMigrationContext" - }, + "SavedObjectMigrationContext", ") => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -7022,24 +5940,12 @@ "label": "doc", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectDoc", - "text": "SavedObjectDoc" - }, + "SavedObjectDoc", " & { references?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false }, @@ -7051,15 +5957,9 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigrationContext", - "text": "SavedObjectMigrationContext" - } + "SavedObjectMigrationContext" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false } @@ -7078,16 +5978,10 @@ "\nReturn type for the {@link SavedObjectModelTransformationFn | transformation functions}\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelDataBackfillResult", - "text": "SavedObjectModelDataBackfillResult" - }, + "SavedObjectModelDataBackfillResult", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/transformations.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/transformations.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7101,7 +5995,7 @@ "signature": [ "{ [P in keyof DocAttrs]?: DocAttrs[P] | undefined; }" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/transformations.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/transformations.ts", "deprecated": false, "trackAdoption": false } @@ -7117,7 +6011,7 @@ "description": [ "\nContext passed down to {@link SavedObjectModelTransformationFn | transformation functions}.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/transformations.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/transformations.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7131,15 +6025,9 @@ "\nlogger instance to be used by the migration handler" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsMigrationLogger", - "text": "SavedObjectsMigrationLogger" - } + "SavedObjectsMigrationLogger" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/transformations.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/transformations.ts", "deprecated": false, "trackAdoption": false }, @@ -7152,7 +6040,7 @@ "description": [ "\nThe model version this migration is registered for" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/transformations.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/transformations.ts", "deprecated": false, "trackAdoption": false }, @@ -7168,7 +6056,7 @@ "signature": [ "\"single\" | \"multiple\" | \"agnostic\" | \"multiple-isolated\"" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/transformations.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/transformations.ts", "deprecated": false, "trackAdoption": false } @@ -7185,16 +6073,10 @@ "\nReturn type for the {@link SavedObjectModelTransformationFn | transformation functions}\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelTransformationResult", - "text": "SavedObjectModelTransformationResult" - }, + "SavedObjectModelTransformationResult", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/transformations.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/transformations.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7206,24 +6088,12 @@ "label": "document", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectDoc", - "text": "SavedObjectDoc" - }, + "SavedObjectDoc", " & { references?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/transformations.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/transformations.ts", "deprecated": false, "trackAdoption": false } @@ -7239,7 +6109,7 @@ "description": [ "\nA reference to another saved object.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7250,7 +6120,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7261,7 +6131,7 @@ "tags": [], "label": "type", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false }, @@ -7272,7 +6142,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false } @@ -7288,7 +6158,7 @@ "description": [ "\nOptions to control the creation of the Saved Objects Client." ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/client_factory.ts", + "path": "src/core/packages/saved-objects/server/src/client_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7304,7 +6174,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/client_factory.ts", + "path": "src/core/packages/saved-objects/server/src/client_factory.ts", "deprecated": false, "trackAdoption": false }, @@ -7320,7 +6190,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/client_factory.ts", + "path": "src/core/packages/saved-objects/server/src/client_factory.ts", "deprecated": false, "trackAdoption": false } @@ -7337,23 +6207,11 @@ "\nOptions for the {@link ISavedObjectsExporter.exportByObjects | export by objects API}\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsExportByObjectOptions", - "text": "SavedObjectsExportByObjectOptions" - }, + "SavedObjectsExportByObjectOptions", " extends ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectExportBaseOptions", - "text": "SavedObjectExportBaseOptions" - } + "SavedObjectExportBaseOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7367,16 +6225,10 @@ "optional array of objects to export." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectTypeIdTuple", - "text": "SavedObjectTypeIdTuple" - }, + "SavedObjectTypeIdTuple", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false } @@ -7393,23 +6245,11 @@ "\nOptions for the {@link ISavedObjectsExporter.exportByTypes | export by type API}\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsExportByTypeOptions", - "text": "SavedObjectsExportByTypeOptions" - }, + "SavedObjectsExportByTypeOptions", " extends ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectExportBaseOptions", - "text": "SavedObjectExportBaseOptions" - } + "SavedObjectExportBaseOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7425,7 +6265,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false }, @@ -7439,16 +6279,10 @@ "optional array of references to search object for." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", "[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false }, @@ -7464,7 +6298,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false } @@ -7478,7 +6312,7 @@ "tags": [], "label": "SavedObjectsExportExcludedObject", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7491,7 +6325,7 @@ "description": [ "id of the excluded object" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false }, @@ -7504,7 +6338,7 @@ "description": [ "type of the excluded object" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false }, @@ -7520,7 +6354,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false } @@ -7536,7 +6370,7 @@ "description": [ "\nStructure of the export result details entry" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7549,7 +6383,7 @@ "description": [ "number of successfully exported objects" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false }, @@ -7562,7 +6396,7 @@ "description": [ "number of missing references" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false }, @@ -7576,16 +6410,10 @@ "missing references details" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectTypeIdTuple", - "text": "SavedObjectTypeIdTuple" - }, + "SavedObjectTypeIdTuple", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false }, @@ -7598,7 +6426,7 @@ "description": [ "number of objects that were excluded from the export" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false }, @@ -7612,16 +6440,10 @@ "excluded objects details" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsExportExcludedObject", - "text": "SavedObjectsExportExcludedObject" - }, + "SavedObjectsExportExcludedObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false } @@ -7637,7 +6459,7 @@ "description": [ "\nContext passed down to a {@link SavedObjectsExportTransform | export transform function}\n" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7651,16 +6473,10 @@ "\nThe request that initiated the export request. Can be used to create scoped\nservices or client inside the {@link SavedObjectsExportTransform | transformation}" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false } @@ -7676,7 +6492,7 @@ "description": [ "\nThe SavedObjectsExtensions interface contains the intefaces for three\nextensions to the saved objects repository. These extensions augment\nthe funtionality of the saved objects repository to provide encryption,\nsecurity, and spaces features." ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/extensions.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/extensions.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7690,16 +6506,10 @@ "The encryption extension - handles encrypting and decrypting attributes of saved objects" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectsEncryptionExtension", - "text": "ISavedObjectsEncryptionExtension" - }, + "ISavedObjectsEncryptionExtension", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/extensions.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/extensions.ts", "deprecated": false, "trackAdoption": false }, @@ -7713,16 +6523,10 @@ "The security extension - handles action authorization, audit logging, and space redaction" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectsSecurityExtension", - "text": "ISavedObjectsSecurityExtension" - }, + "ISavedObjectsSecurityExtension", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/extensions.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/extensions.ts", "deprecated": false, "trackAdoption": false }, @@ -7736,16 +6540,10 @@ "The spaces extension - handles retrieving the current space and retrieving available spaces" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectsSpacesExtension", - "text": "ISavedObjectsSpacesExtension" - }, + "ISavedObjectsSpacesExtension", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/extensions.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/extensions.ts", "deprecated": false, "trackAdoption": false } @@ -7761,7 +6559,7 @@ "description": [ "\nResult from a {@link SavedObjectsImportHook | import hook}\n" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/import.ts", + "path": "src/core/packages/saved-objects/server/src/import.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7775,16 +6573,10 @@ "\nAn optional list of warnings to display in the UI when the import succeeds." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsImportWarning", - "text": "SavedObjectsImportWarning" - }, + "SavedObjectsImportWarning", "[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/import.ts", + "path": "src/core/packages/saved-objects/server/src/import.ts", "deprecated": false, "trackAdoption": false } @@ -7800,7 +6592,7 @@ "description": [ "\nOptions to control the import operation." ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/import.ts", + "path": "src/core/packages/saved-objects/server/src/import.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7816,7 +6608,7 @@ "signature": [ "Readable" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/import.ts", + "path": "src/core/packages/saved-objects/server/src/import.ts", "deprecated": false, "trackAdoption": false }, @@ -7829,7 +6621,7 @@ "description": [ "If true, will override existing object if present. Note: this has no effect when used with the `createNewCopies` option." ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/import.ts", + "path": "src/core/packages/saved-objects/server/src/import.ts", "deprecated": false, "trackAdoption": false }, @@ -7845,7 +6637,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/import.ts", + "path": "src/core/packages/saved-objects/server/src/import.ts", "deprecated": false, "trackAdoption": false }, @@ -7858,7 +6650,7 @@ "description": [ "If true, will create new copies of import objects, each with a random `id` and undefined `originId`." ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/import.ts", + "path": "src/core/packages/saved-objects/server/src/import.ts", "deprecated": false, "trackAdoption": false }, @@ -7874,7 +6666,7 @@ "signature": [ "boolean | \"wait_for\" | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/import.ts", + "path": "src/core/packages/saved-objects/server/src/import.ts", "deprecated": false, "trackAdoption": false }, @@ -7890,7 +6682,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/import.ts", + "path": "src/core/packages/saved-objects/server/src/import.ts", "deprecated": false, "trackAdoption": false }, @@ -7906,7 +6698,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/import.ts", + "path": "src/core/packages/saved-objects/server/src/import.ts", "deprecated": false, "trackAdoption": false } @@ -7922,7 +6714,7 @@ "description": [ "\nDescribe the fields of a {@link SavedObjectsTypeMappingDefinition | saved object type}.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/mapping_definition.ts", + "path": "src/core/packages/saved-objects/server/src/mapping_definition.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7935,15 +6727,9 @@ "description": [], "signature": [ "[field: string]: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsFieldMapping", - "text": "SavedObjectsFieldMapping" - } + "SavedObjectsFieldMapping" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/mapping_definition.ts", + "path": "src/core/packages/saved-objects/server/src/mapping_definition.ts", "deprecated": false, "trackAdoption": false } @@ -7957,7 +6743,7 @@ "tags": [], "label": "SavedObjectsMigrationLogger", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7971,7 +6757,7 @@ "signature": [ "(msg: string) => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7985,7 +6771,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8003,7 +6789,7 @@ "signature": [ "(msg: string) => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8017,7 +6803,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8035,7 +6821,7 @@ "signature": [ "(msg: string) => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8049,7 +6835,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8083,7 +6869,7 @@ }, ">(msg: string, meta: Meta) => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8097,7 +6883,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8112,7 +6898,7 @@ "signature": [ "Meta" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8133,16 +6919,10 @@ "\nA {@link SavedObjectsModelChange | model change} backfilling fields introduced in the same model version.\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsModelDataBackfillChange", - "text": "SavedObjectsModelDataBackfillChange" - }, + "SavedObjectsModelDataBackfillChange", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/model_change.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/model_change.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8156,7 +6936,7 @@ "signature": [ "\"data_backfill\"" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/model_change.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/model_change.ts", "deprecated": false, "trackAdoption": false }, @@ -8171,32 +6951,14 @@ ], "signature": [ "(document: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelTransformationDoc", - "text": "SavedObjectModelTransformationDoc" - }, + "SavedObjectModelTransformationDoc", ", context: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelTransformationContext", - "text": "SavedObjectModelTransformationContext" - }, + "SavedObjectModelTransformationContext", ") => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelDataBackfillResult", - "text": "SavedObjectModelDataBackfillResult" - }, + "SavedObjectModelDataBackfillResult", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/model_change.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/model_change.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -8209,24 +6971,12 @@ "label": "document", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectDoc", - "text": "SavedObjectDoc" - }, + "SavedObjectDoc", " & { references?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/transformations.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/transformations.ts", "deprecated": false, "trackAdoption": false }, @@ -8238,15 +6988,9 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelTransformationContext", - "text": "SavedObjectModelTransformationContext" - } + "SavedObjectModelTransformationContext" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/transformations.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/transformations.ts", "deprecated": false, "trackAdoption": false } @@ -8264,7 +7008,7 @@ "description": [ "\nA {@link SavedObjectsModelChange | model change} removing data from all documents of the type.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/model_change.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/model_change.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8278,7 +7022,7 @@ "signature": [ "\"data_removal\"" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/model_change.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/model_change.ts", "deprecated": false, "trackAdoption": false }, @@ -8294,7 +7038,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/model_change.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/model_change.ts", "deprecated": false, "trackAdoption": false } @@ -8310,7 +7054,7 @@ "description": [ "\nA {@link SavedObjectsModelChange | model change} adding new mappings.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/model_change.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/model_change.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8324,7 +7068,7 @@ "signature": [ "\"mappings_addition\"" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/model_change.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/model_change.ts", "deprecated": false, "trackAdoption": false }, @@ -8338,15 +7082,9 @@ "\nThe new mappings introduced in this version." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsMappingProperties", - "text": "SavedObjectsMappingProperties" - } + "SavedObjectsMappingProperties" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/model_change.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/model_change.ts", "deprecated": false, "trackAdoption": false } @@ -8362,7 +7100,7 @@ "description": [ "\nA {@link SavedObjectsModelChange | model change} flagging mappings as being no longer used.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/model_change.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/model_change.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8376,7 +7114,7 @@ "signature": [ "\"mappings_deprecation\"" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/model_change.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/model_change.ts", "deprecated": false, "trackAdoption": false }, @@ -8392,7 +7130,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/model_change.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/model_change.ts", "deprecated": false, "trackAdoption": false } @@ -8409,16 +7147,10 @@ "\nA {@link SavedObjectsModelChange | model change} executing an arbitrary transformation function.\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsModelUnsafeTransformChange", - "text": "SavedObjectsModelUnsafeTransformChange" - }, + "SavedObjectsModelUnsafeTransformChange", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/model_change.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/model_change.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8432,7 +7164,7 @@ "signature": [ "\"unsafe_transform\"" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/model_change.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/model_change.ts", "deprecated": false, "trackAdoption": false }, @@ -8447,32 +7179,14 @@ ], "signature": [ "(document: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelTransformationDoc", - "text": "SavedObjectModelTransformationDoc" - }, + "SavedObjectModelTransformationDoc", ", context: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelTransformationContext", - "text": "SavedObjectModelTransformationContext" - }, + "SavedObjectModelTransformationContext", ") => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelTransformationResult", - "text": "SavedObjectModelTransformationResult" - }, + "SavedObjectModelTransformationResult", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/model_change.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/model_change.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -8485,24 +7199,12 @@ "label": "document", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectDoc", - "text": "SavedObjectDoc" - }, + "SavedObjectDoc", " & { references?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/transformations.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/transformations.ts", "deprecated": false, "trackAdoption": false }, @@ -8514,15 +7216,9 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelTransformationContext", - "text": "SavedObjectModelTransformationContext" - } + "SavedObjectModelTransformationContext" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/transformations.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/transformations.ts", "deprecated": false, "trackAdoption": false } @@ -8540,7 +7236,7 @@ "description": [ "\nRepresents a model version of a given saved object type.\n\nModel versions supersede the {@link SavedObjectsType.migrations | migrations} (and {@link SavedObjectsType.schemas | schemas}) APIs\nby exposing an unified way of describing the changes of shape or data of a type.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/model_version.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/model_version.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8554,16 +7250,10 @@ "\nThe list of changes associated with this version.\n\nModel version changes are defined via low-level components, allowing to use composition\nto describe the list of changes bound to a given version.\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsModelChange", - "text": "SavedObjectsModelChange" - }, + "SavedObjectsModelChange", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/model_version.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/model_version.ts", "deprecated": false, "trackAdoption": false }, @@ -8577,16 +7267,10 @@ "\nThe {@link SavedObjectsModelVersionSchemaDefinitions | schemas} associated with this version.\n\nSchemas are used to validate / convert the shape and/or content of the documents at various stages of their usages." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsModelVersionSchemaDefinitions", - "text": "SavedObjectsModelVersionSchemaDefinitions" - }, + "SavedObjectsModelVersionSchemaDefinitions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/model_version.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/model_version.ts", "deprecated": false, "trackAdoption": false } @@ -8602,7 +7286,7 @@ "description": [ "\nA record of {@link SavedObjectsModelVersion | model versions} for a given savedObjects type.\nThe record's keys must be integers, starting with 1 for the first entry, and there shouldn't be gaps.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/model_version.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/model_version.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8615,15 +7299,9 @@ "description": [], "signature": [ "[modelVersion: string]: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsModelVersion", - "text": "SavedObjectsModelVersion" - } + "SavedObjectsModelVersion" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/model_version.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/model_version.ts", "deprecated": false, "trackAdoption": false } @@ -8639,7 +7317,7 @@ "description": [ "\nThe validation and conversion schemas associated with this model version.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/schemas.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/schemas.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8653,16 +7331,10 @@ "\nThe schema applied when retrieving documents of a higher version from the cluster.\nUsed for multi-version compatibility in managed environments.\n\nWhen retrieving a savedObject document from an index, if the version of the document\nis higher than the latest version known of the Kibana instance, the document will go\nthrough the `forwardCompatibility` schema of the associated model version.\n\nE.g a Kibana instance with model version `2` for type `foo` types fetches a `foo` document\nat model version `3`. The document will then go through the `forwardCompatibility`\nof the model version 2 (if present).\n\nSee {@link SavedObjectModelVersionForwardCompatibilitySchema} for more info." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelVersionForwardCompatibilitySchema", - "text": "SavedObjectModelVersionForwardCompatibilitySchema" - }, + "SavedObjectModelVersionForwardCompatibilitySchema", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/schemas.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/schemas.ts", "deprecated": false, "trackAdoption": false }, @@ -8676,16 +7348,10 @@ "\nThe schema applied when creating a document of the current version\nAllows for validating properties using @kbn/config-schema validations" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsValidationSpec", - "text": "SavedObjectsValidationSpec" - }, + "SavedObjectsValidationSpec", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/schemas.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/schemas.ts", "deprecated": false, "trackAdoption": false } @@ -8701,7 +7367,7 @@ "description": [ "\nA raw document as represented directly in the saved object index.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8712,7 +7378,7 @@ "tags": [], "label": "_id", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -8724,15 +7390,9 @@ "label": "_source", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsRawDocSource", - "text": "SavedObjectsRawDocSource" - } + "SavedObjectsRawDocSource" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -8746,7 +7406,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -8760,7 +7420,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false } @@ -8776,7 +7436,7 @@ "description": [ "\nOptions that can be specified when using the saved objects serializer to parse a raw document.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8792,7 +7452,7 @@ "signature": [ "\"strict\" | \"lax\" | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -8810,7 +7470,7 @@ "signature": [ "\"raw\" | \"compatible\" | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false } @@ -8826,7 +7486,7 @@ "description": [ "\nSaved object document as stored in `_source` of doc in ES index\nSimilar to SavedObjectDoc and excludes `version`, includes `references`, has `attributes` in [typeMapping]\n" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8837,7 +7497,7 @@ "tags": [], "label": "type", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -8851,7 +7511,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -8865,7 +7525,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -8877,16 +7537,10 @@ "label": "migrationVersion", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsMigrationVersion", - "text": "SavedObjectsMigrationVersion" - }, + "SavedObjectsMigrationVersion", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -8900,7 +7554,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -8914,7 +7568,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -8928,7 +7582,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -8942,7 +7596,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -8954,16 +7608,10 @@ "label": "references", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -8977,7 +7625,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -8991,7 +7639,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false }, @@ -9005,7 +7653,7 @@ "signature": [ "[typeMapping: string]: any" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false } @@ -9021,7 +7669,7 @@ "description": [ "\nFactory provided when invoking a {@link SavedObjectsClientFactoryProvider | client factory provider}\nSee {@link SavedObjectsServiceSetup.setClientFactoryProvider}\n" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/client_factory.ts", + "path": "src/core/packages/saved-objects/server/src/client_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9036,31 +7684,13 @@ ], "signature": [ "(req: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", includedHiddenTypes?: string[] | undefined, extensions?: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsExtensions", - "text": "SavedObjectsExtensions" - }, + "SavedObjectsExtensions", " | undefined) => ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.ISavedObjectsRepository", - "text": "ISavedObjectsRepository" - } + "ISavedObjectsRepository" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/client_factory.ts", + "path": "src/core/packages/saved-objects/server/src/client_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9072,16 +7702,10 @@ "label": "req", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/client_factory.ts", + "path": "src/core/packages/saved-objects/server/src/client_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9098,7 +7722,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/client_factory.ts", + "path": "src/core/packages/saved-objects/server/src/client_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -9113,16 +7737,10 @@ "- Extensions that the repository should use (for encryption, security, and spaces)." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsExtensions", - "text": "SavedObjectsExtensions" - }, + "SavedObjectsExtensions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/client_factory.ts", + "path": "src/core/packages/saved-objects/server/src/client_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -9141,23 +7759,11 @@ ], "signature": [ "(includedHiddenTypes?: string[] | undefined, extensions?: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsExtensions", - "text": "SavedObjectsExtensions" - }, + "SavedObjectsExtensions", " | undefined) => ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.ISavedObjectsRepository", - "text": "ISavedObjectsRepository" - } + "ISavedObjectsRepository" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/client_factory.ts", + "path": "src/core/packages/saved-objects/server/src/client_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9173,7 +7779,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/client_factory.ts", + "path": "src/core/packages/saved-objects/server/src/client_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -9188,16 +7794,10 @@ "- Extensions that the repository should use (for encryption, security, and spaces)." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsExtensions", - "text": "SavedObjectsExtensions" - }, + "SavedObjectsExtensions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/client_factory.ts", + "path": "src/core/packages/saved-objects/server/src/client_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -9217,7 +7817,7 @@ "description": [ "\nCore's `savedObjects` request handler context." ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/request_handler_context.ts", + "path": "src/core/packages/saved-objects/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9229,15 +7829,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/request_handler_context.ts", + "path": "src/core/packages/saved-objects/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false }, @@ -9249,15 +7843,9 @@ "label": "typeRegistry", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectTypeRegistry", - "text": "ISavedObjectTypeRegistry" - } + "ISavedObjectTypeRegistry" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/request_handler_context.ts", + "path": "src/core/packages/saved-objects/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false }, @@ -9270,23 +7858,11 @@ "description": [], "signature": [ "(options?: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsClientProviderOptions", - "text": "SavedObjectsClientProviderOptions" - }, + "SavedObjectsClientProviderOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/request_handler_context.ts", + "path": "src/core/packages/saved-objects/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9298,16 +7874,10 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsClientProviderOptions", - "text": "SavedObjectsClientProviderOptions" - }, + "SavedObjectsClientProviderOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/request_handler_context.ts", + "path": "src/core/packages/saved-objects/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -9324,23 +7894,11 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ") => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectsExporter", - "text": "ISavedObjectsExporter" - } + "ISavedObjectsExporter" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/request_handler_context.ts", + "path": "src/core/packages/saved-objects/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9352,15 +7910,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/request_handler_context.ts", + "path": "src/core/packages/saved-objects/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9377,23 +7929,11 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ") => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectsImporter", - "text": "ISavedObjectsImporter" - } + "ISavedObjectsImporter" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/request_handler_context.ts", + "path": "src/core/packages/saved-objects/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9405,15 +7945,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/request_handler_context.ts", + "path": "src/core/packages/saved-objects/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9433,7 +7967,7 @@ "description": [ "\nOptions to control the \"resolve import\" operation." ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/import.ts", + "path": "src/core/packages/saved-objects/server/src/import.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9449,7 +7983,7 @@ "signature": [ "Readable" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/import.ts", + "path": "src/core/packages/saved-objects/server/src/import.ts", "deprecated": false, "trackAdoption": false }, @@ -9463,16 +7997,10 @@ "saved object import references to retry" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsImportRetry", - "text": "SavedObjectsImportRetry" - }, + "SavedObjectsImportRetry", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/import.ts", + "path": "src/core/packages/saved-objects/server/src/import.ts", "deprecated": false, "trackAdoption": false }, @@ -9488,7 +8016,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/import.ts", + "path": "src/core/packages/saved-objects/server/src/import.ts", "deprecated": false, "trackAdoption": false }, @@ -9501,7 +8029,7 @@ "description": [ "If true, will create new copies of import objects, each with a random `id` and undefined `originId`." ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/import.ts", + "path": "src/core/packages/saved-objects/server/src/import.ts", "deprecated": false, "trackAdoption": false }, @@ -9517,7 +8045,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/import.ts", + "path": "src/core/packages/saved-objects/server/src/import.ts", "deprecated": false, "trackAdoption": false }, @@ -9533,7 +8061,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/import.ts", + "path": "src/core/packages/saved-objects/server/src/import.ts", "deprecated": false, "trackAdoption": false } @@ -9549,7 +8077,7 @@ "description": [ "\nSaved Objects is Kibana's data persistence mechanism allowing plugins to\nuse Elasticsearch for storing and querying state. The SavedObjectsServiceSetup API exposes methods\nor registering Saved Object types, and creating and registering Saved Object client factories.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9564,16 +8092,10 @@ ], "signature": [ "(clientFactoryProvider: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsClientFactoryProvider", - "text": "SavedObjectsClientFactoryProvider" - }, + "SavedObjectsClientFactoryProvider", ") => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9585,15 +8107,9 @@ "label": "clientFactoryProvider", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsClientFactoryProvider", - "text": "SavedObjectsClientFactoryProvider" - } + "SavedObjectsClientFactoryProvider" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9612,16 +8128,10 @@ ], "signature": [ "(factory: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsEncryptionExtensionFactory", - "text": "SavedObjectsEncryptionExtensionFactory" - }, + "SavedObjectsEncryptionExtensionFactory", ") => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9633,15 +8143,9 @@ "label": "factory", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsEncryptionExtensionFactory", - "text": "SavedObjectsEncryptionExtensionFactory" - } + "SavedObjectsEncryptionExtensionFactory" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9660,16 +8164,10 @@ ], "signature": [ "(factory: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsSecurityExtensionFactory", - "text": "SavedObjectsSecurityExtensionFactory" - }, + "SavedObjectsSecurityExtensionFactory", ") => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9681,15 +8179,9 @@ "label": "factory", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsSecurityExtensionFactory", - "text": "SavedObjectsSecurityExtensionFactory" - } + "SavedObjectsSecurityExtensionFactory" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9708,16 +8200,10 @@ ], "signature": [ "(factory: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsSpacesExtensionFactory", - "text": "SavedObjectsSpacesExtensionFactory" - }, + "SavedObjectsSpacesExtensionFactory", ") => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9729,15 +8215,9 @@ "label": "factory", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsSpacesExtensionFactory", - "text": "SavedObjectsSpacesExtensionFactory" - } + "SavedObjectsSpacesExtensionFactory" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9756,16 +8236,10 @@ ], "signature": [ "(type: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", ") => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9777,16 +8251,10 @@ "label": "type", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9806,7 +8274,7 @@ "signature": [ "() => string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -9824,7 +8292,7 @@ "description": [ "\nSaved Objects is Kibana's data persistence mechanism allowing plugins to\nuse Elasticsearch for storing and querying state. The\nSavedObjectsServiceStart API provides a scoped Saved Objects client for\ninteracting with Saved Objects.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9839,31 +8307,13 @@ ], "signature": [ "(req: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", options?: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsClientProviderOptions", - "text": "SavedObjectsClientProviderOptions" - }, + "SavedObjectsClientProviderOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9875,16 +8325,10 @@ "label": "req", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9897,16 +8341,10 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsClientProviderOptions", - "text": "SavedObjectsClientProviderOptions" - }, + "SavedObjectsClientProviderOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -9925,31 +8363,13 @@ ], "signature": [ "(req: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", includedHiddenTypes?: string[] | undefined, extensions?: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsExtensions", - "text": "SavedObjectsExtensions" - }, + "SavedObjectsExtensions", " | undefined) => ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.ISavedObjectsRepository", - "text": "ISavedObjectsRepository" - } + "ISavedObjectsRepository" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9963,16 +8383,10 @@ "- The request to create the scoped repository from." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9989,7 +8403,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -10004,16 +8418,10 @@ "- Extensions that the repository should use (for encryption, security, and spaces)." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsExtensions", - "text": "SavedObjectsExtensions" - }, + "SavedObjectsExtensions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -10032,23 +8440,11 @@ ], "signature": [ "(includedHiddenTypes?: string[] | undefined, extensions?: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsExtensions", - "text": "SavedObjectsExtensions" - }, + "SavedObjectsExtensions", " | undefined) => ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.ISavedObjectsRepository", - "text": "ISavedObjectsRepository" - } + "ISavedObjectsRepository" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10064,7 +8460,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -10079,16 +8475,10 @@ "- Extensions that the repository should use (for encryption, security, and spaces)." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsExtensions", - "text": "SavedObjectsExtensions" - }, + "SavedObjectsExtensions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -10107,15 +8497,9 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectsSerializer", - "text": "ISavedObjectsSerializer" - } + "ISavedObjectsSerializer" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -10132,23 +8516,11 @@ ], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ") => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectsExporter", - "text": "ISavedObjectsExporter" - } + "ISavedObjectsExporter" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10160,15 +8532,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10187,25 +8553,13 @@ ], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", options?: ", "SavedObjectsImporterOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectsImporter", - "text": "ISavedObjectsImporter" - } + "ISavedObjectsImporter" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10217,15 +8571,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10241,7 +8589,7 @@ "SavedObjectsImporterOptions", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -10260,15 +8608,9 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectTypeRegistry", - "text": "ISavedObjectTypeRegistry" - } + "ISavedObjectTypeRegistry" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -10286,7 +8628,7 @@ "signature": [ "(type: string) => string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10302,7 +8644,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10322,7 +8664,7 @@ "signature": [ "(types: string[]) => string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10338,7 +8680,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10358,7 +8700,7 @@ "signature": [ "() => string" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -10376,7 +8718,7 @@ "signature": [ "() => string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/contracts.ts", + "path": "src/core/packages/saved-objects/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -10394,7 +8736,7 @@ "description": [ "\nMeta information about the SavedObjectService's status. Available to plugins via {@link CoreSetup.status}.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_status.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_status.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10408,7 +8750,7 @@ "signature": [ "{ [status: string]: number; skipped: number; migrated: number; }" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_status.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_status.ts", "deprecated": false, "trackAdoption": false } @@ -10425,16 +8767,10 @@ "\nDefinition of a type of savedObject.\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_type.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10447,7 +8783,7 @@ "description": [ "\nThe name of the type, which is also used as the internal id." ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_type.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_type.ts", "deprecated": false, "trackAdoption": false }, @@ -10460,7 +8796,7 @@ "description": [ "\nIs the type hidden by default. If true, repositories will not have access to this type unless explicitly\ndeclared as an `extraType` when creating the repository.\nIt is recommended to hide the type for better backward compatibility.\nThe hidden types will not be automatically exposed via the HTTP API.\nTherefore, that should prevent unexpected behavior in the client code, as all the interactions will be done via the plugin API.\n\nHidden types must be listed to be accessible by the client.\n\n(await context.core).savedObjects.getClient({ includeHiddenTypes: [MY_PLUGIN_HIDDEN_SAVED_OBJECT_TYPE] })\n\nSee {@link SavedObjectsServiceStart.createInternalRepository | createInternalRepository}.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_type.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_type.ts", "deprecated": false, "trackAdoption": false }, @@ -10476,7 +8812,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_type.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_type.ts", "deprecated": false, "trackAdoption": false }, @@ -10492,7 +8828,7 @@ "signature": [ "\"single\" | \"multiple\" | \"agnostic\" | \"multiple-isolated\"" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_type.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_type.ts", "deprecated": false, "trackAdoption": false }, @@ -10508,7 +8844,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_type.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_type.ts", "deprecated": false, "trackAdoption": false }, @@ -10524,7 +8860,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_type.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_type.ts", "deprecated": false, "trackAdoption": false }, @@ -10538,16 +8874,10 @@ "\nIf defined, allows a type to exclude unneeded documents from the migration process and effectively be deleted.\nSee {@link SavedObjectTypeExcludeFromUpgradeFilterHook} for more details." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectTypeExcludeFromUpgradeFilterHook", - "text": "SavedObjectTypeExcludeFromUpgradeFilterHook" - }, + "SavedObjectTypeExcludeFromUpgradeFilterHook", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_type.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_type.ts", "deprecated": false, "trackAdoption": false }, @@ -10561,15 +8891,9 @@ "\nThe {@link SavedObjectsTypeMappingDefinition | mapping definition} for the type." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsTypeMappingDefinition", - "text": "SavedObjectsTypeMappingDefinition" - } + "SavedObjectsTypeMappingDefinition" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_type.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_type.ts", "deprecated": false, "trackAdoption": false }, @@ -10585,91 +8909,83 @@ "\nAn optional map of {@link SavedObjectMigrationFn | migrations} or a function returning a map of\n{@link SavedObjectMigrationFn | migrations} to be used to migrate the type.\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigrationMap", - "text": "SavedObjectMigrationMap" - }, + "SavedObjectMigrationMap", " | (() => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigrationMap", - "text": "SavedObjectMigrationMap" - }, + "SavedObjectMigrationMap", ") | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_type.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_type.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-base-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server/src/saved_objects_type.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server/src/saved_objects_type.ts" }, { - "plugin": "@kbn/core-saved-objects-base-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts" }, { - "plugin": "@kbn/core-saved-objects-base-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/build_active_migrations.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/build_active_migrations.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/build_active_migrations.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/build_active_migrations.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/build_active_migrations.ts" }, { - "plugin": "@kbn/core-saved-objects-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/object_types/registration.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/build_active_migrations.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server-internal/src/object_types/registration.ts" }, { "plugin": "@kbn/core-ui-settings-server-internal", "path": "packages/core/ui-settings/core-ui-settings-server-internal/src/saved_objects/ui_settings.ts" }, { - "plugin": "@kbn/core-usage-data-server-internal", - "path": "packages/core/usage-data/core-usage-data-server-internal/src/saved_objects/core_usage_stats.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/usage-data/server-internal/src/saved_objects/core_usage_stats.ts" }, { "plugin": "@kbn/core-saved-objects-migration-server-mocks", "path": "packages/core/saved-objects/core-saved-objects-migration-server-mocks/src/kibana_migrator.mock.ts" }, - { - "plugin": "dataViews", - "path": "src/plugins/data_views/server/saved_objects/data_views.ts" - }, { "plugin": "spaces", "path": "x-pack/plugins/spaces/server/saved_objects/saved_objects_service.ts" @@ -10683,16 +8999,8 @@ "path": "x-pack/platform/plugins/shared/task_manager/server/saved_objects/index.ts" }, { - "plugin": "share", - "path": "src/plugins/share/server/url_service/saved_objects/register_url_service_saved_object_type.ts" - }, - { - "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/saved_objects/index.ts" - }, - { - "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/saved_objects/index.ts" + "plugin": "dataViews", + "path": "src/platform/plugins/shared/data_views/server/saved_objects/data_views.ts" }, { "plugin": "data", @@ -10706,6 +9014,26 @@ "plugin": "data", "path": "src/plugins/data/server/search/saved_objects/search_session.ts" }, + { + "plugin": "graph", + "path": "x-pack/plugins/graph/server/saved_objects/graph_workspace.ts" + }, + { + "plugin": "share", + "path": "src/platform/plugins/shared/share/server/url_service/saved_objects/register_url_service_saved_object_type.ts" + }, + { + "plugin": "lens", + "path": "x-pack/plugins/lens/server/saved_objects.ts" + }, + { + "plugin": "actions", + "path": "x-pack/platform/plugins/shared/actions/server/saved_objects/index.ts" + }, + { + "plugin": "actions", + "path": "x-pack/platform/plugins/shared/actions/server/saved_objects/index.ts" + }, { "plugin": "alerting", "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/index.ts" @@ -10727,8 +9055,20 @@ "path": "x-pack/platform/plugins/shared/ml/server/saved_objects/saved_objects.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/server/saved_objects.ts" + "plugin": "savedSearch", + "path": "src/platform/plugins/shared/saved_search/server/saved_objects/search.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/saved_objects/workpad.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/saved_objects/custom_element.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/saved_objects/workpad_template.ts" }, { "plugin": "cases", @@ -10750,18 +9090,6 @@ "plugin": "cases", "path": "x-pack/platform/plugins/shared/cases/server/saved_object_types/connector_mappings.ts" }, - { - "plugin": "graph", - "path": "x-pack/plugins/graph/server/saved_objects/graph_workspace.ts" - }, - { - "plugin": "savedSearch", - "path": "src/plugins/saved_search/server/saved_objects/search.ts" - }, - { - "plugin": "apmDataAccess", - "path": "x-pack/plugins/observability_solution/apm_data_access/server/saved_objects/apm_indices.ts" - }, { "plugin": "fleet", "path": "x-pack/platform/plugins/shared/fleet/server/saved_objects/index.ts" @@ -10782,22 +9110,6 @@ "plugin": "fleet", "path": "x-pack/platform/plugins/shared/fleet/server/saved_objects/index.ts" }, - { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/server/saved_objects/apm_service_groups.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/server/saved_objects/workpad.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/server/saved_objects/custom_element.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/server/saved_objects/workpad_template.ts" - }, { "plugin": "maps", "path": "x-pack/platform/plugins/shared/maps/server/saved_objects/setup_saved_objects.ts" @@ -10830,6 +9142,14 @@ "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/server/endpoint/lib/artifacts/saved_object_mappings.ts" }, + { + "plugin": "apmDataAccess", + "path": "x-pack/solutions/observability/plugins/apm_data_access/server/saved_objects/apm_indices.ts" + }, + { + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/server/saved_objects/apm_service_groups.ts" + }, { "plugin": "visualizations", "path": "src/plugins/visualizations/server/saved_objects/visualization.ts" @@ -10859,436 +9179,436 @@ "path": "src/plugins/event_annotation/server/saved_objects.ts" }, { - "plugin": "savedObjectsManagement", - "path": "src/plugins/saved_objects_management/server/services/management.test.ts" + "plugin": "links", + "path": "src/platform/plugins/private/links/server/saved_objects/links.ts" }, { - "plugin": "share", - "path": "src/plugins/share/server/url_service/saved_objects/register_url_service_saved_object_type.test.ts" + "plugin": "savedObjectsManagement", + "path": "src/platform/plugins/shared/saved_objects_management/server/services/management.test.ts" }, { "plugin": "share", - "path": "src/plugins/share/server/url_service/saved_objects/register_url_service_saved_object_type.test.ts" + "path": "src/platform/plugins/shared/share/server/url_service/saved_objects/register_url_service_saved_object_type.test.ts" }, { - "plugin": "links", - "path": "src/platform/plugins/private/links/server/saved_objects/links.ts" + "plugin": "share", + "path": "src/platform/plugins/shared/share/server/url_service/saved_objects/register_url_service_saved_object_type.test.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts" }, { - "plugin": "@kbn/core-saved-objects-api-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-api-server-internal/src/mocks/kibana_migrator.mock.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server-internal/src/mocks/kibana_migrator.mock.ts" }, { - "plugin": "@kbn/core-saved-objects-base-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_type_registry.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/base-server-internal/src/saved_objects_type_registry.test.ts" }, { - "plugin": "@kbn/core-saved-objects-base-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_type_registry.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/base-server-internal/src/saved_objects_type_registry.test.ts" }, { - "plugin": "@kbn/core-saved-objects-base-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_type_registry.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/base-server-internal/src/saved_objects_type_registry.test.ts" }, { - "plugin": "@kbn/core-saved-objects-base-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/saved_objects_type_registry.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/base-server-internal/src/saved_objects_type_registry.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/kibana_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/run_resilient_migrator.fixtures.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/run_resilient_migrator.fixtures.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/run_resilient_migrator.fixtures.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/run_resilient_migrator.fixtures.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.test.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.test.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.test.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.test.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/get_migration_hash.test.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/get_migration_hash.test.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/get_migration_hash.test.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/get_migration_hash.test.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/get_migration_hash.test.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/get_migration_hash.test.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/get_migration_hash.test.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/get_migration_hash.test.ts" }, { - "plugin": "@kbn/core-saved-objects-api-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-api-server-internal/src/test_helpers/repository.test.common.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server-internal/src/test_helpers/repository.test.common.ts" }, { - "plugin": "@kbn/core-saved-objects-api-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/repository_create_repository.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server-internal/src/lib/repository_create_repository.test.ts" }, { - "plugin": "@kbn/core-saved-objects-api-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/repository_create_repository.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server-internal/src/lib/repository_create_repository.test.ts" }, { - "plugin": "@kbn/core-saved-objects-api-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/repository_create_repository.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server-internal/src/lib/repository_create_repository.test.ts" }, { - "plugin": "@kbn/core-saved-objects-base-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.test.ts" }, { - "plugin": "@kbn/core-saved-objects-base-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.test.ts" }, { - "plugin": "@kbn/core-saved-objects-base-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.test.ts" }, { - "plugin": "@kbn/core-saved-objects-base-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.test.ts" }, { - "plugin": "@kbn/core-saved-objects-base-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.test.ts" }, { - "plugin": "@kbn/core-saved-objects-base-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.test.ts" }, { - "plugin": "@kbn/core-saved-objects-base-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.test.ts" }, { - "plugin": "@kbn/core-saved-objects-base-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.test.ts" }, { - "plugin": "@kbn/core-saved-objects-base-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.test.ts" }, { - "plugin": "@kbn/core-saved-objects-base-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.test.ts" }, { - "plugin": "@kbn/core-saved-objects-base-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.test.ts" }, { - "plugin": "@kbn/core-saved-objects-base-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.test.ts" }, { - "plugin": "@kbn/core-saved-objects-base-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.test.ts" }, { - "plugin": "@kbn/core-saved-objects-base-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.test.ts" }, { - "plugin": "@kbn/core-saved-objects-base-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.test.ts" }, { - "plugin": "@kbn/core-saved-objects-base-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-base-server-internal/src/model_version/version_map.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/core/build_index_map.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/core/build_index_map.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/build_active_migrations.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/build_active_migrations.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/build_active_migrations.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/build_active_migrations.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/build_active_migrations.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/build_active_migrations.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/build_active_migrations.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/build_active_migrations.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/build_active_migrations.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/build_active_migrations.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/build_active_migrations.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/build_active_migrations.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/build_active_migrations.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/build_active_migrations.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/build_active_migrations.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/build_active_migrations.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migration.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migration.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migration.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migration.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migration.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migration.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migration.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migration.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/zdt/utils/generate_additive_mapping_diff.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/zdt/utils/generate_additive_mapping_diff.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/zdt/utils/outdated_documents_query.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/zdt/utils/outdated_documents_query.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/zdt/utils/outdated_documents_query.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/zdt/utils/outdated_documents_query.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/zdt/utils/outdated_documents_query.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/zdt/utils/outdated_documents_query.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/zdt/utils/outdated_documents_query.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/zdt/utils/outdated_documents_query.test.ts" } ] }, @@ -11304,50 +9624,42 @@ "\nAn optional schema that can be used to validate the attributes of the type.\n\nWhen provided, calls to {@link SavedObjectsClient.create | create} will be validated against this schema.\n\nSee {@link SavedObjectsValidationMap} for more details." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsValidationMap", - "text": "SavedObjectsValidationMap" - }, + "SavedObjectsValidationMap", " | (() => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsValidationMap", - "text": "SavedObjectsValidationMap" - }, + "SavedObjectsValidationMap", ") | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_type.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_type.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-api-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/server/src/saved_objects_type.ts" }, { - "plugin": "@kbn/core-saved-objects-api-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server-internal/src/lib/apis/helpers/validation.ts" }, { - "plugin": "@kbn/core-saved-objects-api-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server-internal/src/lib/apis/helpers/validation.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server-internal/src/lib/apis/helpers/validation.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts" + }, + { + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts" }, { "plugin": "spaces", @@ -11375,7 +9687,7 @@ }, { "plugin": "savedSearch", - "path": "src/plugins/saved_search/server/saved_objects/search.ts" + "path": "src/platform/plugins/shared/saved_search/server/saved_objects/search.ts" }, { "plugin": "visualizations", @@ -11390,92 +9702,92 @@ "path": "x-pack/solutions/security/plugins/cloud_security_posture/server/saved_objects/csp_settings.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.test.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.test.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.test.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/get_migration_hash.test.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/get_migration_hash.test.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/get_migration_hash.test.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/get_migration_hash.test.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/get_migration_hash.test.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/get_migration_hash.test.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/get_migration_hash.test.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/get_migration_hash.test.ts" }, { - "plugin": "@kbn/core-saved-objects-api-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-api-server-internal/src/test_helpers/repository.test.common.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server-internal/src/test_helpers/repository.test.common.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migration.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migration.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migration.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migration.test.ts" }, { - "plugin": "@kbn/core-saved-objects-api-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation_fixtures.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server-internal/src/lib/apis/helpers/validation_fixtures.ts" }, { - "plugin": "@kbn/core-saved-objects-api-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation_fixtures.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server-internal/src/lib/apis/helpers/validation_fixtures.ts" }, { - "plugin": "@kbn/core-saved-objects-api-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-api-server-internal/src/lib/apis/helpers/validation_fixtures.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/api-server-internal/src/lib/apis/helpers/validation_fixtures.ts" } ] }, @@ -11493,49 +9805,57 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_type.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_type.ts", "deprecated": true, "trackAdoption": false, "references": [ { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/utils.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/utils.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/internal_transforms.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/internal_transforms.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/internal_transforms.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/internal_transforms.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/internal_transforms.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/internal_transforms.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migrations.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts" }, { "plugin": "dataViews", - "path": "src/plugins/data_views/server/saved_objects/data_views.ts" + "path": "src/platform/plugins/shared/data_views/server/saved_objects/data_views.ts" }, { - "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/saved_objects/index.ts" + "plugin": "data", + "path": "src/plugins/data/server/saved_objects/query.ts" + }, + { + "plugin": "graph", + "path": "x-pack/plugins/graph/server/saved_objects/graph_workspace.ts" + }, + { + "plugin": "lens", + "path": "x-pack/plugins/lens/server/saved_objects.ts" }, { "plugin": "actions", "path": "x-pack/platform/plugins/shared/actions/server/saved_objects/index.ts" }, { - "plugin": "data", - "path": "src/plugins/data/server/saved_objects/query.ts" + "plugin": "actions", + "path": "x-pack/platform/plugins/shared/actions/server/saved_objects/index.ts" }, { "plugin": "alerting", @@ -11546,8 +9866,20 @@ "path": "src/platform/plugins/shared/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts" }, { - "plugin": "lens", - "path": "x-pack/plugins/lens/server/saved_objects.ts" + "plugin": "savedSearch", + "path": "src/platform/plugins/shared/saved_search/server/saved_objects/search.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/saved_objects/workpad.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/platform/plugins/private/canvas/server/saved_objects/custom_element.ts" + }, + { + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/server/saved_objects/tag.ts" }, { "plugin": "cases", @@ -11569,26 +9901,6 @@ "plugin": "cases", "path": "x-pack/platform/plugins/shared/cases/server/saved_object_types/connector_mappings.ts" }, - { - "plugin": "graph", - "path": "x-pack/plugins/graph/server/saved_objects/graph_workspace.ts" - }, - { - "plugin": "savedSearch", - "path": "src/plugins/saved_search/server/saved_objects/search.ts" - }, - { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/server/saved_objects/tag.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/server/saved_objects/workpad.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/platform/plugins/private/canvas/server/saved_objects/custom_element.ts" - }, { "plugin": "maps", "path": "x-pack/platform/plugins/shared/maps/server/saved_objects/setup_saved_objects.ts" @@ -11618,108 +9930,108 @@ "path": "src/plugins/visualizations/server/saved_objects/visualization.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.test.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/get_migration_hash.test.ts" }, { - "plugin": "@kbn/core-test-helpers-so-type-serializer", - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/test-helpers/so-type-serializer/src/get_migration_hash.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/document_migrator.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/document_migrator.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migration.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migration.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migration.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migration.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migration.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migration.test.ts" }, { - "plugin": "@kbn/core-saved-objects-migration-server-internal", - "path": "packages/core/saved-objects/core-saved-objects-migration-server-internal/src/document_migrator/validate_migration.test.ts" + "plugin": "@kbn/core", + "path": "src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migration.test.ts" } ] }, @@ -11733,16 +10045,10 @@ "\nAn optional {@link SavedObjectsTypeManagementDefinition | saved objects management section} definition for the type." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsTypeManagementDefinition", - "text": "SavedObjectsTypeManagementDefinition" - }, + "SavedObjectsTypeManagementDefinition", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_type.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_type.ts", "deprecated": false, "trackAdoption": false }, @@ -11756,24 +10062,12 @@ "\nA map of model versions associated with this type.\n\nModel versions supersede the {@link SavedObjectsType.migrations | migrations} (and {@link SavedObjectsType.schemas | schemas}) APIs\nby exposing an unified way of describing the changes of shape or data of the type.\n\nModel versioning is decoupled from Kibana versioning, and isolated between types.\nModel versions are identified by a single numeric value, starting at `1` and without gaps.\n\nPlease refer to {@link SavedObjectsModelVersion} for more details on the model version API.\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsModelVersionMap", - "text": "SavedObjectsModelVersionMap" - }, + "SavedObjectsModelVersionMap", " | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsModelVersionMapProvider", - "text": "SavedObjectsModelVersionMapProvider" - }, + "SavedObjectsModelVersionMapProvider", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_type.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_type.ts", "deprecated": false, "trackAdoption": false }, @@ -11789,7 +10083,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_type.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_type.ts", "deprecated": false, "trackAdoption": false } @@ -11806,16 +10100,10 @@ "\nConfiguration options for the {@link SavedObjectsType | type}'s management section.\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsTypeManagementDefinition", - "text": "SavedObjectsTypeManagementDefinition" - }, + "SavedObjectsTypeManagementDefinition", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_management.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_management.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11831,7 +10119,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_management.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_management.ts", "deprecated": false, "trackAdoption": false }, @@ -11847,7 +10135,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_management.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_management.ts", "deprecated": false, "trackAdoption": false }, @@ -11863,7 +10151,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_management.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_management.ts", "deprecated": false, "trackAdoption": false }, @@ -11879,7 +10167,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_management.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_management.ts", "deprecated": false, "trackAdoption": false }, @@ -11895,7 +10183,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_management.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_management.ts", "deprecated": false, "trackAdoption": false }, @@ -11910,16 +10198,10 @@ ], "signature": [ "((savedObject: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", ") => string) | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_management.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_management.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11931,16 +10213,10 @@ "label": "savedObject", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_management.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_management.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -11959,16 +10235,10 @@ ], "signature": [ "((savedObject: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", ") => string) | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_management.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_management.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11980,16 +10250,10 @@ "label": "savedObject", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_management.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_management.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -12008,16 +10272,10 @@ ], "signature": [ "((savedObject: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", ") => { path: string; uiCapabilitiesPath: string; } | undefined) | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_management.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_management.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12029,16 +10287,10 @@ "label": "savedObject", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_management.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_management.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -12058,16 +10310,10 @@ "\nAn optional export transform function that can be used transform the objects of the registered type during\nthe export process.\n\nIt can be used to either mutate the exported objects, or add additional objects (of any type) to the export list.\n\nSee {@link SavedObjectsExportTransform | the transform type documentation} for more info and examples.\n\nWhen implementing both `isExportable` and `onExport`, it is mandatory that\n`isExportable` returns the same value for an object before and after going\nthough the export transform.\nE.g `isExportable(objectBeforeTransform) === isExportable(objectAfterTransform)`\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsExportTransform", - "text": "SavedObjectsExportTransform" - }, + "SavedObjectsExportTransform", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_management.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_management.ts", "deprecated": false, "trackAdoption": false }, @@ -12081,16 +10327,10 @@ "\nAn optional {@link SavedObjectsImportHook | import hook} to use when importing given type.\n\nImport hooks are executed during the savedObjects import process and allow to interact\nwith the imported objects. See the {@link SavedObjectsImportHook | hook documentation}\nfor more info.\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsImportHook", - "text": "SavedObjectsImportHook" - }, + "SavedObjectsImportHook", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_management.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_management.ts", "deprecated": false, "trackAdoption": false }, @@ -12104,16 +10344,10 @@ "\nOptional hook to specify whether an object should be exportable.\n\nIf specified, `isExportable` will be called during export for each\nof this type's objects in the export, and the ones not matching the\npredicate will be excluded from the export.\n\nWhen implementing both `isExportable` and `onExport`, it is mandatory that\n`isExportable` returns the same value for an object before and after going\nthough the export transform.\nE.g `isExportable(objectBeforeTransform) === isExportable(objectAfterTransform)`\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsExportablePredicate", - "text": "SavedObjectsExportablePredicate" - }, + "SavedObjectsExportablePredicate", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_management.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_management.ts", "deprecated": false, "trackAdoption": false } @@ -12129,7 +10363,7 @@ "description": [ "\nDescribe a saved object type mapping.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/mapping_definition.ts", + "path": "src/core/packages/saved-objects/server/src/mapping_definition.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12145,7 +10379,7 @@ "signature": [ "false | \"strict\" | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/mapping_definition.ts", + "path": "src/core/packages/saved-objects/server/src/mapping_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -12159,15 +10393,9 @@ "The underlying properties of the type mapping" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsMappingProperties", - "text": "SavedObjectsMappingProperties" - } + "SavedObjectsMappingProperties" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/mapping_definition.ts", + "path": "src/core/packages/saved-objects/server/src/mapping_definition.ts", "deprecated": false, "trackAdoption": false } @@ -12183,7 +10411,7 @@ "description": [ "\nA map of {@link SavedObjectsValidationSpec | validation specs} to be used for a given type.\nThe map's keys must be valid semver versions.\n\nAny time you change the schema of a {@link SavedObjectsType}, you should add a new entry\nto this map for the Kibana version the change was introduced in.\n" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/validation.ts", + "path": "src/core/packages/saved-objects/server/src/validation.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12196,15 +10424,9 @@ "description": [], "signature": [ "[version: string]: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsValidationSpec", - "text": "SavedObjectsValidationSpec" - } + "SavedObjectsValidationSpec" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/validation.ts", + "path": "src/core/packages/saved-objects/server/src/validation.ts", "deprecated": false, "trackAdoption": false } @@ -12221,7 +10443,7 @@ "tags": [], "label": "ALERTING_CASES_SAVED_OBJECT_INDEX", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_index_pattern.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_index_pattern.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12236,7 +10458,7 @@ "signature": [ "string[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_index_pattern.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_index_pattern.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12248,7 +10470,7 @@ "tags": [], "label": "ANALYTICS_SAVED_OBJECT_INDEX", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_index_pattern.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_index_pattern.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12264,16 +10486,10 @@ ], "signature": [ "Map>" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12288,15 +10504,9 @@ "\nThe AuthorizeOpenPointInTimeParams interface is used for the\nAuthorizeOpenPointInTime method of the ISavedObjectsSecurityExtension.\nIt is identical to AuthorizeFindParams." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.AuthorizeFindParams", - "text": "AuthorizeFindParams" - } + "AuthorizeFindParams" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/security.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/security.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12309,16 +10519,10 @@ "label": "CreatedObject", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", " & { destinationId?: string | undefined; }" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/import.ts", + "path": "src/core/packages/saved-objects/server/src/import.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12333,7 +10537,7 @@ "signature": [ "\"encryptedSavedObjects\"" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/extensions.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/extensions.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12345,7 +10549,7 @@ "tags": [], "label": "INGEST_SAVED_OBJECT_INDEX", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_index_pattern.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_index_pattern.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12362,7 +10566,7 @@ "signature": [ "\".kibana\"" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_index_pattern.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_index_pattern.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12377,24 +10581,12 @@ "\nType definition for a Saved Object attribute value\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributeSingle", - "text": "SavedObjectAttributeSingle" - }, + "SavedObjectAttributeSingle", " | ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributeSingle", - "text": "SavedObjectAttributeSingle" - }, + "SavedObjectAttributeSingle", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12410,16 +10602,10 @@ ], "signature": [ "string | number | boolean | ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - }, + "SavedObjectAttributes", " | null | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-common/src/server_types.ts", + "path": "src/core/packages/saved-objects/common/src/server_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12434,24 +10620,12 @@ "\nSaved Objects migration.\nIt can be either a {@link SavedObjectMigrationFn | migration function} or a {@link SavedObjectMigrationParams | migration object}." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigrationFn", - "text": "SavedObjectMigrationFn" - }, + "SavedObjectMigrationFn", " | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigrationParams", - "text": "SavedObjectMigrationParams" - }, + "SavedObjectMigrationParams", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12467,32 +10641,14 @@ ], "signature": [ "(doc: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", ", context: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigrationContext", - "text": "SavedObjectMigrationContext" - }, + "SavedObjectMigrationContext", ") => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, + "SavedObjectUnsanitizedDoc", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -12505,24 +10661,12 @@ "label": "doc", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectDoc", - "text": "SavedObjectDoc" - }, + "SavedObjectDoc", " & { references?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false }, @@ -12534,15 +10678,9 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigrationContext", - "text": "SavedObjectMigrationContext" - } + "SavedObjectMigrationContext" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/migration.ts", + "path": "src/core/packages/saved-objects/server/src/migration.ts", "deprecated": false, "trackAdoption": false } @@ -12560,32 +10698,14 @@ ], "signature": [ "(document: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelTransformationDoc", - "text": "SavedObjectModelTransformationDoc" - }, + "SavedObjectModelTransformationDoc", ", context: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelTransformationContext", - "text": "SavedObjectModelTransformationContext" - }, + "SavedObjectModelTransformationContext", ") => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelDataBackfillResult", - "text": "SavedObjectModelDataBackfillResult" - }, + "SavedObjectModelDataBackfillResult", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/transformations.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/transformations.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -12598,24 +10718,12 @@ "label": "document", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectDoc", - "text": "SavedObjectDoc" - }, + "SavedObjectDoc", " & { references?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/transformations.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/transformations.ts", "deprecated": false, "trackAdoption": false }, @@ -12627,15 +10735,9 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelTransformationContext", - "text": "SavedObjectModelTransformationContext" - } + "SavedObjectModelTransformationContext" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/transformations.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/transformations.ts", "deprecated": false, "trackAdoption": false } @@ -12652,24 +10754,12 @@ "\nDocument type used during model migration.\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectDoc", - "text": "SavedObjectDoc" - }, + "SavedObjectDoc", " & { references?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/transformations.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/transformations.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12685,32 +10775,14 @@ ], "signature": [ "(document: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelTransformationDoc", - "text": "SavedObjectModelTransformationDoc" - }, + "SavedObjectModelTransformationDoc", ", context: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelTransformationContext", - "text": "SavedObjectModelTransformationContext" - }, + "SavedObjectModelTransformationContext", ") => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelTransformationResult", - "text": "SavedObjectModelTransformationResult" - }, + "SavedObjectModelTransformationResult", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/transformations.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/transformations.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -12723,24 +10795,12 @@ "label": "document", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectDoc", - "text": "SavedObjectDoc" - }, + "SavedObjectDoc", " & { references?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/transformations.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/transformations.ts", "deprecated": false, "trackAdoption": false }, @@ -12752,15 +10812,9 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelTransformationContext", - "text": "SavedObjectModelTransformationContext" - } + "SavedObjectModelTransformationContext" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/transformations.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/transformations.ts", "deprecated": false, "trackAdoption": false } @@ -12778,32 +10832,14 @@ ], "signature": [ "(document: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelTransformationDoc", - "text": "SavedObjectModelTransformationDoc" - }, + "SavedObjectModelTransformationDoc", ", context: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelTransformationContext", - "text": "SavedObjectModelTransformationContext" - }, + "SavedObjectModelTransformationContext", ") => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelTransformationResult", - "text": "SavedObjectModelTransformationResult" - }, + "SavedObjectModelTransformationResult", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/transformations.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/transformations.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -12816,24 +10852,12 @@ "label": "document", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectDoc", - "text": "SavedObjectDoc" - }, + "SavedObjectDoc", " & { references?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/transformations.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/transformations.ts", "deprecated": false, "trackAdoption": false }, @@ -12845,15 +10869,9 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelTransformationContext", - "text": "SavedObjectModelTransformationContext" - } + "SavedObjectModelTransformationContext" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/transformations.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/transformations.ts", "deprecated": false, "trackAdoption": false } @@ -12872,7 +10890,7 @@ "signature": [ "(attributes: InAttrs) => OutAttrs" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/schemas.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/schemas.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -12887,7 +10905,7 @@ "signature": [ "InAttrs" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/schemas.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/schemas.ts", "deprecated": false, "trackAdoption": false } @@ -12913,7 +10931,7 @@ }, "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/schemas.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/schemas.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12928,24 +10946,12 @@ "\nSchema used when retrieving a document of a higher version to convert them to the older version.\n\nThese schemas can be defined in multiple ways:\n- A `@kbn/config-schema`'s Object schema, that will receive the document's attributes\n- An arbitrary function that will receive the document's attributes as parameter and should return the converted attributes\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelVersionForwardCompatibilityObjectSchema", - "text": "SavedObjectModelVersionForwardCompatibilityObjectSchema" - }, + "SavedObjectModelVersionForwardCompatibilityObjectSchema", " | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectModelVersionForwardCompatibilityFn", - "text": "SavedObjectModelVersionForwardCompatibilityFn" - }, + "SavedObjectModelVersionForwardCompatibilityFn", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/schemas.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/schemas.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12960,24 +10966,12 @@ "\nDescribes Saved Object documents that have passed through the migration\nframework and are guaranteed to have a `references` root property.\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectDoc", - "text": "SavedObjectDoc" - }, + "SavedObjectDoc", " & { references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12993,31 +10987,13 @@ ], "signature": [ "({ request, includedHiddenTypes, extensions, }: { request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "; includedHiddenTypes?: string[] | undefined; extensions?: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsExtensions", - "text": "SavedObjectsExtensions" - }, + "SavedObjectsExtensions", " | undefined; }) => ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/client_factory.ts", + "path": "src/core/packages/saved-objects/server/src/client_factory.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -13031,24 +11007,12 @@ "description": [], "signature": [ "{ request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "; includedHiddenTypes?: string[] | undefined; extensions?: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsExtensions", - "text": "SavedObjectsExtensions" - }, + "SavedObjectsExtensions", " | undefined; }" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/client_factory.ts", + "path": "src/core/packages/saved-objects/server/src/client_factory.ts", "deprecated": false, "trackAdoption": false } @@ -13066,23 +11030,11 @@ ], "signature": [ "(repositoryFactory: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsRepositoryFactory", - "text": "SavedObjectsRepositoryFactory" - }, + "SavedObjectsRepositoryFactory", ") => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsClientFactory", - "text": "SavedObjectsClientFactory" - } + "SavedObjectsClientFactory" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/client_factory.ts", + "path": "src/core/packages/saved-objects/server/src/client_factory.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -13095,15 +11047,9 @@ "label": "repositoryFactory", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsRepositoryFactory", - "text": "SavedObjectsRepositoryFactory" - } + "SavedObjectsRepositoryFactory" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/client_factory.ts", + "path": "src/core/packages/saved-objects/server/src/client_factory.ts", "deprecated": false, "trackAdoption": false } @@ -13121,32 +11067,14 @@ ], "signature": [ "(params: { typeRegistry: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectTypeRegistry", - "text": "ISavedObjectTypeRegistry" - }, + "ISavedObjectTypeRegistry", "; request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "; }) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectsEncryptionExtension", - "text": "ISavedObjectsEncryptionExtension" - }, + "ISavedObjectsEncryptionExtension", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/client_factory.ts", + "path": "src/core/packages/saved-objects/server/src/client_factory.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -13160,24 +11088,12 @@ "description": [], "signature": [ "{ typeRegistry: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectTypeRegistry", - "text": "ISavedObjectTypeRegistry" - }, + "ISavedObjectTypeRegistry", "; request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "; }" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/client_factory.ts", + "path": "src/core/packages/saved-objects/server/src/client_factory.ts", "deprecated": false, "trackAdoption": false } @@ -13193,16 +11109,10 @@ "description": [], "signature": [ "(obj: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", ") => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_management.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_management.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -13215,16 +11125,10 @@ "label": "obj", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_management.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_management.ts", "deprecated": false, "trackAdoption": false } @@ -13242,40 +11146,16 @@ ], "signature": [ "(context: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsExportTransformContext", - "text": "SavedObjectsExportTransformContext" - }, + "SavedObjectsExportTransformContext", ", objects: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "[]) => ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "[] | Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "[]>" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -13288,15 +11168,9 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsExportTransformContext", - "text": "SavedObjectsExportTransformContext" - } + "SavedObjectsExportTransformContext" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false }, @@ -13308,16 +11182,10 @@ "label": "objects", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/export.ts", + "path": "src/core/packages/saved-objects/server/src/export.ts", "deprecated": false, "trackAdoption": false } @@ -13335,24 +11203,12 @@ ], "signature": [ "(params: { typeRegistry: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectTypeRegistry", - "text": "ISavedObjectTypeRegistry" - }, + "ISavedObjectTypeRegistry", "; request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "; }) => T" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/client_factory.ts", + "path": "src/core/packages/saved-objects/server/src/client_factory.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -13366,24 +11222,12 @@ "description": [], "signature": [ "{ typeRegistry: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectTypeRegistry", - "text": "ISavedObjectTypeRegistry" - }, + "ISavedObjectTypeRegistry", "; request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "; }" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/client_factory.ts", + "path": "src/core/packages/saved-objects/server/src/client_factory.ts", "deprecated": false, "trackAdoption": false } @@ -13407,7 +11251,7 @@ "MappingProperty", "> | undefined; }" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/mapping_definition.ts", + "path": "src/core/packages/saved-objects/server/src/mapping_definition.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -13423,32 +11267,14 @@ ], "signature": [ "(objects: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "[]) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsImportHookResult", - "text": "SavedObjectsImportHookResult" - }, + "SavedObjectsImportHookResult", " | Promise<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsImportHookResult", - "text": "SavedObjectsImportHookResult" - }, + "SavedObjectsImportHookResult", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/import.ts", + "path": "src/core/packages/saved-objects/server/src/import.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -13461,16 +11287,10 @@ "label": "objects", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/import.ts", + "path": "src/core/packages/saved-objects/server/src/import.ts", "deprecated": false, "trackAdoption": false } @@ -13487,48 +11307,18 @@ "\nRepresents a change of model associated with a given {@link SavedObjectsModelVersion}.\n\nThe existing types of model changes are:\n - 'mappings_addition' ({@link SavedObjectsModelMappingsAdditionChange}\n - 'mappings_deprecation' ({@link SavedObjectsModelMappingsDeprecationChange}\n - 'data_backfill' ({@link SavedObjectsModelDataBackfillChange}\n - 'data_removal' ({@link SavedObjectsModelDataRemovalChange})\n - 'unsafe_transform' ({@link SavedObjectsModelUnsafeTransformChange})\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsModelMappingsAdditionChange", - "text": "SavedObjectsModelMappingsAdditionChange" - }, + "SavedObjectsModelMappingsAdditionChange", " | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsModelMappingsDeprecationChange", - "text": "SavedObjectsModelMappingsDeprecationChange" - }, + "SavedObjectsModelMappingsDeprecationChange", " | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsModelDataBackfillChange", - "text": "SavedObjectsModelDataBackfillChange" - }, + "SavedObjectsModelDataBackfillChange", " | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsModelDataRemovalChange", - "text": "SavedObjectsModelDataRemovalChange" - }, + "SavedObjectsModelDataRemovalChange", " | ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsModelUnsafeTransformChange", - "text": "SavedObjectsModelUnsafeTransformChange" - }, + "SavedObjectsModelUnsafeTransformChange", "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/model_change.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/model_change.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -13544,15 +11334,9 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsModelVersionMap", - "text": "SavedObjectsModelVersionMap" - } + "SavedObjectsModelVersionMap" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/model_version/model_version.ts", + "path": "src/core/packages/saved-objects/server/src/model_version/model_version.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -13570,32 +11354,14 @@ ], "signature": [ "(params: { typeRegistry: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectTypeRegistry", - "text": "ISavedObjectTypeRegistry" - }, + "ISavedObjectTypeRegistry", "; request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "; }) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectsSecurityExtension", - "text": "ISavedObjectsSecurityExtension" - }, + "ISavedObjectsSecurityExtension", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/client_factory.ts", + "path": "src/core/packages/saved-objects/server/src/client_factory.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -13609,24 +11375,12 @@ "description": [], "signature": [ "{ typeRegistry: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectTypeRegistry", - "text": "ISavedObjectTypeRegistry" - }, + "ISavedObjectTypeRegistry", "; request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "; }" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/client_factory.ts", + "path": "src/core/packages/saved-objects/server/src/client_factory.ts", "deprecated": false, "trackAdoption": false } @@ -13644,32 +11398,14 @@ ], "signature": [ "(params: { typeRegistry: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectTypeRegistry", - "text": "ISavedObjectTypeRegistry" - }, + "ISavedObjectTypeRegistry", "; request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "; }) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectsSpacesExtension", - "text": "ISavedObjectsSpacesExtension" - }, + "ISavedObjectsSpacesExtension", " | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/client_factory.ts", + "path": "src/core/packages/saved-objects/server/src/client_factory.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -13683,24 +11419,12 @@ "description": [], "signature": [ "{ typeRegistry: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectTypeRegistry", - "text": "ISavedObjectTypeRegistry" - }, + "ISavedObjectTypeRegistry", "; request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "; }" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/client_factory.ts", + "path": "src/core/packages/saved-objects/server/src/client_factory.ts", "deprecated": false, "trackAdoption": false } @@ -13726,7 +11450,7 @@ }, "" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/validation.ts", + "path": "src/core/packages/saved-objects/server/src/validation.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -13744,13 +11468,7 @@ ], "signature": [ "(toolkit: { readonlyEsClient: Pick<", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", \"search\">; }) => ", { "pluginId": "@kbn/utility-types", @@ -13763,7 +11481,7 @@ "QueryDslQueryContainer", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_type.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_type.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -13777,16 +11495,10 @@ "description": [], "signature": [ "{ readonlyEsClient: Pick<", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", \"search\">; }" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_type.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_type.ts", "deprecated": false, "trackAdoption": false } @@ -13803,24 +11515,12 @@ "\nDescribes Saved Object documents from Kibana < 7.0.0 which don't have a\n`references` root property defined. This type should only be used in\nmigrations.\n" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectDoc", - "text": "SavedObjectDoc" - }, + "SavedObjectDoc", " & { references?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/serialization.ts", + "path": "src/core/packages/saved-objects/server/src/serialization.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -13835,7 +11535,7 @@ "signature": [ "\"security\"" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/extensions.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/extensions.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -13847,7 +11547,7 @@ "tags": [], "label": "SECURITY_SOLUTION_SAVED_OBJECT_INDEX", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_index_pattern.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_index_pattern.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -13862,7 +11562,7 @@ "signature": [ "\"spaces\"" ], - "path": "packages/core/saved-objects/core-saved-objects-server/src/extensions/extensions.ts", + "path": "src/core/packages/saved-objects/server/src/extensions/extensions.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -13874,7 +11574,7 @@ "tags": [], "label": "TASK_MANAGER_SAVED_OBJECT_INDEX", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_index_pattern.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_index_pattern.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -13886,7 +11586,7 @@ "tags": [], "label": "USAGE_COUNTERS_SAVED_OBJECT_INDEX", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-server/src/saved_objects_index_pattern.ts", + "path": "src/core/packages/saved-objects/server/src/saved_objects_index_pattern.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_saved_objects_server.mdx b/api_docs/kbn_core_saved_objects_server.mdx index 30c8e11dc4489..f950af00cd327 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server'] --- import kbnCoreSavedObjectsServerObj from './kbn_core_saved_objects_server.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 566 | 1 | 134 | 4 | +| 566 | 1 | 134 | 0 | ## Server 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 9a5a91900c0b0..9ba742daa8bd5 100644 --- a/api_docs/kbn_core_saved_objects_server_internal.devdocs.json +++ b/api_docs/kbn_core_saved_objects_server_internal.devdocs.json @@ -18,13 +18,7 @@ "label": "SavedObjectsService", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server-internal", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerInternalPluginApi", - "section": "def-server.SavedObjectsService", - "text": "SavedObjectsService" - }, + "SavedObjectsService", " implements ", "CoreService", "<", @@ -33,7 +27,7 @@ "InternalSavedObjectsServiceStart", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/saved_objects_service.ts", + "path": "src/core/packages/saved-objects/server-internal/src/saved_objects_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -47,7 +41,7 @@ "signature": [ "any" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/saved_objects_service.ts", + "path": "src/core/packages/saved-objects/server-internal/src/saved_objects_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -61,7 +55,7 @@ "signature": [ "CoreContext" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/saved_objects_service.ts", + "path": "src/core/packages/saved-objects/server-internal/src/saved_objects_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -83,7 +77,7 @@ "InternalSavedObjectsServiceSetup", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/saved_objects_service.ts", + "path": "src/core/packages/saved-objects/server-internal/src/saved_objects_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -97,7 +91,7 @@ "signature": [ "SavedObjectsSetupDeps" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/saved_objects_service.ts", + "path": "src/core/packages/saved-objects/server-internal/src/saved_objects_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -119,7 +113,7 @@ "InternalSavedObjectsServiceStart", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/saved_objects_service.ts", + "path": "src/core/packages/saved-objects/server-internal/src/saved_objects_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -133,7 +127,7 @@ "signature": [ "SavedObjectsStartDeps" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/saved_objects_service.ts", + "path": "src/core/packages/saved-objects/server-internal/src/saved_objects_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -151,7 +145,7 @@ "signature": [ "() => Promise" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/saved_objects_service.ts", + "path": "src/core/packages/saved-objects/server-internal/src/saved_objects_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -174,7 +168,7 @@ "InternalSavedObjectRouter", ", { config, coreUsageData, logger, access, deprecationInfo }: RouteDependencies) => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_create.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/bulk_create.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -188,7 +182,7 @@ "signature": [ "InternalSavedObjectRouter" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_create.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/bulk_create.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -203,7 +197,7 @@ "signature": [ "RouteDependencies" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_create.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/bulk_create.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -224,7 +218,7 @@ "InternalSavedObjectRouter", ", { config, coreUsageData, logger, access, deprecationInfo }: RouteDependencies) => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_delete.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/bulk_delete.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -238,7 +232,7 @@ "signature": [ "InternalSavedObjectRouter" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_delete.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/bulk_delete.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -253,7 +247,7 @@ "signature": [ "RouteDependencies" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_delete.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/bulk_delete.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -274,7 +268,7 @@ "InternalSavedObjectRouter", ", { config, coreUsageData, logger, access, deprecationInfo }: RouteDependencies) => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_get.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/bulk_get.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -288,7 +282,7 @@ "signature": [ "InternalSavedObjectRouter" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_get.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/bulk_get.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -303,7 +297,7 @@ "signature": [ "RouteDependencies" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_get.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/bulk_get.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -324,7 +318,7 @@ "InternalSavedObjectRouter", ", { config, coreUsageData, logger, access, deprecationInfo }: RouteDependencies) => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_resolve.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/bulk_resolve.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -338,7 +332,7 @@ "signature": [ "InternalSavedObjectRouter" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_resolve.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/bulk_resolve.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -353,7 +347,7 @@ "signature": [ "RouteDependencies" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_resolve.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/bulk_resolve.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -374,7 +368,7 @@ "InternalSavedObjectRouter", ", { config, coreUsageData, logger, access, deprecationInfo }: RouteDependencies) => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_update.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/bulk_update.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -388,7 +382,7 @@ "signature": [ "InternalSavedObjectRouter" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_update.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/bulk_update.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -403,7 +397,7 @@ "signature": [ "RouteDependencies" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/bulk_update.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/bulk_update.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -424,7 +418,7 @@ "InternalSavedObjectRouter", ", { config, coreUsageData, logger, access, deprecationInfo }: RouteDependencies) => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/create.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/create.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -438,7 +432,7 @@ "signature": [ "InternalSavedObjectRouter" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/create.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/create.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -453,7 +447,7 @@ "signature": [ "RouteDependencies" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/create.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/create.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -474,7 +468,7 @@ "InternalSavedObjectRouter", ", { config, coreUsageData, logger, access, deprecationInfo }: RouteDependencies) => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/delete.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/delete.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -488,7 +482,7 @@ "signature": [ "InternalSavedObjectRouter" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/delete.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/delete.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -503,7 +497,7 @@ "signature": [ "RouteDependencies" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/delete.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/delete.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -524,7 +518,7 @@ "InternalSavedObjectRouter", ", { kibanaIndex, kibanaVersion }: RouteDependencies) => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/deprecations/delete_unknown_types.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/deprecations/delete_unknown_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -538,7 +532,7 @@ "signature": [ "InternalSavedObjectRouter" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/deprecations/delete_unknown_types.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/deprecations/delete_unknown_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -553,7 +547,7 @@ "signature": [ "RouteDependencies" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/deprecations/delete_unknown_types.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/deprecations/delete_unknown_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -574,7 +568,7 @@ "InternalSavedObjectRouter", ", { config, coreUsageData }: RouteDependencies) => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/export.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/export.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -588,7 +582,7 @@ "signature": [ "InternalSavedObjectRouter" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/export.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/export.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -603,7 +597,7 @@ "signature": [ "RouteDependencies" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/export.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/export.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -624,7 +618,7 @@ "InternalSavedObjectRouter", ", { config, coreUsageData, logger, access, deprecationInfo }: RouteDependencies) => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/find.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/find.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -638,7 +632,7 @@ "signature": [ "InternalSavedObjectRouter" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/find.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/find.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -653,7 +647,7 @@ "signature": [ "RouteDependencies" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/find.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/find.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -674,7 +668,7 @@ "InternalSavedObjectRouter", ", { config, coreUsageData, logger, access, deprecationInfo }: RouteDependencies) => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/get.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/get.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -688,7 +682,7 @@ "signature": [ "InternalSavedObjectRouter" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/get.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/get.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -703,7 +697,7 @@ "signature": [ "RouteDependencies" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/get.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/get.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -724,7 +718,7 @@ "InternalSavedObjectRouter", ", { config, coreUsageData }: RouteDependencies) => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/import.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/import.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -738,7 +732,7 @@ "signature": [ "InternalSavedObjectRouter" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/import.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/import.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -753,7 +747,7 @@ "signature": [ "RouteDependencies" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/import.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/import.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -783,24 +777,12 @@ "text": "Logger" }, "; access: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteAccess", - "text": "RouteAccess" - }, + "RouteAccess", "; legacyDeprecationInfo: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteDeprecationInfo", - "text": "RouteDeprecationInfo" - }, + "RouteDeprecationInfo", "; }) => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/export.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/export.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -814,7 +796,7 @@ "signature": [ "InternalSavedObjectRouter" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/export.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/export.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -826,7 +808,7 @@ "tags": [], "label": "{\n kibanaVersion,\n coreUsageData,\n logger,\n access,\n legacyDeprecationInfo,\n }", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/export.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/export.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -837,7 +819,7 @@ "tags": [], "label": "kibanaVersion", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/export.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/export.ts", "deprecated": false, "trackAdoption": false }, @@ -851,7 +833,7 @@ "signature": [ "InternalCoreUsageDataSetup" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/export.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/export.ts", "deprecated": false, "trackAdoption": false }, @@ -871,7 +853,7 @@ "text": "Logger" } ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/export.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/export.ts", "deprecated": false, "trackAdoption": false }, @@ -885,7 +867,7 @@ "signature": [ "\"internal\" | \"public\"" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/export.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/export.ts", "deprecated": false, "trackAdoption": false }, @@ -897,15 +879,9 @@ "label": "legacyDeprecationInfo", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteDeprecationInfo", - "text": "RouteDeprecationInfo" - } + "RouteDeprecationInfo" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/export.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/export.ts", "deprecated": false, "trackAdoption": false } @@ -936,24 +912,12 @@ "text": "Logger" }, "; access: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteAccess", - "text": "RouteAccess" - }, + "RouteAccess", "; legacyDeprecationInfo: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteDeprecationInfo", - "text": "RouteDeprecationInfo" - }, + "RouteDeprecationInfo", "; }) => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/import.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/import.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -967,7 +931,7 @@ "signature": [ "InternalSavedObjectRouter" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/import.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/import.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -979,7 +943,7 @@ "tags": [], "label": "{\n maxImportPayloadBytes,\n coreUsageData,\n logger,\n access,\n legacyDeprecationInfo,\n }", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/import.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/import.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -990,7 +954,7 @@ "tags": [], "label": "maxImportPayloadBytes", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/import.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/import.ts", "deprecated": false, "trackAdoption": false }, @@ -1004,7 +968,7 @@ "signature": [ "InternalCoreUsageDataSetup" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/import.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/import.ts", "deprecated": false, "trackAdoption": false }, @@ -1024,7 +988,7 @@ "text": "Logger" } ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/import.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/import.ts", "deprecated": false, "trackAdoption": false }, @@ -1038,7 +1002,7 @@ "signature": [ "\"internal\" | \"public\"" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/import.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/import.ts", "deprecated": false, "trackAdoption": false }, @@ -1050,15 +1014,9 @@ "label": "legacyDeprecationInfo", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteDeprecationInfo", - "text": "RouteDeprecationInfo" - } + "RouteDeprecationInfo" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/legacy_import_export/import.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/legacy_import_export/import.ts", "deprecated": false, "trackAdoption": false } @@ -1082,7 +1040,7 @@ "IKibanaMigrator", ">) => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/migrate.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/migrate.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1096,7 +1054,7 @@ "signature": [ "InternalSavedObjectRouter" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/migrate.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/migrate.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1113,7 +1071,7 @@ "IKibanaMigrator", ">" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/migrate.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/migrate.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1134,7 +1092,7 @@ "InternalSavedObjectRouter", ", { config, coreUsageData }: RouteDependencies) => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/resolve_import_errors.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/resolve_import_errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1148,7 +1106,7 @@ "signature": [ "InternalSavedObjectRouter" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/resolve_import_errors.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/resolve_import_errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1163,7 +1121,7 @@ "signature": [ "RouteDependencies" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/resolve_import_errors.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/resolve_import_errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1184,7 +1142,7 @@ "InternalSavedObjectRouter", ", { config, coreUsageData, logger, access, deprecationInfo }: RouteDependencies) => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/resolve.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/resolve.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1198,7 +1156,7 @@ "signature": [ "InternalSavedObjectRouter" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/resolve.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/resolve.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1213,7 +1171,7 @@ "signature": [ "RouteDependencies" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/resolve.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/resolve.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1234,7 +1192,7 @@ "InternalSavedObjectRouter", ", { config, coreUsageData, logger, access, deprecationInfo }: RouteDependencies) => void" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/update.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/update.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1248,7 +1206,7 @@ "signature": [ "InternalSavedObjectRouter" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/update.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/update.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1263,7 +1221,7 @@ "signature": [ "RouteDependencies" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/routes/update.ts", + "path": "src/core/packages/saved-objects/server-internal/src/routes/update.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1286,7 +1244,7 @@ "description": [ "\nDefines settings for the elasticsearch-js client used for the SO migrations" ], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1297,7 +1255,7 @@ "tags": [], "label": "maxRetries", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -1308,7 +1266,7 @@ "tags": [], "label": "requestTimeout", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-server-internal/src/constants.ts", + "path": "src/core/packages/saved-objects/server-internal/src/constants.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_saved_objects_server_internal.mdx b/api_docs/kbn_core_saved_objects_server_internal.mdx index da445c23954e2..16c2a84387e3b 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server-internal'] --- import kbnCoreSavedObjectsServerInternalObj from './kbn_core_saved_objects_server_internal.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 75 | 0 | 74 | 5 | +| 75 | 0 | 74 | 0 | ## Server 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 6c8d14f4ad039..a9d07660e4520 100644 --- a/api_docs/kbn_core_saved_objects_server_mocks.devdocs.json +++ b/api_docs/kbn_core_saved_objects_server_mocks.devdocs.json @@ -69,13 +69,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsServiceSetup", - "text": "SavedObjectsServiceSetup" - }, + "SavedObjectsServiceSetup", ">" ], "path": "packages/core/saved-objects/core-saved-objects-server-mocks/src/saved_objects_service.mock.ts", @@ -93,13 +87,7 @@ "description": [], "signature": [ "(typeRegistry?: jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectTypeRegistry", - "text": "ISavedObjectTypeRegistry" - }, + "ISavedObjectTypeRegistry", "> | undefined) => jest.Mocked<", "InternalSavedObjectsServiceStart", ">" @@ -118,13 +106,7 @@ "description": [], "signature": [ "jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectTypeRegistry", - "text": "ISavedObjectTypeRegistry" - }, + "ISavedObjectTypeRegistry", "> | undefined" ], "path": "packages/core/saved-objects/core-saved-objects-server-mocks/src/saved_objects_service.mock.ts", @@ -142,21 +124,9 @@ "description": [], "signature": [ "(typeRegistry?: jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectTypeRegistry", - "text": "ISavedObjectTypeRegistry" - }, + "ISavedObjectTypeRegistry", "> | undefined) => jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsServiceStart", - "text": "SavedObjectsServiceStart" - }, + "SavedObjectsServiceStart", ">" ], "path": "packages/core/saved-objects/core-saved-objects-server-mocks/src/saved_objects_service.mock.ts", @@ -173,13 +143,7 @@ "description": [], "signature": [ "jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectTypeRegistry", - "text": "ISavedObjectTypeRegistry" - }, + "ISavedObjectTypeRegistry", "> | undefined" ], "path": "packages/core/saved-objects/core-saved-objects-server-mocks/src/saved_objects_service.mock.ts", @@ -197,13 +161,7 @@ "description": [], "signature": [ "({ migrationVersion, convertToMultiNamespaceTypeVersion, isSingleNamespaceType, }?: { migrationVersion?: string | undefined; convertToMultiNamespaceTypeVersion?: string | undefined; isSingleNamespaceType?: boolean | undefined; }) => jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigrationContext", - "text": "SavedObjectMigrationContext" - }, + "SavedObjectMigrationContext", ">" ], "path": "packages/core/saved-objects/core-saved-objects-server-mocks/src/saved_objects_service.mock.ts", @@ -236,13 +194,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectTypeRegistry", - "text": "ISavedObjectTypeRegistry" - }, + "ISavedObjectTypeRegistry", " & Pick<", "SavedObjectTypeRegistry", ", \"registerType\">>" @@ -262,13 +214,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectsExporter", - "text": "ISavedObjectsExporter" - }, + "ISavedObjectsExporter", ">" ], "path": "packages/core/saved-objects/core-saved-objects-server-mocks/src/saved_objects_service.mock.ts", @@ -286,13 +232,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectsImporter", - "text": "ISavedObjectsImporter" - }, + "ISavedObjectsImporter", ">" ], "path": "packages/core/saved-objects/core-saved-objects-server-mocks/src/saved_objects_service.mock.ts", @@ -310,13 +250,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectsSerializer", - "text": "ISavedObjectsSerializer" - }, + "ISavedObjectsSerializer", ">" ], "path": "packages/core/saved-objects/core-saved-objects-server-mocks/src/saved_objects_service.mock.ts", diff --git a/api_docs/kbn_core_saved_objects_server_mocks.mdx b/api_docs/kbn_core_saved_objects_server_mocks.mdx index 8627e6c8dc22f..43d06879b51d5 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server-mocks'] --- import kbnCoreSavedObjectsServerMocksObj from './kbn_core_saved_objects_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_utils_server.devdocs.json b/api_docs/kbn_core_saved_objects_utils_server.devdocs.json index 68875654b1909..5af9bbadb3db6 100644 --- a/api_docs/kbn_core_saved_objects_utils_server.devdocs.json +++ b/api_docs/kbn_core_saved_objects_utils_server.devdocs.json @@ -17,7 +17,7 @@ "tags": [], "label": "SavedObjectsUtils", "description": [], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -33,7 +33,7 @@ "signature": [ "(namespace?: string | undefined) => string" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -49,7 +49,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -69,7 +69,7 @@ "signature": [ "(namespace: string) => string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -85,7 +85,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -104,24 +104,12 @@ ], "signature": [ "({ page, perPage, }: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptions", - "text": "SavedObjectsFindOptions" - }, + "SavedObjectsFindOptions", ") => ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindResponse", - "text": "SavedObjectsFindResponse" - }, + "SavedObjectsFindResponse", "" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -133,15 +121,9 @@ "label": "{\n page = FIND_DEFAULT_PAGE,\n perPage = FIND_DEFAULT_PER_PAGE,\n }", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptions", - "text": "SavedObjectsFindOptions" - } + "SavedObjectsFindOptions" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -161,7 +143,7 @@ "signature": [ "() => string" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_utils.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -181,7 +163,7 @@ "signature": [ "(id: string | undefined) => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -197,7 +179,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -217,7 +199,7 @@ "signature": [ "(namespace: string | undefined, type: string, id: string) => string" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -233,7 +215,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -250,7 +232,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -267,7 +249,7 @@ "signature": [ "string" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -288,24 +270,12 @@ ], "signature": [ "(migration: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigration", - "text": "SavedObjectMigration" - }, + "SavedObjectMigration", ") => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigrationFn", - "text": "SavedObjectMigrationFn" - }, + "SavedObjectMigrationFn", "" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -319,16 +289,10 @@ "Migration object or a migration function." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigration", - "text": "SavedObjectMigration" - }, + "SavedObjectMigration", "" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -355,7 +319,7 @@ "signature": [ "(mapA: Map, mapB: Map) => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_test_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_test_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -371,7 +335,7 @@ "signature": [ "Map" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_test_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_test_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -388,7 +352,7 @@ "signature": [ "Map" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_test_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_test_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -410,31 +374,13 @@ ], "signature": [ "(map1: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigrationMap", - "text": "SavedObjectMigrationMap" - }, + "SavedObjectMigrationMap", ", map2: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigrationMap", - "text": "SavedObjectMigrationMap" - }, + "SavedObjectMigrationMap", ") => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigrationMap", - "text": "SavedObjectMigrationMap" - } + "SavedObjectMigrationMap" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/merge_migrations.ts", + "path": "src/core/packages/saved-objects/utils-server/src/merge_migrations.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -448,15 +394,9 @@ "- The first map to merge" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigrationMap", - "text": "SavedObjectMigrationMap" - } + "SavedObjectMigrationMap" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/merge_migrations.ts", + "path": "src/core/packages/saved-objects/utils-server/src/merge_migrations.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -471,15 +411,9 @@ "- The second map to merge" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigrationMap", - "text": "SavedObjectMigrationMap" - } + "SavedObjectMigrationMap" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/merge_migrations.ts", + "path": "src/core/packages/saved-objects/utils-server/src/merge_migrations.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -501,40 +435,16 @@ ], "signature": [ "(outer: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigration", - "text": "SavedObjectMigration" - }, + "SavedObjectMigration", ", inner: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigration", - "text": "SavedObjectMigration" - }, + "SavedObjectMigration", ", rest: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigration", - "text": "SavedObjectMigration" - }, + "SavedObjectMigration", "[]) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigration", - "text": "SavedObjectMigration" - }, + "SavedObjectMigration", "" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/merge_migrations.ts", + "path": "src/core/packages/saved-objects/utils-server/src/merge_migrations.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -548,16 +458,10 @@ "Wrapping migration." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigration", - "text": "SavedObjectMigration" - }, + "SavedObjectMigration", "" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/merge_migrations.ts", + "path": "src/core/packages/saved-objects/utils-server/src/merge_migrations.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -572,16 +476,10 @@ "Wrapped migration." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigration", - "text": "SavedObjectMigration" - }, + "SavedObjectMigration", "" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/merge_migrations.ts", + "path": "src/core/packages/saved-objects/utils-server/src/merge_migrations.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -596,16 +494,10 @@ "Additional wrapped migrations to compose." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectMigration", - "text": "SavedObjectMigration" - }, + "SavedObjectMigration", "[]" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/merge_migrations.ts", + "path": "src/core/packages/saved-objects/utils-server/src/merge_migrations.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -628,7 +520,7 @@ "signature": [ "(mapA: Map> | undefined, mapB: Map> | undefined) => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_test_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_test_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -644,7 +536,7 @@ "signature": [ "Map> | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_test_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_test_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -661,7 +553,7 @@ "signature": [ "Map> | undefined" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_test_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_test_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -684,7 +576,7 @@ "signature": [ "(setA: Set, setB: Set) => boolean" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_test_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_test_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -700,7 +592,7 @@ "signature": [ "Set" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_test_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_test_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -717,7 +609,7 @@ "signature": [ "Set" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_test_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_test_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -742,7 +634,7 @@ "signature": [ "\"*\"" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_utils.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -757,7 +649,7 @@ "signature": [ "\"default\"" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_utils.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -772,7 +664,7 @@ "signature": [ "1" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_utils.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -787,7 +679,7 @@ "signature": [ "20" ], - "path": "packages/core/saved-objects/core-saved-objects-utils-server/src/saved_objects_utils.ts", + "path": "src/core/packages/saved-objects/utils-server/src/saved_objects_utils.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_saved_objects_utils_server.mdx b/api_docs/kbn_core_saved_objects_utils_server.mdx index 7dba1c5cb836d..3b4c54f0e8095 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-utils-server'] --- import kbnCoreSavedObjectsUtilsServerObj from './kbn_core_saved_objects_utils_server.devdocs.json'; diff --git a/api_docs/kbn_core_security_browser.devdocs.json b/api_docs/kbn_core_security_browser.devdocs.json index 6c07c443d44f9..81f9098492c69 100644 --- a/api_docs/kbn_core_security_browser.devdocs.json +++ b/api_docs/kbn_core_security_browser.devdocs.json @@ -13,7 +13,7 @@ "description": [ "\nCore's authentication service\n" ], - "path": "packages/core/security/core-security-browser/src/authc.ts", + "path": "src/core/packages/security/browser/src/authc.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -28,16 +28,10 @@ ], "signature": [ "() => Promise<", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", ">" ], - "path": "packages/core/security/core-security-browser/src/authc.ts", + "path": "src/core/packages/security/browser/src/authc.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -55,7 +49,7 @@ "description": [ "\nThe contract exposed by the security provider for Core to\nconsume and re-expose via its security service.\n" ], - "path": "packages/core/security/core-security-browser/src/api_provider.ts", + "path": "src/core/packages/security/browser/src/api_provider.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -67,15 +61,9 @@ "label": "authc", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-browser", - "scope": "public", - "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-public.CoreAuthenticationService", - "text": "CoreAuthenticationService" - } + "CoreAuthenticationService" ], - "path": "packages/core/security/core-security-browser/src/api_provider.ts", + "path": "src/core/packages/security/browser/src/api_provider.ts", "deprecated": false, "trackAdoption": false } @@ -91,7 +79,7 @@ "description": [ "\nSetup contract for Core's security service.\n" ], - "path": "packages/core/security/core-security-browser/src/contracts.ts", + "path": "src/core/packages/security/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -106,16 +94,10 @@ ], "signature": [ "(api: ", - { - "pluginId": "@kbn/core-security-browser", - "scope": "public", - "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-public.CoreSecurityDelegateContract", - "text": "CoreSecurityDelegateContract" - }, + "CoreSecurityDelegateContract", ") => void" ], - "path": "packages/core/security/core-security-browser/src/contracts.ts", + "path": "src/core/packages/security/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -127,15 +109,9 @@ "label": "api", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-browser", - "scope": "public", - "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-public.CoreSecurityDelegateContract", - "text": "CoreSecurityDelegateContract" - } + "CoreSecurityDelegateContract" ], - "path": "packages/core/security/core-security-browser/src/contracts.ts", + "path": "src/core/packages/security/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -155,7 +131,7 @@ "description": [ "\nStart contract for Core's security service.\n" ], - "path": "packages/core/security/core-security-browser/src/contracts.ts", + "path": "src/core/packages/security/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -169,15 +145,9 @@ "\nThe {@link CoreAuthenticationService | authentication service}" ], "signature": [ - { - "pluginId": "@kbn/core-security-browser", - "scope": "public", - "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-public.CoreAuthenticationService", - "text": "CoreAuthenticationService" - } + "CoreAuthenticationService" ], - "path": "packages/core/security/core-security-browser/src/contracts.ts", + "path": "src/core/packages/security/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -195,15 +165,9 @@ "label": "AuthenticationServiceContract", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-browser", - "scope": "public", - "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-public.CoreAuthenticationService", - "text": "CoreAuthenticationService" - } + "CoreAuthenticationService" ], - "path": "packages/core/security/core-security-browser/src/api_provider.ts", + "path": "src/core/packages/security/browser/src/api_provider.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_security_browser.mdx b/api_docs/kbn_core_security_browser.mdx index 2ee2f557cc0cd..4dd2356cbe876 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-browser'] --- import kbnCoreSecurityBrowserObj from './kbn_core_security_browser.devdocs.json'; diff --git a/api_docs/kbn_core_security_browser_internal.devdocs.json b/api_docs/kbn_core_security_browser_internal.devdocs.json index d91b3bfbc80a4..92e3f9524cc50 100644 --- a/api_docs/kbn_core_security_browser_internal.devdocs.json +++ b/api_docs/kbn_core_security_browser_internal.devdocs.json @@ -10,34 +10,16 @@ "label": "SecurityService", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-browser-internal", - "scope": "public", - "docId": "kibKbnCoreSecurityBrowserInternalPluginApi", - "section": "def-public.SecurityService", - "text": "SecurityService" - }, + "SecurityService", " implements ", "CoreService", "<", - { - "pluginId": "@kbn/core-security-browser", - "scope": "public", - "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-public.SecurityServiceSetup", - "text": "SecurityServiceSetup" - }, + "SecurityServiceSetup", ", ", - { - "pluginId": "@kbn/core-security-browser", - "scope": "public", - "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-public.SecurityServiceStart", - "text": "SecurityServiceStart" - }, + "SecurityServiceStart", ">" ], - "path": "packages/core/security/core-security-browser-internal/src/security_service.ts", + "path": "src/core/packages/security/browser-internal/src/security_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -51,7 +33,7 @@ "signature": [ "any" ], - "path": "packages/core/security/core-security-browser-internal/src/security_service.ts", + "path": "src/core/packages/security/browser-internal/src/security_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -65,7 +47,7 @@ "signature": [ "CoreContext" ], - "path": "packages/core/security/core-security-browser-internal/src/security_service.ts", + "path": "src/core/packages/security/browser-internal/src/security_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -82,15 +64,9 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-security-browser", - "scope": "public", - "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-public.SecurityServiceSetup", - "text": "SecurityServiceSetup" - } + "SecurityServiceSetup" ], - "path": "packages/core/security/core-security-browser-internal/src/security_service.ts", + "path": "src/core/packages/security/browser-internal/src/security_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -105,15 +81,9 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-security-browser", - "scope": "public", - "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-public.SecurityServiceStart", - "text": "SecurityServiceStart" - } + "SecurityServiceStart" ], - "path": "packages/core/security/core-security-browser-internal/src/security_service.ts", + "path": "src/core/packages/security/browser-internal/src/security_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -129,7 +99,7 @@ "signature": [ "() => void" ], - "path": "packages/core/security/core-security-browser-internal/src/security_service.ts", + "path": "src/core/packages/security/browser-internal/src/security_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -151,15 +121,9 @@ "label": "InternalSecurityServiceSetup", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-browser", - "scope": "public", - "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-public.SecurityServiceSetup", - "text": "SecurityServiceSetup" - } + "SecurityServiceSetup" ], - "path": "packages/core/security/core-security-browser-internal/src/internal_contracts.ts", + "path": "src/core/packages/security/browser-internal/src/internal_contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -172,15 +136,9 @@ "label": "InternalSecurityServiceStart", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-browser", - "scope": "public", - "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-public.SecurityServiceStart", - "text": "SecurityServiceStart" - } + "SecurityServiceStart" ], - "path": "packages/core/security/core-security-browser-internal/src/internal_contracts.ts", + "path": "src/core/packages/security/browser-internal/src/internal_contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_security_browser_internal.mdx b/api_docs/kbn_core_security_browser_internal.mdx index 49d89a794e170..09dfe67bd6077 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-browser-internal'] --- import kbnCoreSecurityBrowserInternalObj from './kbn_core_security_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_security_browser_mocks.devdocs.json b/api_docs/kbn_core_security_browser_mocks.devdocs.json index d962a7f16c0bc..9d4f064ce660a 100644 --- a/api_docs/kbn_core_security_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_security_browser_mocks.devdocs.json @@ -14,7 +14,7 @@ "tags": [], "label": "securityServiceMock", "description": [], - "path": "packages/core/security/core-security-browser-mocks/src/security_service.mock.ts", + "path": "src/core/packages/security/browser-mocks/src/security_service.mock.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -28,7 +28,7 @@ "signature": [ "() => { setup: jest.Mock; start: jest.Mock; stop: jest.Mock; }" ], - "path": "packages/core/security/core-security-browser-mocks/src/security_service.mock.ts", + "path": "src/core/packages/security/browser-mocks/src/security_service.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -43,16 +43,10 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-security-browser", - "scope": "public", - "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-public.SecurityServiceSetup", - "text": "SecurityServiceSetup" - }, + "SecurityServiceSetup", ">" ], - "path": "packages/core/security/core-security-browser-mocks/src/security_service.mock.ts", + "path": "src/core/packages/security/browser-mocks/src/security_service.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -67,16 +61,10 @@ "description": [], "signature": [ "() => jest.MockedObjectDeep<", - { - "pluginId": "@kbn/core-security-browser", - "scope": "public", - "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-public.SecurityServiceStart", - "text": "SecurityServiceStart" - }, + "SecurityServiceStart", ">" ], - "path": "packages/core/security/core-security-browser-mocks/src/security_service.mock.ts", + "path": "src/core/packages/security/browser-mocks/src/security_service.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -91,16 +79,10 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-security-browser", - "scope": "public", - "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-public.SecurityServiceSetup", - "text": "SecurityServiceSetup" - }, + "SecurityServiceSetup", ">" ], - "path": "packages/core/security/core-security-browser-mocks/src/security_service.mock.ts", + "path": "src/core/packages/security/browser-mocks/src/security_service.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -115,16 +97,10 @@ "description": [], "signature": [ "() => jest.MockedObjectDeep<", - { - "pluginId": "@kbn/core-security-browser", - "scope": "public", - "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-public.SecurityServiceStart", - "text": "SecurityServiceStart" - }, + "SecurityServiceStart", ">" ], - "path": "packages/core/security/core-security-browser-mocks/src/security_service.mock.ts", + "path": "src/core/packages/security/browser-mocks/src/security_service.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -139,42 +115,18 @@ "description": [], "signature": [ "(props?: Partial & { roles: string[]; }>) => { username: string; enabled: boolean; metadata: { _reserved: boolean; _deprecated?: boolean | undefined; _deprecated_reason?: string | undefined; }; email: string; operator?: boolean | undefined; full_name: string; profile_uid: string; api_key?: ", "ApiKeyDescriptor", " | undefined; authentication_provider: ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticationProvider", - "text": "AuthenticationProvider" - }, + "AuthenticationProvider", "; authentication_realm: ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.UserRealm", - "text": "UserRealm" - }, + "UserRealm", "; lookup_realm: ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.UserRealm", - "text": "UserRealm" - }, + "UserRealm", "; authentication_type: string; elastic_cloud_user: boolean; roles: string[]; }" ], - "path": "packages/core/security/core-security-browser-mocks/src/security_service.mock.ts", + "path": "src/core/packages/security/browser-mocks/src/security_service.mock.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -187,16 +139,10 @@ "description": [], "signature": [ "Partial & { roles: string[]; }>" ], - "path": "packages/core/security/core-security-browser-mocks/src/security_service.mock.ts", + "path": "src/core/packages/security/browser-mocks/src/security_service.mock.ts", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_core_security_browser_mocks.mdx b/api_docs/kbn_core_security_browser_mocks.mdx index 7de9c70d859b9..09186104279aa 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-browser-mocks'] --- import kbnCoreSecurityBrowserMocksObj from './kbn_core_security_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_security_common.devdocs.json b/api_docs/kbn_core_security_common.devdocs.json index 3dbd4b350da5a..6d52e53f19ab8 100644 --- a/api_docs/kbn_core_security_common.devdocs.json +++ b/api_docs/kbn_core_security_common.devdocs.json @@ -30,23 +30,11 @@ "\nRepresents the currently authenticated user." ], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " extends ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.User", - "text": "User" - } + "User" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -60,15 +48,9 @@ "\nThe name and type of the Realm that has authenticated the user." ], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.UserRealm", - "text": "UserRealm" - } + "UserRealm" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -82,15 +64,9 @@ "\nThe name and type of the Realm where the user information were retrieved from." ], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.UserRealm", - "text": "UserRealm" - } + "UserRealm" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -104,15 +80,9 @@ "\nThe authentication provider that used to authenticate user." ], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticationProvider", - "text": "AuthenticationProvider" - } + "AuthenticationProvider" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -125,7 +95,7 @@ "description": [ "\nThe AuthenticationType used by ES to authenticate the user.\n" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -138,7 +108,7 @@ "description": [ "\nIndicates whether user is authenticated via Elastic Cloud built-in SAML realm." ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -154,7 +124,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -170,7 +140,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -187,7 +157,7 @@ "ApiKeyDescriptor", " | undefined" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false } @@ -203,7 +173,7 @@ "description": [ "\nType and name tuple to identify provider used to authenticate user." ], - "path": "packages/core/security/core-security-common/src/authentication/authentication_provider.ts", + "path": "src/core/packages/security/common/src/authentication/authentication_provider.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -216,7 +186,7 @@ "description": [ "\nType of the Kibana authentication provider." ], - "path": "packages/core/security/core-security-common/src/authentication/authentication_provider.ts", + "path": "src/core/packages/security/common/src/authentication/authentication_provider.ts", "deprecated": false, "trackAdoption": false }, @@ -229,7 +199,7 @@ "description": [ "\nName of the Kibana authentication provider (arbitrary string)." ], - "path": "packages/core/security/core-security-common/src/authentication/authentication_provider.ts", + "path": "src/core/packages/security/common/src/authentication/authentication_provider.ts", "deprecated": false, "trackAdoption": false } @@ -245,7 +215,7 @@ "description": [ "\nA set of fields describing Kibana user." ], - "path": "packages/core/security/core-security-common/src/authentication/user.ts", + "path": "src/core/packages/security/common/src/authentication/user.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -256,7 +226,7 @@ "tags": [], "label": "username", "description": [], - "path": "packages/core/security/core-security-common/src/authentication/user.ts", + "path": "src/core/packages/security/common/src/authentication/user.ts", "deprecated": false, "trackAdoption": false }, @@ -270,7 +240,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-common/src/authentication/user.ts", + "path": "src/core/packages/security/common/src/authentication/user.ts", "deprecated": false, "trackAdoption": false }, @@ -284,7 +254,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-common/src/authentication/user.ts", + "path": "src/core/packages/security/common/src/authentication/user.ts", "deprecated": false, "trackAdoption": false }, @@ -298,7 +268,7 @@ "signature": [ "readonly string[]" ], - "path": "packages/core/security/core-security-common/src/authentication/user.ts", + "path": "src/core/packages/security/common/src/authentication/user.ts", "deprecated": false, "trackAdoption": false }, @@ -309,7 +279,7 @@ "tags": [], "label": "enabled", "description": [], - "path": "packages/core/security/core-security-common/src/authentication/user.ts", + "path": "src/core/packages/security/common/src/authentication/user.ts", "deprecated": false, "trackAdoption": false }, @@ -323,7 +293,7 @@ "signature": [ "{ _reserved: boolean; _deprecated?: boolean | undefined; _deprecated_reason?: string | undefined; } | undefined" ], - "path": "packages/core/security/core-security-common/src/authentication/user.ts", + "path": "src/core/packages/security/common/src/authentication/user.ts", "deprecated": false, "trackAdoption": false } @@ -339,7 +309,7 @@ "description": [ "\nAn Elasticsearch realm that was used to resolve and authenticate the user." ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -352,7 +322,7 @@ "description": [ "\nArbitrary name of the security realm." ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -365,7 +335,7 @@ "description": [ "\nType of the security realm (file, native, saml etc.)." ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_security_common.mdx b/api_docs/kbn_core_security_common.mdx index 3763cc68084a5..fc0f8e8045a25 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-common'] --- import kbnCoreSecurityCommonObj from './kbn_core_security_common.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 22 | 0 | 6 | 1 | +| 22 | 0 | 6 | 0 | ## Common diff --git a/api_docs/kbn_core_security_server.devdocs.json b/api_docs/kbn_core_security_server.devdocs.json index f4aff06dfe55f..a7c40801cc699 100644 --- a/api_docs/kbn_core_security_server.devdocs.json +++ b/api_docs/kbn_core_security_server.devdocs.json @@ -21,7 +21,7 @@ "signature": [ "(params: any) => boolean" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -35,7 +35,7 @@ "signature": [ "any" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -55,7 +55,7 @@ "description": [ "\nInterface for managing API keys in Elasticsearch, including creation,\nvalidation, and invalidation of API keys,\nas well as checking the status of API key features." ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -71,7 +71,7 @@ "signature": [ "() => Promise" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -89,7 +89,7 @@ "signature": [ "() => Promise" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -106,26 +106,14 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", createParams: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateAPIKeyParams", - "text": "CreateAPIKeyParams" - }, + "CreateAPIKeyParams", ") => Promise<", "SecurityCreateApiKeyResponse", " | null>" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -139,16 +127,10 @@ "Request instance." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -163,15 +145,9 @@ "The params to create an API key" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateAPIKeyParams", - "text": "CreateAPIKeyParams" - } + "CreateAPIKeyParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -190,26 +166,14 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", updateParams: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.UpdateAPIKeyParams", - "text": "UpdateAPIKeyParams" - }, + "UpdateAPIKeyParams", ") => Promise<", "SecurityUpdateApiKeyResponse", " | null>" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -223,16 +187,10 @@ "Request instance." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -247,15 +205,9 @@ "The params to edit an API key" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.UpdateAPIKeyParams", - "text": "UpdateAPIKeyParams" - } + "UpdateAPIKeyParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -274,40 +226,16 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", createParams: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateRestAPIKeyParams", - "text": "CreateRestAPIKeyParams" - }, + "CreateRestAPIKeyParams", " | ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams", - "text": "CreateRestAPIKeyWithKibanaPrivilegesParams" - }, + "CreateRestAPIKeyWithKibanaPrivilegesParams", ") => Promise<", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.GrantAPIKeyResult", - "text": "GrantAPIKeyResult" - }, + "GrantAPIKeyResult", " | null>" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -321,16 +249,10 @@ "Request instance." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -345,23 +267,11 @@ "Create operation parameters." ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateRestAPIKeyParams", - "text": "CreateRestAPIKeyParams" - }, + "CreateRestAPIKeyParams", " | ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams", - "text": "CreateRestAPIKeyWithKibanaPrivilegesParams" - } + "CreateRestAPIKeyWithKibanaPrivilegesParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -380,16 +290,10 @@ ], "signature": [ "(apiKeyPrams: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.ValidateAPIKeyParams", - "text": "ValidateAPIKeyParams" - }, + "ValidateAPIKeyParams", ") => Promise" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -403,15 +307,9 @@ "ValidateAPIKeyParams." ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.ValidateAPIKeyParams", - "text": "ValidateAPIKeyParams" - } + "ValidateAPIKeyParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -430,32 +328,14 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", params: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeysParams", - "text": "InvalidateAPIKeysParams" - }, + "InvalidateAPIKeysParams", ") => Promise<", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeyResult", - "text": "InvalidateAPIKeyResult" - }, + "InvalidateAPIKeyResult", " | null>" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -469,16 +349,10 @@ "Request instance." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -493,15 +367,9 @@ "The params to invalidate an API keys." ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeysParams", - "text": "InvalidateAPIKeysParams" - } + "InvalidateAPIKeysParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -520,24 +388,12 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeysParams", - "text": "InvalidateAPIKeysParams" - }, + "InvalidateAPIKeysParams", ") => Promise<", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeyResult", - "text": "InvalidateAPIKeyResult" - }, + "InvalidateAPIKeyResult", " | null>" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -551,15 +407,9 @@ "The params to invalidate the API keys." ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeysParams", - "text": "InvalidateAPIKeysParams" - } + "InvalidateAPIKeysParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -579,7 +429,7 @@ "description": [ "\nPublic API Keys service exposed through core context to manage\nAPI keys in Elasticsearch, including creation,\nvalidation, and invalidation of API keys,\nas well as checking the status of API key features." ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys_context.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -595,7 +445,7 @@ "signature": [ "() => Promise" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys_context.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys_context.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -612,18 +462,12 @@ ], "signature": [ "(createParams: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateAPIKeyParams", - "text": "CreateAPIKeyParams" - }, + "CreateAPIKeyParams", ") => Promise<", "SecurityCreateApiKeyResponse", " | null>" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys_context.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -637,15 +481,9 @@ "The params to create an API key" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateAPIKeyParams", - "text": "CreateAPIKeyParams" - } + "CreateAPIKeyParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys_context.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys_context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -664,18 +502,12 @@ ], "signature": [ "(updateParams: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.UpdateAPIKeyParams", - "text": "UpdateAPIKeyParams" - }, + "UpdateAPIKeyParams", ") => Promise<", "SecurityUpdateApiKeyResponse", " | null>" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys_context.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -689,15 +521,9 @@ "The params to edit an API key" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.UpdateAPIKeyParams", - "text": "UpdateAPIKeyParams" - } + "UpdateAPIKeyParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys_context.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys_context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -716,16 +542,10 @@ ], "signature": [ "(apiKeyPrams: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.ValidateAPIKeyParams", - "text": "ValidateAPIKeyParams" - }, + "ValidateAPIKeyParams", ") => Promise" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys_context.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -739,15 +559,9 @@ "ValidateAPIKeyParams." ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.ValidateAPIKeyParams", - "text": "ValidateAPIKeyParams" - } + "ValidateAPIKeyParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys_context.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys_context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -766,24 +580,12 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeysParams", - "text": "InvalidateAPIKeysParams" - }, + "InvalidateAPIKeysParams", ") => Promise<", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeyResult", - "text": "InvalidateAPIKeyResult" - }, + "InvalidateAPIKeyResult", " | null>" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys_context.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -797,15 +599,9 @@ "The params to invalidate an API keys." ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeysParams", - "text": "InvalidateAPIKeysParams" - } + "InvalidateAPIKeysParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys_context.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys_context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -826,13 +622,7 @@ "\nAudit event schema using ECS format: https://www.elastic.co/guide/en/ecs/1.12/index.html\n\nIf you add additional fields to the schema ensure you update the Kibana Filebeat module:\nhttps://github.com/elastic/beats/tree/master/filebeat/module/kibana\n" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditEvent", - "text": "AuditEvent" - }, + "AuditEvent", " extends ", { "pluginId": "@kbn/logging", @@ -842,7 +632,7 @@ "text": "LogMeta" } ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -855,7 +645,7 @@ "description": [ "\nLog message" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -869,16 +659,10 @@ "\nKibana specific fields" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditKibana", - "text": "AuditKibana" - }, + "AuditKibana", " | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -892,16 +676,10 @@ "\nFields describing an HTTP request" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditHttp", - "text": "AuditHttp" - }, + "AuditHttp", " | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false } @@ -918,17 +696,11 @@ "\nAudit http schema using ECS format" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditHttp", - "text": "AuditHttp" - }, + "AuditHttp", " extends ", "EcsHttp" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -942,16 +714,10 @@ "\nHTTP request details" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditRequest", - "text": "AuditRequest" - }, + "AuditRequest", " | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false } @@ -967,7 +733,7 @@ "description": [ "\nAudit kibana schema using ECS format" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -983,7 +749,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -999,7 +765,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -1015,7 +781,7 @@ "signature": [ "{ type: string; id: string; name?: string | undefined; } | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -1031,7 +797,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -1047,7 +813,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -1063,7 +829,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -1079,7 +845,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -1095,7 +861,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -1111,7 +877,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -1127,7 +893,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -1143,7 +909,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false } @@ -1157,7 +923,7 @@ "tags": [], "label": "AuditLogger", "description": [], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_logger.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_logger.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1172,16 +938,10 @@ ], "signature": [ "(event: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditEvent", - "text": "AuditEvent" - }, + "AuditEvent", " | undefined) => void" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_logger.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_logger.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1193,16 +953,10 @@ "label": "event", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditEvent", - "text": "AuditEvent" - }, + "AuditEvent", " | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_logger.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_logger.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1219,7 +973,7 @@ "description": [ "\nIndicates whether audit logging is enabled or not.\n\nUseful for skipping resource-intense operations that don't need to be performed when audit\nlogging is disabled." ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_logger.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_logger.ts", "deprecated": false, "trackAdoption": false } @@ -1236,16 +990,10 @@ "\nAudit request schema using ECS format" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditRequest", - "text": "AuditRequest" - }, + "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; }" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1261,7 +1009,7 @@ "signature": [ "{ 'x-forwarded-for'?: string | undefined; } | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false } @@ -1275,7 +1023,7 @@ "tags": [], "label": "AuditRequestHandlerContext", "description": [], - "path": "packages/core/security/core-security-server/src/request_handler_context.ts", + "path": "src/core/packages/security/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1287,15 +1035,9 @@ "label": "logger", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditLogger", - "text": "AuditLogger" - } + "AuditLogger" ], - "path": "packages/core/security/core-security-server/src/request_handler_context.ts", + "path": "src/core/packages/security/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false } @@ -1309,7 +1051,7 @@ "tags": [], "label": "AuthcRequestHandlerContext", "description": [], - "path": "packages/core/security/core-security-server/src/request_handler_context.ts", + "path": "src/core/packages/security/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1322,16 +1064,10 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | null" ], - "path": "packages/core/security/core-security-server/src/request_handler_context.ts", + "path": "src/core/packages/security/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1345,15 +1081,9 @@ "label": "apiKeys", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.APIKeysServiceWithContext", - "text": "APIKeysServiceWithContext" - } + "APIKeysServiceWithContext" ], - "path": "packages/core/security/core-security-server/src/request_handler_context.ts", + "path": "src/core/packages/security/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false } @@ -1367,7 +1097,7 @@ "tags": [], "label": "CoreAuditService", "description": [], - "path": "packages/core/security/core-security-server/src/audit.ts", + "path": "src/core/packages/security/server/src/audit.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1382,23 +1112,11 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditLogger", - "text": "AuditLogger" - } + "AuditLogger" ], - "path": "packages/core/security/core-security-server/src/audit.ts", + "path": "src/core/packages/security/server/src/audit.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1410,16 +1128,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/security/core-security-server/src/audit.ts", + "path": "src/core/packages/security/server/src/audit.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1437,15 +1149,9 @@ "\n{@link AuditLogger} for background tasks only.\n\nThis audit logger logs events without any user or session info and should never be used to log\nuser-initiated actions.\n" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditLogger", - "text": "AuditLogger" - } + "AuditLogger" ], - "path": "packages/core/security/core-security-server/src/audit.ts", + "path": "src/core/packages/security/server/src/audit.ts", "deprecated": false, "trackAdoption": false } @@ -1461,7 +1167,7 @@ "description": [ "\nCore's authentication service\n" ], - "path": "packages/core/security/core-security-server/src/authc.ts", + "path": "src/core/packages/security/server/src/authc.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1476,24 +1182,12 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | null" ], - "path": "packages/core/security/core-security-server/src/authc.ts", + "path": "src/core/packages/security/server/src/authc.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1507,16 +1201,10 @@ "The request to retrieve the authenticated user for." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/security/core-security-server/src/authc.ts", + "path": "src/core/packages/security/server/src/authc.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1532,15 +1220,9 @@ "label": "apiKeys", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.APIKeys", - "text": "APIKeys" - } + "APIKeys" ], - "path": "packages/core/security/core-security-server/src/authc.ts", + "path": "src/core/packages/security/server/src/authc.ts", "deprecated": false, "trackAdoption": false } @@ -1556,7 +1238,7 @@ "description": [ "\nCore's FIPS service\n" ], - "path": "packages/core/security/core-security-server/src/fips.ts", + "path": "src/core/packages/security/server/src/fips.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1572,7 +1254,7 @@ "signature": [ "() => boolean" ], - "path": "packages/core/security/core-security-server/src/fips.ts", + "path": "src/core/packages/security/server/src/fips.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1590,7 +1272,7 @@ "description": [ "\nThe contract exposed by the security provider for Core to\nconsume and re-expose via its security service.\n" ], - "path": "packages/core/security/core-security-server/src/api_provider.ts", + "path": "src/core/packages/security/server/src/api_provider.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1602,15 +1284,9 @@ "label": "authc", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CoreAuthenticationService", - "text": "CoreAuthenticationService" - } + "CoreAuthenticationService" ], - "path": "packages/core/security/core-security-server/src/api_provider.ts", + "path": "src/core/packages/security/server/src/api_provider.ts", "deprecated": false, "trackAdoption": false }, @@ -1622,15 +1298,9 @@ "label": "audit", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CoreAuditService", - "text": "CoreAuditService" - } + "CoreAuditService" ], - "path": "packages/core/security/core-security-server/src/api_provider.ts", + "path": "src/core/packages/security/server/src/api_provider.ts", "deprecated": false, "trackAdoption": false } @@ -1644,7 +1314,7 @@ "tags": [], "label": "CreateCrossClusterAPIKeyParams", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1658,7 +1328,7 @@ "signature": [ "\"cross_cluster\"" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -1672,7 +1342,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -1683,7 +1353,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -1697,7 +1367,7 @@ "signature": [ "{ [key: string]: any; } | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -1711,7 +1381,7 @@ "signature": [ "{ search?: { names: string[]; query?: unknown; field_security?: unknown; allow_restricted_indices?: boolean | undefined; }[] | undefined; replication?: { names: string[]; }[] | undefined; }" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -1725,7 +1395,7 @@ "tags": [], "label": "CreateRestAPIKeyParams", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1739,7 +1409,7 @@ "signature": [ "\"rest\" | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -1753,7 +1423,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -1764,7 +1434,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -1778,7 +1448,7 @@ "signature": [ "{ [x: string]: { [key: string]: any; }; }" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -1792,7 +1462,7 @@ "signature": [ "{ [key: string]: any; } | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -1806,7 +1476,7 @@ "tags": [], "label": "CreateRestAPIKeyWithKibanaPrivilegesParams", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1820,7 +1490,7 @@ "signature": [ "\"rest\" | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -1834,7 +1504,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -1845,7 +1515,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -1859,7 +1529,7 @@ "signature": [ "{ [key: string]: any; } | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -1872,24 +1542,12 @@ "description": [], "signature": [ "{ [x: string]: { elasticsearch: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.ElasticsearchPrivilegesType", - "text": "ElasticsearchPrivilegesType" - }, + "ElasticsearchPrivilegesType", " & { [key: string]: unknown; }; kibana: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.KibanaPrivilegesType", - "text": "KibanaPrivilegesType" - }, + "KibanaPrivilegesType", "; }; }" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -1905,7 +1563,7 @@ "description": [ "\nType representing Elasticsearch specific portion of the role definition." ], - "path": "packages/core/security/core-security-server/src/roles/schema.ts", + "path": "src/core/packages/security/server/src/roles/schema.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1919,7 +1577,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/security/core-security-server/src/roles/schema.ts", + "path": "src/core/packages/security/server/src/roles/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -1933,7 +1591,7 @@ "signature": [ "{ privileges: string[]; clusters: string[]; }[] | undefined" ], - "path": "packages/core/security/core-security-server/src/roles/schema.ts", + "path": "src/core/packages/security/server/src/roles/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -1947,7 +1605,7 @@ "signature": [ "{ names: string[]; field_security?: Record<\"except\" | \"grant\", string[]> | undefined; privileges: string[]; query?: string | undefined; allow_restricted_indices?: boolean | undefined; }[] | undefined" ], - "path": "packages/core/security/core-security-server/src/roles/schema.ts", + "path": "src/core/packages/security/server/src/roles/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -1961,7 +1619,7 @@ "signature": [ "{ clusters: string[]; names: string[]; field_security?: Record<\"except\" | \"grant\", string[]> | undefined; privileges: string[]; query?: string | undefined; allow_restricted_indices?: boolean | undefined; }[] | undefined" ], - "path": "packages/core/security/core-security-server/src/roles/schema.ts", + "path": "src/core/packages/security/server/src/roles/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -1975,7 +1633,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/security/core-security-server/src/roles/schema.ts", + "path": "src/core/packages/security/server/src/roles/schema.ts", "deprecated": false, "trackAdoption": false } @@ -1989,7 +1647,7 @@ "tags": [], "label": "GrantAPIKeyResult", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2002,7 +1660,7 @@ "description": [ "\nUnique id for this API key" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -2015,7 +1673,7 @@ "description": [ "\nName for this API key" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -2028,7 +1686,7 @@ "description": [ "\nGenerated API key" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -2044,7 +1702,7 @@ "description": [ "\nThe return value when invalidating an API key in Elasticsearch." ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2060,7 +1718,7 @@ "signature": [ "string[]" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -2076,7 +1734,7 @@ "signature": [ "string[]" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -2089,7 +1747,7 @@ "description": [ "\nThe number of errors that were encountered when invalidating the API keys." ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -2105,7 +1763,7 @@ "signature": [ "{ type?: string | undefined; reason?: string | undefined; caused_by?: { type?: string | undefined; reason?: string | undefined; } | undefined; }[] | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -2121,7 +1779,7 @@ "description": [ "\nRepresents the params for invalidating multiple API keys" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2137,7 +1795,7 @@ "signature": [ "string[]" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -2151,7 +1809,7 @@ "tags": [], "label": "SecurityRequestHandlerContext", "description": [], - "path": "packages/core/security/core-security-server/src/request_handler_context.ts", + "path": "src/core/packages/security/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2163,15 +1821,9 @@ "label": "authc", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuthcRequestHandlerContext", - "text": "AuthcRequestHandlerContext" - } + "AuthcRequestHandlerContext" ], - "path": "packages/core/security/core-security-server/src/request_handler_context.ts", + "path": "src/core/packages/security/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false }, @@ -2183,15 +1835,9 @@ "label": "audit", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditRequestHandlerContext", - "text": "AuditRequestHandlerContext" - } + "AuditRequestHandlerContext" ], - "path": "packages/core/security/core-security-server/src/request_handler_context.ts", + "path": "src/core/packages/security/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false } @@ -2207,7 +1853,7 @@ "description": [ "\nSetup contract for Core's security service.\n" ], - "path": "packages/core/security/core-security-server/src/contracts.ts", + "path": "src/core/packages/security/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2222,16 +1868,10 @@ ], "signature": [ "(api: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CoreSecurityDelegateContract", - "text": "CoreSecurityDelegateContract" - }, + "CoreSecurityDelegateContract", ") => void" ], - "path": "packages/core/security/core-security-server/src/contracts.ts", + "path": "src/core/packages/security/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2243,15 +1883,9 @@ "label": "api", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CoreSecurityDelegateContract", - "text": "CoreSecurityDelegateContract" - } + "CoreSecurityDelegateContract" ], - "path": "packages/core/security/core-security-server/src/contracts.ts", + "path": "src/core/packages/security/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2269,15 +1903,9 @@ "\nThe {@link CoreFipsService | FIPS service}" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CoreFipsService", - "text": "CoreFipsService" - } + "CoreFipsService" ], - "path": "packages/core/security/core-security-server/src/contracts.ts", + "path": "src/core/packages/security/server/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -2293,7 +1921,7 @@ "description": [ "\nStart contract for Core's security service.\n" ], - "path": "packages/core/security/core-security-server/src/contracts.ts", + "path": "src/core/packages/security/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2307,15 +1935,9 @@ "\nThe {@link CoreAuthenticationService | authentication service}" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CoreAuthenticationService", - "text": "CoreAuthenticationService" - } + "CoreAuthenticationService" ], - "path": "packages/core/security/core-security-server/src/contracts.ts", + "path": "src/core/packages/security/server/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -2329,15 +1951,9 @@ "\nThe {@link CoreAuditService | audit service}" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CoreAuditService", - "text": "CoreAuditService" - } + "CoreAuditService" ], - "path": "packages/core/security/core-security-server/src/contracts.ts", + "path": "src/core/packages/security/server/src/contracts.ts", "deprecated": false, "trackAdoption": false } @@ -2351,7 +1967,7 @@ "tags": [], "label": "UpdateCrossClusterAPIKeyParams", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2362,7 +1978,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -2376,7 +1992,7 @@ "signature": [ "\"cross_cluster\"" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -2390,7 +2006,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -2404,7 +2020,7 @@ "signature": [ "{ [key: string]: any; } | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -2418,7 +2034,7 @@ "signature": [ "{ search?: { names: string[]; query?: unknown; field_security?: unknown; allow_restricted_indices?: boolean | undefined; }[] | undefined; replication?: { names: string[]; }[] | undefined; }" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -2432,7 +2048,7 @@ "tags": [], "label": "UpdateRestAPIKeyParams", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2443,7 +2059,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -2457,7 +2073,7 @@ "signature": [ "\"rest\" | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -2471,7 +2087,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -2485,7 +2101,7 @@ "signature": [ "{ [x: string]: { [key: string]: unknown; }; }" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -2499,7 +2115,7 @@ "signature": [ "{ [key: string]: any; } | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -2513,7 +2129,7 @@ "tags": [], "label": "UpdateRestAPIKeyWithKibanaPrivilegesParams", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2524,7 +2140,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -2538,7 +2154,7 @@ "signature": [ "\"rest\" | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -2552,7 +2168,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -2566,7 +2182,7 @@ "signature": [ "{ [key: string]: any; } | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -2579,24 +2195,12 @@ "description": [], "signature": [ "{ [x: string]: { elasticsearch: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.ElasticsearchPrivilegesType", - "text": "ElasticsearchPrivilegesType" - }, + "ElasticsearchPrivilegesType", " & { [key: string]: unknown; }; kibana: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.KibanaPrivilegesType", - "text": "KibanaPrivilegesType" - }, + "KibanaPrivilegesType", "; }; }" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -2612,7 +2216,7 @@ "description": [ "\nRepresents the parameters for validating API Key credentials." ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2625,7 +2229,7 @@ "description": [ "\nUnique id for this API key" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -2638,7 +2242,7 @@ "description": [ "\nGenerated API Key (secret)" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -2656,15 +2260,9 @@ "label": "AuditServiceContract", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CoreAuditService", - "text": "CoreAuditService" - } + "CoreAuditService" ], - "path": "packages/core/security/core-security-server/src/api_provider.ts", + "path": "src/core/packages/security/server/src/api_provider.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2677,15 +2275,9 @@ "label": "AuthenticationServiceContract", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CoreAuthenticationService", - "text": "CoreAuthenticationService" - } + "CoreAuthenticationService" ], - "path": "packages/core/security/core-security-server/src/api_provider.ts", + "path": "src/core/packages/security/server/src/api_provider.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2698,31 +2290,13 @@ "label": "CreateAPIKeyParams", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateRestAPIKeyParams", - "text": "CreateRestAPIKeyParams" - }, + "CreateRestAPIKeyParams", " | ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams", - "text": "CreateRestAPIKeyWithKibanaPrivilegesParams" - }, + "CreateRestAPIKeyWithKibanaPrivilegesParams", " | ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateCrossClusterAPIKeyParams", - "text": "CreateCrossClusterAPIKeyParams" - } + "CreateCrossClusterAPIKeyParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2739,7 +2313,7 @@ "signature": [ "SecurityCreateApiKeyResponse" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2756,7 +2330,7 @@ "signature": [ "{ spaces: string[]; base?: string[] | undefined; feature?: Record | undefined; }[]" ], - "path": "packages/core/security/core-security-server/src/roles/schema.ts", + "path": "src/core/packages/security/server/src/roles/schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2771,31 +2345,13 @@ "\nRequest body of Kibana Update API key endpoint." ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.UpdateRestAPIKeyParams", - "text": "UpdateRestAPIKeyParams" - }, + "UpdateRestAPIKeyParams", " | ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.UpdateCrossClusterAPIKeyParams", - "text": "UpdateCrossClusterAPIKeyParams" - }, + "UpdateCrossClusterAPIKeyParams", " | ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.UpdateRestAPIKeyWithKibanaPrivilegesParams", - "text": "UpdateRestAPIKeyWithKibanaPrivilegesParams" - } + "UpdateRestAPIKeyWithKibanaPrivilegesParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2812,7 +2368,7 @@ "signature": [ "SecurityUpdateApiKeyResponse" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_security_server.mdx b/api_docs/kbn_core_security_server.mdx index 0b488690b03cc..73a0788cf4f47 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-server'] --- import kbnCoreSecurityServerObj from './kbn_core_security_server.devdocs.json'; diff --git a/api_docs/kbn_core_security_server_internal.devdocs.json b/api_docs/kbn_core_security_server_internal.devdocs.json index bb4570994fab8..f9e84d4c643e7 100644 --- a/api_docs/kbn_core_security_server_internal.devdocs.json +++ b/api_docs/kbn_core_security_server_internal.devdocs.json @@ -18,23 +18,11 @@ "label": "CoreSecurityRouteHandlerContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server-internal", - "scope": "server", - "docId": "kibKbnCoreSecurityServerInternalPluginApi", - "section": "def-server.CoreSecurityRouteHandlerContext", - "text": "CoreSecurityRouteHandlerContext" - }, + "CoreSecurityRouteHandlerContext", " implements ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.SecurityRequestHandlerContext", - "text": "SecurityRequestHandlerContext" - } + "SecurityRequestHandlerContext" ], - "path": "packages/core/security/core-security-server-internal/src/security_route_handler_context.ts", + "path": "src/core/packages/security/server-internal/src/security_route_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -46,16 +34,10 @@ "label": "#authc", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuthcRequestHandlerContext", - "text": "AuthcRequestHandlerContext" - }, + "AuthcRequestHandlerContext", " | undefined" ], - "path": "packages/core/security/core-security-server-internal/src/security_route_handler_context.ts", + "path": "src/core/packages/security/server-internal/src/security_route_handler_context.ts", "deprecated": false, "trackAdoption": false }, @@ -67,16 +49,10 @@ "label": "#audit", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditRequestHandlerContext", - "text": "AuditRequestHandlerContext" - }, + "AuditRequestHandlerContext", " | undefined" ], - "path": "packages/core/security/core-security-server-internal/src/security_route_handler_context.ts", + "path": "src/core/packages/security/server-internal/src/security_route_handler_context.ts", "deprecated": false, "trackAdoption": false }, @@ -90,7 +66,7 @@ "signature": [ "any" ], - "path": "packages/core/security/core-security-server-internal/src/security_route_handler_context.ts", + "path": "src/core/packages/security/server-internal/src/security_route_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -102,15 +78,9 @@ "label": "securityStart", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.SecurityServiceStart", - "text": "SecurityServiceStart" - } + "SecurityServiceStart" ], - "path": "packages/core/security/core-security-server-internal/src/security_route_handler_context.ts", + "path": "src/core/packages/security/server-internal/src/security_route_handler_context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -123,16 +93,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/security/core-security-server-internal/src/security_route_handler_context.ts", + "path": "src/core/packages/security/server-internal/src/security_route_handler_context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -148,15 +112,9 @@ "label": "authc", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuthcRequestHandlerContext", - "text": "AuthcRequestHandlerContext" - } + "AuthcRequestHandlerContext" ], - "path": "packages/core/security/core-security-server-internal/src/security_route_handler_context.ts", + "path": "src/core/packages/security/server-internal/src/security_route_handler_context.ts", "deprecated": false, "trackAdoption": false }, @@ -168,15 +126,9 @@ "label": "audit", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditRequestHandlerContext", - "text": "AuditRequestHandlerContext" - } + "AuditRequestHandlerContext" ], - "path": "packages/core/security/core-security-server-internal/src/security_route_handler_context.ts", + "path": "src/core/packages/security/server-internal/src/security_route_handler_context.ts", "deprecated": false, "trackAdoption": false } @@ -191,34 +143,16 @@ "label": "SecurityService", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server-internal", - "scope": "server", - "docId": "kibKbnCoreSecurityServerInternalPluginApi", - "section": "def-server.SecurityService", - "text": "SecurityService" - }, + "SecurityService", " implements ", "CoreService", "<", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.SecurityServiceSetup", - "text": "SecurityServiceSetup" - }, + "SecurityServiceSetup", ", ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.SecurityServiceStart", - "text": "SecurityServiceStart" - }, + "SecurityServiceStart", ">" ], - "path": "packages/core/security/core-security-server-internal/src/security_service.ts", + "path": "src/core/packages/security/server-internal/src/security_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -232,7 +166,7 @@ "signature": [ "any" ], - "path": "packages/core/security/core-security-server-internal/src/security_service.ts", + "path": "src/core/packages/security/server-internal/src/security_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -246,7 +180,7 @@ "signature": [ "CoreContext" ], - "path": "packages/core/security/core-security-server-internal/src/security_service.ts", + "path": "src/core/packages/security/server-internal/src/security_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -263,15 +197,9 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.SecurityServiceSetup", - "text": "SecurityServiceSetup" - } + "SecurityServiceSetup" ], - "path": "packages/core/security/core-security-server-internal/src/security_service.ts", + "path": "src/core/packages/security/server-internal/src/security_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -286,15 +214,9 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.SecurityServiceStart", - "text": "SecurityServiceStart" - } + "SecurityServiceStart" ], - "path": "packages/core/security/core-security-server-internal/src/security_service.ts", + "path": "src/core/packages/security/server-internal/src/security_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -310,7 +232,7 @@ "signature": [ "() => void" ], - "path": "packages/core/security/core-security-server-internal/src/security_service.ts", + "path": "src/core/packages/security/server-internal/src/security_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -332,15 +254,9 @@ "label": "InternalSecurityServiceSetup", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.SecurityServiceSetup", - "text": "SecurityServiceSetup" - } + "SecurityServiceSetup" ], - "path": "packages/core/security/core-security-server-internal/src/internal_contracts.ts", + "path": "src/core/packages/security/server-internal/src/internal_contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -353,15 +269,9 @@ "label": "InternalSecurityServiceStart", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.SecurityServiceStart", - "text": "SecurityServiceStart" - } + "SecurityServiceStart" ], - "path": "packages/core/security/core-security-server-internal/src/internal_contracts.ts", + "path": "src/core/packages/security/server-internal/src/internal_contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_security_server_internal.mdx b/api_docs/kbn_core_security_server_internal.mdx index 6026444822913..10baa25c8db14 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-server-internal'] --- import kbnCoreSecurityServerInternalObj from './kbn_core_security_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_security_server_mocks.devdocs.json b/api_docs/kbn_core_security_server_mocks.devdocs.json index ca814e94e9e9b..5a9f5adb327af 100644 --- a/api_docs/kbn_core_security_server_mocks.devdocs.json +++ b/api_docs/kbn_core_security_server_mocks.devdocs.json @@ -23,26 +23,14 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.SecurityServiceStart", - "text": "SecurityServiceStart" - }, + "SecurityServiceStart", ", \"audit\"> & {} & { authc: jest.MockedObjectDeep<", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CoreAuthenticationService", - "text": "CoreAuthenticationService" - }, + "CoreAuthenticationService", ">; } & { audit: ", "MockedAuditService", "; }" ], - "path": "packages/core/security/core-security-server-mocks/src/security_service.mock.ts", + "path": "src/core/packages/security/server-mocks/src/security_service.mock.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -56,26 +44,14 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.SecurityServiceStart", - "text": "SecurityServiceStart" - }, + "SecurityServiceStart", ", \"audit\"> & {} & { authc: jest.MockedObjectDeep<", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CoreAuthenticationService", - "text": "CoreAuthenticationService" - }, + "CoreAuthenticationService", ">; } & { audit: ", "MockedAuditService", "; }" ], - "path": "packages/core/security/core-security-server-mocks/src/security_service.mock.ts", + "path": "src/core/packages/security/server-mocks/src/security_service.mock.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -89,7 +65,7 @@ "tags": [], "label": "apiKeysMock", "description": [], - "path": "packages/core/security/core-security-server-mocks/src/api_keys.mock.ts", + "path": "src/core/packages/security/server-mocks/src/api_keys.mock.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -102,16 +78,10 @@ "description": [], "signature": [ "() => jest.MockedObjectDeep<", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.APIKeys", - "text": "APIKeys" - }, + "APIKeys", ">" ], - "path": "packages/core/security/core-security-server-mocks/src/api_keys.mock.ts", + "path": "src/core/packages/security/server-mocks/src/api_keys.mock.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -127,7 +97,7 @@ "tags": [], "label": "auditLoggerMock", "description": [], - "path": "packages/core/security/core-security-server-mocks/src/audit.mock.ts", + "path": "src/core/packages/security/server-mocks/src/audit.mock.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -142,7 +112,7 @@ "() => ", "MockedAuditLogger" ], - "path": "packages/core/security/core-security-server-mocks/src/audit.mock.ts", + "path": "src/core/packages/security/server-mocks/src/audit.mock.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -158,7 +128,7 @@ "tags": [], "label": "securityServiceMock", "description": [], - "path": "packages/core/security/core-security-server-mocks/src/security_service.mock.ts", + "path": "src/core/packages/security/server-mocks/src/security_service.mock.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -172,7 +142,7 @@ "signature": [ "() => { setup: jest.Mock; start: jest.Mock; stop: jest.Mock; }" ], - "path": "packages/core/security/core-security-server-mocks/src/security_service.mock.ts", + "path": "src/core/packages/security/server-mocks/src/security_service.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -187,16 +157,10 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.SecurityServiceSetup", - "text": "SecurityServiceSetup" - }, + "SecurityServiceSetup", ">" ], - "path": "packages/core/security/core-security-server-mocks/src/security_service.mock.ts", + "path": "src/core/packages/security/server-mocks/src/security_service.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -211,15 +175,9 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-security-server-mocks", - "scope": "server", - "docId": "kibKbnCoreSecurityServerMocksPluginApi", - "section": "def-server.SecurityStartMock", - "text": "SecurityStartMock" - } + "SecurityStartMock" ], - "path": "packages/core/security/core-security-server-mocks/src/security_service.mock.ts", + "path": "src/core/packages/security/server-mocks/src/security_service.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -234,16 +192,10 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.SecurityServiceSetup", - "text": "SecurityServiceSetup" - }, + "SecurityServiceSetup", ">" ], - "path": "packages/core/security/core-security-server-mocks/src/security_service.mock.ts", + "path": "src/core/packages/security/server-mocks/src/security_service.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -258,15 +210,9 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-security-server-mocks", - "scope": "server", - "docId": "kibKbnCoreSecurityServerMocksPluginApi", - "section": "def-server.InternalSecurityStartMock", - "text": "InternalSecurityStartMock" - } + "InternalSecurityStartMock" ], - "path": "packages/core/security/core-security-server-mocks/src/security_service.mock.ts", + "path": "src/core/packages/security/server-mocks/src/security_service.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -281,16 +227,10 @@ "description": [], "signature": [ "() => jest.MockedObjectDeep<", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.SecurityRequestHandlerContext", - "text": "SecurityRequestHandlerContext" - }, + "SecurityRequestHandlerContext", ">" ], - "path": "packages/core/security/core-security-server-mocks/src/security_service.mock.ts", + "path": "src/core/packages/security/server-mocks/src/security_service.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -305,42 +245,18 @@ "description": [], "signature": [ "(props?: Partial & { roles: string[]; }>) => { username: string; enabled: boolean; metadata: { _reserved: boolean; _deprecated?: boolean | undefined; _deprecated_reason?: string | undefined; }; email: string; operator?: boolean | undefined; full_name: string; profile_uid: string; api_key?: ", "ApiKeyDescriptor", " | undefined; authentication_provider: ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticationProvider", - "text": "AuthenticationProvider" - }, + "AuthenticationProvider", "; authentication_realm: ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.UserRealm", - "text": "UserRealm" - }, + "UserRealm", "; lookup_realm: ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.UserRealm", - "text": "UserRealm" - }, + "UserRealm", "; authentication_type: string; elastic_cloud_user: boolean; roles: string[]; }" ], - "path": "packages/core/security/core-security-server-mocks/src/security_service.mock.ts", + "path": "src/core/packages/security/server-mocks/src/security_service.mock.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -353,16 +269,10 @@ "description": [], "signature": [ "Partial & { roles: string[]; }>" ], - "path": "packages/core/security/core-security-server-mocks/src/security_service.mock.ts", + "path": "src/core/packages/security/server-mocks/src/security_service.mock.ts", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_core_security_server_mocks.mdx b/api_docs/kbn_core_security_server_mocks.mdx index b3e1f32cc5af8..f3510b93f3cea 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-server-mocks'] --- import kbnCoreSecurityServerMocksObj from './kbn_core_security_server_mocks.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 15 | 0 | 15 | 2 | +| 15 | 0 | 15 | 0 | ## Server diff --git a/api_docs/kbn_core_status_common.devdocs.json b/api_docs/kbn_core_status_common.devdocs.json index daaeb4f57c38a..834f70cba9cb7 100644 --- a/api_docs/kbn_core_status_common.devdocs.json +++ b/api_docs/kbn_core_status_common.devdocs.json @@ -29,7 +29,7 @@ "description": [ "\nStatus of core services.\n" ], - "path": "packages/core/status/core-status-common/src/core_status.ts", + "path": "src/core/packages/status/common/src/core_status.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -41,16 +41,10 @@ "label": "elasticsearch", "description": [], "signature": [ - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.ServiceStatus", - "text": "ServiceStatus" - }, + "ServiceStatus", "" ], - "path": "packages/core/status/core-status-common/src/core_status.ts", + "path": "src/core/packages/status/common/src/core_status.ts", "deprecated": false, "trackAdoption": false }, @@ -62,16 +56,10 @@ "label": "savedObjects", "description": [], "signature": [ - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.ServiceStatus", - "text": "ServiceStatus" - }, + "ServiceStatus", "" ], - "path": "packages/core/status/core-status-common/src/core_status.ts", + "path": "src/core/packages/status/common/src/core_status.ts", "deprecated": false, "trackAdoption": false } @@ -85,7 +73,7 @@ "tags": [], "label": "ServerVersion", "description": [], - "path": "packages/core/status/core-status-common/src/status.ts", + "path": "src/core/packages/status/common/src/status.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -96,7 +84,7 @@ "tags": [], "label": "number", "description": [], - "path": "packages/core/status/core-status-common/src/status.ts", + "path": "src/core/packages/status/common/src/status.ts", "deprecated": false, "trackAdoption": false }, @@ -107,7 +95,7 @@ "tags": [], "label": "build_hash", "description": [], - "path": "packages/core/status/core-status-common/src/status.ts", + "path": "src/core/packages/status/common/src/status.ts", "deprecated": false, "trackAdoption": false }, @@ -118,7 +106,7 @@ "tags": [], "label": "build_number", "description": [], - "path": "packages/core/status/core-status-common/src/status.ts", + "path": "src/core/packages/status/common/src/status.ts", "deprecated": false, "trackAdoption": false }, @@ -129,7 +117,7 @@ "tags": [], "label": "build_snapshot", "description": [], - "path": "packages/core/status/core-status-common/src/status.ts", + "path": "src/core/packages/status/common/src/status.ts", "deprecated": false, "trackAdoption": false }, @@ -143,7 +131,7 @@ "signature": [ "\"serverless\" | \"traditional\"" ], - "path": "packages/core/status/core-status-common/src/status.ts", + "path": "src/core/packages/status/common/src/status.ts", "deprecated": false, "trackAdoption": false }, @@ -154,7 +142,7 @@ "tags": [], "label": "build_date", "description": [], - "path": "packages/core/status/core-status-common/src/status.ts", + "path": "src/core/packages/status/common/src/status.ts", "deprecated": false, "trackAdoption": false } @@ -171,16 +159,10 @@ "\nThe current status of a service at a point in time.\n" ], "signature": [ - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.ServiceStatus", - "text": "ServiceStatus" - }, + "ServiceStatus", "" ], - "path": "packages/core/status/core-status-common/src/service_status.ts", + "path": "src/core/packages/status/common/src/service_status.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -196,7 +178,7 @@ "signature": [ "Readonly<{ toString: () => \"available\"; valueOf: () => 0; toJSON: () => \"available\"; }> | Readonly<{ toString: () => \"degraded\"; valueOf: () => 1; toJSON: () => \"degraded\"; }> | Readonly<{ toString: () => \"unavailable\"; valueOf: () => 2; toJSON: () => \"unavailable\"; }> | Readonly<{ toString: () => \"critical\"; valueOf: () => 3; toJSON: () => \"critical\"; }>" ], - "path": "packages/core/status/core-status-common/src/service_status.ts", + "path": "src/core/packages/status/common/src/service_status.ts", "deprecated": false, "trackAdoption": false }, @@ -209,7 +191,7 @@ "description": [ "\nA high-level summary of the service status." ], - "path": "packages/core/status/core-status-common/src/service_status.ts", + "path": "src/core/packages/status/common/src/service_status.ts", "deprecated": false, "trackAdoption": false }, @@ -225,7 +207,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/status/core-status-common/src/service_status.ts", + "path": "src/core/packages/status/common/src/service_status.ts", "deprecated": false, "trackAdoption": false }, @@ -241,7 +223,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/status/core-status-common/src/service_status.ts", + "path": "src/core/packages/status/common/src/service_status.ts", "deprecated": false, "trackAdoption": false }, @@ -257,7 +239,7 @@ "signature": [ "Meta | undefined" ], - "path": "packages/core/status/core-status-common/src/service_status.ts", + "path": "src/core/packages/status/common/src/service_status.ts", "deprecated": false, "trackAdoption": false } @@ -271,7 +253,7 @@ "tags": [], "label": "StatusInfo", "description": [], - "path": "packages/core/status/core-status-common/src/status.ts", + "path": "src/core/packages/status/common/src/status.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -283,15 +265,9 @@ "label": "overall", "description": [], "signature": [ - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.StatusInfoServiceStatus", - "text": "StatusInfoServiceStatus" - } + "StatusInfoServiceStatus" ], - "path": "packages/core/status/core-status-common/src/status.ts", + "path": "src/core/packages/status/common/src/status.ts", "deprecated": false, "trackAdoption": false }, @@ -304,24 +280,12 @@ "description": [], "signature": [ "{ elasticsearch: ", - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.StatusInfoServiceStatus", - "text": "StatusInfoServiceStatus" - }, + "StatusInfoServiceStatus", "; savedObjects: ", - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.StatusInfoServiceStatus", - "text": "StatusInfoServiceStatus" - }, + "StatusInfoServiceStatus", "; }" ], - "path": "packages/core/status/core-status-common/src/status.ts", + "path": "src/core/packages/status/common/src/status.ts", "deprecated": false, "trackAdoption": false }, @@ -334,16 +298,10 @@ "description": [], "signature": [ "{ [x: string]: ", - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.StatusInfoServiceStatus", - "text": "StatusInfoServiceStatus" - }, + "StatusInfoServiceStatus", "; }" ], - "path": "packages/core/status/core-status-common/src/status.ts", + "path": "src/core/packages/status/common/src/status.ts", "deprecated": false, "trackAdoption": false } @@ -358,24 +316,12 @@ "label": "StatusInfoServiceStatus", "description": [], "signature": [ - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.StatusInfoServiceStatus", - "text": "StatusInfoServiceStatus" - }, + "StatusInfoServiceStatus", " extends Omit<", - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.ServiceStatus", - "text": "ServiceStatus" - }, + "ServiceStatus", ", \"level\">" ], - "path": "packages/core/status/core-status-common/src/status.ts", + "path": "src/core/packages/status/common/src/status.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -389,7 +335,7 @@ "signature": [ "\"degraded\" | \"unavailable\" | \"available\" | \"critical\"" ], - "path": "packages/core/status/core-status-common/src/status.ts", + "path": "src/core/packages/status/common/src/status.ts", "deprecated": false, "trackAdoption": false } @@ -403,7 +349,7 @@ "tags": [], "label": "StatusResponse", "description": [], - "path": "packages/core/status/core-status-common/src/status.ts", + "path": "src/core/packages/status/common/src/status.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -414,7 +360,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/core/status/core-status-common/src/status.ts", + "path": "src/core/packages/status/common/src/status.ts", "deprecated": false, "trackAdoption": false }, @@ -425,7 +371,7 @@ "tags": [], "label": "uuid", "description": [], - "path": "packages/core/status/core-status-common/src/status.ts", + "path": "src/core/packages/status/common/src/status.ts", "deprecated": false, "trackAdoption": false }, @@ -437,15 +383,9 @@ "label": "version", "description": [], "signature": [ - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.ServerVersion", - "text": "ServerVersion" - } + "ServerVersion" ], - "path": "packages/core/status/core-status-common/src/status.ts", + "path": "src/core/packages/status/common/src/status.ts", "deprecated": false, "trackAdoption": false }, @@ -457,15 +397,9 @@ "label": "status", "description": [], "signature": [ - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.StatusInfo", - "text": "StatusInfo" - } + "StatusInfo" ], - "path": "packages/core/status/core-status-common/src/status.ts", + "path": "src/core/packages/status/common/src/status.ts", "deprecated": false, "trackAdoption": false }, @@ -478,16 +412,10 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.OpsMetrics", - "text": "OpsMetrics" - }, + "OpsMetrics", ", \"collected_at\"> & { last_updated: string; collection_interval_in_millis: number; requests: { status_codes: Record; }; }" ], - "path": "packages/core/status/core-status-common/src/status.ts", + "path": "src/core/packages/status/common/src/status.ts", "deprecated": false, "trackAdoption": false } @@ -506,16 +434,10 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.OpsMetrics", - "text": "OpsMetrics" - }, + "OpsMetrics", ", \"collected_at\"> & { last_updated: string; collection_interval_in_millis: number; requests: { status_codes: Record; }; }" ], - "path": "packages/core/status/core-status-common/src/status.ts", + "path": "src/core/packages/status/common/src/status.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -532,7 +454,7 @@ "signature": [ "Readonly<{ toString: () => \"available\"; valueOf: () => 0; toJSON: () => \"available\"; }> | Readonly<{ toString: () => \"degraded\"; valueOf: () => 1; toJSON: () => \"degraded\"; }> | Readonly<{ toString: () => \"unavailable\"; valueOf: () => 2; toJSON: () => \"unavailable\"; }> | Readonly<{ toString: () => \"critical\"; valueOf: () => 3; toJSON: () => \"critical\"; }>" ], - "path": "packages/core/status/core-status-common/src/service_status.ts", + "path": "src/core/packages/status/common/src/service_status.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -549,7 +471,7 @@ "signature": [ "\"degraded\" | \"unavailable\" | \"available\" | \"critical\"" ], - "path": "packages/core/status/core-status-common/src/service_status.ts", + "path": "src/core/packages/status/common/src/service_status.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -565,24 +487,12 @@ ], "signature": [ "{ elasticsearch: ", - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.StatusInfoServiceStatus", - "text": "StatusInfoServiceStatus" - }, + "StatusInfoServiceStatus", "; savedObjects: ", - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.StatusInfoServiceStatus", - "text": "StatusInfoServiceStatus" - }, + "StatusInfoServiceStatus", "; }" ], - "path": "packages/core/status/core-status-common/src/status.ts", + "path": "src/core/packages/status/common/src/status.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -601,7 +511,7 @@ "signature": [ "{ readonly available: Readonly<{ toString: () => \"available\"; valueOf: () => 0; toJSON: () => \"available\"; }>; readonly degraded: Readonly<{ toString: () => \"degraded\"; valueOf: () => 1; toJSON: () => \"degraded\"; }>; readonly unavailable: Readonly<{ toString: () => \"unavailable\"; valueOf: () => 2; toJSON: () => \"unavailable\"; }>; readonly critical: Readonly<{ toString: () => \"critical\"; valueOf: () => 3; toJSON: () => \"critical\"; }>; }" ], - "path": "packages/core/status/core-status-common/src/service_status.ts", + "path": "src/core/packages/status/common/src/service_status.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_status_common.mdx b/api_docs/kbn_core_status_common.mdx index d60af9c43a70e..7a6cbb3b1134c 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-12-27 +date: 2025-01-05 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_server.devdocs.json b/api_docs/kbn_core_status_server.devdocs.json index 5e5049083b67d..23724b240d14f 100644 --- a/api_docs/kbn_core_status_server.devdocs.json +++ b/api_docs/kbn_core_status_server.devdocs.json @@ -21,7 +21,7 @@ "description": [ "\nStatus of core services.\n" ], - "path": "packages/core/status/core-status-common/src/core_status.ts", + "path": "src/core/packages/status/common/src/core_status.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -33,16 +33,10 @@ "label": "elasticsearch", "description": [], "signature": [ - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.ServiceStatus", - "text": "ServiceStatus" - }, + "ServiceStatus", "" ], - "path": "packages/core/status/core-status-common/src/core_status.ts", + "path": "src/core/packages/status/common/src/core_status.ts", "deprecated": false, "trackAdoption": false }, @@ -54,16 +48,10 @@ "label": "savedObjects", "description": [], "signature": [ - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.ServiceStatus", - "text": "ServiceStatus" - }, + "ServiceStatus", "" ], - "path": "packages/core/status/core-status-common/src/core_status.ts", + "path": "src/core/packages/status/common/src/core_status.ts", "deprecated": false, "trackAdoption": false } @@ -80,16 +68,10 @@ "\nThe current status of a service at a point in time.\n" ], "signature": [ - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.ServiceStatus", - "text": "ServiceStatus" - }, + "ServiceStatus", "" ], - "path": "packages/core/status/core-status-common/src/service_status.ts", + "path": "src/core/packages/status/common/src/service_status.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -105,7 +87,7 @@ "signature": [ "Readonly<{ toString: () => \"available\"; valueOf: () => 0; toJSON: () => \"available\"; }> | Readonly<{ toString: () => \"degraded\"; valueOf: () => 1; toJSON: () => \"degraded\"; }> | Readonly<{ toString: () => \"unavailable\"; valueOf: () => 2; toJSON: () => \"unavailable\"; }> | Readonly<{ toString: () => \"critical\"; valueOf: () => 3; toJSON: () => \"critical\"; }>" ], - "path": "packages/core/status/core-status-common/src/service_status.ts", + "path": "src/core/packages/status/common/src/service_status.ts", "deprecated": false, "trackAdoption": false }, @@ -118,7 +100,7 @@ "description": [ "\nA high-level summary of the service status." ], - "path": "packages/core/status/core-status-common/src/service_status.ts", + "path": "src/core/packages/status/common/src/service_status.ts", "deprecated": false, "trackAdoption": false }, @@ -134,7 +116,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/status/core-status-common/src/service_status.ts", + "path": "src/core/packages/status/common/src/service_status.ts", "deprecated": false, "trackAdoption": false }, @@ -150,7 +132,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/status/core-status-common/src/service_status.ts", + "path": "src/core/packages/status/common/src/service_status.ts", "deprecated": false, "trackAdoption": false }, @@ -166,7 +148,7 @@ "signature": [ "Meta | undefined" ], - "path": "packages/core/status/core-status-common/src/service_status.ts", + "path": "src/core/packages/status/common/src/service_status.ts", "deprecated": false, "trackAdoption": false } @@ -182,7 +164,7 @@ "description": [ "\nAPI for accessing status of Core and this plugin's dependencies as well as for customizing this plugin's status.\n" ], - "path": "packages/core/status/core-status-server/src/contracts.ts", + "path": "src/core/packages/status/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -198,16 +180,10 @@ "signature": [ "Observable", "<", - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.CoreStatus", - "text": "CoreStatus" - }, + "CoreStatus", ">" ], - "path": "packages/core/status/core-status-server/src/contracts.ts", + "path": "src/core/packages/status/server/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -223,16 +199,10 @@ "signature": [ "Observable", "<", - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.ServiceStatus", - "text": "ServiceStatus" - }, + "ServiceStatus", ">" ], - "path": "packages/core/status/core-status-server/src/contracts.ts", + "path": "src/core/packages/status/server/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -249,16 +219,10 @@ "(status$: ", "Observable", "<", - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.ServiceStatus", - "text": "ServiceStatus" - }, + "ServiceStatus", ">) => void" ], - "path": "packages/core/status/core-status-server/src/contracts.ts", + "path": "src/core/packages/status/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -272,16 +236,10 @@ "signature": [ "Observable", "<", - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.ServiceStatus", - "text": "ServiceStatus" - }, + "ServiceStatus", ">" ], - "path": "packages/core/status/core-status-server/src/contracts.ts", + "path": "src/core/packages/status/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -301,16 +259,10 @@ "signature": [ "Observable", ">>" ], - "path": "packages/core/status/core-status-server/src/contracts.ts", + "path": "src/core/packages/status/server/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -326,16 +278,10 @@ "signature": [ "Observable", "<", - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.ServiceStatus", - "text": "ServiceStatus" - }, + "ServiceStatus", ">" ], - "path": "packages/core/status/core-status-server/src/contracts.ts", + "path": "src/core/packages/status/server/src/contracts.ts", "deprecated": false, "trackAdoption": false }, @@ -351,7 +297,7 @@ "signature": [ "() => boolean" ], - "path": "packages/core/status/core-status-server/src/contracts.ts", + "path": "src/core/packages/status/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -375,7 +321,7 @@ "signature": [ "Readonly<{ toString: () => \"available\"; valueOf: () => 0; toJSON: () => \"available\"; }> | Readonly<{ toString: () => \"degraded\"; valueOf: () => 1; toJSON: () => \"degraded\"; }> | Readonly<{ toString: () => \"unavailable\"; valueOf: () => 2; toJSON: () => \"unavailable\"; }> | Readonly<{ toString: () => \"critical\"; valueOf: () => 3; toJSON: () => \"critical\"; }>" ], - "path": "packages/core/status/core-status-common/src/service_status.ts", + "path": "src/core/packages/status/common/src/service_status.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -392,7 +338,7 @@ "signature": [ "\"degraded\" | \"unavailable\" | \"available\" | \"critical\"" ], - "path": "packages/core/status/core-status-common/src/service_status.ts", + "path": "src/core/packages/status/common/src/service_status.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -411,7 +357,7 @@ "signature": [ "{ readonly available: Readonly<{ toString: () => \"available\"; valueOf: () => 0; toJSON: () => \"available\"; }>; readonly degraded: Readonly<{ toString: () => \"degraded\"; valueOf: () => 1; toJSON: () => \"degraded\"; }>; readonly unavailable: Readonly<{ toString: () => \"unavailable\"; valueOf: () => 2; toJSON: () => \"unavailable\"; }>; readonly critical: Readonly<{ toString: () => \"critical\"; valueOf: () => 3; toJSON: () => \"critical\"; }>; }" ], - "path": "packages/core/status/core-status-common/src/service_status.ts", + "path": "src/core/packages/status/common/src/service_status.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_status_server.mdx b/api_docs/kbn_core_status_server.mdx index 03c3266460b1c..241e755898d5b 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server'] --- import kbnCoreStatusServerObj from './kbn_core_status_server.devdocs.json'; diff --git a/api_docs/kbn_core_status_server_internal.devdocs.json b/api_docs/kbn_core_status_server_internal.devdocs.json index 63c08a5cd2861..f08c7867d9537 100644 --- a/api_docs/kbn_core_status_server_internal.devdocs.json +++ b/api_docs/kbn_core_status_server_internal.devdocs.json @@ -18,20 +18,14 @@ "label": "StatusService", "description": [], "signature": [ - { - "pluginId": "@kbn/core-status-server-internal", - "scope": "server", - "docId": "kibKbnCoreStatusServerInternalPluginApi", - "section": "def-server.StatusService", - "text": "StatusService" - }, + "StatusService", " implements ", "CoreService", "<", "InternalStatusServiceSetup", ", void>" ], - "path": "packages/core/status/core-status-server-internal/src/status_service.ts", + "path": "src/core/packages/status/server-internal/src/status_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -45,7 +39,7 @@ "signature": [ "any" ], - "path": "packages/core/status/core-status-server-internal/src/status_service.ts", + "path": "src/core/packages/status/server-internal/src/status_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -59,7 +53,7 @@ "signature": [ "CoreContext" ], - "path": "packages/core/status/core-status-server-internal/src/status_service.ts", + "path": "src/core/packages/status/server-internal/src/status_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -79,7 +73,7 @@ "StatusServicePrebootDeps", ") => Promise" ], - "path": "packages/core/status/core-status-server-internal/src/status_service.ts", + "path": "src/core/packages/status/server-internal/src/status_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -93,7 +87,7 @@ "signature": [ "StatusServicePrebootDeps" ], - "path": "packages/core/status/core-status-server-internal/src/status_service.ts", + "path": "src/core/packages/status/server-internal/src/status_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -110,53 +104,23 @@ "description": [], "signature": [ "({ analytics, elasticsearch, pluginDependencies, http, metrics, savedObjects, environment, coreUsageData, }: ", - { - "pluginId": "@kbn/core-status-server-internal", - "scope": "server", - "docId": "kibKbnCoreStatusServerInternalPluginApi", - "section": "def-server.StatusServiceSetupDeps", - "text": "StatusServiceSetupDeps" - }, + "StatusServiceSetupDeps", ") => Promise<{ core$: ", "Observable", "<", - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.CoreStatus", - "text": "CoreStatus" - }, + "CoreStatus", ">; coreOverall$: ", "Observable", "<", - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.ServiceStatus", - "text": "ServiceStatus" - }, + "ServiceStatus", ">; overall$: ", "Observable", "<", - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.ServiceStatus", - "text": "ServiceStatus" - }, + "ServiceStatus", ">; plugins: { set: (plugin: string, status$: ", "Observable", "<", - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.ServiceStatus", - "text": "ServiceStatus" - }, + "ServiceStatus", ">) => void; getDependenciesStatus$: (plugin: string) => ", "Observable", "; }; isStatusPageAnonymous: () => boolean; }>" ], - "path": "packages/core/status/core-status-server-internal/src/status_service.ts", + "path": "src/core/packages/status/server-internal/src/status_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -179,15 +143,9 @@ "label": "{\n analytics,\n elasticsearch,\n pluginDependencies,\n http,\n metrics,\n savedObjects,\n environment,\n coreUsageData,\n }", "description": [], "signature": [ - { - "pluginId": "@kbn/core-status-server-internal", - "scope": "server", - "docId": "kibKbnCoreStatusServerInternalPluginApi", - "section": "def-server.StatusServiceSetupDeps", - "text": "StatusServiceSetupDeps" - } + "StatusServiceSetupDeps" ], - "path": "packages/core/status/core-status-server-internal/src/status_service.ts", + "path": "src/core/packages/status/server-internal/src/status_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -205,7 +163,7 @@ "signature": [ "() => void" ], - "path": "packages/core/status/core-status-server-internal/src/status_service.ts", + "path": "src/core/packages/status/server-internal/src/status_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -221,7 +179,7 @@ "signature": [ "() => void" ], - "path": "packages/core/status/core-status-server-internal/src/status_service.ts", + "path": "src/core/packages/status/server-internal/src/status_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -242,7 +200,7 @@ "signature": [ "({ router, config, metrics, status, incrementUsageCounter, }: Deps) => void" ], - "path": "packages/core/status/core-status-server-internal/src/routes/status.ts", + "path": "src/core/packages/status/server-internal/src/routes/status.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -256,7 +214,7 @@ "signature": [ "Deps" ], - "path": "packages/core/status/core-status-server-internal/src/routes/status.ts", + "path": "src/core/packages/status/server-internal/src/routes/status.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -274,7 +232,7 @@ "tags": [], "label": "StatusServiceSetupDeps", "description": [], - "path": "packages/core/status/core-status-server-internal/src/status_service.ts", + "path": "src/core/packages/status/server-internal/src/status_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -304,7 +262,7 @@ "ContextProviderOpts", ") => void; removeContextProvider: (contextProviderName: string) => void; }" ], - "path": "packages/core/status/core-status-server-internal/src/status_service.ts", + "path": "src/core/packages/status/server-internal/src/status_service.ts", "deprecated": false, "trackAdoption": false }, @@ -319,18 +277,12 @@ "{ status$: ", "Observable", "<", - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.ServiceStatus", - "text": "ServiceStatus" - }, + "ServiceStatus", "<", "ElasticsearchStatusMeta", ">>; }" ], - "path": "packages/core/status/core-status-server-internal/src/status_service.ts", + "path": "src/core/packages/status/server-internal/src/status_service.ts", "deprecated": false, "trackAdoption": false }, @@ -344,7 +296,7 @@ "signature": [ "InternalEnvironmentServicePreboot" ], - "path": "packages/core/status/core-status-server-internal/src/status_service.ts", + "path": "src/core/packages/status/server-internal/src/status_service.ts", "deprecated": false, "trackAdoption": false }, @@ -358,7 +310,7 @@ "signature": [ "ReadonlyMap" ], - "path": "packages/core/status/core-status-server-internal/src/status_service.ts", + "path": "src/core/packages/status/server-internal/src/status_service.ts", "deprecated": false, "trackAdoption": false }, @@ -372,7 +324,7 @@ "signature": [ "InternalHttpServiceSetup" ], - "path": "packages/core/status/core-status-server-internal/src/status_service.ts", + "path": "src/core/packages/status/server-internal/src/status_service.ts", "deprecated": false, "trackAdoption": false }, @@ -384,15 +336,9 @@ "label": "metrics", "description": [], "signature": [ - { - "pluginId": "@kbn/core-metrics-server", - "scope": "server", - "docId": "kibKbnCoreMetricsServerPluginApi", - "section": "def-server.MetricsServiceSetup", - "text": "MetricsServiceSetup" - } + "MetricsServiceSetup" ], - "path": "packages/core/status/core-status-server-internal/src/status_service.ts", + "path": "src/core/packages/status/server-internal/src/status_service.ts", "deprecated": false, "trackAdoption": false }, @@ -407,24 +353,12 @@ "{ status$: ", "Observable", "<", - { - "pluginId": "@kbn/core-status-common", - "scope": "common", - "docId": "kibKbnCoreStatusCommonPluginApi", - "section": "def-common.ServiceStatus", - "text": "ServiceStatus" - }, + "ServiceStatus", "<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectStatusMeta", - "text": "SavedObjectStatusMeta" - }, + "SavedObjectStatusMeta", ">>; }" ], - "path": "packages/core/status/core-status-server-internal/src/status_service.ts", + "path": "src/core/packages/status/server-internal/src/status_service.ts", "deprecated": false, "trackAdoption": false }, @@ -437,16 +371,10 @@ "description": [], "signature": [ "{ incrementUsageCounter: ", - { - "pluginId": "@kbn/core-usage-data-server", - "scope": "server", - "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-server.CoreIncrementUsageCounter", - "text": "CoreIncrementUsageCounter" - }, + "CoreIncrementUsageCounter", "; }" ], - "path": "packages/core/status/core-status-server-internal/src/status_service.ts", + "path": "src/core/packages/status/server-internal/src/status_service.ts", "deprecated": false, "trackAdoption": false } @@ -466,7 +394,7 @@ "signature": [ "{ readonly allowAnonymous: boolean; }" ], - "path": "packages/core/status/core-status-server-internal/src/status_config.ts", + "path": "src/core/packages/status/server-internal/src/status_config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -480,7 +408,7 @@ "tags": [], "label": "statusConfig", "description": [], - "path": "packages/core/status/core-status-server-internal/src/status_config.ts", + "path": "src/core/packages/status/server-internal/src/status_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -491,7 +419,7 @@ "tags": [], "label": "path", "description": [], - "path": "packages/core/status/core-status-server-internal/src/status_config.ts", + "path": "src/core/packages/status/server-internal/src/status_config.ts", "deprecated": false, "trackAdoption": false }, @@ -520,7 +448,7 @@ }, "; }>" ], - "path": "packages/core/status/core-status-server-internal/src/status_config.ts", + "path": "src/core/packages/status/server-internal/src/status_config.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_status_server_internal.mdx b/api_docs/kbn_core_status_server_internal.mdx index f8b9ebad9900e..55a6120004ff7 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server-internal'] --- import kbnCoreStatusServerInternalObj from './kbn_core_status_server_internal.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 24 | 0 | 24 | 3 | +| 24 | 0 | 24 | 0 | ## Server diff --git a/api_docs/kbn_core_status_server_mocks.devdocs.json b/api_docs/kbn_core_status_server_mocks.devdocs.json index 707d54a031b14..85f331d9e7e27 100644 --- a/api_docs/kbn_core_status_server_mocks.devdocs.json +++ b/api_docs/kbn_core_status_server_mocks.devdocs.json @@ -51,13 +51,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-status-server", - "scope": "server", - "docId": "kibKbnCoreStatusServerPluginApi", - "section": "def-server.StatusServiceSetup", - "text": "StatusServiceSetup" - }, + "StatusServiceSetup", ">" ], "path": "packages/core/status/core-status-server-mocks/src/status_service.mock.ts", diff --git a/api_docs/kbn_core_status_server_mocks.mdx b/api_docs/kbn_core_status_server_mocks.mdx index 8c19d3755d131..33b46d58ea688 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server-mocks'] --- import kbnCoreStatusServerMocksObj from './kbn_core_status_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_deprecations_getters.devdocs.json b/api_docs/kbn_core_test_helpers_deprecations_getters.devdocs.json index 3205388600f03..dea2fb8d86326 100644 --- a/api_docs/kbn_core_test_helpers_deprecations_getters.devdocs.json +++ b/api_docs/kbn_core_test_helpers_deprecations_getters.devdocs.json @@ -37,7 +37,7 @@ }, "; settings?: Record | undefined; path: string; }) => { messages: string[]; levels: string[]; migrated: Record; }" ], - "path": "packages/core/test-helpers/core-test-helpers-deprecations-getters/src/deprecations_getters.ts", + "path": "src/core/packages/test-helpers/deprecations-getters/src/deprecations_getters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -48,7 +48,7 @@ "tags": [], "label": "{\n provider,\n settings = {},\n path,\n}", "description": [], - "path": "packages/core/test-helpers/core-test-helpers-deprecations-getters/src/deprecations_getters.ts", + "path": "src/core/packages/test-helpers/deprecations-getters/src/deprecations_getters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -78,7 +78,7 @@ }, "[]" ], - "path": "packages/core/test-helpers/core-test-helpers-deprecations-getters/src/deprecations_getters.ts", + "path": "src/core/packages/test-helpers/deprecations-getters/src/deprecations_getters.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -99,7 +99,7 @@ "text": "ConfigDeprecationFactory" } ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false } @@ -115,7 +115,7 @@ "signature": [ "Record | undefined" ], - "path": "packages/core/test-helpers/core-test-helpers-deprecations-getters/src/deprecations_getters.ts", + "path": "src/core/packages/test-helpers/deprecations-getters/src/deprecations_getters.ts", "deprecated": false, "trackAdoption": false }, @@ -126,7 +126,7 @@ "tags": [], "label": "path", "description": [], - "path": "packages/core/test-helpers/core-test-helpers-deprecations-getters/src/deprecations_getters.ts", + "path": "src/core/packages/test-helpers/deprecations-getters/src/deprecations_getters.ts", "deprecated": false, "trackAdoption": false } @@ -154,7 +154,7 @@ }, "; settings?: Record | undefined; }) => { messages: string[]; levels: string[]; migrated: Record; }" ], - "path": "packages/core/test-helpers/core-test-helpers-deprecations-getters/src/deprecations_getters.ts", + "path": "src/core/packages/test-helpers/deprecations-getters/src/deprecations_getters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -165,7 +165,7 @@ "tags": [], "label": "{\n provider,\n settings = {},\n}", "description": [], - "path": "packages/core/test-helpers/core-test-helpers-deprecations-getters/src/deprecations_getters.ts", + "path": "src/core/packages/test-helpers/deprecations-getters/src/deprecations_getters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -195,7 +195,7 @@ }, "[]" ], - "path": "packages/core/test-helpers/core-test-helpers-deprecations-getters/src/deprecations_getters.ts", + "path": "src/core/packages/test-helpers/deprecations-getters/src/deprecations_getters.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -216,7 +216,7 @@ "text": "ConfigDeprecationFactory" } ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false } @@ -232,7 +232,7 @@ "signature": [ "Record | undefined" ], - "path": "packages/core/test-helpers/core-test-helpers-deprecations-getters/src/deprecations_getters.ts", + "path": "src/core/packages/test-helpers/deprecations-getters/src/deprecations_getters.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_test_helpers_deprecations_getters.mdx b/api_docs/kbn_core_test_helpers_deprecations_getters.mdx index 5a25a4472bc61..28c6162298d1e 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-12-27 +date: 2025-01-05 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 af410ee15c4d9..ee061937ed523 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 @@ -28,36 +28,18 @@ "description": [], "signature": [ "(tap: ", - { - "pluginId": "@kbn/core-test-helpers-http-setup-browser", - "scope": "common", - "docId": "kibKbnCoreTestHelpersHttpSetupBrowserPluginApi", - "section": "def-common.SetupTap", - "text": "SetupTap" - }, + "SetupTap", ") => { httpService: ", "HttpService", "; injectedMetadata: jest.Mocked<", "InternalInjectedMetadataSetup", ">; fatalErrors: jest.Mocked<", - { - "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "public", - "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-public.FatalErrorsSetup", - "text": "FatalErrorsSetup" - }, + "FatalErrorsSetup", ">; http: ", - { - "pluginId": "@kbn/core-http-browser-internal", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserInternalPluginApi", - "section": "def-public.InternalHttpSetup", - "text": "InternalHttpSetup" - }, + "InternalHttpSetup", "; }" ], - "path": "packages/core/test-helpers/core-test-helpers-http-setup-browser/src/http_test_setup.ts", + "path": "src/core/packages/test-helpers/http-setup-browser/src/http_test_setup.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -69,15 +51,9 @@ "label": "tap", "description": [], "signature": [ - { - "pluginId": "@kbn/core-test-helpers-http-setup-browser", - "scope": "common", - "docId": "kibKbnCoreTestHelpersHttpSetupBrowserPluginApi", - "section": "def-common.SetupTap", - "text": "SetupTap" - } + "SetupTap" ], - "path": "packages/core/test-helpers/core-test-helpers-http-setup-browser/src/http_test_setup.ts", + "path": "src/core/packages/test-helpers/http-setup-browser/src/http_test_setup.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -101,16 +77,10 @@ "(injectedMetadata: jest.Mocked<", "InternalInjectedMetadataSetup", ">, fatalErrors: jest.Mocked<", - { - "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "public", - "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-public.FatalErrorsSetup", - "text": "FatalErrorsSetup" - }, + "FatalErrorsSetup", ">) => void" ], - "path": "packages/core/test-helpers/core-test-helpers-http-setup-browser/src/http_test_setup.ts", + "path": "src/core/packages/test-helpers/http-setup-browser/src/http_test_setup.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -142,7 +112,7 @@ ", [], unknown>; getFeatureFlags: jest.MockInstance<{ overrides: Record; } | undefined, [], unknown>; } & ", "InternalInjectedMetadataSetup" ], - "path": "packages/core/test-helpers/core-test-helpers-http-setup-browser/src/http_test_setup.ts", + "path": "src/core/packages/test-helpers/http-setup-browser/src/http_test_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -157,23 +127,11 @@ "{ add: jest.MockInstance; get$: jest.MockInstance<", "Observable", "<", - { - "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "public", - "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-public.FatalErrorInfo", - "text": "FatalErrorInfo" - }, + "FatalErrorInfo", ">, [], unknown>; } & ", - { - "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "public", - "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-public.FatalErrorsSetup", - "text": "FatalErrorsSetup" - } + "FatalErrorsSetup" ], - "path": "packages/core/test-helpers/core-test-helpers-http-setup-browser/src/http_test_setup.ts", + "path": "src/core/packages/test-helpers/http-setup-browser/src/http_test_setup.ts", "deprecated": false, "trackAdoption": false } 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 0d259ec6180d9..33a379d7837a9 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-12-27 +date: 2025-01-05 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 2d81e0bd33ee1..7b4739b5f141d 100644 --- a/api_docs/kbn_core_test_helpers_kbn_server.devdocs.json +++ b/api_docs/kbn_core_test_helpers_kbn_server.devdocs.json @@ -24,13 +24,7 @@ "(settings: {}, cliArgs: Partial<", "CliArgs", ">) => ", - { - "pluginId": "@kbn/core-root-server-internal", - "scope": "server", - "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-server.Root", - "text": "Root" - } + "Root" ], "path": "packages/core/test-helpers/core-test-helpers-kbn-server/src/create_root.ts", "deprecated": false, @@ -87,13 +81,7 @@ "(settings: {}, cliArgs: Partial<", "CliArgs", ">, customKibanaVersion: string | undefined) => ", - { - "pluginId": "@kbn/core-root-server-internal", - "scope": "server", - "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-server.Root", - "text": "Root" - } + "Root" ], "path": "packages/core/test-helpers/core-test-helpers-kbn-server/src/create_root.ts", "deprecated": false, @@ -163,13 +151,7 @@ "(settings: Record, cliArgs: Partial<", "CliArgs", ">, customKibanaVersion: string | undefined) => ", - { - "pluginId": "@kbn/core-root-server-internal", - "scope": "server", - "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-server.Root", - "text": "Root" - } + "Root" ], "path": "packages/core/test-helpers/core-test-helpers-kbn-server/src/create_root.ts", "deprecated": false, @@ -428,13 +410,7 @@ ], "signature": [ "(root: ", - { - "pluginId": "@kbn/core-root-server-internal", - "scope": "server", - "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-server.Root", - "text": "Root" - }, + "Root", ", method: ", { "pluginId": "@kbn/core-test-helpers-kbn-server", @@ -459,13 +435,7 @@ "label": "root", "description": [], "signature": [ - { - "pluginId": "@kbn/core-root-server-internal", - "scope": "server", - "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-server.Root", - "text": "Root" - } + "Root" ], "path": "packages/core/test-helpers/core-test-helpers-kbn-server/src/create_root.ts", "deprecated": false, @@ -613,13 +583,7 @@ "label": "root", "description": [], "signature": [ - { - "pluginId": "@kbn/core-root-server-internal", - "scope": "server", - "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-server.Root", - "text": "Root" - } + "Root" ], "path": "packages/core/test-helpers/core-test-helpers-kbn-server/src/create_root.ts", "deprecated": false, @@ -836,13 +800,7 @@ "description": [], "signature": [ "(root: ", - { - "pluginId": "@kbn/core-root-server-internal", - "scope": "server", - "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-server.Root", - "text": "Root" - }, + "Root", ", path: string) => ", "SuperTestStatic", ".Test" @@ -859,13 +817,7 @@ "label": "root", "description": [], "signature": [ - { - "pluginId": "@kbn/core-root-server-internal", - "scope": "server", - "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-server.Root", - "text": "Root" - } + "Root" ], "path": "packages/core/test-helpers/core-test-helpers-kbn-server/src/create_root.ts", "deprecated": false, @@ -899,13 +851,7 @@ "description": [], "signature": [ "(root: ", - { - "pluginId": "@kbn/core-root-server-internal", - "scope": "server", - "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-server.Root", - "text": "Root" - }, + "Root", ", path: string) => ", "SuperTestStatic", ".Test" @@ -922,13 +868,7 @@ "label": "root", "description": [], "signature": [ - { - "pluginId": "@kbn/core-root-server-internal", - "scope": "server", - "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-server.Root", - "text": "Root" - } + "Root" ], "path": "packages/core/test-helpers/core-test-helpers-kbn-server/src/create_root.ts", "deprecated": false, @@ -962,13 +902,7 @@ "description": [], "signature": [ "(root: ", - { - "pluginId": "@kbn/core-root-server-internal", - "scope": "server", - "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-server.Root", - "text": "Root" - }, + "Root", ", path: string) => ", "SuperTestStatic", ".Test" @@ -985,13 +919,7 @@ "label": "root", "description": [], "signature": [ - { - "pluginId": "@kbn/core-root-server-internal", - "scope": "server", - "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-server.Root", - "text": "Root" - } + "Root" ], "path": "packages/core/test-helpers/core-test-helpers-kbn-server/src/create_root.ts", "deprecated": false, @@ -1025,13 +953,7 @@ "description": [], "signature": [ "(root: ", - { - "pluginId": "@kbn/core-root-server-internal", - "scope": "server", - "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-server.Root", - "text": "Root" - }, + "Root", ", path: string) => ", "SuperTestStatic", ".Test" @@ -1048,13 +970,7 @@ "label": "root", "description": [], "signature": [ - { - "pluginId": "@kbn/core-root-server-internal", - "scope": "server", - "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-server.Root", - "text": "Root" - } + "Root" ], "path": "packages/core/test-helpers/core-test-helpers-kbn-server/src/create_root.ts", "deprecated": false, @@ -1088,13 +1004,7 @@ "description": [], "signature": [ "(root: ", - { - "pluginId": "@kbn/core-root-server-internal", - "scope": "server", - "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-server.Root", - "text": "Root" - }, + "Root", ", path: string) => ", "SuperTestStatic", ".Test" @@ -1111,13 +1021,7 @@ "label": "root", "description": [], "signature": [ - { - "pluginId": "@kbn/core-root-server-internal", - "scope": "server", - "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-server.Root", - "text": "Root" - } + "Root" ], "path": "packages/core/test-helpers/core-test-helpers-kbn-server/src/create_root.ts", "deprecated": false, @@ -1151,13 +1055,7 @@ "description": [], "signature": [ "(root: ", - { - "pluginId": "@kbn/core-root-server-internal", - "scope": "server", - "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-server.Root", - "text": "Root" - }, + "Root", ", path: string) => ", "SuperTestStatic", ".Test" @@ -1174,13 +1072,7 @@ "label": "root", "description": [], "signature": [ - { - "pluginId": "@kbn/core-root-server-internal", - "scope": "server", - "docId": "kibKbnCoreRootServerInternalPluginApi", - "section": "def-server.Root", - "text": "Root" - } + "Root" ], "path": "packages/core/test-helpers/core-test-helpers-kbn-server/src/create_root.ts", "deprecated": false, diff --git a/api_docs/kbn_core_test_helpers_kbn_server.mdx b/api_docs/kbn_core_test_helpers_kbn_server.mdx index 4ed422182a7e1..23f053caccf68 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-kbn-server'] --- import kbnCoreTestHelpersKbnServerObj from './kbn_core_test_helpers_kbn_server.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_model_versions.devdocs.json b/api_docs/kbn_core_test_helpers_model_versions.devdocs.json index 79077594ab491..fab659f28a163 100644 --- a/api_docs/kbn_core_test_helpers_model_versions.devdocs.json +++ b/api_docs/kbn_core_test_helpers_model_versions.devdocs.json @@ -56,13 +56,7 @@ ], "signature": [ "({ type, }: { type: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "; }) => ", { "pluginId": "@kbn/core-test-helpers-model-versions", @@ -95,13 +89,7 @@ "label": "type", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "" ], "path": "packages/core/test-helpers/core-test-helpers-model-versions/src/model_version_tester.ts", @@ -266,13 +254,7 @@ "\nThe SO repository using the SO type definitions at the `before` versions." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.ISavedObjectsRepository", - "text": "ISavedObjectsRepository" - } + "ISavedObjectsRepository" ], "path": "packages/core/test-helpers/core-test-helpers-model-versions/src/test_bed/types.ts", "deprecated": false, @@ -288,13 +270,7 @@ "\nThe SO repository using the SO type definitions at the `after` versions." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.ISavedObjectsRepository", - "text": "ISavedObjectsRepository" - } + "ISavedObjectsRepository" ], "path": "packages/core/test-helpers/core-test-helpers-model-versions/src/test_bed/types.ts", "deprecated": false, @@ -380,13 +356,7 @@ "\n(optional) if specified, the provided list of objects will be created (using `SOR.bulkCreate`)\nbetween the first (before) the second (after) migrator runs. Objects are therefor expected to be of\nthe `versionBefore` version." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsBulkCreateObject", - "text": "SavedObjectsBulkCreateObject" - }, + "SavedObjectsBulkCreateObject", "[] | undefined" ], "path": "packages/core/test-helpers/core-test-helpers-model-versions/src/test_bed/types.ts", @@ -486,13 +456,7 @@ ], "signature": [ "(options: ModelVersionTestMigrateOptions) => ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "" ], "path": "packages/core/test-helpers/core-test-helpers-model-versions/src/model_version_tester.ts", @@ -543,13 +507,7 @@ "\nThe SO type definition" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "" ], "path": "packages/core/test-helpers/core-test-helpers-model-versions/src/test_bed/types.ts", diff --git a/api_docs/kbn_core_test_helpers_model_versions.mdx b/api_docs/kbn_core_test_helpers_model_versions.mdx index beaea14afe3c3..18ecbbcfcdf63 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-12-27 +date: 2025-01-05 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 a1b83b53bba23..f330689cf3c5c 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 @@ -30,23 +30,11 @@ ], "signature": [ "(soType: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", ") => ", - { - "pluginId": "@kbn/core-test-helpers-so-type-serializer", - "scope": "common", - "docId": "kibKbnCoreTestHelpersSoTypeSerializerPluginApi", - "section": "def-common.SavedObjectTypeMigrationInfo", - "text": "SavedObjectTypeMigrationInfo" - } + "SavedObjectTypeMigrationInfo" ], - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -58,16 +46,10 @@ "label": "soType", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "" ], - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -85,16 +67,10 @@ "description": [], "signature": [ "(soType: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", ") => string" ], - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.ts", + "path": "src/core/packages/test-helpers/so-type-serializer/src/get_migration_hash.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -106,16 +82,10 @@ "label": "soType", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "" ], - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/get_migration_hash.ts", + "path": "src/core/packages/test-helpers/so-type-serializer/src/get_migration_hash.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -133,7 +103,7 @@ "tags": [], "label": "SavedObjectTypeMigrationInfo", "description": [], - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -144,7 +114,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts", "deprecated": false, "trackAdoption": false }, @@ -158,7 +128,7 @@ "signature": [ "\"single\" | \"multiple\" | \"agnostic\" | \"multiple-isolated\"" ], - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts", "deprecated": false, "trackAdoption": false }, @@ -172,7 +142,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts", "deprecated": false, "trackAdoption": false }, @@ -186,7 +156,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts", "deprecated": false, "trackAdoption": false }, @@ -200,7 +170,7 @@ "signature": [ "string[]" ], - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts", "deprecated": false, "trackAdoption": false }, @@ -214,7 +184,7 @@ "signature": [ "string[]" ], - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts", "deprecated": false, "trackAdoption": false }, @@ -228,7 +198,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts", "deprecated": false, "trackAdoption": false }, @@ -239,7 +209,7 @@ "tags": [], "label": "hasExcludeOnUpgrade", "description": [], - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts", "deprecated": false, "trackAdoption": false }, @@ -254,7 +224,7 @@ "ModelVersionSummary", "[]" ], - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts", "deprecated": false, "trackAdoption": false }, @@ -268,7 +238,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/test-helpers/core-test-helpers-so-type-serializer/src/extract_migration_info.ts", + "path": "src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts", "deprecated": false, "trackAdoption": false } 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 4d56fb0697276..0a680243686f5 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-so-type-serializer'] --- import kbnCoreTestHelpersSoTypeSerializerObj from './kbn_core_test_helpers_so_type_serializer.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 15 | 0 | 14 | 1 | +| 15 | 0 | 14 | 0 | ## Common 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 6737fb615cf78..30345b09f8e10 100644 --- a/api_docs/kbn_core_test_helpers_test_utils.devdocs.json +++ b/api_docs/kbn_core_test_helpers_test_utils.devdocs.json @@ -28,16 +28,10 @@ "description": [], "signature": [ "(name: string) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "" ], - "path": "packages/core/test-helpers/core-test-helpers-test-utils/src/create_exportable_type.ts", + "path": "src/core/packages/test-helpers/test-utils/src/create_exportable_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -51,7 +45,7 @@ "signature": [ "string" ], - "path": "packages/core/test-helpers/core-test-helpers-test-utils/src/create_exportable_type.ts", + "path": "src/core/packages/test-helpers/test-utils/src/create_exportable_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -69,16 +63,10 @@ "description": [], "signature": [ "(createOptions: { name: string; hide?: boolean | undefined; hideFromHttpApis?: boolean | undefined; }) => ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsType", - "text": "SavedObjectsType" - }, + "SavedObjectsType", "" ], - "path": "packages/core/test-helpers/core-test-helpers-test-utils/src/create_hidden_type_variants.ts", + "path": "src/core/packages/test-helpers/test-utils/src/create_hidden_type_variants.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -89,7 +77,7 @@ "tags": [], "label": "createOptions", "description": [], - "path": "packages/core/test-helpers/core-test-helpers-test-utils/src/create_hidden_type_variants.ts", + "path": "src/core/packages/test-helpers/test-utils/src/create_hidden_type_variants.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -100,7 +88,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/core/test-helpers/core-test-helpers-test-utils/src/create_hidden_type_variants.ts", + "path": "src/core/packages/test-helpers/test-utils/src/create_hidden_type_variants.ts", "deprecated": false, "trackAdoption": false }, @@ -114,7 +102,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/test-helpers/core-test-helpers-test-utils/src/create_hidden_type_variants.ts", + "path": "src/core/packages/test-helpers/test-utils/src/create_hidden_type_variants.ts", "deprecated": false, "trackAdoption": false }, @@ -128,7 +116,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/test-helpers/core-test-helpers-test-utils/src/create_hidden_type_variants.ts", + "path": "src/core/packages/test-helpers/test-utils/src/create_hidden_type_variants.ts", "deprecated": false, "trackAdoption": false } @@ -151,47 +139,17 @@ "; httpSetup: ", "InternalHttpServiceSetup", "; handlerContext: { savedObjects: { client: jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ">; typeRegistry: jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectTypeRegistry", - "text": "ISavedObjectTypeRegistry" - }, + "ISavedObjectTypeRegistry", " & Pick<", "SavedObjectTypeRegistry", ", \"registerType\">>; getClient: () => jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ">; getExporter: () => jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectsExporter", - "text": "ISavedObjectsExporter" - }, + "ISavedObjectsExporter", ">; getImporter: () => jest.Mocked<", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.ISavedObjectsImporter", - "text": "ISavedObjectsImporter" - }, + "ISavedObjectsImporter", ">; }; elasticsearch: { client: ", { "pluginId": "@kbn/core-elasticsearch-client-server-mocks", @@ -209,16 +167,10 @@ "text": "IUiSettingsClient" }, ">; }; deprecations: { client: jest.Mocked<", - { - "pluginId": "@kbn/core-deprecations-server", - "scope": "server", - "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-server.DeprecationsClient", - "text": "DeprecationsClient" - }, + "DeprecationsClient", ">; }; }; }>" ], - "path": "packages/core/test-helpers/core-test-helpers-test-utils/src/setup_server.ts", + "path": "src/core/packages/test-helpers/test-utils/src/setup_server.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -232,7 +184,7 @@ "signature": [ "symbol" ], - "path": "packages/core/test-helpers/core-test-helpers-test-utils/src/setup_server.ts", + "path": "src/core/packages/test-helpers/test-utils/src/setup_server.ts", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_core_test_helpers_test_utils.mdx b/api_docs/kbn_core_test_helpers_test_utils.mdx index 6a2b22160a729..2c58aec3b512f 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-12-27 +date: 2025-01-05 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 e3fdeea41634b..1c1139b34c53e 100644 --- a/api_docs/kbn_core_theme_browser.devdocs.json +++ b/api_docs/kbn_core_theme_browser.devdocs.json @@ -13,7 +13,7 @@ "description": [ "\nContains all the required information to apply Kibana's theme at the various levels it can be used.\n" ], - "path": "packages/core/theme/core-theme-browser/src/types.ts", + "path": "src/core/packages/theme/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -26,7 +26,7 @@ "description": [ "is dark mode enabled or not" ], - "path": "packages/core/theme/core-theme-browser/src/types.ts", + "path": "src/core/packages/theme/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -39,7 +39,7 @@ "description": [ "\nName of the active theme" ], - "path": "packages/core/theme/core-theme-browser/src/types.ts", + "path": "src/core/packages/theme/browser/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -53,7 +53,7 @@ "tags": [], "label": "ThemeServiceSetup", "description": [], - "path": "packages/core/theme/core-theme-browser/src/types.ts", + "path": "src/core/packages/theme/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -69,16 +69,10 @@ "signature": [ "Observable", "<", - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.CoreTheme", - "text": "CoreTheme" - }, + "CoreTheme", ">" ], - "path": "packages/core/theme/core-theme-browser/src/types.ts", + "path": "src/core/packages/theme/browser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -93,15 +87,9 @@ ], "signature": [ "() => ", - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.CoreTheme", - "text": "CoreTheme" - } + "CoreTheme" ], - "path": "packages/core/theme/core-theme-browser/src/types.ts", + "path": "src/core/packages/theme/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -121,15 +109,9 @@ "label": "ThemeServiceStart", "description": [], "signature": [ - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - } + "ThemeServiceSetup" ], - "path": "packages/core/theme/core-theme-browser/src/types.ts", + "path": "src/core/packages/theme/browser/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_theme_browser.mdx b/api_docs/kbn_core_theme_browser.mdx index f455e527a8e2d..1f76c7ba32480 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-theme-browser'] --- import kbnCoreThemeBrowserObj from './kbn_core_theme_browser.devdocs.json'; diff --git a/api_docs/kbn_core_theme_browser_internal.devdocs.json b/api_docs/kbn_core_theme_browser_internal.devdocs.json new file mode 100644 index 0000000000000..ef6a0b27e5711 --- /dev/null +++ b/api_docs/kbn_core_theme_browser_internal.devdocs.json @@ -0,0 +1,45 @@ +{ + "id": "@kbn/core-theme-browser-internal", + "client": { + "classes": [], + "functions": [ + { + "parentPluginId": "@kbn/core-theme-browser-internal", + "id": "def-public.browsersSupportsSystemTheme", + "type": "Function", + "tags": [], + "label": "browsersSupportsSystemTheme", + "description": [], + "signature": [ + "() => boolean" + ], + "path": "src/core/packages/theme/browser-internal/src/system_theme.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/kbn_core_theme_browser_internal.mdx b/api_docs/kbn_core_theme_browser_internal.mdx new file mode 100644 index 0000000000000..6829747136077 --- /dev/null +++ b/api_docs/kbn_core_theme_browser_internal.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: kibKbnCoreThemeBrowserInternalPluginApi +slug: /kibana-dev-docs/api/kbn-core-theme-browser-internal +title: "@kbn/core-theme-browser-internal" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/core-theme-browser-internal plugin +date: 2025-01-05 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-theme-browser-internal'] +--- +import kbnCoreThemeBrowserInternalObj from './kbn_core_theme_browser_internal.devdocs.json'; + + + +Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 1 | 0 | 1 | 0 | + +## Client + +### Functions + + diff --git a/api_docs/kbn_core_theme_browser_mocks.devdocs.json b/api_docs/kbn_core_theme_browser_mocks.devdocs.json index 29a22f47d3f64..3730a42821fe9 100644 --- a/api_docs/kbn_core_theme_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_theme_browser_mocks.devdocs.json @@ -43,21 +43,9 @@ "description": [], "signature": [ "(theme?: ", - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.CoreTheme", - "text": "CoreTheme" - }, + "CoreTheme", ") => jest.Mocked<", - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - }, + "ThemeServiceSetup", ">" ], "path": "packages/core/theme/core-theme-browser-mocks/src/theme_service.mock.ts", @@ -73,13 +61,7 @@ "label": "theme", "description": [], "signature": [ - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.CoreTheme", - "text": "CoreTheme" - } + "CoreTheme" ], "path": "packages/core/theme/core-theme-browser-mocks/src/theme_service.mock.ts", "deprecated": false, @@ -96,21 +78,9 @@ "description": [], "signature": [ "(theme?: ", - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.CoreTheme", - "text": "CoreTheme" - }, + "CoreTheme", ") => jest.Mocked<", - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - }, + "ThemeServiceSetup", ">" ], "path": "packages/core/theme/core-theme-browser-mocks/src/theme_service.mock.ts", @@ -126,13 +96,7 @@ "label": "theme", "description": [], "signature": [ - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.CoreTheme", - "text": "CoreTheme" - } + "CoreTheme" ], "path": "packages/core/theme/core-theme-browser-mocks/src/theme_service.mock.ts", "deprecated": false, @@ -149,13 +113,7 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.CoreTheme", - "text": "CoreTheme" - } + "CoreTheme" ], "path": "packages/core/theme/core-theme-browser-mocks/src/theme_service.mock.ts", "deprecated": false, @@ -172,23 +130,11 @@ "description": [], "signature": [ "(theme?: ", - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.CoreTheme", - "text": "CoreTheme" - }, + "CoreTheme", ") => ", "Observable", "<", - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.CoreTheme", - "text": "CoreTheme" - }, + "CoreTheme", ">" ], "path": "packages/core/theme/core-theme-browser-mocks/src/theme_service.mock.ts", @@ -204,13 +150,7 @@ "label": "theme", "description": [], "signature": [ - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.CoreTheme", - "text": "CoreTheme" - } + "CoreTheme" ], "path": "packages/core/theme/core-theme-browser-mocks/src/theme_service.mock.ts", "deprecated": false, diff --git a/api_docs/kbn_core_theme_browser_mocks.mdx b/api_docs/kbn_core_theme_browser_mocks.mdx index 82ebc6ef80aac..8d3ff874d7cee 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-theme-browser-mocks'] --- import kbnCoreThemeBrowserMocksObj from './kbn_core_theme_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_browser.mdx b/api_docs/kbn_core_ui_settings_browser.mdx index 3c2b411c6a0c8..9a39c0a21cadb 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-browser'] --- import kbnCoreUiSettingsBrowserObj from './kbn_core_ui_settings_browser.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_browser_internal.mdx b/api_docs/kbn_core_ui_settings_browser_internal.mdx index 500b226e42584..99a93cbe0c379 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-browser-internal'] --- import kbnCoreUiSettingsBrowserInternalObj from './kbn_core_ui_settings_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_browser_mocks.mdx b/api_docs/kbn_core_ui_settings_browser_mocks.mdx index 94eebdc9930d4..cc14b690e923e 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-browser-mocks'] --- import kbnCoreUiSettingsBrowserMocksObj from './kbn_core_ui_settings_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_common.devdocs.json b/api_docs/kbn_core_ui_settings_common.devdocs.json index 6d3923c014237..e28cc01fdd45e 100644 --- a/api_docs/kbn_core_ui_settings_common.devdocs.json +++ b/api_docs/kbn_core_ui_settings_common.devdocs.json @@ -242,13 +242,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", " | undefined" ], "path": "packages/core/ui-settings/core-ui-settings-common/src/ui_settings.ts", @@ -566,7 +560,7 @@ "tags": [], "label": "schema", "description": [ - "\nValue validation schema.\nUsed to validate value on write and read.\n\nThis schema is also used for validating the user input in all settings fields {@link FieldRow} across Kibana UI.\nUse schema options to specify limits on the value. For example:\n`schema.number({ min: 0, max: 100 })`\n\nMore information about schema in https://github.com/elastic/kibana/blob/main/packages/kbn-config-schema/README.md" + "\nValue validation schema.\nUsed to validate value on write and read.\n\nThis schema is also used for validating the user input in all settings fields {@link FieldRow} across Kibana UI.\nUse schema options to specify limits on the value. For example:\n`schema.number({ min: 0, max: 100 })`\n\nMore information about schema in https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-config-schema/README.md" ], "signature": [ { @@ -606,11 +600,11 @@ }, { "plugin": "discover", - "path": "src/plugins/discover/server/ui_settings.ts" + "path": "src/platform/plugins/shared/discover/server/ui_settings.ts" }, { "plugin": "discover", - "path": "src/plugins/discover/server/ui_settings.ts" + "path": "src/platform/plugins/shared/discover/server/ui_settings.ts" } ] }, diff --git a/api_docs/kbn_core_ui_settings_common.mdx b/api_docs/kbn_core_ui_settings_common.mdx index 461bd3ecccfac..1d1c7d23cfdfd 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-12-27 +date: 2025-01-05 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 fd56c4c986632..cc499c229c66d 100644 --- a/api_docs/kbn_core_ui_settings_server.devdocs.json +++ b/api_docs/kbn_core_ui_settings_server.devdocs.json @@ -728,13 +728,7 @@ ], "signature": [ "(savedObjectsClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ") => ", { "pluginId": "@kbn/core-ui-settings-server", @@ -756,13 +750,7 @@ "label": "savedObjectsClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "packages/core/ui-settings/core-ui-settings-server/src/contracts.ts", "deprecated": false, @@ -783,13 +771,7 @@ ], "signature": [ "(savedObjectsClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ") => ", { "pluginId": "@kbn/core-ui-settings-server", @@ -811,13 +793,7 @@ "label": "savedObjectsClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "packages/core/ui-settings/core-ui-settings-server/src/contracts.ts", "deprecated": false, diff --git a/api_docs/kbn_core_ui_settings_server.mdx b/api_docs/kbn_core_ui_settings_server.mdx index a1fca02dec415..43ffb6cc9ff57 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server'] --- import kbnCoreUiSettingsServerObj from './kbn_core_ui_settings_server.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_server_internal.devdocs.json b/api_docs/kbn_core_ui_settings_server_internal.devdocs.json index 81c2046948901..89ec32066a118 100644 --- a/api_docs/kbn_core_ui_settings_server_internal.devdocs.json +++ b/api_docs/kbn_core_ui_settings_server_internal.devdocs.json @@ -386,7 +386,7 @@ "text": "ConfigDeprecationFactory" } ], - "path": "packages/kbn-config/src/deprecation/types.ts", + "path": "src/platform/packages/shared/kbn-config/src/deprecation/types.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_ui_settings_server_internal.mdx b/api_docs/kbn_core_ui_settings_server_internal.mdx index 628adc588c554..a4541e432d6f6 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server-internal'] --- import kbnCoreUiSettingsServerInternalObj from './kbn_core_ui_settings_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_server_mocks.mdx b/api_docs/kbn_core_ui_settings_server_mocks.mdx index f7704d7dc7850..3e3eb989a9a19 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server-mocks'] --- import kbnCoreUiSettingsServerMocksObj from './kbn_core_ui_settings_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_usage_data_server.devdocs.json b/api_docs/kbn_core_usage_data_server.devdocs.json index 4d27ab72c8e91..3df2a32735488 100644 --- a/api_docs/kbn_core_usage_data_server.devdocs.json +++ b/api_docs/kbn_core_usage_data_server.devdocs.json @@ -21,7 +21,7 @@ "description": [ "\nUsage data on this cluster's configuration of Core features" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_data.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_data.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -35,7 +35,7 @@ "signature": [ "{ sniffOnStart: boolean; sniffIntervalMs?: number | undefined; sniffOnConnectionFault: boolean; numberOfHostsConfigured: number; requestHeadersWhitelistConfigured: boolean; customHeadersConfigured: boolean; shardTimeoutMs: number; requestTimeoutMs: number; pingTimeoutMs: number; logQueries: boolean; ssl: { verificationMode: \"none\" | \"full\" | \"certificate\"; certificateAuthoritiesConfigured: boolean; certificateConfigured: boolean; keyConfigured: boolean; keystoreConfigured: boolean; truststoreConfigured: boolean; alwaysPresentCertificate: boolean; }; apiVersion: string; healthCheckDelayMs: number; principal: \"unknown\" | \"elastic_user\" | \"kibana_user\" | \"kibana_system_user\" | \"other_user\" | \"kibana_service_account\"; }" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_data.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_data.ts", "deprecated": false, "trackAdoption": false }, @@ -49,7 +49,7 @@ "signature": [ "{ basePathConfigured: boolean; maxPayloadInBytes: number; rewriteBasePath: boolean; keepaliveTimeout: number; socketTimeout: number; compression: { enabled: boolean; referrerWhitelistConfigured: boolean; }; xsrf: { disableProtection: boolean; allowlistConfigured: boolean; }; requestId: { allowFromAnyIp: boolean; ipAllowlistConfigured: boolean; }; ssl: { certificateAuthoritiesConfigured: boolean; certificateConfigured: boolean; cipherSuites: string[]; keyConfigured: boolean; keystoreConfigured: boolean; truststoreConfigured: boolean; redirectHttpFromPortConfigured: boolean; supportedProtocols: string[]; clientAuthentication: \"none\" | \"required\" | \"optional\"; }; securityResponseHeaders: { strictTransportSecurity: string; xContentTypeOptions: string; referrerPolicy: string; permissionsPolicyConfigured: boolean; disableEmbedding: boolean; crossOriginOpenerPolicy: string; }; }" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_data.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_data.ts", "deprecated": false, "trackAdoption": false }, @@ -63,7 +63,7 @@ "signature": [ "{ appendersTypesUsed: string[]; loggersConfiguredCount: number; }" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_data.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_data.ts", "deprecated": false, "trackAdoption": false }, @@ -77,7 +77,7 @@ "signature": [ "{ customIndex: boolean; maxImportPayloadBytes: number; maxImportExportSize: number; }" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_data.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_data.ts", "deprecated": false, "trackAdoption": false }, @@ -91,7 +91,7 @@ "signature": [ "{ set: string[]; unset: string[]; }" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_data.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_data.ts", "deprecated": false, "trackAdoption": false } @@ -105,7 +105,7 @@ "tags": [], "label": "CoreDeprecatedApiUsageStats", "description": [], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -116,7 +116,7 @@ "tags": [], "label": "apiId", "description": [], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -127,7 +127,7 @@ "tags": [], "label": "totalMarkedAsResolved", "description": [], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -138,7 +138,7 @@ "tags": [], "label": "markedAsResolvedLastCalledAt", "description": [], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -149,7 +149,7 @@ "tags": [], "label": "apiTotalCalls", "description": [], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -160,7 +160,7 @@ "tags": [], "label": "apiLastCalledAt", "description": [], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false } @@ -176,7 +176,7 @@ "description": [ "\nUsage data on this Kibana node's runtime environment." ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_data.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_data.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -190,7 +190,7 @@ "signature": [ "{ arrayBuffersBytes: number; residentSetSizeBytes: number; externalBytes: number; heapTotalBytes: number; heapUsedBytes: number; heapSizeLimit: number; }" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_data.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_data.ts", "deprecated": false, "trackAdoption": false } @@ -204,7 +204,7 @@ "tags": [], "label": "CoreIncrementCounterParams", "description": [], - "path": "packages/core/usage-data/core-usage-data-server/src/setup_contract.ts", + "path": "src/core/packages/usage-data/server/src/setup_contract.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -217,7 +217,7 @@ "description": [ "The name of the counter" ], - "path": "packages/core/usage-data/core-usage-data-server/src/setup_contract.ts", + "path": "src/core/packages/usage-data/server/src/setup_contract.ts", "deprecated": false, "trackAdoption": false }, @@ -233,7 +233,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/setup_contract.ts", + "path": "src/core/packages/usage-data/server/src/setup_contract.ts", "deprecated": false, "trackAdoption": false }, @@ -249,7 +249,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/setup_contract.ts", + "path": "src/core/packages/usage-data/server/src/setup_contract.ts", "deprecated": false, "trackAdoption": false } @@ -265,7 +265,7 @@ "description": [ "\nUsage data from Core services" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_data.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_data.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -279,7 +279,7 @@ "signature": [ "{ indices: { alias: string; docsCount: number; docsDeleted: number; storeSizeBytes: number; primaryStoreSizeBytes: number; savedObjectsDocsCount: number; }[]; legacyUrlAliases: { activeCount: number; inactiveCount: number; disabledCount: number; totalCount: number; }; }" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_data.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_data.ts", "deprecated": false, "trackAdoption": false } @@ -293,7 +293,7 @@ "tags": [], "label": "CoreUsageCounter", "description": [], - "path": "packages/core/usage-data/core-usage-data-server/src/setup_contract.ts", + "path": "src/core/packages/usage-data/server/src/setup_contract.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -309,23 +309,11 @@ "\nType describing Core's usage data payload" ], "signature": [ - { - "pluginId": "@kbn/core-usage-data-server", - "scope": "server", - "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-server.CoreUsageData", - "text": "CoreUsageData" - }, + "CoreUsageData", " extends ", - { - "pluginId": "@kbn/core-usage-data-server", - "scope": "server", - "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-server.CoreUsageStats", - "text": "CoreUsageStats" - } + "CoreUsageStats" ], - "path": "packages/core/usage-data/core-usage-data-server/src/start_contract.ts", + "path": "src/core/packages/usage-data/server/src/start_contract.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -337,15 +325,9 @@ "label": "config", "description": [], "signature": [ - { - "pluginId": "@kbn/core-usage-data-server", - "scope": "server", - "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-server.CoreConfigUsageData", - "text": "CoreConfigUsageData" - } + "CoreConfigUsageData" ], - "path": "packages/core/usage-data/core-usage-data-server/src/start_contract.ts", + "path": "src/core/packages/usage-data/server/src/start_contract.ts", "deprecated": false, "trackAdoption": false }, @@ -357,15 +339,9 @@ "label": "services", "description": [], "signature": [ - { - "pluginId": "@kbn/core-usage-data-server", - "scope": "server", - "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-server.CoreServicesUsageData", - "text": "CoreServicesUsageData" - } + "CoreServicesUsageData" ], - "path": "packages/core/usage-data/core-usage-data-server/src/start_contract.ts", + "path": "src/core/packages/usage-data/server/src/start_contract.ts", "deprecated": false, "trackAdoption": false }, @@ -377,15 +353,9 @@ "label": "environment", "description": [], "signature": [ - { - "pluginId": "@kbn/core-usage-data-server", - "scope": "server", - "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-server.CoreEnvironmentUsageData", - "text": "CoreEnvironmentUsageData" - } + "CoreEnvironmentUsageData" ], - "path": "packages/core/usage-data/core-usage-data-server/src/start_contract.ts", + "path": "src/core/packages/usage-data/server/src/start_contract.ts", "deprecated": false, "trackAdoption": false } @@ -401,7 +371,7 @@ "description": [ "\nInternal API for registering the Usage Tracker used for Core's usage data payload.\n" ], - "path": "packages/core/usage-data/core-usage-data-server/src/setup_contract.ts", + "path": "src/core/packages/usage-data/server/src/setup_contract.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -416,16 +386,10 @@ ], "signature": [ "(usageCounter: ", - { - "pluginId": "@kbn/core-usage-data-server", - "scope": "server", - "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-server.CoreUsageCounter", - "text": "CoreUsageCounter" - }, + "CoreUsageCounter", ") => void" ], - "path": "packages/core/usage-data/core-usage-data-server/src/setup_contract.ts", + "path": "src/core/packages/usage-data/server/src/setup_contract.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -437,15 +401,9 @@ "label": "usageCounter", "description": [], "signature": [ - { - "pluginId": "@kbn/core-usage-data-server", - "scope": "server", - "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-server.CoreUsageCounter", - "text": "CoreUsageCounter" - } + "CoreUsageCounter" ], - "path": "packages/core/usage-data/core-usage-data-server/src/setup_contract.ts", + "path": "src/core/packages/usage-data/server/src/setup_contract.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -462,16 +420,10 @@ "description": [], "signature": [ "(fetchFn: ", - { - "pluginId": "@kbn/core-usage-data-server", - "scope": "server", - "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-server.DeprecatedApiUsageFetcher", - "text": "DeprecatedApiUsageFetcher" - }, + "DeprecatedApiUsageFetcher", ") => void" ], - "path": "packages/core/usage-data/core-usage-data-server/src/setup_contract.ts", + "path": "src/core/packages/usage-data/server/src/setup_contract.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -483,15 +435,9 @@ "label": "fetchFn", "description": [], "signature": [ - { - "pluginId": "@kbn/core-usage-data-server", - "scope": "server", - "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-server.DeprecatedApiUsageFetcher", - "text": "DeprecatedApiUsageFetcher" - } + "DeprecatedApiUsageFetcher" ], - "path": "packages/core/usage-data/core-usage-data-server/src/setup_contract.ts", + "path": "src/core/packages/usage-data/server/src/setup_contract.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -513,7 +459,7 @@ "description": [ "\nInternal API for getting Core's usage data payload.\n" ], - "path": "packages/core/usage-data/core-usage-data-server/src/start_contract.ts", + "path": "src/core/packages/usage-data/server/src/start_contract.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -526,16 +472,10 @@ "description": [], "signature": [ "() => Promise<", - { - "pluginId": "@kbn/core-usage-data-server", - "scope": "server", - "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-server.ConfigUsageData", - "text": "ConfigUsageData" - }, + "ConfigUsageData", ">" ], - "path": "packages/core/usage-data/core-usage-data-server/src/start_contract.ts", + "path": "src/core/packages/usage-data/server/src/start_contract.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -551,7 +491,7 @@ "tags": [], "label": "CoreUsageStats", "description": [], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -565,7 +505,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -579,7 +519,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -593,7 +533,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -607,7 +547,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -621,7 +561,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -635,7 +575,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -649,7 +589,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -663,7 +603,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -677,7 +617,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -691,7 +631,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -705,7 +645,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -719,7 +659,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -733,7 +673,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -747,7 +687,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -761,7 +701,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -775,7 +715,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -789,7 +729,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -803,7 +743,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -817,7 +757,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -831,7 +771,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -845,7 +785,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -859,7 +799,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -873,7 +813,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -887,7 +827,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -901,7 +841,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -915,7 +855,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -929,7 +869,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -943,7 +883,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -957,7 +897,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -971,7 +911,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -985,7 +925,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -999,7 +939,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1013,7 +953,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1027,7 +967,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1041,7 +981,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1055,7 +995,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1069,7 +1009,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1083,7 +1023,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1097,7 +1037,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1111,7 +1051,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1125,7 +1065,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1139,7 +1079,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1153,7 +1093,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1167,7 +1107,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1181,7 +1121,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1195,7 +1135,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1209,7 +1149,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1223,7 +1163,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1237,7 +1177,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1251,7 +1191,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1265,7 +1205,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1279,7 +1219,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1293,7 +1233,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1307,7 +1247,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1321,7 +1261,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1335,7 +1275,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1349,7 +1289,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1363,7 +1303,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1377,7 +1317,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1391,7 +1331,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1405,7 +1345,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1419,7 +1359,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1433,7 +1373,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1447,7 +1387,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1461,7 +1401,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1475,7 +1415,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1489,7 +1429,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1503,7 +1443,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1517,7 +1457,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1531,7 +1471,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1545,7 +1485,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1559,7 +1499,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1573,7 +1513,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1587,7 +1527,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1601,7 +1541,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1615,7 +1555,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1629,7 +1569,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1643,7 +1583,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1657,7 +1597,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1671,7 +1611,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1685,7 +1625,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1699,7 +1639,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1713,7 +1653,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1727,7 +1667,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1741,7 +1681,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1755,7 +1695,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1769,7 +1709,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1783,7 +1723,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1797,7 +1737,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1811,7 +1751,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1825,7 +1765,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1839,7 +1779,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1853,7 +1793,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1867,7 +1807,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1881,7 +1821,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1895,7 +1835,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1909,7 +1849,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1923,7 +1863,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1937,7 +1877,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1951,7 +1891,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1965,7 +1905,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1979,7 +1919,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -1993,7 +1933,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2007,7 +1947,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2021,7 +1961,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2035,7 +1975,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2049,7 +1989,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2063,7 +2003,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2077,7 +2017,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2091,7 +2031,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2105,7 +2045,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2119,7 +2059,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2133,7 +2073,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2147,7 +2087,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2161,7 +2101,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2175,7 +2115,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2189,7 +2129,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2203,7 +2143,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2217,7 +2157,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2231,7 +2171,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2245,7 +2185,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2259,7 +2199,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2273,7 +2213,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2287,7 +2227,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2301,7 +2241,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2315,7 +2255,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2329,7 +2269,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2343,7 +2283,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -2357,7 +2297,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/usage-data/core-usage-data-server/src/core_usage_stats.ts", + "path": "src/core/packages/usage-data/server/src/core_usage_stats.ts", "deprecated": false, "trackAdoption": false } @@ -2379,7 +2319,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "packages/core/usage-data/core-usage-data-server/src/start_contract.ts", + "path": "src/core/packages/usage-data/server/src/start_contract.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2393,16 +2333,10 @@ "description": [], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-usage-data-server", - "scope": "server", - "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-server.CoreIncrementCounterParams", - "text": "CoreIncrementCounterParams" - }, + "CoreIncrementCounterParams", ") => void" ], - "path": "packages/core/usage-data/core-usage-data-server/src/setup_contract.ts", + "path": "src/core/packages/usage-data/server/src/setup_contract.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2415,15 +2349,9 @@ "label": "params", "description": [], "signature": [ - { - "pluginId": "@kbn/core-usage-data-server", - "scope": "server", - "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-server.CoreIncrementCounterParams", - "text": "CoreIncrementCounterParams" - } + "CoreIncrementCounterParams" ], - "path": "packages/core/usage-data/core-usage-data-server/src/setup_contract.ts", + "path": "src/core/packages/usage-data/server/src/setup_contract.ts", "deprecated": false, "trackAdoption": false } @@ -2439,24 +2367,12 @@ "description": [], "signature": [ "(params: { soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.ISavedObjectsRepository", - "text": "ISavedObjectsRepository" - }, + "ISavedObjectsRepository", "; }) => Promise<", - { - "pluginId": "@kbn/core-usage-data-server", - "scope": "server", - "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-server.CoreDeprecatedApiUsageStats", - "text": "CoreDeprecatedApiUsageStats" - }, + "CoreDeprecatedApiUsageStats", "[]>" ], - "path": "packages/core/usage-data/core-usage-data-server/src/setup_contract.ts", + "path": "src/core/packages/usage-data/server/src/setup_contract.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2470,16 +2386,10 @@ "description": [], "signature": [ "{ soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.ISavedObjectsRepository", - "text": "ISavedObjectsRepository" - }, + "ISavedObjectsRepository", "; }" ], - "path": "packages/core/usage-data/core-usage-data-server/src/setup_contract.ts", + "path": "src/core/packages/usage-data/server/src/setup_contract.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_core_usage_data_server.mdx b/api_docs/kbn_core_usage_data_server.mdx index 5a43f27995f7d..e19a095f2f292 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server'] --- import kbnCoreUsageDataServerObj from './kbn_core_usage_data_server.devdocs.json'; diff --git a/api_docs/kbn_core_usage_data_server_internal.devdocs.json b/api_docs/kbn_core_usage_data_server_internal.devdocs.json index 793e3c65b04dc..a2a71c52a2e2f 100644 --- a/api_docs/kbn_core_usage_data_server_internal.devdocs.json +++ b/api_docs/kbn_core_usage_data_server_internal.devdocs.json @@ -18,28 +18,16 @@ "label": "CoreUsageDataService", "description": [], "signature": [ - { - "pluginId": "@kbn/core-usage-data-server-internal", - "scope": "server", - "docId": "kibKbnCoreUsageDataServerInternalPluginApi", - "section": "def-server.CoreUsageDataService", - "text": "CoreUsageDataService" - }, + "CoreUsageDataService", " implements ", "CoreService", "<", "InternalCoreUsageDataSetup", ", ", - { - "pluginId": "@kbn/core-usage-data-server", - "scope": "server", - "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-server.CoreUsageDataStart", - "text": "CoreUsageDataStart" - }, + "CoreUsageDataStart", ">" ], - "path": "packages/core/usage-data/core-usage-data-server-internal/src/core_usage_data_service.ts", + "path": "src/core/packages/usage-data/server-internal/src/core_usage_data_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -53,7 +41,7 @@ "signature": [ "any" ], - "path": "packages/core/usage-data/core-usage-data-server-internal/src/core_usage_data_service.ts", + "path": "src/core/packages/usage-data/server-internal/src/core_usage_data_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -67,7 +55,7 @@ "signature": [ "CoreContext" ], - "path": "packages/core/usage-data/core-usage-data-server-internal/src/core_usage_data_service.ts", + "path": "src/core/packages/usage-data/server-internal/src/core_usage_data_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -88,7 +76,7 @@ ") => ", "InternalCoreUsageDataSetup" ], - "path": "packages/core/usage-data/core-usage-data-server-internal/src/core_usage_data_service.ts", + "path": "src/core/packages/usage-data/server-internal/src/core_usage_data_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -102,7 +90,7 @@ "signature": [ "SetupDeps" ], - "path": "packages/core/usage-data/core-usage-data-server-internal/src/core_usage_data_service.ts", + "path": "src/core/packages/usage-data/server-internal/src/core_usage_data_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -121,24 +109,12 @@ "({ savedObjects, elasticsearch, exposedConfigsToUsage }: ", "StartDeps", ") => { getCoreUsageData: () => Promise<", - { - "pluginId": "@kbn/core-usage-data-server", - "scope": "server", - "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-server.CoreUsageData", - "text": "CoreUsageData" - }, + "CoreUsageData", ">; getConfigsUsageData: () => Promise<", - { - "pluginId": "@kbn/core-usage-data-server", - "scope": "server", - "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-server.ConfigUsageData", - "text": "ConfigUsageData" - }, + "ConfigUsageData", ">; }" ], - "path": "packages/core/usage-data/core-usage-data-server-internal/src/core_usage_data_service.ts", + "path": "src/core/packages/usage-data/server-internal/src/core_usage_data_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -152,7 +128,7 @@ "signature": [ "StartDeps" ], - "path": "packages/core/usage-data/core-usage-data-server-internal/src/core_usage_data_service.ts", + "path": "src/core/packages/usage-data/server-internal/src/core_usage_data_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -170,7 +146,7 @@ "signature": [ "() => void" ], - "path": "packages/core/usage-data/core-usage-data-server-internal/src/core_usage_data_service.ts", + "path": "src/core/packages/usage-data/server-internal/src/core_usage_data_service.ts", "deprecated": false, "trackAdoption": false, "children": [], diff --git a/api_docs/kbn_core_usage_data_server_internal.mdx b/api_docs/kbn_core_usage_data_server_internal.mdx index 447435b3be659..7edb257c6184f 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server-internal'] --- import kbnCoreUsageDataServerInternalObj from './kbn_core_usage_data_server_internal.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 8 | 0 | 8 | 2 | +| 8 | 0 | 8 | 0 | ## Server 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 d32fdca291d8c..f5c8362f4a68e 100644 --- a/api_docs/kbn_core_usage_data_server_mocks.devdocs.json +++ b/api_docs/kbn_core_usage_data_server_mocks.devdocs.json @@ -43,13 +43,7 @@ "text": "PublicMethodsOf" }, "<", - { - "pluginId": "@kbn/core-usage-data-server-internal", - "scope": "server", - "docId": "kibKbnCoreUsageDataServerInternalPluginApi", - "section": "def-server.CoreUsageDataService", - "text": "CoreUsageDataService" - }, + "CoreUsageDataService", ">>" ], "path": "packages/core/usage-data/core-usage-data-server-mocks/src/core_usage_data_service.mock.ts", @@ -86,21 +80,9 @@ "description": [], "signature": [ "{ getUsageStats: jest.MockInstance, [], unknown>; getDeprecatedApiUsageStats: jest.MockInstance, [], unknown>; incrementDeprecatedApi: jest.MockInstance, [counterName: string, options: { resolved?: boolean | undefined; incrementBy?: number | undefined; }], unknown>; incrementSavedObjectsBulkCreate: jest.MockInstance, [options: ", "BaseIncrementOptions", "], unknown>; incrementSavedObjectsBulkGet: jest.MockInstance, [options: ", @@ -151,13 +133,7 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-usage-data-server", - "scope": "server", - "docId": "kibKbnCoreUsageDataServerPluginApi", - "section": "def-server.CoreUsageDataStart", - "text": "CoreUsageDataStart" - }, + "CoreUsageDataStart", ">" ], "path": "packages/core/usage-data/core-usage-data-server-mocks/src/core_usage_data_service.mock.ts", diff --git a/api_docs/kbn_core_usage_data_server_mocks.mdx b/api_docs/kbn_core_usage_data_server_mocks.mdx index f0af69c303327..d42af6dcf2057 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server-mocks'] --- import kbnCoreUsageDataServerMocksObj from './kbn_core_usage_data_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_browser.devdocs.json b/api_docs/kbn_core_user_profile_browser.devdocs.json index 4e581b84ce4be..2e4253971586e 100644 --- a/api_docs/kbn_core_user_profile_browser.devdocs.json +++ b/api_docs/kbn_core_user_profile_browser.devdocs.json @@ -12,32 +12,14 @@ "label": "GetUserProfileResponse", "description": [], "signature": [ - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.GetUserProfileResponse", - "text": "GetUserProfileResponse" - }, + "GetUserProfileResponse", " extends ", - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileWithSecurity", - "text": "UserProfileWithSecurity" - }, + "UserProfileWithSecurity", "" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -51,24 +33,12 @@ "\nInformation about the currently authenticated user that owns the profile." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileUserInfoWithSecurity", - "text": "UserProfileUserInfoWithSecurity" - }, + "UserProfileUserInfoWithSecurity", " & Pick<", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", ", \"authentication_provider\">" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false } @@ -84,7 +54,7 @@ "description": [ "\nParameters for the bulk get API." ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -100,7 +70,7 @@ "signature": [ "Set" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -116,7 +86,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false } @@ -132,7 +102,7 @@ "description": [ "\nParameters for the get user profile for the current user API." ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -145,7 +115,7 @@ "description": [ "\nBy default, get API returns user information, but does not return any user data. The optional \"dataPath\"\nparameter can be used to return personal data for this user (within `kibana` namespace only)." ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false } @@ -159,7 +129,7 @@ "tags": [], "label": "UserProfileService", "description": [], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -170,22 +140,36 @@ "tags": [], "label": "getUserProfile$", "description": [ - "\nRetrieve an observable emitting when the user profile is loaded." + "\nRetrieve an observable emitting the current user profile data." ], "signature": [ "() => ", "Observable", "<", - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileData", - "text": "UserProfileData" - }, + "UserProfileData", " | null>" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/core-user-profile-browser", + "id": "def-public.UserProfileService.getEnabled$", + "type": "Function", + "tags": [], + "label": "getEnabled$", + "description": [ + "Flag to indicate if the current user has a user profile. Anonymous users don't have user profiles." + ], + "signature": [ + "() => ", + "Observable", + "" + ], + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -202,32 +186,14 @@ ], "signature": [ "(params?: ", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileGetCurrentParams", - "text": "UserProfileGetCurrentParams" - }, + "UserProfileGetCurrentParams", " | undefined) => Promise<", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.GetUserProfileResponse", - "text": "GetUserProfileResponse" - }, + "GetUserProfileResponse", ">" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -241,16 +207,10 @@ "Get current user profile operation parameters." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileGetCurrentParams", - "text": "UserProfileGetCurrentParams" - }, + "UserProfileGetCurrentParams", " | undefined" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -269,32 +229,14 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileBulkGetParams", - "text": "UserProfileBulkGetParams" - }, + "UserProfileBulkGetParams", ") => Promise<", - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfile", - "text": "UserProfile" - }, + "UserProfile", "[]>" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -308,15 +250,9 @@ "Bulk get operation parameters." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileBulkGetParams", - "text": "UserProfileBulkGetParams" - } + "UserProfileBulkGetParams" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -335,32 +271,14 @@ ], "signature": [ "(path: string, params: ", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileSuggestParams", - "text": "UserProfileSuggestParams" - }, + "UserProfileSuggestParams", ") => Promise<", - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfile", - "text": "UserProfile" - }, + "UserProfile", "[]>" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -376,7 +294,7 @@ "signature": [ "string" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -391,15 +309,9 @@ "Suggest operation parameters." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileSuggestParams", - "text": "UserProfileSuggestParams" - } + "UserProfileSuggestParams" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -418,16 +330,10 @@ ], "signature": [ "(data: D) => Promise" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -443,7 +349,7 @@ "signature": [ "D" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -462,16 +368,10 @@ ], "signature": [ ">(data: D) => Promise" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -487,7 +387,7 @@ "signature": [ "D" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -507,7 +407,7 @@ "description": [ "\nSetup contract for Core's userProfile service.\n" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/contracts.ts", + "path": "src/core/packages/user-profile/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -522,16 +422,10 @@ ], "signature": [ "(delegate: ", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.CoreUserProfileDelegateContract", - "text": "CoreUserProfileDelegateContract" - }, + "CoreUserProfileDelegateContract", ") => void" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/contracts.ts", + "path": "src/core/packages/user-profile/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -543,15 +437,9 @@ "label": "delegate", "description": [], "signature": [ - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.CoreUserProfileDelegateContract", - "text": "CoreUserProfileDelegateContract" - } + "CoreUserProfileDelegateContract" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/contracts.ts", + "path": "src/core/packages/user-profile/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -571,7 +459,7 @@ "description": [ "\nParameters for the suggest API." ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -584,7 +472,7 @@ "description": [ "\nQuery string used to match name-related fields in user profiles. The following fields are treated as\nname-related: username, full_name and email." ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -600,7 +488,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -616,7 +504,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false } @@ -635,26 +523,16 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - }, - ", \"getUserProfile$\"> & { userProfile$: ", + "UserProfileService", + ", \"getUserProfile$\" | \"getEnabled$\"> & { userProfile$: ", "Observable", "<", - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileData", - "text": "UserProfileData" - }, - " | null>; }" + "UserProfileData", + " | null>; enabled$: ", + "Observable", + "; }" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/api_provider.ts", + "path": "src/core/packages/user-profile/browser/src/api_provider.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -669,15 +547,9 @@ "\nStart contract for Core's userProfile service.\n" ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - } + "UserProfileService" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/contracts.ts", + "path": "src/core/packages/user-profile/browser/src/contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_user_profile_browser.mdx b/api_docs/kbn_core_user_profile_browser.mdx index 5dc3dbe2c9727..d91bc0b319212 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-browser'] --- import kbnCoreUserProfileBrowserObj from './kbn_core_user_profile_browser.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 29 | 0 | 4 | 0 | +| 30 | 0 | 4 | 0 | ## Client 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 65bbfc8371264..85447876bc292 100644 --- a/api_docs/kbn_core_user_profile_browser_internal.devdocs.json +++ b/api_docs/kbn_core_user_profile_browser_internal.devdocs.json @@ -10,34 +10,16 @@ "label": "UserProfileService", "description": [], "signature": [ - { - "pluginId": "@kbn/core-user-profile-browser-internal", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserInternalPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - }, + "UserProfileService", " implements ", "CoreService", "<", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileServiceSetup", - "text": "UserProfileServiceSetup" - }, + "UserProfileServiceSetup", ", ", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - }, + "UserProfileService", ">" ], - "path": "packages/core/user-profile/core-user-profile-browser-internal/src/user_profile_service.ts", + "path": "src/core/packages/user-profile/browser-internal/src/user_profile_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -51,7 +33,7 @@ "signature": [ "any" ], - "path": "packages/core/user-profile/core-user-profile-browser-internal/src/user_profile_service.ts", + "path": "src/core/packages/user-profile/browser-internal/src/user_profile_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -65,7 +47,7 @@ "signature": [ "CoreContext" ], - "path": "packages/core/user-profile/core-user-profile-browser-internal/src/user_profile_service.ts", + "path": "src/core/packages/user-profile/browser-internal/src/user_profile_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -82,15 +64,9 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileServiceSetup", - "text": "UserProfileServiceSetup" - } + "UserProfileServiceSetup" ], - "path": "packages/core/user-profile/core-user-profile-browser-internal/src/user_profile_service.ts", + "path": "src/core/packages/user-profile/browser-internal/src/user_profile_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -105,15 +81,9 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - } + "UserProfileService" ], - "path": "packages/core/user-profile/core-user-profile-browser-internal/src/user_profile_service.ts", + "path": "src/core/packages/user-profile/browser-internal/src/user_profile_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -129,7 +99,7 @@ "signature": [ "() => void" ], - "path": "packages/core/user-profile/core-user-profile-browser-internal/src/user_profile_service.ts", + "path": "src/core/packages/user-profile/browser-internal/src/user_profile_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -151,15 +121,9 @@ "label": "InternalUserProfileServiceSetup", "description": [], "signature": [ - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileServiceSetup", - "text": "UserProfileServiceSetup" - } + "UserProfileServiceSetup" ], - "path": "packages/core/user-profile/core-user-profile-browser-internal/src/internal_contracts.ts", + "path": "src/core/packages/user-profile/browser-internal/src/internal_contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -172,15 +136,9 @@ "label": "InternalUserProfileServiceStart", "description": [], "signature": [ - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - } + "UserProfileService" ], - "path": "packages/core/user-profile/core-user-profile-browser-internal/src/internal_contracts.ts", + "path": "src/core/packages/user-profile/browser-internal/src/internal_contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_user_profile_browser_internal.mdx b/api_docs/kbn_core_user_profile_browser_internal.mdx index 7e771570466e4..65d5f68f1f725 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-browser-internal'] --- import kbnCoreUserProfileBrowserInternalObj from './kbn_core_user_profile_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_browser_mocks.devdocs.json b/api_docs/kbn_core_user_profile_browser_mocks.devdocs.json index 962de43e7c2a1..cc377634bae85 100644 --- a/api_docs/kbn_core_user_profile_browser_mocks.devdocs.json +++ b/api_docs/kbn_core_user_profile_browser_mocks.devdocs.json @@ -14,7 +14,7 @@ "tags": [], "label": "userProfileServiceMock", "description": [], - "path": "packages/core/user-profile/core-user-profile-browser-mocks/src/user_profile_service.mock.ts", + "path": "src/core/packages/user-profile/browser-mocks/src/user_profile_service.mock.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -28,7 +28,7 @@ "signature": [ "() => { setup: jest.Mock; start: jest.Mock; stop: jest.Mock; }" ], - "path": "packages/core/user-profile/core-user-profile-browser-mocks/src/user_profile_service.mock.ts", + "path": "src/core/packages/user-profile/browser-mocks/src/user_profile_service.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -43,16 +43,10 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileServiceSetup", - "text": "UserProfileServiceSetup" - }, + "UserProfileServiceSetup", ">" ], - "path": "packages/core/user-profile/core-user-profile-browser-mocks/src/user_profile_service.mock.ts", + "path": "src/core/packages/user-profile/browser-mocks/src/user_profile_service.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -67,16 +61,10 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - }, + "UserProfileService", ">" ], - "path": "packages/core/user-profile/core-user-profile-browser-mocks/src/user_profile_service.mock.ts", + "path": "src/core/packages/user-profile/browser-mocks/src/user_profile_service.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -91,16 +79,10 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileServiceSetup", - "text": "UserProfileServiceSetup" - }, + "UserProfileServiceSetup", ">" ], - "path": "packages/core/user-profile/core-user-profile-browser-mocks/src/user_profile_service.mock.ts", + "path": "src/core/packages/user-profile/browser-mocks/src/user_profile_service.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -115,16 +97,10 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - }, + "UserProfileService", ">" ], - "path": "packages/core/user-profile/core-user-profile-browser-mocks/src/user_profile_service.mock.ts", + "path": "src/core/packages/user-profile/browser-mocks/src/user_profile_service.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], diff --git a/api_docs/kbn_core_user_profile_browser_mocks.mdx b/api_docs/kbn_core_user_profile_browser_mocks.mdx index 18f1d21500eef..39836ee9b6661 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-browser-mocks'] --- import kbnCoreUserProfileBrowserMocksObj from './kbn_core_user_profile_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_common.devdocs.json b/api_docs/kbn_core_user_profile_common.devdocs.json index bc940d2cd5e38..85a8fb6e0500c 100644 --- a/api_docs/kbn_core_user_profile_common.devdocs.json +++ b/api_docs/kbn_core_user_profile_common.devdocs.json @@ -30,16 +30,10 @@ "\nIMPORTANT:\n\nThe types in this file are duplicated at\n`packages/kbn-user-profile-components/src/user_profile.ts`\n\nWhen making changes please ensure to keep both files in sync.\n\nDescribes basic properties stored in user profile." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfile", - "text": "UserProfile" - }, + "UserProfile", "" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -52,7 +46,7 @@ "description": [ "\nUnique ID for of the user profile." ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false }, @@ -65,7 +59,7 @@ "description": [ "\nIndicates whether user profile is enabled or not." ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false }, @@ -79,15 +73,9 @@ "\nInformation about the user that owns profile." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileUserInfo", - "text": "UserProfileUserInfo" - } + "UserProfileUserInfo" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false }, @@ -103,7 +91,7 @@ "signature": [ "{ [P in keyof D]?: D[P] | undefined; }" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false } @@ -119,7 +107,7 @@ "description": [ "\nBasic user information returned in user profile." ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -132,7 +120,7 @@ "description": [ "\nUsername of the user." ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false }, @@ -148,7 +136,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false }, @@ -164,7 +152,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false } @@ -181,23 +169,11 @@ "\nExtended user information returned in user profile (both basic and security related properties)." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileUserInfoWithSecurity", - "text": "UserProfileUserInfoWithSecurity" - }, + "UserProfileUserInfoWithSecurity", " extends ", - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileUserInfo", - "text": "UserProfileUserInfo" - } + "UserProfileUserInfo" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -213,7 +189,7 @@ "signature": [ "readonly string[]" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false }, @@ -226,7 +202,7 @@ "description": [ "\nName of the Elasticsearch security realm that was used to authenticate user." ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false }, @@ -242,7 +218,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false } @@ -259,24 +235,12 @@ "\nDescribes all properties stored in user profile (both basic and security related properties)." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileWithSecurity", - "text": "UserProfileWithSecurity" - }, + "UserProfileWithSecurity", " extends ", - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfile", - "text": "UserProfile" - }, + "UserProfile", "" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -290,15 +254,9 @@ "\nInformation about the user that owns profile." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileUserInfoWithSecurity", - "text": "UserProfileUserInfoWithSecurity" - } + "UserProfileUserInfoWithSecurity" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false }, @@ -314,7 +272,7 @@ "signature": [ "L" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false } @@ -336,7 +294,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -353,7 +311,7 @@ "signature": [ "{ [x: string]: string; }" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_user_profile_common.mdx b/api_docs/kbn_core_user_profile_common.mdx index 83a9737dd1578..5a08d8efb54d5 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-12-27 +date: 2025-01-05 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 b7182a2016c61..4c0ebb6a11086 100644 --- a/api_docs/kbn_core_user_profile_server.devdocs.json +++ b/api_docs/kbn_core_user_profile_server.devdocs.json @@ -21,7 +21,7 @@ "description": [ "\nParameters for the bulk get API." ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -37,7 +37,7 @@ "signature": [ "Set" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -53,7 +53,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false } @@ -69,7 +69,7 @@ "description": [ "\nParameters for the get user profile for the current user API." ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -83,16 +83,10 @@ "\nUser request instance to get user profile for." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -108,7 +102,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false } @@ -122,7 +116,7 @@ "tags": [], "label": "UserProfileRequestHandlerContext", "description": [], - "path": "packages/core/user-profile/core-user-profile-server/src/request_handler_context.ts", + "path": "src/core/packages/user-profile/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -135,32 +129,14 @@ "description": [], "signature": [ "(options?: { dataPath?: string | undefined; } | undefined) => Promise<", - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileWithSecurity", - "text": "UserProfileWithSecurity" - }, + "UserProfileWithSecurity", " | null>" ], - "path": "packages/core/user-profile/core-user-profile-server/src/request_handler_context.ts", + "path": "src/core/packages/user-profile/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -171,7 +147,7 @@ "tags": [], "label": "options", "description": [], - "path": "packages/core/user-profile/core-user-profile-server/src/request_handler_context.ts", + "path": "src/core/packages/user-profile/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -185,7 +161,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-server/src/request_handler_context.ts", + "path": "src/core/packages/user-profile/server/src/request_handler_context.ts", "deprecated": false, "trackAdoption": false } @@ -206,7 +182,7 @@ "description": [ "\nThe set of privileges that users associated with the suggested user profile should have for a specified space id." ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -219,7 +195,7 @@ "description": [ "\nThe id of the Kibana Space." ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -235,7 +211,7 @@ "signature": [ "{ kibana: string[]; }" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false } @@ -251,7 +227,7 @@ "description": [ "\nA set of methods to work with Kibana user profiles." ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -266,40 +242,16 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileGetCurrentParams", - "text": "UserProfileGetCurrentParams" - }, + "UserProfileGetCurrentParams", ") => Promise<", - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileWithSecurity", - "text": "UserProfileWithSecurity" - }, + "UserProfileWithSecurity", " | null>" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -313,15 +265,9 @@ "Get current user profile operation parameters." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileGetCurrentParams", - "text": "UserProfileGetCurrentParams" - } + "UserProfileGetCurrentParams" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -340,32 +286,14 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileBulkGetParams", - "text": "UserProfileBulkGetParams" - }, + "UserProfileBulkGetParams", ") => Promise<", - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfile", - "text": "UserProfile" - }, + "UserProfile", "[]>" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -379,15 +307,9 @@ "Bulk get operation parameters." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileBulkGetParams", - "text": "UserProfileBulkGetParams" - } + "UserProfileBulkGetParams" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -406,32 +328,14 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileSuggestParams", - "text": "UserProfileSuggestParams" - }, + "UserProfileSuggestParams", ") => Promise<", - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfile", - "text": "UserProfile" - }, + "UserProfile", "[]>" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -445,15 +349,9 @@ "Suggest operation parameters." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileSuggestParams", - "text": "UserProfileSuggestParams" - } + "UserProfileSuggestParams" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -473,7 +371,7 @@ "description": [ "\nSetup contract for Core's userProfile service.\n" ], - "path": "packages/core/user-profile/core-user-profile-server/src/contracts.ts", + "path": "src/core/packages/user-profile/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -488,16 +386,10 @@ ], "signature": [ "(delegate: ", - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.CoreUserProfileDelegateContract", - "text": "CoreUserProfileDelegateContract" - }, + "CoreUserProfileDelegateContract", ") => void" ], - "path": "packages/core/user-profile/core-user-profile-server/src/contracts.ts", + "path": "src/core/packages/user-profile/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -509,15 +401,9 @@ "label": "delegate", "description": [], "signature": [ - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.CoreUserProfileDelegateContract", - "text": "CoreUserProfileDelegateContract" - } + "CoreUserProfileDelegateContract" ], - "path": "packages/core/user-profile/core-user-profile-server/src/contracts.ts", + "path": "src/core/packages/user-profile/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -537,7 +423,7 @@ "description": [ "\nParameters for the suggest API." ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -553,7 +439,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -569,7 +455,7 @@ "signature": [ "{ uids: string[]; } | undefined" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -585,7 +471,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -601,7 +487,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -615,16 +501,10 @@ "\nThe set of the privileges that users associated with the suggested user profile should have in the specified space.\nIf not specified, privileges check isn't performed and all matched profiles are returned irrespective to the\nprivileges of the associated users." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileRequiredPrivileges", - "text": "UserProfileRequiredPrivileges" - }, + "UserProfileRequiredPrivileges", " | undefined" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false } @@ -642,24 +522,12 @@ "label": "CoreUserProfileDelegateContract", "description": [], "signature": [ - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileService", - "text": "UserProfileService" - }, + "UserProfileService", " & { update(uid: string, data: D): Promise; }" ], - "path": "packages/core/user-profile/core-user-profile-server/src/api_provider.ts", + "path": "src/core/packages/user-profile/server/src/api_provider.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -674,15 +542,9 @@ "\nStart contract for Core's userProfile service.\n" ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileService", - "text": "UserProfileService" - } + "UserProfileService" ], - "path": "packages/core/user-profile/core-user-profile-server/src/contracts.ts", + "path": "src/core/packages/user-profile/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_user_profile_server.mdx b/api_docs/kbn_core_user_profile_server.mdx index ef0986e912b9f..9978951245582 100644 --- a/api_docs/kbn_core_user_profile_server.mdx +++ b/api_docs/kbn_core_user_profile_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-server title: "@kbn/core-user-profile-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-server plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-server'] --- import kbnCoreUserProfileServerObj from './kbn_core_user_profile_server.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_server_internal.devdocs.json b/api_docs/kbn_core_user_profile_server_internal.devdocs.json index 6730f7baa82d4..814684cc2ae3a 100644 --- a/api_docs/kbn_core_user_profile_server_internal.devdocs.json +++ b/api_docs/kbn_core_user_profile_server_internal.devdocs.json @@ -18,23 +18,11 @@ "label": "CoreUserProfileRouteHandlerContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-user-profile-server-internal", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerInternalPluginApi", - "section": "def-server.CoreUserProfileRouteHandlerContext", - "text": "CoreUserProfileRouteHandlerContext" - }, + "CoreUserProfileRouteHandlerContext", " implements ", - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileRequestHandlerContext", - "text": "UserProfileRequestHandlerContext" - } + "UserProfileRequestHandlerContext" ], - "path": "packages/core/user-profile/core-user-profile-server-internal/src/user_profile_route_handler_context.ts", + "path": "src/core/packages/user-profile/server-internal/src/user_profile_route_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -48,7 +36,7 @@ "signature": [ "any" ], - "path": "packages/core/user-profile/core-user-profile-server-internal/src/user_profile_route_handler_context.ts", + "path": "src/core/packages/user-profile/server-internal/src/user_profile_route_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -60,15 +48,9 @@ "label": "userProfileStart", "description": [], "signature": [ - { - "pluginId": "@kbn/core-user-profile-server-internal", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerInternalPluginApi", - "section": "def-server.InternalUserProfileServiceStart", - "text": "InternalUserProfileServiceStart" - } + "InternalUserProfileServiceStart" ], - "path": "packages/core/user-profile/core-user-profile-server-internal/src/user_profile_route_handler_context.ts", + "path": "src/core/packages/user-profile/server-internal/src/user_profile_route_handler_context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -81,16 +63,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/user-profile/core-user-profile-server-internal/src/user_profile_route_handler_context.ts", + "path": "src/core/packages/user-profile/server-internal/src/user_profile_route_handler_context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -107,32 +83,14 @@ "description": [], "signature": [ "({ dataPath, }?: { dataPath?: string | undefined; }) => Promise<", - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileWithSecurity", - "text": "UserProfileWithSecurity" - }, + "UserProfileWithSecurity", " | null>" ], - "path": "packages/core/user-profile/core-user-profile-server-internal/src/user_profile_route_handler_context.ts", + "path": "src/core/packages/user-profile/server-internal/src/user_profile_route_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -143,7 +101,7 @@ "tags": [], "label": "{\n dataPath,\n }", "description": [], - "path": "packages/core/user-profile/core-user-profile-server-internal/src/user_profile_route_handler_context.ts", + "path": "src/core/packages/user-profile/server-internal/src/user_profile_route_handler_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -157,7 +115,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-server-internal/src/user_profile_route_handler_context.ts", + "path": "src/core/packages/user-profile/server-internal/src/user_profile_route_handler_context.ts", "deprecated": false, "trackAdoption": false } @@ -177,34 +135,16 @@ "label": "UserProfileService", "description": [], "signature": [ - { - "pluginId": "@kbn/core-user-profile-server-internal", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerInternalPluginApi", - "section": "def-server.UserProfileService", - "text": "UserProfileService" - }, + "UserProfileService", " implements ", "CoreService", "<", - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileServiceSetup", - "text": "UserProfileServiceSetup" - }, + "UserProfileServiceSetup", ", ", - { - "pluginId": "@kbn/core-user-profile-server-internal", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerInternalPluginApi", - "section": "def-server.InternalUserProfileServiceStart", - "text": "InternalUserProfileServiceStart" - }, + "InternalUserProfileServiceStart", ">" ], - "path": "packages/core/user-profile/core-user-profile-server-internal/src/user_profile_service.ts", + "path": "src/core/packages/user-profile/server-internal/src/user_profile_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -218,7 +158,7 @@ "signature": [ "any" ], - "path": "packages/core/user-profile/core-user-profile-server-internal/src/user_profile_service.ts", + "path": "src/core/packages/user-profile/server-internal/src/user_profile_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -232,7 +172,7 @@ "signature": [ "CoreContext" ], - "path": "packages/core/user-profile/core-user-profile-server-internal/src/user_profile_service.ts", + "path": "src/core/packages/user-profile/server-internal/src/user_profile_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -249,15 +189,9 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileServiceSetup", - "text": "UserProfileServiceSetup" - } + "UserProfileServiceSetup" ], - "path": "packages/core/user-profile/core-user-profile-server-internal/src/user_profile_service.ts", + "path": "src/core/packages/user-profile/server-internal/src/user_profile_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -272,15 +206,9 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-user-profile-server-internal", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerInternalPluginApi", - "section": "def-server.InternalUserProfileServiceStart", - "text": "InternalUserProfileServiceStart" - } + "InternalUserProfileServiceStart" ], - "path": "packages/core/user-profile/core-user-profile-server-internal/src/user_profile_service.ts", + "path": "src/core/packages/user-profile/server-internal/src/user_profile_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -296,7 +224,7 @@ "signature": [ "() => void" ], - "path": "packages/core/user-profile/core-user-profile-server-internal/src/user_profile_service.ts", + "path": "src/core/packages/user-profile/server-internal/src/user_profile_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -318,15 +246,9 @@ "label": "InternalUserProfileServiceSetup", "description": [], "signature": [ - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileServiceSetup", - "text": "UserProfileServiceSetup" - } + "UserProfileServiceSetup" ], - "path": "packages/core/user-profile/core-user-profile-server-internal/src/internal_contracts.ts", + "path": "src/core/packages/user-profile/server-internal/src/internal_contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -339,24 +261,12 @@ "label": "InternalUserProfileServiceStart", "description": [], "signature": [ - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileService", - "text": "UserProfileService" - }, + "UserProfileService", " & Pick<", - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.CoreUserProfileDelegateContract", - "text": "CoreUserProfileDelegateContract" - }, + "CoreUserProfileDelegateContract", ", \"update\">" ], - "path": "packages/core/user-profile/core-user-profile-server-internal/src/internal_contracts.ts", + "path": "src/core/packages/user-profile/server-internal/src/internal_contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_core_user_profile_server_internal.mdx b/api_docs/kbn_core_user_profile_server_internal.mdx index 8427048ded579..f2508bf769ecb 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-server-internal'] --- import kbnCoreUserProfileServerInternalObj from './kbn_core_user_profile_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_server_mocks.devdocs.json b/api_docs/kbn_core_user_profile_server_mocks.devdocs.json index 6573e41e87682..527a4d0d5a374 100644 --- a/api_docs/kbn_core_user_profile_server_mocks.devdocs.json +++ b/api_docs/kbn_core_user_profile_server_mocks.devdocs.json @@ -22,7 +22,7 @@ "tags": [], "label": "userProfileServiceMock", "description": [], - "path": "packages/core/user-profile/core-user-profile-server-mocks/src/user_profile_service.mock.ts", + "path": "src/core/packages/user-profile/server-mocks/src/user_profile_service.mock.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -36,7 +36,7 @@ "signature": [ "() => { setup: jest.Mock; start: jest.Mock; stop: jest.Mock; }" ], - "path": "packages/core/user-profile/core-user-profile-server-mocks/src/user_profile_service.mock.ts", + "path": "src/core/packages/user-profile/server-mocks/src/user_profile_service.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -51,16 +51,10 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileServiceSetup", - "text": "UserProfileServiceSetup" - }, + "UserProfileServiceSetup", ">" ], - "path": "packages/core/user-profile/core-user-profile-server-mocks/src/user_profile_service.mock.ts", + "path": "src/core/packages/user-profile/server-mocks/src/user_profile_service.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -75,16 +69,10 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileService", - "text": "UserProfileService" - }, + "UserProfileService", ">" ], - "path": "packages/core/user-profile/core-user-profile-server-mocks/src/user_profile_service.mock.ts", + "path": "src/core/packages/user-profile/server-mocks/src/user_profile_service.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -99,16 +87,10 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileServiceSetup", - "text": "UserProfileServiceSetup" - }, + "UserProfileServiceSetup", ">" ], - "path": "packages/core/user-profile/core-user-profile-server-mocks/src/user_profile_service.mock.ts", + "path": "src/core/packages/user-profile/server-mocks/src/user_profile_service.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -123,16 +105,10 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-user-profile-server-internal", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerInternalPluginApi", - "section": "def-server.InternalUserProfileServiceStart", - "text": "InternalUserProfileServiceStart" - }, + "InternalUserProfileServiceStart", ">" ], - "path": "packages/core/user-profile/core-user-profile-server-mocks/src/user_profile_service.mock.ts", + "path": "src/core/packages/user-profile/server-mocks/src/user_profile_service.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -147,16 +123,10 @@ "description": [], "signature": [ "() => jest.Mocked<", - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileRequestHandlerContext", - "text": "UserProfileRequestHandlerContext" - }, + "UserProfileRequestHandlerContext", ">" ], - "path": "packages/core/user-profile/core-user-profile-server-mocks/src/user_profile_service.mock.ts", + "path": "src/core/packages/user-profile/server-mocks/src/user_profile_service.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], diff --git a/api_docs/kbn_core_user_profile_server_mocks.mdx b/api_docs/kbn_core_user_profile_server_mocks.mdx index 401d0a668c5c8..a947c4f861cc1 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-server-mocks'] --- import kbnCoreUserProfileServerMocksObj from './kbn_core_user_profile_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_user_settings_server.mdx b/api_docs/kbn_core_user_settings_server.mdx index b3df102ee6de9..1098538cf575b 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-settings-server'] --- import kbnCoreUserSettingsServerObj from './kbn_core_user_settings_server.devdocs.json'; diff --git a/api_docs/kbn_core_user_settings_server_mocks.mdx b/api_docs/kbn_core_user_settings_server_mocks.mdx index 9cd9c729abf38..87634262a382a 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-settings-server-mocks'] --- import kbnCoreUserSettingsServerMocksObj from './kbn_core_user_settings_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_crypto.mdx b/api_docs/kbn_crypto.mdx index 4bbfcd47184fe..58bd341b3ced1 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/crypto'] --- import kbnCryptoObj from './kbn_crypto.devdocs.json'; diff --git a/api_docs/kbn_crypto_browser.devdocs.json b/api_docs/kbn_crypto_browser.devdocs.json index 957697ef29a31..93980bf4a9733 100644 --- a/api_docs/kbn_crypto_browser.devdocs.json +++ b/api_docs/kbn_crypto_browser.devdocs.json @@ -25,7 +25,7 @@ "tags": [], "label": "Sha256", "description": [], - "path": "packages/kbn-crypto-browser/src/sha256.ts", + "path": "src/platform/packages/shared/kbn-crypto-browser/src/sha256.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -39,7 +39,7 @@ "signature": [ "any" ], - "path": "packages/kbn-crypto-browser/src/sha256.ts", + "path": "src/platform/packages/shared/kbn-crypto-browser/src/sha256.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -62,7 +62,7 @@ "text": "Sha256" } ], - "path": "packages/kbn-crypto-browser/src/sha256.ts", + "path": "src/platform/packages/shared/kbn-crypto-browser/src/sha256.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -76,7 +76,7 @@ "signature": [ "string | Buffer" ], - "path": "packages/kbn-crypto-browser/src/sha256.ts", + "path": "src/platform/packages/shared/kbn-crypto-browser/src/sha256.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -91,7 +91,7 @@ "signature": [ "BufferEncoding | undefined" ], - "path": "packages/kbn-crypto-browser/src/sha256.ts", + "path": "src/platform/packages/shared/kbn-crypto-browser/src/sha256.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -109,7 +109,7 @@ "signature": [ "(encoding: BufferEncoding) => string" ], - "path": "packages/kbn-crypto-browser/src/sha256.ts", + "path": "src/platform/packages/shared/kbn-crypto-browser/src/sha256.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -123,7 +123,7 @@ "signature": [ "BufferEncoding" ], - "path": "packages/kbn-crypto-browser/src/sha256.ts", + "path": "src/platform/packages/shared/kbn-crypto-browser/src/sha256.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -141,7 +141,7 @@ "signature": [ "(M: Buffer) => void" ], - "path": "packages/kbn-crypto-browser/src/sha256.ts", + "path": "src/platform/packages/shared/kbn-crypto-browser/src/sha256.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -155,7 +155,7 @@ "signature": [ "Buffer" ], - "path": "packages/kbn-crypto-browser/src/sha256.ts", + "path": "src/platform/packages/shared/kbn-crypto-browser/src/sha256.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -173,7 +173,7 @@ "signature": [ "() => Buffer" ], - "path": "packages/kbn-crypto-browser/src/sha256.ts", + "path": "src/platform/packages/shared/kbn-crypto-browser/src/sha256.ts", "deprecated": false, "trackAdoption": false, "children": [], diff --git a/api_docs/kbn_crypto_browser.mdx b/api_docs/kbn_crypto_browser.mdx index 952eeefa3f457..b121f5efcd3fe 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-12-27 +date: 2025-01-05 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 52a32c29966a0..45dc0ab7084e9 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/custom-icons'] --- import kbnCustomIconsObj from './kbn_custom_icons.devdocs.json'; diff --git a/api_docs/kbn_custom_integrations.mdx b/api_docs/kbn_custom_integrations.mdx index a36a80da4bb18..88571e1b344f3 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/custom-integrations'] --- import kbnCustomIntegrationsObj from './kbn_custom_integrations.devdocs.json'; diff --git a/api_docs/kbn_cypress_config.mdx b/api_docs/kbn_cypress_config.mdx index 3e1c477a903fe..71f338effc337 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-12-27 +date: 2025-01-05 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 b4065455a378f..ce8599000ad3c 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-12-27 +date: 2025-01-05 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 3e32baa34e582..9ecd259219b07 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-12-27 +date: 2025-01-05 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 4e574c32850ff..006a36f71d7a0 100644 --- a/api_docs/kbn_data_stream_adapter.devdocs.json +++ b/api_docs/kbn_data_stream_adapter.devdocs.json @@ -748,21 +748,9 @@ "label": "esClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", " | Promise<", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ">" ], "path": "x-pack/solutions/security/packages/index-adapter/src/index_adapter.ts", diff --git a/api_docs/kbn_data_stream_adapter.mdx b/api_docs/kbn_data_stream_adapter.mdx index c8697292ebc95..a64b879350ab6 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-12-27 +date: 2025-01-05 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.devdocs.json b/api_docs/kbn_data_view_utils.devdocs.json index c1b48a5d1f3b4..63cde7b6efec9 100644 --- a/api_docs/kbn_data_view_utils.devdocs.json +++ b/api_docs/kbn_data_view_utils.devdocs.json @@ -46,7 +46,7 @@ "text": "FieldSpec" } ], - "path": "packages/kbn-data-view-utils/src/utils/convert_to_data_view_field_spec.ts", + "path": "src/platform/packages/shared/kbn-data-view-utils/src/utils/convert_to_data_view_field_spec.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -66,7 +66,7 @@ "text": "DatatableColumn" } ], - "path": "packages/kbn-data-view-utils/src/utils/convert_to_data_view_field_spec.ts", + "path": "src/platform/packages/shared/kbn-data-view-utils/src/utils/convert_to_data_view_field_spec.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -85,7 +85,7 @@ "signature": [ "(basePatterns: string | string[]) => RegExp" ], - "path": "packages/kbn-data-view-utils/src/utils/create_regexp_pattern_from.ts", + "path": "src/platform/packages/shared/kbn-data-view-utils/src/utils/create_regexp_pattern_from.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -99,7 +99,7 @@ "signature": [ "string | string[]" ], - "path": "packages/kbn-data-view-utils/src/utils/create_regexp_pattern_from.ts", + "path": "src/platform/packages/shared/kbn-data-view-utils/src/utils/create_regexp_pattern_from.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -118,7 +118,7 @@ "signature": [ "(allowedList: (string | RegExp)[]) => (value: string) => boolean" ], - "path": "packages/kbn-data-view-utils/src/utils/test_pattern_against_allowed_list.ts", + "path": "src/platform/packages/shared/kbn-data-view-utils/src/utils/test_pattern_against_allowed_list.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -132,7 +132,7 @@ "signature": [ "(string | RegExp)[]" ], - "path": "packages/kbn-data-view-utils/src/utils/test_pattern_against_allowed_list.ts", + "path": "src/platform/packages/shared/kbn-data-view-utils/src/utils/test_pattern_against_allowed_list.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -157,7 +157,7 @@ "signature": [ "\"esql\"" ], - "path": "packages/kbn-data-view-utils/src/constants.ts", + "path": "src/platform/packages/shared/kbn-data-view-utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_data_view_utils.mdx b/api_docs/kbn_data_view_utils.mdx index 8e34f3262dc18..5bebc41cf013a 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-12-27 +date: 2025-01-05 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.devdocs.json b/api_docs/kbn_datemath.devdocs.json index eab4721dc49ff..fcf730e93d96a 100644 --- a/api_docs/kbn_datemath.devdocs.json +++ b/api_docs/kbn_datemath.devdocs.json @@ -29,7 +29,7 @@ "signature": [ "(input: string, options: { roundUp?: boolean | undefined; momentInstance?: typeof moment | undefined; forceNow?: Date | undefined; }) => moment.Moment | undefined" ], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -43,7 +43,7 @@ "signature": [ "string" ], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -55,7 +55,7 @@ "tags": [], "label": "options", "description": [], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -69,7 +69,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false }, @@ -83,7 +83,7 @@ "signature": [ "typeof moment | undefined" ], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false }, @@ -97,7 +97,7 @@ "signature": [ "Date | undefined" ], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false } @@ -121,7 +121,7 @@ "signature": [ "\"m\" | \"s\" | \"y\" | \"M\" | \"w\" | \"d\" | \"h\" | \"ms\"" ], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -143,7 +143,7 @@ }, "[]" ], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -165,7 +165,7 @@ }, "[]" ], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -187,7 +187,7 @@ }, "[]" ], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -202,7 +202,7 @@ "signature": [ "{ m: { weight: number; type: \"fixed\" | \"mixed\" | \"calendar\"; base: number; }; s: { weight: number; type: \"fixed\" | \"mixed\" | \"calendar\"; base: number; }; y: { weight: number; type: \"fixed\" | \"mixed\" | \"calendar\"; base: number; }; M: { weight: number; type: \"fixed\" | \"mixed\" | \"calendar\"; base: number; }; w: { weight: number; type: \"fixed\" | \"mixed\" | \"calendar\"; base: number; }; d: { weight: number; type: \"fixed\" | \"mixed\" | \"calendar\"; base: number; }; h: { weight: number; type: \"fixed\" | \"mixed\" | \"calendar\"; base: number; }; ms: { weight: number; type: \"fixed\" | \"mixed\" | \"calendar\"; base: number; }; }" ], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -216,7 +216,7 @@ "tags": [], "label": "unitsMap", "description": [], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -227,7 +227,7 @@ "tags": [], "label": "ms", "description": [], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -238,7 +238,7 @@ "tags": [], "label": "weight", "description": [], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false }, @@ -252,7 +252,7 @@ "signature": [ "\"fixed\"" ], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false }, @@ -263,7 +263,7 @@ "tags": [], "label": "base", "description": [], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false } @@ -276,7 +276,7 @@ "tags": [], "label": "s", "description": [], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -287,7 +287,7 @@ "tags": [], "label": "weight", "description": [], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false }, @@ -301,7 +301,7 @@ "signature": [ "\"fixed\"" ], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false }, @@ -312,7 +312,7 @@ "tags": [], "label": "base", "description": [], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false } @@ -325,7 +325,7 @@ "tags": [], "label": "m", "description": [], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -336,7 +336,7 @@ "tags": [], "label": "weight", "description": [], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false }, @@ -350,7 +350,7 @@ "signature": [ "\"mixed\"" ], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false }, @@ -361,7 +361,7 @@ "tags": [], "label": "base", "description": [], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false } @@ -374,7 +374,7 @@ "tags": [], "label": "h", "description": [], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -385,7 +385,7 @@ "tags": [], "label": "weight", "description": [], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false }, @@ -399,7 +399,7 @@ "signature": [ "\"mixed\"" ], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false }, @@ -410,7 +410,7 @@ "tags": [], "label": "base", "description": [], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false } @@ -423,7 +423,7 @@ "tags": [], "label": "d", "description": [], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -434,7 +434,7 @@ "tags": [], "label": "weight", "description": [], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false }, @@ -448,7 +448,7 @@ "signature": [ "\"mixed\"" ], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false }, @@ -459,7 +459,7 @@ "tags": [], "label": "base", "description": [], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false } @@ -472,7 +472,7 @@ "tags": [], "label": "w", "description": [], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -483,7 +483,7 @@ "tags": [], "label": "weight", "description": [], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false }, @@ -497,7 +497,7 @@ "signature": [ "\"calendar\"" ], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false }, @@ -508,7 +508,7 @@ "tags": [], "label": "base", "description": [], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false } @@ -521,7 +521,7 @@ "tags": [], "label": "M", "description": [], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -532,7 +532,7 @@ "tags": [], "label": "weight", "description": [], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false }, @@ -546,7 +546,7 @@ "signature": [ "\"calendar\"" ], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false }, @@ -557,7 +557,7 @@ "tags": [], "label": "base", "description": [], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false } @@ -572,7 +572,7 @@ "description": [ "// q: { weight: 8, type: 'calendar' }, // TODO: moment duration does not support quarter" ], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -583,7 +583,7 @@ "tags": [], "label": "weight", "description": [], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false }, @@ -597,7 +597,7 @@ "signature": [ "\"calendar\"" ], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false }, @@ -608,7 +608,7 @@ "tags": [], "label": "base", "description": [], - "path": "packages/kbn-datemath/index.ts", + "path": "src/platform/packages/shared/kbn-datemath/index.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_datemath.mdx b/api_docs/kbn_datemath.mdx index 6ed32133bfdf2..1c27293e159bf 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/datemath'] --- import kbnDatemathObj from './kbn_datemath.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_analytics.devdocs.json b/api_docs/kbn_deeplinks_analytics.devdocs.json index c3d0c2a831af1..f704850969b24 100644 --- a/api_docs/kbn_deeplinks_analytics.devdocs.json +++ b/api_docs/kbn_deeplinks_analytics.devdocs.json @@ -32,7 +32,7 @@ "signature": [ "\"graph\" | \"canvas\" | \"dashboards\" | \"discover\" | \"maps\" | \"visualize\"" ], - "path": "packages/deeplinks/analytics/deep_links.ts", + "path": "src/platform/packages/shared/deeplinks/analytics/deep_links.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -47,7 +47,7 @@ "signature": [ "\"dashboards\"" ], - "path": "packages/deeplinks/analytics/constants.ts", + "path": "src/platform/packages/shared/deeplinks/analytics/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -62,7 +62,7 @@ "signature": [ "\"DASHBOARD_APP_LOCATOR\"" ], - "path": "packages/deeplinks/analytics/constants.ts", + "path": "src/platform/packages/shared/deeplinks/analytics/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -77,7 +77,7 @@ "signature": [ "\"graph\" | \"canvas\" | \"dashboards\" | \"discover\" | \"maps\" | \"visualize\"" ], - "path": "packages/deeplinks/analytics/deep_links.ts", + "path": "src/platform/packages/shared/deeplinks/analytics/deep_links.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -92,7 +92,7 @@ "signature": [ "\"discover\"" ], - "path": "packages/deeplinks/analytics/constants.ts", + "path": "src/platform/packages/shared/deeplinks/analytics/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -107,7 +107,7 @@ "signature": [ "\"DISCOVER_ESQL_LOCATOR\"" ], - "path": "packages/deeplinks/analytics/constants.ts", + "path": "src/platform/packages/shared/deeplinks/analytics/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -122,7 +122,7 @@ "signature": [ "\"visualize\"" ], - "path": "packages/deeplinks/analytics/constants.ts", + "path": "src/platform/packages/shared/deeplinks/analytics/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_deeplinks_analytics.mdx b/api_docs/kbn_deeplinks_analytics.mdx index 1c0664355db39..45997bfad7a56 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-12-27 +date: 2025-01-05 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 9a0ac304682dc..dd6e78906e3dd 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-12-27 +date: 2025-01-05 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 73b7c7d3868b9..906f1388ca059 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-12-27 +date: 2025-01-05 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 a86d331f14d2e..3c50634d21a07 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-12-27 +date: 2025-01-05 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 442c107f07306..4b1cafbfbfa4c 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-ml'] --- import kbnDeeplinksMlObj from './kbn_deeplinks_ml.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_observability.devdocs.json b/api_docs/kbn_deeplinks_observability.devdocs.json index fd60db88bdccf..08dff030b0dbe 100644 --- a/api_docs/kbn_deeplinks_observability.devdocs.json +++ b/api_docs/kbn_deeplinks_observability.devdocs.json @@ -177,246 +177,6 @@ ], "initialIsOpen": false }, - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.LogsExplorerLocatorParams", - "type": "Interface", - "tags": [], - "label": "LogsExplorerLocatorParams", - "description": [], - "signature": [ - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.LogsExplorerLocatorParams", - "text": "LogsExplorerLocatorParams" - }, - " extends ", - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.LogsExplorerNavigationParams", - "text": "LogsExplorerNavigationParams" - } - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/logs_explorer.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.LogsExplorerLocatorParams.dataset", - "type": "string", - "tags": [], - "label": "dataset", - "description": [ - "\nDataset name to be selected." - ], - "signature": [ - "string | undefined" - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/logs_explorer.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.LogsExplorerNavigationParams", - "type": "Interface", - "tags": [], - "label": "LogsExplorerNavigationParams", - "description": [], - "signature": [ - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.LogsExplorerNavigationParams", - "text": "LogsExplorerNavigationParams" - }, - " extends ", - { - "pluginId": "@kbn/utility-types", - "scope": "common", - "docId": "kibKbnUtilityTypesPluginApi", - "section": "def-common.SerializableRecord", - "text": "SerializableRecord" - } - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/logs_explorer.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.LogsExplorerNavigationParams.timeRange", - "type": "Object", - "tags": [], - "label": "timeRange", - "description": [ - "\nOptionally set the time range in the time picker." - ], - "signature": [ - { - "pluginId": "@kbn/es-query", - "scope": "common", - "docId": "kibKbnEsQueryPluginApi", - "section": "def-common.TimeRange", - "text": "TimeRange" - }, - " | undefined" - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/logs_explorer.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.LogsExplorerNavigationParams.refreshInterval", - "type": "Object", - "tags": [], - "label": "refreshInterval", - "description": [ - "\nOptionally set the refresh interval." - ], - "signature": [ - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.RefreshInterval", - "text": "RefreshInterval" - }, - " | undefined" - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/logs_explorer.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.LogsExplorerNavigationParams.query", - "type": "CompoundType", - "tags": [], - "label": "query", - "description": [ - "\nOptionally set a query." - ], - "signature": [ - { - "pluginId": "@kbn/es-query", - "scope": "common", - "docId": "kibKbnEsQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - " | ", - { - "pluginId": "@kbn/es-query", - "scope": "common", - "docId": "kibKbnEsQueryPluginApi", - "section": "def-common.AggregateQuery", - "text": "AggregateQuery" - }, - " | undefined" - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/logs_explorer.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.LogsExplorerNavigationParams.columns", - "type": "Array", - "tags": [], - "label": "columns", - "description": [ - "\nColumns displayed in the table" - ], - "signature": [ - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.GridColumnDisplayOptions", - "text": "GridColumnDisplayOptions" - }, - "[] | undefined" - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/logs_explorer.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.LogsExplorerNavigationParams.filters", - "type": "Array", - "tags": [], - "label": "filters", - "description": [ - "\nOptionally apply free-form filters." - ], - "signature": [ - { - "pluginId": "@kbn/es-query", - "scope": "common", - "docId": "kibKbnEsQueryPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[] | undefined" - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/logs_explorer.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.LogsExplorerNavigationParams.filterControls", - "type": "Object", - "tags": [], - "label": "filterControls", - "description": [ - "\nOptionally apply curated filter controls" - ], - "signature": [ - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.FilterControls", - "text": "FilterControls" - }, - " | undefined" - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/logs_explorer.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.LogsExplorerNavigationParams.breakdownField", - "type": "string", - "tags": [], - "label": "breakdownField", - "description": [ - "\nOptionally set chart's breakdown field" - ], - "signature": [ - "string | undefined" - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/logs_explorer.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, { "parentPluginId": "@kbn/deeplinks-observability", "id": "def-common.ObservabilityLogsExplorerLocationState", @@ -523,110 +283,6 @@ ], "initialIsOpen": false }, - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.ObsLogsExplorerDataViewLocatorParams", - "type": "Interface", - "tags": [], - "label": "ObsLogsExplorerDataViewLocatorParams", - "description": [], - "signature": [ - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.ObsLogsExplorerDataViewLocatorParams", - "text": "ObsLogsExplorerDataViewLocatorParams" - }, - " extends ", - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.DatasetLocatorParams", - "text": "DatasetLocatorParams" - } - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/observability_logs_explorer.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.ObsLogsExplorerDataViewLocatorParams.id", - "type": "string", - "tags": [], - "label": "id", - "description": [ - "\nData view id to select" - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/observability_logs_explorer.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.SingleDatasetLocatorParams", - "type": "Interface", - "tags": [], - "label": "SingleDatasetLocatorParams", - "description": [], - "signature": [ - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.SingleDatasetLocatorParams", - "text": "SingleDatasetLocatorParams" - }, - " extends ", - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.DatasetLocatorParams", - "text": "DatasetLocatorParams" - } - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/observability_logs_explorer.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.SingleDatasetLocatorParams.integration", - "type": "string", - "tags": [], - "label": "integration", - "description": [ - "\nIntegration name to be selected." - ], - "signature": [ - "string | undefined" - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/observability_logs_explorer.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.SingleDatasetLocatorParams.dataset", - "type": "string", - "tags": [], - "label": "dataset", - "description": [ - "\nDataset name to be selected.\nex: system.syslog" - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/observability_logs_explorer.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, { "parentPluginId": "@kbn/deeplinks-observability", "id": "def-common.TransactionDetailsByTraceIdLocatorParams", @@ -875,50 +531,6 @@ "trackAdoption": false, "initialIsOpen": false }, - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.ALL_DATASETS_LOCATOR_ID", - "type": "string", - "tags": [], - "label": "ALL_DATASETS_LOCATOR_ID", - "description": [], - "signature": [ - "\"ALL_DATASETS_LOCATOR\"" - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/observability_logs_explorer.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.AllDatasetsLocatorParams", - "type": "Type", - "tags": [], - "label": "AllDatasetsLocatorParams", - "description": [], - "signature": [ - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.LogsExplorerNavigationParams", - "text": "LogsExplorerNavigationParams" - }, - " & ", - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.ObservabilityLogsExplorerLocationState", - "text": "ObservabilityLogsExplorerLocationState" - } - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/observability_logs_explorer.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, { "parentPluginId": "@kbn/deeplinks-observability", "id": "def-common.AppId", @@ -964,35 +576,6 @@ "trackAdoption": false, "initialIsOpen": false }, - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.DatasetLocatorParams", - "type": "Type", - "tags": [], - "label": "DatasetLocatorParams", - "description": [], - "signature": [ - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.LogsExplorerNavigationParams", - "text": "LogsExplorerNavigationParams" - }, - " & ", - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.ObservabilityLogsExplorerLocationState", - "text": "ObservabilityLogsExplorerLocationState" - } - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/observability_logs_explorer.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, { "parentPluginId": "@kbn/deeplinks-observability", "id": "def-common.DeepLinkId", @@ -1015,73 +598,6 @@ "trackAdoption": false, "initialIsOpen": false }, - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.DocumentFieldGridColumnOptions", - "type": "Type", - "tags": [], - "label": "DocumentFieldGridColumnOptions", - "description": [], - "signature": [ - "{ type: \"document-field\"; field: string; width?: number | undefined; }" - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/logs_explorer.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.FilterControls", - "type": "Type", - "tags": [], - "label": "FilterControls", - "description": [], - "signature": [ - "{ namespace?: ", - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.ListFilterControl", - "text": "ListFilterControl" - }, - " | undefined; }" - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/logs_explorer.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.GridColumnDisplayOptions", - "type": "Type", - "tags": [], - "label": "GridColumnDisplayOptions", - "description": [], - "signature": [ - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.DocumentFieldGridColumnOptions", - "text": "DocumentFieldGridColumnOptions" - }, - " | ", - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.SmartFieldGridColumnOptions", - "text": "SmartFieldGridColumnOptions" - } - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/logs_explorer.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, { "parentPluginId": "@kbn/deeplinks-observability", "id": "def-common.LAST_USED_LOGS_VIEWER_APP_ID", @@ -1097,21 +613,6 @@ "trackAdoption": false, "initialIsOpen": false }, - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.ListFilterControl", - "type": "Type", - "tags": [], - "label": "ListFilterControl", - "description": [], - "signature": [ - "{ mode: \"include\"; values: string[]; }" - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/logs_explorer.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, { "parentPluginId": "@kbn/deeplinks-observability", "id": "def-common.LOGS_APP_ID", @@ -1127,21 +628,6 @@ "trackAdoption": false, "initialIsOpen": false }, - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.LOGS_EXPLORER_LOCATOR_ID", - "type": "string", - "tags": [], - "label": "LOGS_EXPLORER_LOCATOR_ID", - "description": [], - "signature": [ - "\"LOGS_EXPLORER_LOCATOR\"" - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/logs_explorer.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, { "parentPluginId": "@kbn/deeplinks-observability", "id": "def-common.OBLT_PROFILING_APP_ID", @@ -1172,21 +658,6 @@ "trackAdoption": false, "initialIsOpen": false }, - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.OBS_LOGS_EXPLORER_DATA_VIEW_LOCATOR_ID", - "type": "string", - "tags": [], - "label": "OBS_LOGS_EXPLORER_DATA_VIEW_LOCATOR_ID", - "description": [], - "signature": [ - "\"OBS_LOGS_EXPLORER_DATA_VIEW_LOCATOR\"" - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/observability_logs_explorer.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, { "parentPluginId": "@kbn/deeplinks-observability", "id": "def-common.OBS_LOGS_EXPLORER_LOGS_VIEWER_KEY", @@ -1262,51 +733,6 @@ "trackAdoption": false, "initialIsOpen": false }, - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.RefreshInterval", - "type": "Type", - "tags": [], - "label": "RefreshInterval", - "description": [], - "signature": [ - "{ pause: boolean; value: number; }" - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/logs_explorer.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.SINGLE_DATASET_LOCATOR_ID", - "type": "string", - "tags": [], - "label": "SINGLE_DATASET_LOCATOR_ID", - "description": [], - "signature": [ - "\"SINGLE_DATASET_LOCATOR\"" - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/observability_logs_explorer.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/deeplinks-observability", - "id": "def-common.SmartFieldGridColumnOptions", - "type": "Type", - "tags": [], - "label": "SmartFieldGridColumnOptions", - "description": [], - "signature": [ - "{ type: \"smart-field\"; smartField: \"content\" | \"resource\"; width?: number | undefined; }" - ], - "path": "src/platform/packages/shared/deeplinks/observability/locators/logs_explorer.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, { "parentPluginId": "@kbn/deeplinks-observability", "id": "def-common.TRANSACTION_DETAILS_BY_TRACE_ID_LOCATOR", diff --git a/api_docs/kbn_deeplinks_observability.mdx b/api_docs/kbn_deeplinks_observability.mdx index d87db39e5bb13..e9724808e108f 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-observability'] --- import kbnDeeplinksObservabilityObj from './kbn_deeplinks_observability.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 | |-------------------|-----------|------------------------|-----------------| -| 70 | 0 | 58 | 0 | +| 43 | 0 | 42 | 0 | ## Common diff --git a/api_docs/kbn_deeplinks_search.devdocs.json b/api_docs/kbn_deeplinks_search.devdocs.json index c744fd8c7ab8d..3e8e29958b722 100644 --- a/api_docs/kbn_deeplinks_search.devdocs.json +++ b/api_docs/kbn_deeplinks_search.devdocs.json @@ -32,7 +32,7 @@ "signature": [ "\"appSearch\" | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"enterpriseSearchAnalytics\" | \"workplaceSearch\" | \"serverlessElasticsearch\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchInferenceEndpoints\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:searchIndices\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"appSearch:engines\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"enterpriseSearchElasticsearch\" | \"enterpriseSearchVectorSearch\" | \"enterpriseSearchSemanticSearch\" | \"enterpriseSearchAISearch\" | \"elasticsearchIndices:createIndex\"" ], - "path": "packages/deeplinks/search/deep_links.ts", + "path": "src/platform/packages/shared/deeplinks/search/deep_links.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -47,7 +47,7 @@ "signature": [ "\"enterpriseSearchAnalytics\"" ], - "path": "packages/deeplinks/search/constants.ts", + "path": "src/platform/packages/shared/deeplinks/search/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -62,7 +62,7 @@ "signature": [ "\"enterpriseSearch\"" ], - "path": "packages/deeplinks/search/constants.ts", + "path": "src/platform/packages/shared/deeplinks/search/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -77,7 +77,7 @@ "signature": [ "\"enterpriseSearchApplications\"" ], - "path": "packages/deeplinks/search/constants.ts", + "path": "src/platform/packages/shared/deeplinks/search/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -92,7 +92,7 @@ "signature": [ "\"appSearch\"" ], - "path": "packages/deeplinks/search/constants.ts", + "path": "src/platform/packages/shared/deeplinks/search/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -107,7 +107,7 @@ "signature": [ "\"enterpriseSearchContent\"" ], - "path": "packages/deeplinks/search/constants.ts", + "path": "src/platform/packages/shared/deeplinks/search/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -122,7 +122,7 @@ "signature": [ "\"workplaceSearch\"" ], - "path": "packages/deeplinks/search/constants.ts", + "path": "src/platform/packages/shared/deeplinks/search/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -137,7 +137,7 @@ "signature": [ "\"enterpriseSearchAnalytics\"" ], - "path": "packages/deeplinks/search/deep_links.ts", + "path": "src/platform/packages/shared/deeplinks/search/deep_links.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -152,7 +152,7 @@ "signature": [ "\"enterpriseSearch\"" ], - "path": "packages/deeplinks/search/deep_links.ts", + "path": "src/platform/packages/shared/deeplinks/search/deep_links.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -167,7 +167,7 @@ "signature": [ "\"enterpriseSearchApplications\"" ], - "path": "packages/deeplinks/search/deep_links.ts", + "path": "src/platform/packages/shared/deeplinks/search/deep_links.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -182,7 +182,7 @@ "signature": [ "\"appSearch\"" ], - "path": "packages/deeplinks/search/deep_links.ts", + "path": "src/platform/packages/shared/deeplinks/search/deep_links.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -197,7 +197,7 @@ "signature": [ "\"enterpriseSearchContent\"" ], - "path": "packages/deeplinks/search/deep_links.ts", + "path": "src/platform/packages/shared/deeplinks/search/deep_links.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -212,7 +212,7 @@ "signature": [ "\"workplaceSearch\"" ], - "path": "packages/deeplinks/search/deep_links.ts", + "path": "src/platform/packages/shared/deeplinks/search/deep_links.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -227,7 +227,7 @@ "signature": [ "\"searchPlayground\"" ], - "path": "packages/deeplinks/search/constants.ts", + "path": "src/platform/packages/shared/deeplinks/search/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -242,7 +242,7 @@ "signature": [ "\"enterpriseSearchAISearch\"" ], - "path": "packages/deeplinks/search/constants.ts", + "path": "src/platform/packages/shared/deeplinks/search/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -257,7 +257,7 @@ "signature": [ "\"enterpriseSearchElasticsearch\"" ], - "path": "packages/deeplinks/search/constants.ts", + "path": "src/platform/packages/shared/deeplinks/search/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -272,7 +272,7 @@ "signature": [ "\"enterpriseSearchSemanticSearch\"" ], - "path": "packages/deeplinks/search/constants.ts", + "path": "src/platform/packages/shared/deeplinks/search/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -287,7 +287,7 @@ "signature": [ "\"enterpriseSearchVectorSearch\"" ], - "path": "packages/deeplinks/search/constants.ts", + "path": "src/platform/packages/shared/deeplinks/search/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -302,7 +302,7 @@ "signature": [ "\"serverlessElasticsearch\"" ], - "path": "packages/deeplinks/search/constants.ts", + "path": "src/platform/packages/shared/deeplinks/search/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -317,7 +317,7 @@ "signature": [ "\"serverlessConnectors\"" ], - "path": "packages/deeplinks/search/constants.ts", + "path": "src/platform/packages/shared/deeplinks/search/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -332,7 +332,7 @@ "signature": [ "\"serverlessElasticsearch\"" ], - "path": "packages/deeplinks/search/deep_links.ts", + "path": "src/platform/packages/shared/deeplinks/search/deep_links.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_deeplinks_search.mdx b/api_docs/kbn_deeplinks_search.mdx index 0eca33f96b4e7..620aae82c0687 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-12-27 +date: 2025-01-05 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 d3df5e84c4bce..a6a60f3c5d194 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-12-27 +date: 2025-01-05 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 6e305aacf41b5..0d743b4e10cac 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-12-27 +date: 2025-01-05 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 75d36230b8aba..267c2ccd2e51e 100644 --- a/api_docs/kbn_default_nav_analytics.devdocs.json +++ b/api_docs/kbn_default_nav_analytics.devdocs.json @@ -95,7 +95,7 @@ }, ">[]; }" ], - "path": "packages/default-nav/analytics/default_navigation.ts", + "path": "src/platform/packages/private/default-nav/analytics/default_navigation.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -110,7 +110,7 @@ "signature": [ "\"root\" | \"rootNav:analytics\"" ], - "path": "packages/default-nav/analytics/default_navigation.ts", + "path": "src/platform/packages/private/default-nav/analytics/default_navigation.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -124,7 +124,7 @@ "tags": [], "label": "defaultNavigation", "description": [], - "path": "packages/default-nav/analytics/default_navigation.ts", + "path": "src/platform/packages/private/default-nav/analytics/default_navigation.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -138,7 +138,7 @@ "signature": [ "\"rootNav:analytics\"" ], - "path": "packages/default-nav/analytics/default_navigation.ts", + "path": "src/platform/packages/private/default-nav/analytics/default_navigation.ts", "deprecated": false, "trackAdoption": false }, @@ -149,7 +149,7 @@ "tags": [], "label": "title", "description": [], - "path": "packages/default-nav/analytics/default_navigation.ts", + "path": "src/platform/packages/private/default-nav/analytics/default_navigation.ts", "deprecated": false, "trackAdoption": false }, @@ -160,7 +160,7 @@ "tags": [], "label": "icon", "description": [], - "path": "packages/default-nav/analytics/default_navigation.ts", + "path": "src/platform/packages/private/default-nav/analytics/default_navigation.ts", "deprecated": false, "trackAdoption": false }, @@ -174,7 +174,7 @@ "signature": [ "\"accordion\"" ], - "path": "packages/default-nav/analytics/default_navigation.ts", + "path": "src/platform/packages/private/default-nav/analytics/default_navigation.ts", "deprecated": false, "trackAdoption": false }, @@ -188,7 +188,7 @@ "signature": [ "({ link: \"discover\"; } | { link: \"dashboards\"; } | { link: \"visualize\"; })[]" ], - "path": "packages/default-nav/analytics/default_navigation.ts", + "path": "src/platform/packages/private/default-nav/analytics/default_navigation.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_default_nav_analytics.mdx b/api_docs/kbn_default_nav_analytics.mdx index a2ff000870ea0..7f5235608c00d 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-analytics'] --- import kbnDefaultNavAnalyticsObj from './kbn_default_nav_analytics.devdocs.json'; diff --git a/api_docs/kbn_default_nav_devtools.mdx b/api_docs/kbn_default_nav_devtools.mdx index 998b7e5d21e93..0f49d322aed72 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-devtools'] --- import kbnDefaultNavDevtoolsObj from './kbn_default_nav_devtools.devdocs.json'; diff --git a/api_docs/kbn_default_nav_management.mdx b/api_docs/kbn_default_nav_management.mdx index b6265b6431cdf..45f357535f56a 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-management'] --- import kbnDefaultNavManagementObj from './kbn_default_nav_management.devdocs.json'; diff --git a/api_docs/kbn_default_nav_ml.mdx b/api_docs/kbn_default_nav_ml.mdx index 2f7de6074712e..9b54ef10afa6e 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-12-27 +date: 2025-01-05 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 180b47bcbec13..7d3472f825eed 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-12-27 +date: 2025-01-05 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 74fc13de2bf88..927297ec02042 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-12-27 +date: 2025-01-05 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 8e173178f817d..c16c1042df711 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-12-27 +date: 2025-01-05 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 aa8e96ac6fec9..a369054ca9508 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-utils'] --- import kbnDevUtilsObj from './kbn_dev_utils.devdocs.json'; diff --git a/api_docs/kbn_discover_contextual_components.devdocs.json b/api_docs/kbn_discover_contextual_components.devdocs.json index ea2e28e6d29a8..be19ba870b619 100644 --- a/api_docs/kbn_discover_contextual_components.devdocs.json +++ b/api_docs/kbn_discover_contextual_components.devdocs.json @@ -53,13 +53,7 @@ "text": "DataTableRecord" }, ", core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", share?: ", { "pluginId": "share", @@ -111,13 +105,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/platform/packages/shared/kbn-discover-contextual-components/src/data_types/logs/components/summary_column/utils.tsx", "deprecated": false, @@ -611,7 +599,7 @@ "tags": [], "label": "fieldName", "description": [], - "path": "packages/kbn-discover-utils/src/utils/get_should_show_field_handler.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_should_show_field_handler.ts", "deprecated": false, "trackAdoption": false } @@ -640,13 +628,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/platform/packages/shared/kbn-discover-contextual-components/src/data_types/logs/components/summary_column/summary_column.tsx", "deprecated": false, diff --git a/api_docs/kbn_discover_contextual_components.mdx b/api_docs/kbn_discover_contextual_components.mdx index 8f32c06900e96..aab9aef073f4b 100644 --- a/api_docs/kbn_discover_contextual_components.mdx +++ b/api_docs/kbn_discover_contextual_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-discover-contextual-components title: "@kbn/discover-contextual-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/discover-contextual-components plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/discover-contextual-components'] --- import kbnDiscoverContextualComponentsObj from './kbn_discover_contextual_components.devdocs.json'; diff --git a/api_docs/kbn_discover_utils.devdocs.json b/api_docs/kbn_discover_utils.devdocs.json index 30529c7df0fd9..47efe2b5c82fb 100644 --- a/api_docs/kbn_discover_utils.devdocs.json +++ b/api_docs/kbn_discover_utils.devdocs.json @@ -25,7 +25,7 @@ "tags": [], "label": "AppMenuRegistry", "description": [], - "path": "packages/kbn-discover-utils/src/components/app_menu/app_menu_registry.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/app_menu_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -36,7 +36,7 @@ "tags": [], "label": "CUSTOM_ITEMS_LIMIT", "description": [], - "path": "packages/kbn-discover-utils/src/components/app_menu/app_menu_registry.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/app_menu_registry.ts", "deprecated": false, "trackAdoption": false }, @@ -50,7 +50,7 @@ "signature": [ "any" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/app_menu_registry.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/app_menu_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -80,7 +80,7 @@ }, ")[]" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/app_menu_registry.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/app_menu_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -98,7 +98,7 @@ "signature": [ "(appMenuItemId: string) => boolean" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/app_menu_registry.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/app_menu_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -112,7 +112,7 @@ "signature": [ "string" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/app_menu_registry.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/app_menu_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -140,7 +140,7 @@ }, ") => void" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/app_menu_registry.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/app_menu_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -160,7 +160,7 @@ "text": "AppMenuItemCustom" } ], - "path": "packages/kbn-discover-utils/src/components/app_menu/app_menu_registry.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/app_menu_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -196,7 +196,7 @@ }, ") => void" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/app_menu_registry.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/app_menu_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -210,7 +210,7 @@ "signature": [ "string" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/app_menu_registry.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/app_menu_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -239,7 +239,7 @@ "text": "AppMenuSubmenuHorizontalRule" } ], - "path": "packages/kbn-discover-utils/src/components/app_menu/app_menu_registry.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/app_menu_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -267,7 +267,7 @@ }, "[]" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/app_menu_registry.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/app_menu_registry.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -313,7 +313,7 @@ "text": "DataTableRecord" } ], - "path": "packages/kbn-discover-utils/src/utils/build_data_record.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/build_data_record.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -335,7 +335,7 @@ "text": "EsHitRecord" } ], - "path": "packages/kbn-discover-utils/src/utils/build_data_record.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/build_data_record.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -359,7 +359,7 @@ }, " | undefined" ], - "path": "packages/kbn-discover-utils/src/utils/build_data_record.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/build_data_record.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -376,7 +376,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-discover-utils/src/utils/build_data_record.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/build_data_record.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -388,7 +388,7 @@ "tags": [], "label": "options", "description": [], - "path": "packages/kbn-discover-utils/src/utils/build_data_record.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/build_data_record.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -402,7 +402,7 @@ "signature": [ "((a: string | symbol, b: string | symbol) => 0 | 1 | -1) | undefined" ], - "path": "packages/kbn-discover-utils/src/utils/build_data_record.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/build_data_record.ts", "deprecated": false, "trackAdoption": false } @@ -456,7 +456,7 @@ }, "[]" ], - "path": "packages/kbn-discover-utils/src/utils/build_data_record.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/build_data_record.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -467,7 +467,7 @@ "tags": [], "label": "{\n records,\n dataView,\n processRecord,\n}", "description": [], - "path": "packages/kbn-discover-utils/src/utils/build_data_record.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/build_data_record.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -488,7 +488,7 @@ }, "[]" ], - "path": "packages/kbn-discover-utils/src/utils/build_data_record.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/build_data_record.ts", "deprecated": false, "trackAdoption": false }, @@ -509,7 +509,7 @@ }, " | undefined" ], - "path": "packages/kbn-discover-utils/src/utils/build_data_record.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/build_data_record.ts", "deprecated": false, "trackAdoption": false }, @@ -531,7 +531,7 @@ }, ") => T) | undefined" ], - "path": "packages/kbn-discover-utils/src/utils/build_data_record.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/build_data_record.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -551,7 +551,7 @@ "text": "DataTableRecord" } ], - "path": "packages/kbn-discover-utils/src/utils/build_data_record.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/build_data_record.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -585,7 +585,7 @@ }, "[] | undefined) => Record" ], - "path": "packages/kbn-discover-utils/src/utils/calc_field_counts.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/calc_field_counts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -606,7 +606,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-discover-utils/src/utils/calc_field_counts.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/calc_field_counts.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -633,7 +633,7 @@ }, " | undefined, showTimeCol: boolean, isESQLMode: boolean) => boolean" ], - "path": "packages/kbn-discover-utils/src/utils/get_visible_columns.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_visible_columns.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -647,7 +647,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-discover-utils/src/utils/get_visible_columns.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_visible_columns.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -662,7 +662,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/utils/get_visible_columns.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_visible_columns.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -684,7 +684,7 @@ }, " | undefined" ], - "path": "packages/kbn-discover-utils/src/utils/get_visible_columns.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_visible_columns.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -699,7 +699,7 @@ "signature": [ "boolean" ], - "path": "packages/kbn-discover-utils/src/utils/get_visible_columns.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_visible_columns.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -714,7 +714,7 @@ "signature": [ "boolean" ], - "path": "packages/kbn-discover-utils/src/utils/get_visible_columns.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_visible_columns.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -742,7 +742,7 @@ "text": "RowControlColumn" } ], - "path": "packages/kbn-discover-utils/src/components/custom_control_columns/degraded_docs_control.tsx", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/custom_control_columns/degraded_docs_control.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -758,7 +758,7 @@ "signature": [ "DegradedDocsControlProps | undefined" ], - "path": "packages/kbn-discover-utils/src/components/custom_control_columns/degraded_docs_control.tsx", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/custom_control_columns/degraded_docs_control.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -779,7 +779,7 @@ "LogsContextServiceDeps", ") => Promise<{ isLogsIndexPattern: (indexPattern: unknown) => boolean; }>" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/logs_context_service.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/logs_context_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -793,7 +793,7 @@ "signature": [ "LogsContextServiceDeps" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/logs_context_service.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/logs_context_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -829,7 +829,7 @@ "text": "RowControlColumn" } ], - "path": "packages/kbn-discover-utils/src/components/custom_control_columns/stacktrace_control.tsx", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/custom_control_columns/stacktrace_control.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -853,7 +853,7 @@ }, "> | undefined" ], - "path": "packages/kbn-discover-utils/src/components/custom_control_columns/stacktrace_control.tsx", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/custom_control_columns/stacktrace_control.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -880,7 +880,7 @@ }, ") => void" ], - "path": "packages/kbn-discover-utils/src/utils/dismiss_flyouts.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/dismiss_flyouts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -900,7 +900,7 @@ "text": "DiscoverFlyouts" } ], - "path": "packages/kbn-discover-utils/src/utils/dismiss_flyouts.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/dismiss_flyouts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -935,7 +935,7 @@ }, " | undefined) => void" ], - "path": "packages/kbn-discover-utils/src/utils/dismiss_flyouts.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/dismiss_flyouts.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -956,7 +956,7 @@ }, "[]" ], - "path": "packages/kbn-discover-utils/src/utils/dismiss_flyouts.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/dismiss_flyouts.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -978,7 +978,7 @@ }, " | undefined" ], - "path": "packages/kbn-discover-utils/src/utils/dismiss_flyouts.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/dismiss_flyouts.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1055,7 +1055,7 @@ }, " | undefined) => string" ], - "path": "packages/kbn-discover-utils/src/utils/format_value.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/format_value.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1071,7 +1071,7 @@ "signature": [ "unknown" ], - "path": "packages/kbn-discover-utils/src/utils/format_value.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/format_value.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1094,7 +1094,7 @@ "text": "EsHitRecord" } ], - "path": "packages/kbn-discover-utils/src/utils/format_value.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/format_value.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1117,7 +1117,7 @@ "text": "FieldFormatsStart" } ], - "path": "packages/kbn-discover-utils/src/utils/format_value.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/format_value.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1141,7 +1141,7 @@ }, " | undefined" ], - "path": "packages/kbn-discover-utils/src/utils/format_value.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/format_value.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1165,7 +1165,7 @@ }, " | undefined" ], - "path": "packages/kbn-discover-utils/src/utils/format_value.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/format_value.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1189,7 +1189,7 @@ }, " | undefined" ], - "path": "packages/kbn-discover-utils/src/utils/format_value.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/format_value.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1221,7 +1221,7 @@ }, " | undefined" ], - "path": "packages/kbn-discover-utils/src/utils/format_value.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/format_value.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1283,7 +1283,7 @@ "text": "FormattedHit" } ], - "path": "packages/kbn-discover-utils/src/utils/format_hit.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/format_hit.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1303,7 +1303,7 @@ "text": "DataTableRecord" } ], - "path": "packages/kbn-discover-utils/src/utils/format_hit.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/format_hit.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1324,7 +1324,7 @@ "text": "DataView" } ], - "path": "packages/kbn-discover-utils/src/utils/format_hit.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/format_hit.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1345,7 +1345,7 @@ "text": "ShouldShowFieldInTableHandler" } ], - "path": "packages/kbn-discover-utils/src/utils/format_hit.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/format_hit.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1360,7 +1360,7 @@ "signature": [ "number" ], - "path": "packages/kbn-discover-utils/src/utils/format_hit.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/format_hit.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1381,7 +1381,7 @@ "text": "FieldFormatsStart" } ], - "path": "packages/kbn-discover-utils/src/utils/format_hit.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/format_hit.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1410,7 +1410,7 @@ }, " & { _routing?: string | undefined; }) => string" ], - "path": "packages/kbn-discover-utils/src/utils/get_doc_id.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_doc_id.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1431,7 +1431,7 @@ }, " & { _routing?: string | undefined; }" ], - "path": "packages/kbn-discover-utils/src/utils/get_doc_id.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_doc_id.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1458,7 +1458,7 @@ }, ", TField extends string>(record: TRecord, field: TField & keyof TRecord[\"flattened\"]) => TRecord[\"flattened\"][TField]" ], - "path": "packages/kbn-discover-utils/src/utils/get_field_value.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_field_value.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1472,7 +1472,7 @@ "signature": [ "TRecord" ], - "path": "packages/kbn-discover-utils/src/utils/get_field_value.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_field_value.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1487,7 +1487,7 @@ "signature": [ "TField & keyof TRecord[\"flattened\"]" ], - "path": "packages/kbn-discover-utils/src/utils/get_field_value.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_field_value.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1524,7 +1524,7 @@ }, " | undefined" ], - "path": "packages/kbn-discover-utils/src/utils/get_ignored_reason.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_ignored_reason.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1547,7 +1547,7 @@ "text": "DataViewField" } ], - "path": "packages/kbn-discover-utils/src/utils/get_ignored_reason.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_ignored_reason.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1564,7 +1564,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-discover-utils/src/utils/get_ignored_reason.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_ignored_reason.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1614,7 +1614,7 @@ "text": "LogDocumentOverview" } ], - "path": "packages/kbn-discover-utils/src/utils/get_log_document_overview.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_log_document_overview.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1634,7 +1634,7 @@ "text": "DataTableRecord" } ], - "path": "packages/kbn-discover-utils/src/utils/get_log_document_overview.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_log_document_overview.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1646,7 +1646,7 @@ "tags": [], "label": "{ dataView, fieldFormats }", "description": [], - "path": "packages/kbn-discover-utils/src/utils/get_log_document_overview.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_log_document_overview.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1666,7 +1666,7 @@ "text": "DataView" } ], - "path": "packages/kbn-discover-utils/src/utils/get_log_document_overview.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_log_document_overview.ts", "deprecated": false, "trackAdoption": false }, @@ -1696,7 +1696,7 @@ }, "; }" ], - "path": "packages/kbn-discover-utils/src/utils/get_log_document_overview.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_log_document_overview.ts", "deprecated": false, "trackAdoption": false } @@ -1724,7 +1724,7 @@ }, " | undefined" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/utils/get_log_level_coalesed_value.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/utils/get_log_level_coalesed_value.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1738,7 +1738,7 @@ "signature": [ "unknown" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/utils/get_log_level_coalesed_value.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/utils/get_log_level_coalesed_value.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1765,7 +1765,7 @@ }, ") => string" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/utils/get_log_level_coalesed_value.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/utils/get_log_level_coalesed_value.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1785,7 +1785,7 @@ "text": "LogLevelCoalescedValue" } ], - "path": "packages/kbn-discover-utils/src/data_types/logs/utils/get_log_level_coalesed_value.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/utils/get_log_level_coalesed_value.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1814,7 +1814,7 @@ "EuiThemeComputed", "<{}>) => string | undefined" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/utils/get_log_level_color.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/utils/get_log_level_color.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1834,7 +1834,7 @@ "text": "LogLevelCoalescedValue" } ], - "path": "packages/kbn-discover-utils/src/data_types/logs/utils/get_log_level_color.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/utils/get_log_level_color.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1850,7 +1850,7 @@ "EuiThemeComputed", "<{}>" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/utils/get_log_level_color.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/utils/get_log_level_color.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1877,7 +1877,7 @@ }, ") => { field: \"message\" | \"event.original\" | \"error.message\"; value: string | undefined; } | { field: undefined; value?: undefined; }" ], - "path": "packages/kbn-discover-utils/src/utils/get_message_field_with_fallbacks.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_message_field_with_fallbacks.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1897,7 +1897,7 @@ "text": "LogDocumentOverview" } ], - "path": "packages/kbn-discover-utils/src/utils/get_message_field_with_fallbacks.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_message_field_with_fallbacks.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1933,7 +1933,7 @@ "text": "ShouldShowFieldInTableHandler" } ], - "path": "packages/kbn-discover-utils/src/utils/get_should_show_field_handler.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_should_show_field_handler.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1947,7 +1947,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-discover-utils/src/utils/get_should_show_field_handler.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_should_show_field_handler.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1968,7 +1968,7 @@ "text": "DataView" } ], - "path": "packages/kbn-discover-utils/src/utils/get_should_show_field_handler.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_should_show_field_handler.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1983,7 +1983,7 @@ "signature": [ "boolean" ], - "path": "packages/kbn-discover-utils/src/utils/get_should_show_field_handler.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_should_show_field_handler.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2010,7 +2010,7 @@ }, ", shouldPrependTimeFieldColumn: boolean) => string[]" ], - "path": "packages/kbn-discover-utils/src/utils/get_visible_columns.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_visible_columns.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2024,7 +2024,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-discover-utils/src/utils/get_visible_columns.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_visible_columns.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2045,7 +2045,7 @@ "text": "DataView" } ], - "path": "packages/kbn-discover-utils/src/utils/get_visible_columns.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_visible_columns.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2060,7 +2060,7 @@ "signature": [ "boolean" ], - "path": "packages/kbn-discover-utils/src/utils/get_visible_columns.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_visible_columns.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2089,7 +2089,7 @@ }, ") => boolean" ], - "path": "packages/kbn-discover-utils/src/utils/nested_fields.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/nested_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2103,7 +2103,7 @@ "signature": [ "string" ], - "path": "packages/kbn-discover-utils/src/utils/nested_fields.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/nested_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2124,7 +2124,7 @@ "text": "DataView" } ], - "path": "packages/kbn-discover-utils/src/utils/nested_fields.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/nested_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2145,7 +2145,7 @@ "EuiBadgeProps", ", \"color\" | \"children\"> & { logLevel: {}; fallback?: React.ReactElement> | undefined; }) => React.JSX.Element" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/components/log_level_badge.tsx", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/components/log_level_badge.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2161,7 +2161,7 @@ "EuiBadgeProps", ", \"color\" | \"children\"> & { logLevel: {}; fallback?: React.ReactElement> | undefined; }" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/components/log_level_badge.tsx", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/components/log_level_badge.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2180,7 +2180,7 @@ "signature": [ "({ initialPageSize, totalItems, }: { totalItems: number; initialPageSize: number; }) => { curPageIndex: number; pageSize: number; changePageIndex: (pageIndex: number) => void; changePageSize: (newPageSize: number) => void; totalPages: number; startIndex: number; hasNextPage: boolean; }" ], - "path": "packages/kbn-discover-utils/src/hooks/use_pager.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/hooks/use_pager.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2191,7 +2191,7 @@ "tags": [], "label": "{\n initialPageSize,\n totalItems,\n}", "description": [], - "path": "packages/kbn-discover-utils/src/hooks/use_pager.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/hooks/use_pager.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2202,7 +2202,7 @@ "tags": [], "label": "totalItems", "description": [], - "path": "packages/kbn-discover-utils/src/hooks/use_pager.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/hooks/use_pager.ts", "deprecated": false, "trackAdoption": false }, @@ -2213,7 +2213,7 @@ "tags": [], "label": "initialPageSize", "description": [], - "path": "packages/kbn-discover-utils/src/hooks/use_pager.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/hooks/use_pager.ts", "deprecated": false, "trackAdoption": false } @@ -2232,7 +2232,7 @@ "tags": [], "label": "AppMenuActionBase", "description": [], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2243,7 +2243,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2257,7 +2257,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false } @@ -2290,7 +2290,7 @@ "text": "AppMenuActionBase" } ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2311,7 +2311,7 @@ }, ".custom" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2349,7 +2349,7 @@ }, ") => void | React.ReactNode) | undefined; }" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false } @@ -2382,7 +2382,7 @@ "text": "AppMenuActionBase" } ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2403,7 +2403,7 @@ }, ".primary" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2441,7 +2441,7 @@ }, ") => void | React.ReactNode) | undefined; } & { iconType: \"string\" | \"number\" | \"function\" | \"key\" | \"namespace\" | \"error\" | \"filter\" | \"search\" | \"link\" | \"at\" | \"nested\" | \"ip\" | \"push\" | \"list\" | \"cluster\" | \"eql\" | \"index\" | \"unlink\" | \"alert\" | \"color\" | \"grid\" | \"aggregate\" | \"warning\" | \"annotation\" | \"memory\" | \"stats\" | \"mobile\" | \"article\" | \"menu\" | \"image\" | \"stop\" | \"download\" | \"document\" | \"email\" | \"copy\" | \"move\" | \"merge\" | \"partial\" | \"container\" | \"user\" | \"pause\" | \"share\" | \"home\" | \"spaces\" | \"package\" | \"tag\" | \"beta\" | \"users\" | \"brush\" | \"percent\" | \"temperature\" | \"accessibility\" | \"addDataApp\" | \"advancedSettingsApp\" | \"agentApp\" | \"analyzeEvent\" | \"anomalyChart\" | \"anomalySwimLane\" | \"apmApp\" | \"apmTrace\" | \"appSearchApp\" | \"apps\" | \"arrowDown\" | \"arrowLeft\" | \"arrowRight\" | \"arrowUp\" | \"arrowStart\" | \"arrowEnd\" | \"asterisk\" | \"auditbeatApp\" | \"beaker\" | \"bell\" | \"bellSlash\" | \"bolt\" | \"boxesHorizontal\" | \"boxesVertical\" | \"branch\" | \"branchUser\" | \"broom\" | \"bug\" | \"bullseye\" | \"calendar\" | \"canvasApp\" | \"casesApp\" | \"changePointDetection\" | \"check\" | \"checkInCircleFilled\" | \"cheer\" | \"classificationJob\" | \"clickLeft\" | \"clickRight\" | \"clock\" | \"clockCounter\" | \"cloudDrizzle\" | \"cloudStormy\" | \"cloudSunny\" | \"codeApp\" | \"compute\" | \"console\" | \"consoleApp\" | \"continuityAbove\" | \"continuityAboveBelow\" | \"continuityBelow\" | \"continuityWithin\" | \"contrast\" | \"contrastHigh\" | \"controlsHorizontal\" | \"controlsVertical\" | \"copyClipboard\" | \"createAdvancedJob\" | \"createMultiMetricJob\" | \"createPopulationJob\" | \"createSingleMetricJob\" | \"cross\" | \"crossClusterReplicationApp\" | \"crossInCircle\" | \"crosshairs\" | \"currency\" | \"cut\" | \"dashboardApp\" | \"dataVisualizer\" | \"database\" | \"desktop\" | \"devToolsApp\" | \"diff\" | \"discoverApp\" | \"discuss\" | \"documentEdit\" | \"documentation\" | \"documents\" | \"dot\" | \"dotInCircle\" | \"doubleArrowLeft\" | \"doubleArrowRight\" | \"editorAlignCenter\" | \"editorAlignLeft\" | \"editorAlignRight\" | \"editorBold\" | \"editorChecklist\" | \"editorCodeBlock\" | \"editorComment\" | \"editorDistributeHorizontal\" | \"editorDistributeVertical\" | \"editorHeading\" | \"editorItalic\" | \"editorItemAlignBottom\" | \"editorItemAlignCenter\" | \"editorItemAlignLeft\" | \"editorItemAlignMiddle\" | \"editorItemAlignRight\" | \"editorItemAlignTop\" | \"editorLink\" | \"editorOrderedList\" | \"editorPositionBottomLeft\" | \"editorPositionBottomRight\" | \"editorPositionTopLeft\" | \"editorPositionTopRight\" | \"editorRedo\" | \"editorStrike\" | \"editorTable\" | \"editorUnderline\" | \"editorUndo\" | \"editorUnorderedList\" | \"empty\" | \"emsApp\" | \"endpoint\" | \"eraser\" | \"errorFilled\" | \"esqlVis\" | \"exit\" | \"expand\" | \"expandMini\" | \"exportAction\" | \"eye\" | \"eyeClosed\" | \"faceHappy\" | \"faceNeutral\" | \"faceSad\" | \"fieldStatistics\" | \"filebeatApp\" | \"filterExclude\" | \"filterIgnore\" | \"filterInclude\" | \"filterInCircle\" | \"flag\" | \"fleetApp\" | \"fold\" | \"folderCheck\" | \"folderClosed\" | \"folderExclamation\" | \"folderOpen\" | \"frameNext\" | \"framePrevious\" | \"fullScreen\" | \"fullScreenExit\" | \"gear\" | \"gisApp\" | \"glasses\" | \"globe\" | \"grab\" | \"grabHorizontal\" | \"grabOmnidirectional\" | \"gradient\" | \"graphApp\" | \"grokApp\" | \"heart\" | \"heartbeatApp\" | \"heatmap\" | \"help\" | \"iInCircle\" | \"importAction\" | \"indexClose\" | \"indexEdit\" | \"indexFlush\" | \"indexManagementApp\" | \"indexMapping\" | \"indexOpen\" | \"indexPatternApp\" | \"indexRollupApp\" | \"indexRuntime\" | \"indexSettings\" | \"indexTemporary\" | \"infinity\" | \"inputOutput\" | \"inspect\" | \"invert\" | \"keyboard\" | \"kqlField\" | \"kqlFunction\" | \"kqlOperand\" | \"kqlSelector\" | \"kqlValue\" | \"kubernetesNode\" | \"kubernetesPod\" | \"launch\" | \"layers\" | \"lensApp\" | \"lettering\" | \"lineDashed\" | \"lineDotted\" | \"lineSolid\" | \"listAdd\" | \"lock\" | \"lockOpen\" | \"logPatternAnalysis\" | \"logRateAnalysis\" | \"logoAWS\" | \"logoAWSMono\" | \"logoAerospike\" | \"logoApache\" | \"logoAppSearch\" | \"logoAzure\" | \"logoAzureMono\" | \"logoBeats\" | \"logoBusinessAnalytics\" | \"logoCeph\" | \"logoCloud\" | \"logoCloudEnterprise\" | \"logoCode\" | \"logoCodesandbox\" | \"logoCouchbase\" | \"logoDocker\" | \"logoDropwizard\" | \"logoElastic\" | \"logoElasticStack\" | \"logoElasticsearch\" | \"logoEnterpriseSearch\" | \"logoEtcd\" | \"logoGCP\" | \"logoGCPMono\" | \"logoGithub\" | \"logoGmail\" | \"logoGolang\" | \"logoGoogleG\" | \"logoHAproxy\" | \"logoIBM\" | \"logoIBMMono\" | \"logoKafka\" | \"logoKibana\" | \"logoKubernetes\" | \"logoLogging\" | \"logoLogstash\" | \"logoMaps\" | \"logoMemcached\" | \"logoMetrics\" | \"logoMongodb\" | \"logoMySQL\" | \"logoNginx\" | \"logoObservability\" | \"logoOsquery\" | \"logoPhp\" | \"logoPostgres\" | \"logoPrometheus\" | \"logoRabbitmq\" | \"logoRedis\" | \"logoSecurity\" | \"logoSiteSearch\" | \"logoSketch\" | \"logoSlack\" | \"logoUptime\" | \"logoVulnerabilityManagement\" | \"logoWebhook\" | \"logoWindows\" | \"logoWorkplaceSearch\" | \"logsApp\" | \"logstashFilter\" | \"logstashIf\" | \"logstashInput\" | \"logstashOutput\" | \"logstashQueue\" | \"machineLearningApp\" | \"magnet\" | \"magnifyWithExclamation\" | \"magnifyWithMinus\" | \"magnifyWithPlus\" | \"managementApp\" | \"mapMarker\" | \"menuDown\" | \"menuLeft\" | \"menuRight\" | \"menuUp\" | \"metricbeatApp\" | \"metricsApp\" | \"minimize\" | \"minus\" | \"minusInCircle\" | \"minusInCircleFilled\" | \"minusInSquare\" | \"monitoringApp\" | \"moon\" | \"newChat\" | \"node\" | \"notebookApp\" | \"offline\" | \"online\" | \"outlierDetectionJob\" | \"packetbeatApp\" | \"pageSelect\" | \"pagesSelect\" | \"palette\" | \"paperClip\" | \"payment\" | \"pencil\" | \"pin\" | \"pinFilled\" | \"pipeBreaks\" | \"pipelineApp\" | \"pipeNoBreaks\" | \"pivot\" | \"play\" | \"playFilled\" | \"plus\" | \"plusInCircle\" | \"plusInCircleFilled\" | \"plusInSquare\" | \"popout\" | \"questionInCircle\" | \"quote\" | \"recentlyViewedApp\" | \"refresh\" | \"regressionJob\" | \"reporter\" | \"reportingApp\" | \"returnKey\" | \"save\" | \"savedObjectsApp\" | \"scale\" | \"searchProfilerApp\" | \"securityAnalyticsApp\" | \"securityApp\" | \"securitySignal\" | \"securitySignalDetected\" | \"securitySignalResolved\" | \"sessionViewer\" | \"shard\" | \"singleMetricViewer\" | \"snowflake\" | \"sortAscending\" | \"sortDescending\" | \"sortDown\" | \"sortLeft\" | \"sortRight\" | \"sortUp\" | \"sortable\" | \"spacesApp\" | \"sparkles\" | \"sqlApp\" | \"starEmpty\" | \"starEmptySpace\" | \"starFilled\" | \"starFilledSpace\" | \"starMinusEmpty\" | \"starMinusFilled\" | \"starPlusEmpty\" | \"starPlusFilled\" | \"stopFilled\" | \"stopSlash\" | \"storage\" | \"submodule\" | \"sun\" | \"swatchInput\" | \"symlink\" | \"tableDensityCompact\" | \"tableDensityExpanded\" | \"tableDensityNormal\" | \"tableOfContents\" | \"tear\" | \"timeline\" | \"timelineWithArrow\" | \"timelionApp\" | \"timeRefresh\" | \"timeslider\" | \"training\" | \"transitionLeftIn\" | \"transitionLeftOut\" | \"transitionTopIn\" | \"transitionTopOut\" | \"trash\" | \"unfold\" | \"upgradeAssistantApp\" | \"uptimeApp\" | \"userAvatar\" | \"usersRolesApp\" | \"vector\" | \"videoPlayer\" | \"visArea\" | \"visAreaStacked\" | \"visBarHorizontal\" | \"visBarHorizontalStacked\" | \"visBarVertical\" | \"visBarVerticalStacked\" | \"visGauge\" | \"visGoal\" | \"visLine\" | \"visMapCoordinate\" | \"visMapRegion\" | \"visMetric\" | \"visPie\" | \"visTable\" | \"visTagCloud\" | \"visText\" | \"visTimelion\" | \"visVega\" | \"visVisualBuilder\" | \"visualizeApp\" | \"vulnerabilityManagementApp\" | \"warningFilled\" | \"watchesApp\" | \"wordWrap\" | \"wordWrapDisabled\" | \"workplaceSearchApp\" | \"wrench\" | \"tokenAlias\" | \"tokenAnnotation\" | \"tokenArray\" | \"tokenBinary\" | \"tokenBoolean\" | \"tokenClass\" | \"tokenCompletionSuggester\" | \"tokenConstant\" | \"tokenDate\" | \"tokenDimension\" | \"tokenElement\" | \"tokenEnum\" | \"tokenEnumMember\" | \"tokenEvent\" | \"tokenException\" | \"tokenField\" | \"tokenFile\" | \"tokenFlattened\" | \"tokenFunction\" | \"tokenGeo\" | \"tokenHistogram\" | \"tokenInterface\" | \"tokenIP\" | \"tokenJoin\" | \"tokenKey\" | \"tokenKeyword\" | \"tokenMethod\" | \"tokenMetricCounter\" | \"tokenMetricGauge\" | \"tokenModule\" | \"tokenNamespace\" | \"tokenNested\" | \"tokenNull\" | \"tokenNumber\" | \"tokenObject\" | \"tokenOperator\" | \"tokenPackage\" | \"tokenParameter\" | \"tokenPercolator\" | \"tokenProperty\" | \"tokenRange\" | \"tokenRankFeature\" | \"tokenRankFeatures\" | \"tokenRepo\" | \"tokenSearchType\" | \"tokenSemanticText\" | \"tokenShape\" | \"tokenString\" | \"tokenStruct\" | \"tokenSymbol\" | \"tokenTag\" | \"tokenText\" | \"tokenTokenCount\" | \"tokenVariable\" | \"tokenVectorDense\" | \"tokenDenseVector\" | \"tokenVectorSparse\"; }" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false } @@ -2474,7 +2474,7 @@ "text": "AppMenuActionBase" } ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2495,7 +2495,7 @@ }, ".secondary" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2533,7 +2533,7 @@ }, ") => void | React.ReactNode) | undefined; }" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false } @@ -2566,7 +2566,7 @@ "text": "AppMenuActionBase" } ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2604,7 +2604,7 @@ }, ".custom" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2615,7 +2615,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2629,7 +2629,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2643,7 +2643,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2705,7 +2705,7 @@ }, ")[]" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false } @@ -2719,7 +2719,7 @@ "tags": [], "label": "AppMenuControlOnClickParams", "description": [], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2733,7 +2733,7 @@ "signature": [ "HTMLElement" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2747,7 +2747,7 @@ "signature": [ "() => void" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2783,7 +2783,7 @@ }, ", \"controlProps\">" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2821,7 +2821,7 @@ }, ") => void | React.ReactNode) | undefined; } & ControlWithOptionalIcon" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false } @@ -2855,7 +2855,7 @@ }, ", \"controlProps\">" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2893,7 +2893,7 @@ }, ") => void | React.ReactNode) | undefined; } & ControlWithOptionalIcon" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false } @@ -2926,7 +2926,7 @@ "text": "AppMenuActionBase" } ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2947,7 +2947,7 @@ }, ".submenuHorizontalRule" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2961,7 +2961,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false } @@ -2977,7 +2977,7 @@ "description": [ "\nThis is the record/row of data provided to our Data Table" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2990,7 +2990,7 @@ "description": [ "\nA unique id generated by index, id and routing of a record" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3012,7 +3012,7 @@ "text": "EsHitRecord" } ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3028,7 +3028,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3044,7 +3044,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -3068,7 +3068,7 @@ }, " extends Omit" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3082,7 +3082,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3096,7 +3096,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3110,7 +3110,7 @@ "signature": [ "Record | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -3124,7 +3124,7 @@ "tags": [], "label": "LogCloudFields", "description": [], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3138,7 +3138,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3152,7 +3152,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3166,7 +3166,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3180,7 +3180,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3194,7 +3194,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -3241,7 +3241,7 @@ "text": "LogCloudFields" } ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3252,7 +3252,7 @@ "tags": [], "label": "'@timestamp'", "description": [], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3266,7 +3266,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3280,7 +3280,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3294,7 +3294,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3308,7 +3308,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3322,7 +3322,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3336,7 +3336,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3347,7 +3347,7 @@ "tags": [], "label": "'data_stream.namespace'", "description": [], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3358,7 +3358,7 @@ "tags": [], "label": "'data_stream.dataset'", "description": [], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -3372,7 +3372,7 @@ "tags": [], "label": "LogResourceFields", "description": [], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3386,7 +3386,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3400,7 +3400,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3414,7 +3414,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3428,7 +3428,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3442,7 +3442,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3456,7 +3456,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3470,7 +3470,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3484,7 +3484,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3498,7 +3498,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -3512,7 +3512,7 @@ "tags": [], "label": "LogsContextService", "description": [], - "path": "packages/kbn-discover-utils/src/data_types/logs/logs_context_service.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/logs_context_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3526,7 +3526,7 @@ "signature": [ "(indexPattern: unknown) => boolean" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/logs_context_service.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/logs_context_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3540,7 +3540,7 @@ "signature": [ "unknown" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/logs_context_service.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/logs_context_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3558,7 +3558,7 @@ "tags": [], "label": "LogStackTraceFields", "description": [], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3572,7 +3572,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3586,7 +3586,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3600,7 +3600,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -3614,7 +3614,7 @@ "tags": [], "label": "RowControlColumn", "description": [], - "path": "packages/kbn-discover-utils/src/components/custom_control_columns/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/custom_control_columns/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3625,7 +3625,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-discover-utils/src/components/custom_control_columns/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/custom_control_columns/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3636,7 +3636,7 @@ "tags": [], "label": "headerAriaLabel", "description": [], - "path": "packages/kbn-discover-utils/src/components/custom_control_columns/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/custom_control_columns/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3650,7 +3650,7 @@ "signature": [ "React.ComponentType<{}> | undefined" ], - "path": "packages/kbn-discover-utils/src/components/custom_control_columns/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/custom_control_columns/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3680,7 +3680,7 @@ }, ") => React.ReactElement>" ], - "path": "packages/kbn-discover-utils/src/components/custom_control_columns/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/custom_control_columns/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3700,7 +3700,7 @@ "text": "RowControlComponent" } ], - "path": "packages/kbn-discover-utils/src/components/custom_control_columns/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/custom_control_columns/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3721,7 +3721,7 @@ "text": "RowControlRowProps" } ], - "path": "packages/kbn-discover-utils/src/components/custom_control_columns/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/custom_control_columns/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3739,7 +3739,7 @@ "tags": [], "label": "RowControlProps", "description": [], - "path": "packages/kbn-discover-utils/src/components/custom_control_columns/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/custom_control_columns/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3753,7 +3753,7 @@ "signature": [ "\"text\" | \"warning\" | \"success\" | \"primary\" | \"accent\" | \"accentSecondary\" | \"danger\" | undefined" ], - "path": "packages/kbn-discover-utils/src/components/custom_control_columns/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/custom_control_columns/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3776,7 +3776,7 @@ "Theme", ">" ], - "path": "packages/kbn-discover-utils/src/components/custom_control_columns/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/custom_control_columns/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3790,7 +3790,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-discover-utils/src/components/custom_control_columns/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/custom_control_columns/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3804,7 +3804,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-discover-utils/src/components/custom_control_columns/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/custom_control_columns/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3818,7 +3818,7 @@ "signature": [ "string | React.ComponentType<{}>" ], - "path": "packages/kbn-discover-utils/src/components/custom_control_columns/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/custom_control_columns/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3829,7 +3829,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-discover-utils/src/components/custom_control_columns/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/custom_control_columns/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3851,7 +3851,7 @@ }, ") => void) | undefined" ], - "path": "packages/kbn-discover-utils/src/components/custom_control_columns/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/custom_control_columns/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3865,7 +3865,7 @@ "signature": [ "string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | null | undefined" ], - "path": "packages/kbn-discover-utils/src/components/custom_control_columns/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/custom_control_columns/types.ts", "deprecated": false, "trackAdoption": false } @@ -3879,7 +3879,7 @@ "tags": [], "label": "RowControlRowProps", "description": [], - "path": "packages/kbn-discover-utils/src/components/custom_control_columns/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/custom_control_columns/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3890,7 +3890,7 @@ "tags": [], "label": "rowIndex", "description": [], - "path": "packages/kbn-discover-utils/src/components/custom_control_columns/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/custom_control_columns/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3910,7 +3910,7 @@ "text": "DataTableRecord" } ], - "path": "packages/kbn-discover-utils/src/components/custom_control_columns/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/custom_control_columns/types.ts", "deprecated": false, "trackAdoption": false } @@ -3926,7 +3926,7 @@ "tags": [], "label": "AppMenuActionId", "description": [], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3938,7 +3938,7 @@ "tags": [], "label": "AppMenuActionType", "description": [], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3950,7 +3950,7 @@ "tags": [], "label": "DiscoverFlyouts", "description": [], - "path": "packages/kbn-discover-utils/src/utils/dismiss_flyouts.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/dismiss_flyouts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3962,7 +3962,7 @@ "tags": [], "label": "IgnoredReason", "description": [], - "path": "packages/kbn-discover-utils/src/utils/get_ignored_reason.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_ignored_reason.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3974,7 +3974,7 @@ "tags": [], "label": "LogLevelCoalescedValue", "description": [], - "path": "packages/kbn-discover-utils/src/data_types/logs/utils/get_log_level_coalesed_value.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/utils/get_log_level_coalesed_value.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3991,7 +3991,7 @@ "signature": [ "80" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4006,7 +4006,7 @@ "signature": [ "\"agent.name\"" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4038,7 +4038,7 @@ }, ">" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4070,7 +4070,7 @@ }, ">" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4109,7 +4109,7 @@ }, ") => void | React.ReactNode) | undefined; }" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4148,7 +4148,7 @@ }, ") => void | React.ReactNode) | undefined; } & { iconType: \"string\" | \"number\" | \"function\" | \"key\" | \"namespace\" | \"error\" | \"filter\" | \"search\" | \"link\" | \"at\" | \"nested\" | \"ip\" | \"push\" | \"list\" | \"cluster\" | \"eql\" | \"index\" | \"unlink\" | \"alert\" | \"color\" | \"grid\" | \"aggregate\" | \"warning\" | \"annotation\" | \"memory\" | \"stats\" | \"mobile\" | \"article\" | \"menu\" | \"image\" | \"stop\" | \"download\" | \"document\" | \"email\" | \"copy\" | \"move\" | \"merge\" | \"partial\" | \"container\" | \"user\" | \"pause\" | \"share\" | \"home\" | \"spaces\" | \"package\" | \"tag\" | \"beta\" | \"users\" | \"brush\" | \"percent\" | \"temperature\" | \"accessibility\" | \"addDataApp\" | \"advancedSettingsApp\" | \"agentApp\" | \"analyzeEvent\" | \"anomalyChart\" | \"anomalySwimLane\" | \"apmApp\" | \"apmTrace\" | \"appSearchApp\" | \"apps\" | \"arrowDown\" | \"arrowLeft\" | \"arrowRight\" | \"arrowUp\" | \"arrowStart\" | \"arrowEnd\" | \"asterisk\" | \"auditbeatApp\" | \"beaker\" | \"bell\" | \"bellSlash\" | \"bolt\" | \"boxesHorizontal\" | \"boxesVertical\" | \"branch\" | \"branchUser\" | \"broom\" | \"bug\" | \"bullseye\" | \"calendar\" | \"canvasApp\" | \"casesApp\" | \"changePointDetection\" | \"check\" | \"checkInCircleFilled\" | \"cheer\" | \"classificationJob\" | \"clickLeft\" | \"clickRight\" | \"clock\" | \"clockCounter\" | \"cloudDrizzle\" | \"cloudStormy\" | \"cloudSunny\" | \"codeApp\" | \"compute\" | \"console\" | \"consoleApp\" | \"continuityAbove\" | \"continuityAboveBelow\" | \"continuityBelow\" | \"continuityWithin\" | \"contrast\" | \"contrastHigh\" | \"controlsHorizontal\" | \"controlsVertical\" | \"copyClipboard\" | \"createAdvancedJob\" | \"createMultiMetricJob\" | \"createPopulationJob\" | \"createSingleMetricJob\" | \"cross\" | \"crossClusterReplicationApp\" | \"crossInCircle\" | \"crosshairs\" | \"currency\" | \"cut\" | \"dashboardApp\" | \"dataVisualizer\" | \"database\" | \"desktop\" | \"devToolsApp\" | \"diff\" | \"discoverApp\" | \"discuss\" | \"documentEdit\" | \"documentation\" | \"documents\" | \"dot\" | \"dotInCircle\" | \"doubleArrowLeft\" | \"doubleArrowRight\" | \"editorAlignCenter\" | \"editorAlignLeft\" | \"editorAlignRight\" | \"editorBold\" | \"editorChecklist\" | \"editorCodeBlock\" | \"editorComment\" | \"editorDistributeHorizontal\" | \"editorDistributeVertical\" | \"editorHeading\" | \"editorItalic\" | \"editorItemAlignBottom\" | \"editorItemAlignCenter\" | \"editorItemAlignLeft\" | \"editorItemAlignMiddle\" | \"editorItemAlignRight\" | \"editorItemAlignTop\" | \"editorLink\" | \"editorOrderedList\" | \"editorPositionBottomLeft\" | \"editorPositionBottomRight\" | \"editorPositionTopLeft\" | \"editorPositionTopRight\" | \"editorRedo\" | \"editorStrike\" | \"editorTable\" | \"editorUnderline\" | \"editorUndo\" | \"editorUnorderedList\" | \"empty\" | \"emsApp\" | \"endpoint\" | \"eraser\" | \"errorFilled\" | \"esqlVis\" | \"exit\" | \"expand\" | \"expandMini\" | \"exportAction\" | \"eye\" | \"eyeClosed\" | \"faceHappy\" | \"faceNeutral\" | \"faceSad\" | \"fieldStatistics\" | \"filebeatApp\" | \"filterExclude\" | \"filterIgnore\" | \"filterInclude\" | \"filterInCircle\" | \"flag\" | \"fleetApp\" | \"fold\" | \"folderCheck\" | \"folderClosed\" | \"folderExclamation\" | \"folderOpen\" | \"frameNext\" | \"framePrevious\" | \"fullScreen\" | \"fullScreenExit\" | \"gear\" | \"gisApp\" | \"glasses\" | \"globe\" | \"grab\" | \"grabHorizontal\" | \"grabOmnidirectional\" | \"gradient\" | \"graphApp\" | \"grokApp\" | \"heart\" | \"heartbeatApp\" | \"heatmap\" | \"help\" | \"iInCircle\" | \"importAction\" | \"indexClose\" | \"indexEdit\" | \"indexFlush\" | \"indexManagementApp\" | \"indexMapping\" | \"indexOpen\" | \"indexPatternApp\" | \"indexRollupApp\" | \"indexRuntime\" | \"indexSettings\" | \"indexTemporary\" | \"infinity\" | \"inputOutput\" | \"inspect\" | \"invert\" | \"keyboard\" | \"kqlField\" | \"kqlFunction\" | \"kqlOperand\" | \"kqlSelector\" | \"kqlValue\" | \"kubernetesNode\" | \"kubernetesPod\" | \"launch\" | \"layers\" | \"lensApp\" | \"lettering\" | \"lineDashed\" | \"lineDotted\" | \"lineSolid\" | \"listAdd\" | \"lock\" | \"lockOpen\" | \"logPatternAnalysis\" | \"logRateAnalysis\" | \"logoAWS\" | \"logoAWSMono\" | \"logoAerospike\" | \"logoApache\" | \"logoAppSearch\" | \"logoAzure\" | \"logoAzureMono\" | \"logoBeats\" | \"logoBusinessAnalytics\" | \"logoCeph\" | \"logoCloud\" | \"logoCloudEnterprise\" | \"logoCode\" | \"logoCodesandbox\" | \"logoCouchbase\" | \"logoDocker\" | \"logoDropwizard\" | \"logoElastic\" | \"logoElasticStack\" | \"logoElasticsearch\" | \"logoEnterpriseSearch\" | \"logoEtcd\" | \"logoGCP\" | \"logoGCPMono\" | \"logoGithub\" | \"logoGmail\" | \"logoGolang\" | \"logoGoogleG\" | \"logoHAproxy\" | \"logoIBM\" | \"logoIBMMono\" | \"logoKafka\" | \"logoKibana\" | \"logoKubernetes\" | \"logoLogging\" | \"logoLogstash\" | \"logoMaps\" | \"logoMemcached\" | \"logoMetrics\" | \"logoMongodb\" | \"logoMySQL\" | \"logoNginx\" | \"logoObservability\" | \"logoOsquery\" | \"logoPhp\" | \"logoPostgres\" | \"logoPrometheus\" | \"logoRabbitmq\" | \"logoRedis\" | \"logoSecurity\" | \"logoSiteSearch\" | \"logoSketch\" | \"logoSlack\" | \"logoUptime\" | \"logoVulnerabilityManagement\" | \"logoWebhook\" | \"logoWindows\" | \"logoWorkplaceSearch\" | \"logsApp\" | \"logstashFilter\" | \"logstashIf\" | \"logstashInput\" | \"logstashOutput\" | \"logstashQueue\" | \"machineLearningApp\" | \"magnet\" | \"magnifyWithExclamation\" | \"magnifyWithMinus\" | \"magnifyWithPlus\" | \"managementApp\" | \"mapMarker\" | \"menuDown\" | \"menuLeft\" | \"menuRight\" | \"menuUp\" | \"metricbeatApp\" | \"metricsApp\" | \"minimize\" | \"minus\" | \"minusInCircle\" | \"minusInCircleFilled\" | \"minusInSquare\" | \"monitoringApp\" | \"moon\" | \"newChat\" | \"node\" | \"notebookApp\" | \"offline\" | \"online\" | \"outlierDetectionJob\" | \"packetbeatApp\" | \"pageSelect\" | \"pagesSelect\" | \"palette\" | \"paperClip\" | \"payment\" | \"pencil\" | \"pin\" | \"pinFilled\" | \"pipeBreaks\" | \"pipelineApp\" | \"pipeNoBreaks\" | \"pivot\" | \"play\" | \"playFilled\" | \"plus\" | \"plusInCircle\" | \"plusInCircleFilled\" | \"plusInSquare\" | \"popout\" | \"questionInCircle\" | \"quote\" | \"recentlyViewedApp\" | \"refresh\" | \"regressionJob\" | \"reporter\" | \"reportingApp\" | \"returnKey\" | \"save\" | \"savedObjectsApp\" | \"scale\" | \"searchProfilerApp\" | \"securityAnalyticsApp\" | \"securityApp\" | \"securitySignal\" | \"securitySignalDetected\" | \"securitySignalResolved\" | \"sessionViewer\" | \"shard\" | \"singleMetricViewer\" | \"snowflake\" | \"sortAscending\" | \"sortDescending\" | \"sortDown\" | \"sortLeft\" | \"sortRight\" | \"sortUp\" | \"sortable\" | \"spacesApp\" | \"sparkles\" | \"sqlApp\" | \"starEmpty\" | \"starEmptySpace\" | \"starFilled\" | \"starFilledSpace\" | \"starMinusEmpty\" | \"starMinusFilled\" | \"starPlusEmpty\" | \"starPlusFilled\" | \"stopFilled\" | \"stopSlash\" | \"storage\" | \"submodule\" | \"sun\" | \"swatchInput\" | \"symlink\" | \"tableDensityCompact\" | \"tableDensityExpanded\" | \"tableDensityNormal\" | \"tableOfContents\" | \"tear\" | \"timeline\" | \"timelineWithArrow\" | \"timelionApp\" | \"timeRefresh\" | \"timeslider\" | \"training\" | \"transitionLeftIn\" | \"transitionLeftOut\" | \"transitionTopIn\" | \"transitionTopOut\" | \"trash\" | \"unfold\" | \"upgradeAssistantApp\" | \"uptimeApp\" | \"userAvatar\" | \"usersRolesApp\" | \"vector\" | \"videoPlayer\" | \"visArea\" | \"visAreaStacked\" | \"visBarHorizontal\" | \"visBarHorizontalStacked\" | \"visBarVertical\" | \"visBarVerticalStacked\" | \"visGauge\" | \"visGoal\" | \"visLine\" | \"visMapCoordinate\" | \"visMapRegion\" | \"visMetric\" | \"visPie\" | \"visTable\" | \"visTagCloud\" | \"visText\" | \"visTimelion\" | \"visVega\" | \"visVisualBuilder\" | \"visualizeApp\" | \"vulnerabilityManagementApp\" | \"warningFilled\" | \"watchesApp\" | \"wordWrap\" | \"wordWrapDisabled\" | \"workplaceSearchApp\" | \"wrench\" | \"tokenAlias\" | \"tokenAnnotation\" | \"tokenArray\" | \"tokenBinary\" | \"tokenBoolean\" | \"tokenClass\" | \"tokenCompletionSuggester\" | \"tokenConstant\" | \"tokenDate\" | \"tokenDimension\" | \"tokenElement\" | \"tokenEnum\" | \"tokenEnumMember\" | \"tokenEvent\" | \"tokenException\" | \"tokenField\" | \"tokenFile\" | \"tokenFlattened\" | \"tokenFunction\" | \"tokenGeo\" | \"tokenHistogram\" | \"tokenInterface\" | \"tokenIP\" | \"tokenJoin\" | \"tokenKey\" | \"tokenKeyword\" | \"tokenMethod\" | \"tokenMetricCounter\" | \"tokenMetricGauge\" | \"tokenModule\" | \"tokenNamespace\" | \"tokenNested\" | \"tokenNull\" | \"tokenNumber\" | \"tokenObject\" | \"tokenOperator\" | \"tokenPackage\" | \"tokenParameter\" | \"tokenPercolator\" | \"tokenProperty\" | \"tokenRange\" | \"tokenRankFeature\" | \"tokenRankFeatures\" | \"tokenRepo\" | \"tokenSearchType\" | \"tokenSemanticText\" | \"tokenShape\" | \"tokenString\" | \"tokenStruct\" | \"tokenSymbol\" | \"tokenTag\" | \"tokenText\" | \"tokenTokenCount\" | \"tokenVariable\" | \"tokenVectorDense\" | \"tokenDenseVector\" | \"tokenVectorSparse\"; }" ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4187,7 +4187,7 @@ "text": "AppMenuItemCustom" } ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4218,7 +4218,7 @@ "text": "AppMenuActionSubmenuCustom" } ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4241,7 +4241,7 @@ "text": "AppMenuActionPrimary" } ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4272,7 +4272,7 @@ "text": "AppMenuActionSubmenuSecondary" } ], - "path": "packages/kbn-discover-utils/src/components/app_menu/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4287,7 +4287,7 @@ "signature": [ "\"cloud.availability_zone\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4302,7 +4302,7 @@ "signature": [ "\"cloud.instance.id\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4317,7 +4317,7 @@ "signature": [ "\"cloud.project.id\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4332,7 +4332,7 @@ "signature": [ "\"cloud.provider\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4347,7 +4347,7 @@ "signature": [ "\"cloud.region\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4362,7 +4362,7 @@ "signature": [ "\"container.id\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4377,7 +4377,7 @@ "signature": [ "\"container.name\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4392,7 +4392,7 @@ "signature": [ "\"content\"" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4407,7 +4407,7 @@ "signature": [ "\"context:defaultSize\"" ], - "path": "packages/kbn-discover-utils/src/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4422,7 +4422,7 @@ "signature": [ "\"context:step\"" ], - "path": "packages/kbn-discover-utils/src/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4437,7 +4437,7 @@ "signature": [ "\"context:tieBreakerFields\"" ], - "path": "packages/kbn-discover-utils/src/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4452,7 +4452,7 @@ "signature": [ "320" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4467,7 +4467,7 @@ "signature": [ "240" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4482,7 +4482,7 @@ "signature": [ "\"data_stream.dataset\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4497,7 +4497,7 @@ "signature": [ "\"data_stream.namespace\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4522,7 +4522,7 @@ }, "; esType?: string | undefined; }; }" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4537,7 +4537,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4552,7 +4552,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/logs_context_service.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/logs_context_service.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4567,7 +4567,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4583,7 +4583,7 @@ "SmartFieldGridColumnOptions", "[]" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4598,7 +4598,7 @@ "signature": [ "\"defaultColumns\"" ], - "path": "packages/kbn-discover-utils/src/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4613,7 +4613,7 @@ "signature": [ "100" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4628,7 +4628,7 @@ "signature": [ "\"doc_table:hideTimeColumn\"" ], - "path": "packages/kbn-discover-utils/src/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4643,7 +4643,7 @@ "signature": [ "\"error.exception.stacktrace\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4658,7 +4658,7 @@ "signature": [ "\"error.log.stacktrace\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4673,7 +4673,7 @@ "signature": [ "\"error.message\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4688,7 +4688,7 @@ "signature": [ "\"error.stack_trace\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4703,7 +4703,7 @@ "signature": [ "\"event.original\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4718,7 +4718,7 @@ "signature": [ "\"fields:popularLimit\"" ], - "path": "packages/kbn-discover-utils/src/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4733,7 +4733,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4750,7 +4750,7 @@ "signature": [ "FormattedHitPair[]" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4765,7 +4765,7 @@ "signature": [ "\"hideAnnouncements\"" ], - "path": "packages/kbn-discover-utils/src/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4780,7 +4780,7 @@ "signature": [ "\"host.name\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4795,7 +4795,7 @@ "signature": [ "\"_ignored\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4810,7 +4810,7 @@ "signature": [ "\"ignored_field_values\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4825,7 +4825,7 @@ "signature": [ "\"log.file.path\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4840,7 +4840,7 @@ "signature": [ "\"log.level\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4855,7 +4855,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4870,7 +4870,7 @@ "signature": [ "\"logs-explorer\"" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4885,7 +4885,7 @@ "signature": [ "\"discover:maxDocFieldsDisplayed\"" ], - "path": "packages/kbn-discover-utils/src/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4900,7 +4900,7 @@ "signature": [ "\"message\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4915,7 +4915,7 @@ "signature": [ "\"discover:modifyColumnsOnSwitch\"" ], - "path": "packages/kbn-discover-utils/src/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4930,7 +4930,7 @@ "signature": [ "\"orchestrator.cluster.name\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4945,7 +4945,7 @@ "signature": [ "\"orchestrator.namespace\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4960,7 +4960,7 @@ "signature": [ "\"orchestrator.resource.id\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4975,7 +4975,7 @@ "signature": [ "\"resource\"" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4990,7 +4990,7 @@ "signature": [ "\"discover:rowHeightOption\"" ], - "path": "packages/kbn-discover-utils/src/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5013,7 +5013,7 @@ }, ">" ], - "path": "packages/kbn-discover-utils/src/components/custom_control_columns/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/components/custom_control_columns/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -5059,7 +5059,7 @@ "signature": [ "\"discover:sampleRowsPerPage\"" ], - "path": "packages/kbn-discover-utils/src/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5074,7 +5074,7 @@ "signature": [ "\"discover:sampleSize\"" ], - "path": "packages/kbn-discover-utils/src/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5089,7 +5089,7 @@ "signature": [ "\"search\"" ], - "path": "packages/kbn-discover-utils/src/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5104,7 +5104,7 @@ "signature": [ "\"discover:searchOnPageLoad\"" ], - "path": "packages/kbn-discover-utils/src/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5119,7 +5119,7 @@ "signature": [ "\"service.name\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5134,7 +5134,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5149,7 +5149,7 @@ "signature": [ "(fieldName: string) => boolean" ], - "path": "packages/kbn-discover-utils/src/utils/get_should_show_field_handler.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_should_show_field_handler.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -5161,7 +5161,7 @@ "tags": [], "label": "fieldName", "description": [], - "path": "packages/kbn-discover-utils/src/utils/get_should_show_field_handler.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_should_show_field_handler.ts", "deprecated": false, "trackAdoption": false } @@ -5178,7 +5178,7 @@ "signature": [ "\"discover:showFieldStatistics\"" ], - "path": "packages/kbn-discover-utils/src/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5193,7 +5193,7 @@ "signature": [ "\"discover:showMultiFields\"" ], - "path": "packages/kbn-discover-utils/src/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5208,7 +5208,7 @@ "signature": [ "\"discover:sort:defaultOrder\"" ], - "path": "packages/kbn-discover-utils/src/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5223,7 +5223,7 @@ "signature": [ "\"@timestamp\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5238,7 +5238,7 @@ "signature": [ "\"trace.id\"" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5252,7 +5252,7 @@ "tags": [], "label": "CONTENT_FIELD_CONFIGURATION", "description": [], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5266,7 +5266,7 @@ "signature": [ "\"smart-field\"" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -5280,7 +5280,7 @@ "signature": [ "\"content\"" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -5294,7 +5294,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false } @@ -5311,7 +5311,7 @@ "signature": [ "readonly [\"_ignored\", \"ignored_field_values\"]" ], - "path": "packages/kbn-discover-utils/src/field_constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/field_constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5323,7 +5323,7 @@ "tags": [], "label": "RESOURCE_FIELD_CONFIGURATION", "description": [], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5337,7 +5337,7 @@ "signature": [ "\"smart-field\"" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -5351,7 +5351,7 @@ "signature": [ "\"resource\"" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -5365,7 +5365,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -5376,7 +5376,7 @@ "tags": [], "label": "width", "description": [], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false } @@ -5390,7 +5390,7 @@ "tags": [], "label": "SMART_FALLBACK_FIELDS", "description": [], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5404,7 +5404,7 @@ "signature": [ "SmartFieldGridColumnOptions" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -5418,7 +5418,7 @@ "signature": [ "SmartFieldGridColumnOptions" ], - "path": "packages/kbn-discover-utils/src/data_types/logs/constants.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/constants.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_discover_utils.mdx b/api_docs/kbn_discover_utils.mdx index f4a6e5b4788fe..3e9b15c22fda3 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/discover-utils'] --- import kbnDiscoverUtilsObj from './kbn_discover_utils.devdocs.json'; diff --git a/api_docs/kbn_doc_links.devdocs.json b/api_docs/kbn_doc_links.devdocs.json index ab451f2b88259..6e22052ff46ba 100644 --- a/api_docs/kbn_doc_links.devdocs.json +++ b/api_docs/kbn_doc_links.devdocs.json @@ -535,6 +535,20 @@ "deprecated": false, "trackAdoption": false }, + { + "parentPluginId": "@kbn/doc-links", + "id": "def-common.DocLinks.server", + "type": "Object", + "tags": [], + "label": "server", + "description": [], + "signature": [ + "{ readonly protocol: string; }" + ], + "path": "src/platform/packages/shared/kbn-doc-links/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, { "parentPluginId": "@kbn/doc-links", "id": "def-common.DocLinks.securitySolution", diff --git a/api_docs/kbn_doc_links.mdx b/api_docs/kbn_doc_links.mdx index 8ec950f7f3d54..5dbcdaf739c02 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/doc-links'] --- import kbnDocLinksObj from './kbn_doc_links.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/docs](https://github.com/orgs/elastic/teams/docs) for question | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 80 | 0 | 80 | 2 | +| 81 | 0 | 81 | 2 | ## Common diff --git a/api_docs/kbn_docs_utils.mdx b/api_docs/kbn_docs_utils.mdx index 9ab23fc790e9f..7354c3f99ca26 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/docs-utils'] --- import kbnDocsUtilsObj from './kbn_docs_utils.devdocs.json'; diff --git a/api_docs/kbn_dom_drag_drop.mdx b/api_docs/kbn_dom_drag_drop.mdx index 2fed654846382..3e51da1b4fd05 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-12-27 +date: 2025-01-05 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_tools.devdocs.json b/api_docs/kbn_ebt_tools.devdocs.json index bfa6471d278f2..f94d737cf2da0 100644 --- a/api_docs/kbn_ebt_tools.devdocs.json +++ b/api_docs/kbn_ebt_tools.devdocs.json @@ -29,7 +29,7 @@ "signature": [ "React.ForwardRefExoticComponent<{ children: React.ReactElement>; } & React.RefAttributes<{}>>" ], - "path": "packages/kbn-ebt-tools/src/performance_metrics/index.tsx", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metrics/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -67,7 +67,7 @@ "IAnalyticsClient", ", \"registerEventType\">) => void" ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/helpers.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -85,7 +85,7 @@ "IAnalyticsClient", ", \"registerEventType\">" ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/helpers.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -116,7 +116,7 @@ }, ") => void" ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/helpers.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -134,7 +134,7 @@ "IAnalyticsClient", ", \"reportEvent\">" ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/helpers.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -157,7 +157,7 @@ "text": "PerformanceMetricEvent" } ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/helpers.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -180,7 +180,7 @@ "Meta", " | undefined; }) => void" ], - "path": "packages/kbn-ebt-tools/src/performance_metrics/context/use_page_ready.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metrics/context/use_page_ready.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -191,7 +191,7 @@ "tags": [], "label": "state", "description": [], - "path": "packages/kbn-ebt-tools/src/performance_metrics/context/use_page_ready.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metrics/context/use_page_ready.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -206,7 +206,7 @@ "CustomMetrics", " | undefined" ], - "path": "packages/kbn-ebt-tools/src/performance_metrics/context/use_page_ready.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metrics/context/use_page_ready.ts", "deprecated": false, "trackAdoption": false }, @@ -217,7 +217,7 @@ "tags": [], "label": "isReady", "description": [], - "path": "packages/kbn-ebt-tools/src/performance_metrics/context/use_page_ready.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metrics/context/use_page_ready.ts", "deprecated": false, "trackAdoption": false }, @@ -232,7 +232,7 @@ "Meta", " | undefined" ], - "path": "packages/kbn-ebt-tools/src/performance_metrics/context/use_page_ready.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metrics/context/use_page_ready.ts", "deprecated": false, "trackAdoption": false } @@ -253,7 +253,7 @@ "() => ", "PerformanceApi" ], - "path": "packages/kbn-ebt-tools/src/performance_metrics/context/use_performance_context.tsx", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metrics/context/use_performance_context.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -271,7 +271,7 @@ "description": [ "\nStructure of the `metric` event" ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/schema.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/schema.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -284,7 +284,7 @@ "description": [ "\nThe name of the event that is tracked in the metrics i.e. kibana_loaded, kibana_started" ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/schema.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -300,7 +300,7 @@ "signature": [ "Record | undefined" ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/schema.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -313,7 +313,7 @@ ], "label": "duration", "description": [], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/schema.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -329,7 +329,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/schema.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -345,7 +345,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/schema.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -361,7 +361,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/schema.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -377,7 +377,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/schema.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -393,7 +393,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/schema.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -409,7 +409,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/schema.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -425,7 +425,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/schema.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -441,7 +441,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/schema.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -457,7 +457,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/schema.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -473,7 +473,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/schema.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -489,7 +489,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/schema.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -505,7 +505,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/schema.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -521,7 +521,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/schema.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -537,7 +537,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/schema.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -553,7 +553,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/schema.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -569,7 +569,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/schema.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -585,7 +585,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/schema.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -601,7 +601,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-ebt-tools/src/performance_metric_events/schema.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metric_events/schema.ts", "deprecated": false, "trackAdoption": false } @@ -619,7 +619,7 @@ "tags": [], "label": "perfomanceMarkers", "description": [], - "path": "packages/kbn-ebt-tools/src/performance_metrics/performance_markers.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metrics/performance_markers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -630,7 +630,7 @@ "tags": [], "label": "startPageChange", "description": [], - "path": "packages/kbn-ebt-tools/src/performance_metrics/performance_markers.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metrics/performance_markers.ts", "deprecated": false, "trackAdoption": false }, @@ -641,7 +641,7 @@ "tags": [], "label": "endPageReady", "description": [], - "path": "packages/kbn-ebt-tools/src/performance_metrics/performance_markers.ts", + "path": "src/platform/packages/shared/kbn-ebt-tools/src/performance_metrics/performance_markers.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_ebt_tools.mdx b/api_docs/kbn_ebt_tools.mdx index 82c657907650f..2a83eb7579cfb 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-12-27 +date: 2025-01-05 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 692a148b15a50..3b2961e295779 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-12-27 +date: 2025-01-05 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 04d96cc086ce1..0734274cdb7a1 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-12-27 +date: 2025-01-05 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 3863518f88779..8e141deade36f 100644 --- a/api_docs/kbn_elastic_assistant.devdocs.json +++ b/api_docs/kbn_elastic_assistant.devdocs.json @@ -126,171 +126,6 @@ ], "initialIsOpen": false }, - { - "parentPluginId": "@kbn/elastic-assistant", - "id": "def-public.AssistantAvatar", - "type": "Function", - "tags": [ - "deprecated" - ], - "label": "AssistantAvatar", - "description": [ - "\nDefault Elastic AI Assistant logo\n" - ], - "signature": [ - "({ className, size }: ", - "AssistantAvatarProps", - ") => React.JSX.Element" - ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/assistant_avatar/assistant_avatar.tsx", - "deprecated": true, - "trackAdoption": false, - "references": [ - { - "plugin": "integrationAssistant", - "path": "x-pack/platform/plugins/shared/integration_assistant/public/components/create_integration/create_integration_landing/integration_assistant_card.tsx" - }, - { - "plugin": "integrationAssistant", - "path": "x-pack/platform/plugins/shared/integration_assistant/public/components/create_integration/create_integration_landing/integration_assistant_card.tsx" - }, - { - "plugin": "integrationAssistant", - "path": "x-pack/platform/plugins/shared/integration_assistant/public/components/create_integration/create_integration_assistant/header/header.tsx" - }, - { - "plugin": "integrationAssistant", - "path": "x-pack/platform/plugins/shared/integration_assistant/public/components/create_integration/create_integration_assistant/header/header.tsx" - }, - { - "plugin": "@kbn/ecs-data-quality-dashboard", - "path": "x-pack/solutions/security/packages/ecs_data_quality_dashboard/impl/data_quality_panel/actions/chat/index.tsx" - }, - { - "plugin": "@kbn/ecs-data-quality-dashboard", - "path": "x-pack/solutions/security/packages/ecs_data_quality_dashboard/impl/data_quality_panel/actions/chat/index.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/assistant/get_comments/index.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/assistant/get_comments/index.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/assistant/get_comments/index.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/assistant/header_link.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/assistant/header_link.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/management/pages/endpoint_hosts/view/details/components/insights/workflow_insights_scan.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/management/pages/endpoint_hosts/view/details/components/insights/workflow_insights_scan.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/attack_discovery/pages/results/attack_discovery_panel/view_in_ai_assistant/index.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/attack_discovery/pages/results/attack_discovery_panel/view_in_ai_assistant/index.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/attack_discovery/pages/results/attack_discovery_panel/title/index.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/attack_discovery/pages/results/attack_discovery_panel/title/index.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/attack_discovery/pages/results/empty_states/empty_prompt/index.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/attack_discovery/pages/results/empty_states/empty_prompt/index.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/attack_discovery/pages/results/empty_states/no_alerts/index.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/attack_discovery/pages/results/empty_states/no_alerts/index.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/attack_discovery/pages/results/empty_states/welcome/index.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/attack_discovery/pages/results/empty_states/welcome/index.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/onboarding/components/onboarding_body/cards/assistant/index.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/onboarding/components/onboarding_body/cards/assistant/index.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_creation_ui/components/ai_assistant/index.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_creation_ui/components/ai_assistant/index.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/siem_migrations/rules/components/rule_details_flyout/tabs/summary/index.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/siem_migrations/rules/components/rule_details_flyout/tabs/summary/index.tsx" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/onboarding/components/onboarding_body/cards/siem_migrations/ai_connector/index.ts" - }, - { - "plugin": "securitySolution", - "path": "x-pack/solutions/security/plugins/security_solution/public/onboarding/components/onboarding_body/cards/siem_migrations/ai_connector/index.ts" - } - ], - "children": [ - { - "parentPluginId": "@kbn/elastic-assistant", - "id": "def-public.AssistantAvatar.$1", - "type": "Object", - "tags": [], - "label": "{ className, size = 's' }", - "description": [], - "signature": [ - "AssistantAvatarProps" - ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/assistant_avatar/assistant_avatar.tsx", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, { "parentPluginId": "@kbn/elastic-assistant", "id": "def-public.AssistantOverlay", @@ -367,13 +202,7 @@ "description": [], "signature": [ "(http: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", ", conversationsActions: ", { "pluginId": "@kbn/elastic-assistant", @@ -383,13 +212,7 @@ "text": "ConversationsBulkActions" }, ", toasts?: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - }, + "IToasts", " | undefined) => Promise<", { "pluginId": "@kbn/elastic-assistant", @@ -412,13 +235,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/api/conversations/bulk_update_actions_conversations.ts", "deprecated": false, @@ -454,13 +271,7 @@ "label": "toasts", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - }, + "IToasts", " | undefined" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/api/conversations/bulk_update_actions_conversations.ts", @@ -481,21 +292,9 @@ "description": [], "signature": [ "(http: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "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; content?: string | undefined; color?: 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": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - }, + "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>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/api/prompts/bulk_update_prompts.ts", @@ -510,13 +309,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/api/prompts/bulk_update_prompts.ts", "deprecated": false, @@ -546,13 +339,7 @@ "label": "toasts", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - }, + "IToasts", " | undefined" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/api/prompts/bulk_update_prompts.ts", @@ -666,21 +453,9 @@ "description": [], "signature": [ "({ http, signal, toasts, }: { http: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", "; toasts: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - }, + "IToasts", "; signal?: AbortSignal | undefined; }) => Promise<{ page: 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; }[]; perPage: number; total: number; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/api/prompts/use_fetch_prompts.ts", @@ -706,13 +481,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/api/prompts/use_fetch_prompts.ts", "deprecated": false, @@ -726,13 +495,7 @@ "label": "toasts", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - } + "IToasts" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/api/prompts/use_fetch_prompts.ts", "deprecated": false, @@ -769,21 +532,9 @@ ], "signature": [ "({ http, signal, toasts, }: { http: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", "; toasts?: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - }, + "IToasts", " | undefined; signal?: AbortSignal | undefined; }) => Promise<", "FetchConversationsResponse", ">" @@ -811,13 +562,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/api/conversations/conversations.ts", "deprecated": false, @@ -831,13 +576,7 @@ "label": "toasts", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - }, + "IToasts", " | undefined" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant/impl/assistant/api/conversations/conversations.ts", @@ -1275,13 +1014,7 @@ "<", "AIConnector", "[], ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpFetchError", - "text": "IHttpFetchError" - }, + "IHttpFetchError", ">" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant/impl/connectorland/use_load_connectors/index.tsx", diff --git a/api_docs/kbn_elastic_assistant.mdx b/api_docs/kbn_elastic_assistant.mdx index 9779fddf0a053..67fbf94f72d1a 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-assistant'] --- import kbnElasticAssistantObj from './kbn_elastic_assistant.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/ | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 174 | 0 | 145 | 10 | +| 172 | 0 | 144 | 9 | ## Client diff --git a/api_docs/kbn_elastic_assistant_common.mdx b/api_docs/kbn_elastic_assistant_common.mdx index 251ce8635afd0..623adf712dfe4 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-assistant-common'] --- import kbnElasticAssistantCommonObj from './kbn_elastic_assistant_common.devdocs.json'; diff --git a/api_docs/kbn_entities_schema.mdx b/api_docs/kbn_entities_schema.mdx index 057bf2d66a886..ba08c8a561a4a 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/entities-schema'] --- import kbnEntitiesSchemaObj from './kbn_entities_schema.devdocs.json'; diff --git a/api_docs/kbn_es.mdx b/api_docs/kbn_es.mdx index d37b437451f7c..4c19a3f2f132d 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-12-27 +date: 2025-01-05 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 356905bddf80e..098b0e06b70cc 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-archiver'] --- import kbnEsArchiverObj from './kbn_es_archiver.devdocs.json'; diff --git a/api_docs/kbn_es_errors.devdocs.json b/api_docs/kbn_es_errors.devdocs.json index 9a2e2ceb6908d..7ba95a63fe7a6 100644 --- a/api_docs/kbn_es_errors.devdocs.json +++ b/api_docs/kbn_es_errors.devdocs.json @@ -29,7 +29,7 @@ "signature": [ "(error: unknown) => boolean" ], - "path": "packages/kbn-es-errors/src/errors.ts", + "path": "src/platform/packages/shared/kbn-es-errors/src/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -43,7 +43,7 @@ "signature": [ "unknown" ], - "path": "packages/kbn-es-errors/src/errors.ts", + "path": "src/platform/packages/shared/kbn-es-errors/src/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -64,7 +64,7 @@ "signature": [ "(error: unknown) => boolean" ], - "path": "packages/kbn-es-errors/src/errors.ts", + "path": "src/platform/packages/shared/kbn-es-errors/src/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -78,7 +78,7 @@ "signature": [ "unknown" ], - "path": "packages/kbn-es-errors/src/errors.ts", + "path": "src/platform/packages/shared/kbn-es-errors/src/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -99,7 +99,7 @@ "signature": [ "(error: unknown) => boolean" ], - "path": "packages/kbn-es-errors/src/errors.ts", + "path": "src/platform/packages/shared/kbn-es-errors/src/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -113,7 +113,7 @@ "signature": [ "unknown" ], - "path": "packages/kbn-es-errors/src/errors.ts", + "path": "src/platform/packages/shared/kbn-es-errors/src/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -134,7 +134,7 @@ "signature": [ "(error: unknown) => boolean" ], - "path": "packages/kbn-es-errors/src/errors.ts", + "path": "src/platform/packages/shared/kbn-es-errors/src/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -148,7 +148,7 @@ "signature": [ "unknown" ], - "path": "packages/kbn-es-errors/src/errors.ts", + "path": "src/platform/packages/shared/kbn-es-errors/src/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -168,7 +168,7 @@ "description": [ "\nDetail information about an elasticsearch error." ], - "path": "packages/kbn-es-errors/src/types.ts", + "path": "src/platform/packages/shared/kbn-es-errors/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -182,7 +182,7 @@ "signature": [ "{ type: string; reason?: string | undefined; } | undefined" ], - "path": "packages/kbn-es-errors/src/types.ts", + "path": "src/platform/packages/shared/kbn-es-errors/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -205,7 +205,7 @@ "ResponseError", " & { statusCode: 401; }" ], - "path": "packages/kbn-es-errors/src/errors.ts", + "path": "src/platform/packages/shared/kbn-es-errors/src/errors.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_es_errors.mdx b/api_docs/kbn_es_errors.mdx index 9390f36d83647..b4ef8b78c7cc6 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-errors'] --- import kbnEsErrorsObj from './kbn_es_errors.devdocs.json'; diff --git a/api_docs/kbn_es_query.devdocs.json b/api_docs/kbn_es_query.devdocs.json index b474d4542ea5b..2156065788810 100644 --- a/api_docs/kbn_es_query.devdocs.json +++ b/api_docs/kbn_es_query.devdocs.json @@ -37,7 +37,7 @@ }, " extends Error" ], - "path": "packages/kbn-es-query/src/kuery/kuery_syntax_error.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/kuery_syntax_error.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -48,7 +48,7 @@ "tags": [], "label": "shortMessage", "description": [], - "path": "packages/kbn-es-query/src/kuery/kuery_syntax_error.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/kuery_syntax_error.ts", "deprecated": false, "trackAdoption": false }, @@ -62,7 +62,7 @@ "signature": [ "any" ], - "path": "packages/kbn-es-query/src/kuery/kuery_syntax_error.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/kuery_syntax_error.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -76,7 +76,7 @@ "signature": [ "KQLSyntaxErrorData" ], - "path": "packages/kbn-es-query/src/kuery/kuery_syntax_error.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/kuery_syntax_error.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -91,7 +91,7 @@ "signature": [ "any" ], - "path": "packages/kbn-es-query/src/kuery/kuery_syntax_error.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/kuery_syntax_error.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -155,7 +155,7 @@ "text": "CombinedFilter" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/combined_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -177,7 +177,7 @@ "text": "BooleanRelation" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/combined_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -201,7 +201,7 @@ }, "[]" ], - "path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/combined_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -224,7 +224,7 @@ }, ", \"id\">" ], - "path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/combined_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -239,7 +239,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/combined_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -254,7 +254,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/combined_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -269,7 +269,7 @@ "signature": [ "string | null | undefined" ], - "path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/combined_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -290,7 +290,7 @@ "text": "FilterStateStore" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/combined_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -328,7 +328,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/custom_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/custom_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -342,7 +342,7 @@ "signature": [ "string" ], - "path": "packages/kbn-es-query/src/filters/build_filters/custom_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/custom_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -357,7 +357,7 @@ "signature": [ "QueryDslQueryContainer" ], - "path": "packages/kbn-es-query/src/filters/build_filters/custom_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/custom_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -372,7 +372,7 @@ "signature": [ "boolean" ], - "path": "packages/kbn-es-query/src/filters/build_filters/custom_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/custom_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -387,7 +387,7 @@ "signature": [ "boolean" ], - "path": "packages/kbn-es-query/src/filters/build_filters/custom_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/custom_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -402,7 +402,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-es-query/src/filters/build_filters/custom_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/custom_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -423,7 +423,7 @@ "text": "FilterStateStore" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/custom_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/custom_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -449,7 +449,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/build_empty_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/build_empty_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -463,7 +463,7 @@ "signature": [ "boolean" ], - "path": "packages/kbn-es-query/src/filters/build_filters/build_empty_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/build_empty_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -478,7 +478,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-es-query/src/filters/build_filters/build_empty_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/build_empty_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -545,7 +545,7 @@ }, "; }" ], - "path": "packages/kbn-es-query/src/es_query/build_es_query.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/build_es_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -574,7 +574,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-es-query/src/es_query/build_es_query.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/build_es_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -591,7 +591,7 @@ "signature": [ "AnyQuery | AnyQuery[]" ], - "path": "packages/kbn-es-query/src/es_query/build_es_query.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/build_es_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -623,7 +623,7 @@ }, "[]" ], - "path": "packages/kbn-es-query/src/es_query/build_es_query.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/build_es_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -646,7 +646,7 @@ "text": "EsQueryConfig" } ], - "path": "packages/kbn-es-query/src/es_query/build_es_query.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/build_es_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -690,7 +690,7 @@ "text": "ExistsFilter" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/exists_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/exists_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -712,7 +712,7 @@ "text": "DataViewFieldBase" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/exists_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/exists_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -735,7 +735,7 @@ "text": "DataViewBaseNoFields" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/exists_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/exists_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -805,7 +805,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/build_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/build_filters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -825,7 +825,7 @@ "text": "DataViewBase" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/build_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/build_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -846,7 +846,7 @@ "text": "DataViewFieldBase" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/build_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/build_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -867,7 +867,7 @@ "text": "FILTERS" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/build_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/build_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -884,7 +884,7 @@ "signature": [ "boolean" ], - "path": "packages/kbn-es-query/src/filters/build_filters/build_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/build_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -901,7 +901,7 @@ "signature": [ "boolean" ], - "path": "packages/kbn-es-query/src/filters/build_filters/build_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/build_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -922,7 +922,7 @@ "text": "Serializable" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/build_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/build_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -939,7 +939,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-es-query/src/filters/build_filters/build_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/build_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -963,7 +963,7 @@ }, " | undefined" ], - "path": "packages/kbn-es-query/src/filters/build_filters/build_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/build_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1017,7 +1017,7 @@ "text": "ScriptedPhraseFilter" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/phrase_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/phrase_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1037,7 +1037,7 @@ "text": "DataViewFieldBase" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/phrase_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/phrase_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1052,7 +1052,7 @@ "signature": [ "PhraseFilterValue" ], - "path": "packages/kbn-es-query/src/filters/build_filters/phrase_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/phrase_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1073,7 +1073,7 @@ "text": "DataViewBaseNoFields" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/phrase_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/phrase_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1121,7 +1121,7 @@ "text": "PhrasesFilter" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/phrases_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/phrases_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1141,7 +1141,7 @@ "text": "DataViewFieldBase" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/phrases_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/phrases_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1157,7 +1157,7 @@ "PhraseFilterValue", "[]" ], - "path": "packages/kbn-es-query/src/filters/build_filters/phrases_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/phrases_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1178,7 +1178,7 @@ "text": "DataViewBaseNoFields" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/phrases_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/phrases_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1209,7 +1209,7 @@ "FilterMetaParams", " | undefined; value?: string | undefined; }; }" ], - "path": "packages/kbn-es-query/src/filters/build_filters/query_string_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/query_string_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1223,7 +1223,7 @@ "signature": [ "(Record & { query_string?: { query: string; fields?: string[] | undefined; } | undefined; }) | undefined" ], - "path": "packages/kbn-es-query/src/filters/build_filters/query_string_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/query_string_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1238,7 +1238,7 @@ "signature": [ "string" ], - "path": "packages/kbn-es-query/src/filters/build_filters/query_string_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/query_string_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1253,7 +1253,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-es-query/src/filters/build_filters/query_string_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/query_string_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1274,7 +1274,7 @@ "text": "FilterMeta" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/query_string_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/query_string_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1334,7 +1334,7 @@ "text": "BoolQuery" } ], - "path": "packages/kbn-es-query/src/es_query/from_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/from_filters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1355,7 +1355,7 @@ }, "[]" ], - "path": "packages/kbn-es-query/src/es_query/from_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/from_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1385,7 +1385,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-es-query/src/es_query/from_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/from_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1406,7 +1406,7 @@ "text": "EsQueryFiltersConfig" } ], - "path": "packages/kbn-es-query/src/es_query/from_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/from_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1470,7 +1470,7 @@ " | ", "MatchAllRangeFilter" ], - "path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/range_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1490,7 +1490,7 @@ "text": "DataViewFieldBase" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/range_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1511,7 +1511,7 @@ "text": "RangeFilterParams" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/range_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1533,7 +1533,7 @@ }, " | undefined" ], - "path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/range_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1548,7 +1548,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/range_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1585,7 +1585,7 @@ }, ">" ], - "path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/meta_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1607,7 +1607,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/meta_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1668,7 +1668,7 @@ }, ") => boolean" ], - "path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/compare_filters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1699,7 +1699,7 @@ }, "[]" ], - "path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/compare_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1731,7 +1731,7 @@ }, "[]" ], - "path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/compare_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1754,7 +1754,7 @@ "text": "FilterCompareOptions" } ], - "path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/compare_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1783,7 +1783,7 @@ }, ") => { from: moment.Moment; to: moment.Moment; }" ], - "path": "packages/kbn-es-query/src/filters/helpers/convert_range_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/convert_range_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1803,7 +1803,7 @@ "text": "RangeFilter" } ], - "path": "packages/kbn-es-query/src/filters/helpers/convert_range_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/convert_range_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1835,7 +1835,7 @@ ", dateFormatTZ: string | undefined) => ", "QueryDslQueryContainer" ], - "path": "packages/kbn-es-query/src/es_query/decorate_query.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/decorate_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1851,7 +1851,7 @@ "signature": [ "QueryDslQueryContainer" ], - "path": "packages/kbn-es-query/src/es_query/decorate_query.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/decorate_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1875,7 +1875,7 @@ "text": "SerializableRecord" } ], - "path": "packages/kbn-es-query/src/es_query/decorate_query.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/decorate_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1892,7 +1892,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-es-query/src/es_query/decorate_query.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/decorate_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1926,7 +1926,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/meta_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1946,7 +1946,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/meta_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1982,7 +1982,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/meta_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2002,7 +2002,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/meta_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2025,7 +2025,7 @@ "signature": [ "(str: string) => string" ], - "path": "packages/kbn-es-query/src/kuery/utils/escape_kuery.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/utils/escape_kuery.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2059,7 +2059,7 @@ "signature": [ "(str: string) => string" ], - "path": "packages/kbn-es-query/src/kuery/utils/escape_kuery.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/utils/escape_kuery.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2073,7 +2073,7 @@ "signature": [ "string" ], - "path": "packages/kbn-es-query/src/kuery/utils/escape_kuery.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/utils/escape_kuery.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2116,7 +2116,7 @@ }, " | undefined; }" ], - "path": "packages/kbn-es-query/src/filters/helpers/extract_time_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/extract_time_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2130,7 +2130,7 @@ "signature": [ "string" ], - "path": "packages/kbn-es-query/src/filters/helpers/extract_time_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/extract_time_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2152,7 +2152,7 @@ }, "[]" ], - "path": "packages/kbn-es-query/src/filters/helpers/extract_time_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/extract_time_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2195,7 +2195,7 @@ }, " | undefined; }" ], - "path": "packages/kbn-es-query/src/filters/helpers/extract_time_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/extract_time_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2216,7 +2216,7 @@ }, "[]" ], - "path": "packages/kbn-es-query/src/filters/helpers/extract_time_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/extract_time_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2231,7 +2231,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-es-query/src/filters/helpers/extract_time_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/extract_time_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2283,7 +2283,7 @@ ") => ", "QueryDslQueryContainer" ], - "path": "packages/kbn-es-query/src/es_query/from_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/from_filters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2303,7 +2303,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/es_query/from_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/from_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2333,7 +2333,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-es-query/src/es_query/from_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/from_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2354,7 +2354,7 @@ "text": "EsQueryFiltersConfig" } ], - "path": "packages/kbn-es-query/src/es_query/from_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/from_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2412,7 +2412,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/es_query/from_combined_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/from_combined_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2432,7 +2432,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/es_query/from_combined_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/from_combined_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2462,7 +2462,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-es-query/src/es_query/from_combined_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/from_combined_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2483,7 +2483,7 @@ "text": "EsQueryFiltersConfig" } ], - "path": "packages/kbn-es-query/src/es_query/from_combined_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/from_combined_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2513,7 +2513,7 @@ "text": "KueryNode" } ], - "path": "packages/kbn-es-query/src/kuery/ast/ast.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/ast/ast.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2528,7 +2528,7 @@ "string | ", "QueryDslQueryContainer" ], - "path": "packages/kbn-es-query/src/kuery/ast/ast.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/ast/ast.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2545,7 +2545,7 @@ "KueryParseOptions", ">" ], - "path": "packages/kbn-es-query/src/kuery/ast/ast.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/ast/ast.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2572,7 +2572,7 @@ }, ") => \"esql\"" ], - "path": "packages/kbn-es-query/src/es_query/es_aggregate_query.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/es_aggregate_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2592,7 +2592,7 @@ "text": "AggregateQuery" } ], - "path": "packages/kbn-es-query/src/es_query/es_aggregate_query.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/es_aggregate_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2619,7 +2619,7 @@ }, " | undefined" ], - "path": "packages/kbn-es-query/src/utils.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2633,7 +2633,7 @@ "signature": [ "HasSubtype" ], - "path": "packages/kbn-es-query/src/utils.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2660,7 +2660,7 @@ }, " | undefined" ], - "path": "packages/kbn-es-query/src/utils.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2674,7 +2674,7 @@ "signature": [ "HasSubtype" ], - "path": "packages/kbn-es-query/src/utils.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2701,7 +2701,7 @@ }, ") => string[]" ], - "path": "packages/kbn-es-query/src/kuery/utils/get_kql_fields.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/utils/get_kql_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2721,7 +2721,7 @@ "text": "KueryNode" } ], - "path": "packages/kbn-es-query/src/kuery/utils/get_kql_fields.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/utils/get_kql_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2740,7 +2740,7 @@ "signature": [ "(expression: string) => string[]" ], - "path": "packages/kbn-es-query/src/kuery/utils/get_kql_fields.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/utils/get_kql_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2754,7 +2754,7 @@ "signature": [ "string" ], - "path": "packages/kbn-es-query/src/kuery/utils/get_kql_fields.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/utils/get_kql_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2773,7 +2773,7 @@ "signature": [ "(language: string | undefined) => string" ], - "path": "packages/kbn-es-query/src/es_query/es_aggregate_query.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/es_aggregate_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2787,7 +2787,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-es-query/src/es_query/es_aggregate_query.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/es_aggregate_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2808,7 +2808,7 @@ "signature": [ "(indexExpression: string) => boolean" ], - "path": "packages/kbn-es-query/src/utils.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2822,7 +2822,7 @@ "signature": [ "string" ], - "path": "packages/kbn-es-query/src/utils.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2849,7 +2849,7 @@ }, ") => boolean" ], - "path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/combined_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2869,7 +2869,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/combined_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2888,7 +2888,7 @@ "signature": [ "(field: HasSubtype) => boolean" ], - "path": "packages/kbn-es-query/src/utils.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2902,7 +2902,7 @@ "signature": [ "HasSubtype" ], - "path": "packages/kbn-es-query/src/utils.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2921,7 +2921,7 @@ "signature": [ "(field: HasSubtype) => boolean" ], - "path": "packages/kbn-es-query/src/utils.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2935,7 +2935,7 @@ "signature": [ "HasSubtype" ], - "path": "packages/kbn-es-query/src/utils.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2969,7 +2969,7 @@ "text": "ExistsFilter" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/exists_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/exists_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2989,7 +2989,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/exists_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/exists_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3017,7 +3017,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/meta_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3031,7 +3031,7 @@ "signature": [ "unknown" ], - "path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/meta_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3060,7 +3060,7 @@ }, ") => boolean" ], - "path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/meta_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3080,7 +3080,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/meta_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3111,7 +3111,7 @@ }, ") => boolean | undefined" ], - "path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/meta_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3131,7 +3131,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/meta_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3160,7 +3160,7 @@ }, "[]" ], - "path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/meta_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3174,7 +3174,7 @@ "signature": [ "unknown" ], - "path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/meta_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3210,7 +3210,7 @@ "text": "MatchAllFilter" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/match_all_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/match_all_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3230,7 +3230,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/match_all_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/match_all_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3267,7 +3267,7 @@ }, " | { [key: string]: any; } | undefined) => boolean" ], - "path": "packages/kbn-es-query/src/es_query/es_aggregate_query.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/es_aggregate_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3296,7 +3296,7 @@ }, " | { [key: string]: any; } | undefined" ], - "path": "packages/kbn-es-query/src/es_query/es_aggregate_query.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/es_aggregate_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3331,7 +3331,7 @@ }, " | undefined) => boolean" ], - "path": "packages/kbn-es-query/src/es_query/es_aggregate_query.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/es_aggregate_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3360,7 +3360,7 @@ }, " | undefined" ], - "path": "packages/kbn-es-query/src/es_query/es_aggregate_query.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/es_aggregate_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3394,7 +3394,7 @@ "text": "PhraseFilter" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/phrase_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/phrase_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3414,7 +3414,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/phrase_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/phrase_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3450,7 +3450,7 @@ "text": "PhrasesFilter" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/phrases_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/phrases_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3470,7 +3470,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/phrases_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/phrases_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3506,7 +3506,7 @@ "text": "QueryStringFilter" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/query_string_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/query_string_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3526,7 +3526,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/query_string_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/query_string_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3555,7 +3555,7 @@ }, " | undefined) => boolean" ], - "path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/range_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3576,7 +3576,7 @@ }, " | undefined" ], - "path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/range_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3612,7 +3612,7 @@ "text": "ScriptedPhraseFilter" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/phrase_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/phrase_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3632,7 +3632,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/phrase_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/phrase_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3670,7 +3670,7 @@ "text": "ScriptedRangeFilter" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/range_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3690,7 +3690,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/range_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3716,7 +3716,7 @@ ") => ", "QueryDslQueryContainer" ], - "path": "packages/kbn-es-query/src/es_query/lucene_string_to_dsl.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/lucene_string_to_dsl.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3731,7 +3731,7 @@ "string | ", "QueryDslQueryContainer" ], - "path": "packages/kbn-es-query/src/es_query/lucene_string_to_dsl.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/lucene_string_to_dsl.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3776,7 +3776,7 @@ }, " | undefined) => boolean" ], - "path": "packages/kbn-es-query/src/filters/helpers/only_disabled.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/only_disabled.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3797,7 +3797,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-es-query/src/filters/helpers/only_disabled.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/only_disabled.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3819,7 +3819,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-es-query/src/filters/helpers/only_disabled.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/only_disabled.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3841,7 +3841,7 @@ }, " | undefined" ], - "path": "packages/kbn-es-query/src/filters/helpers/only_disabled.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/only_disabled.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3877,7 +3877,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/meta_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3897,7 +3897,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/meta_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3948,7 +3948,7 @@ " | undefined) => ", "QueryDslQueryContainer" ], - "path": "packages/kbn-es-query/src/kuery/index.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3988,7 +3988,7 @@ "KqlContext", " | undefined]" ], - "path": "packages/kbn-es-query/src/kuery/index.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4027,7 +4027,7 @@ }, "; } | undefined; query?: Record | undefined; }" ], - "path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/meta_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4047,7 +4047,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/meta_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4088,7 +4088,7 @@ }, "; } | undefined; query?: Record | undefined; }" ], - "path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/meta_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4108,7 +4108,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/meta_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4155,7 +4155,7 @@ }, "; query?: Record | undefined; }" ], - "path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/meta_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4175,7 +4175,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/meta_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4206,7 +4206,7 @@ }, ") => string" ], - "path": "packages/kbn-es-query/src/kuery/ast/ast.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/ast/ast.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4226,7 +4226,7 @@ "text": "KueryNode" } ], - "path": "packages/kbn-es-query/src/kuery/ast/ast.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/ast/ast.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4271,7 +4271,7 @@ }, "[]" ], - "path": "packages/kbn-es-query/src/filters/helpers/uniq_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/uniq_filters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4294,7 +4294,7 @@ }, "[]" ], - "path": "packages/kbn-es-query/src/filters/helpers/uniq_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/uniq_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4317,7 +4317,7 @@ "text": "FilterCompareOptions" } ], - "path": "packages/kbn-es-query/src/filters/helpers/uniq_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/uniq_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4353,7 +4353,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/meta_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4373,7 +4373,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/helpers/meta_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/meta_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4419,7 +4419,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/helpers/update_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/update_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4439,7 +4439,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/helpers/update_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/update_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4454,7 +4454,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-es-query/src/filters/helpers/update_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/update_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4476,7 +4476,7 @@ }, " | undefined" ], - "path": "packages/kbn-es-query/src/filters/helpers/update_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/update_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4492,7 +4492,7 @@ "FilterMetaParams", " | undefined" ], - "path": "packages/kbn-es-query/src/filters/helpers/update_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/update_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4507,7 +4507,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-es-query/src/filters/helpers/update_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/update_filter.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4525,7 +4525,7 @@ "tags": [], "label": "BoolQuery", "description": [], - "path": "packages/kbn-es-query/src/es_query/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4540,7 +4540,7 @@ "QueryDslQueryContainer", "[]" ], - "path": "packages/kbn-es-query/src/es_query/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4555,7 +4555,7 @@ "QueryDslQueryContainer", "[]" ], - "path": "packages/kbn-es-query/src/es_query/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4570,7 +4570,7 @@ "QueryDslQueryContainer", "[]" ], - "path": "packages/kbn-es-query/src/es_query/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4585,7 +4585,7 @@ "QueryDslQueryContainer", "[]" ], - "path": "packages/kbn-es-query/src/es_query/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/types.ts", "deprecated": false, "trackAdoption": false } @@ -4616,7 +4616,7 @@ "text": "Filter" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/combined_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4630,7 +4630,7 @@ "signature": [ "CombinedFilterMeta" ], - "path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/combined_filter.ts", "deprecated": false, "trackAdoption": false } @@ -4663,7 +4663,7 @@ "text": "DataViewBaseNoFields" } ], - "path": "packages/kbn-es-query/src/es_query/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4684,7 +4684,7 @@ }, "[]" ], - "path": "packages/kbn-es-query/src/es_query/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/types.ts", "deprecated": false, "trackAdoption": false } @@ -4698,7 +4698,7 @@ "tags": [], "label": "DataViewBaseNoFields", "description": [], - "path": "packages/kbn-es-query/src/es_query/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4712,7 +4712,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-es-query/src/es_query/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4723,7 +4723,7 @@ "tags": [], "label": "title", "description": [], - "path": "packages/kbn-es-query/src/es_query/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/types.ts", "deprecated": false, "trackAdoption": false } @@ -4739,7 +4739,7 @@ "description": [ "\nOptions for building query for filters" ], - "path": "packages/kbn-es-query/src/es_query/from_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/from_filters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4755,7 +4755,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-es-query/src/es_query/from_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/from_filters.ts", "deprecated": false, "trackAdoption": false }, @@ -4771,7 +4771,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-es-query/src/es_query/from_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/from_filters.ts", "deprecated": false, "trackAdoption": false } @@ -4785,7 +4785,7 @@ "tags": [], "label": "ExecutionContextSearch", "description": [], - "path": "packages/kbn-es-query/src/expressions/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/expressions/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4799,7 +4799,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-es-query/src/expressions/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/expressions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4820,7 +4820,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-es-query/src/expressions/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/expressions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4849,7 +4849,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-es-query/src/expressions/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/expressions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4870,7 +4870,7 @@ }, " | undefined" ], - "path": "packages/kbn-es-query/src/expressions/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/expressions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4884,7 +4884,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-es-query/src/expressions/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/expressions/types.ts", "deprecated": false, "trackAdoption": false } @@ -4898,7 +4898,7 @@ "tags": [], "label": "FilterCompareOptions", "description": [], - "path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/compare_filters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4912,7 +4912,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/compare_filters.ts", "deprecated": false, "trackAdoption": false }, @@ -4926,7 +4926,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/compare_filters.ts", "deprecated": false, "trackAdoption": false }, @@ -4940,7 +4940,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/compare_filters.ts", "deprecated": false, "trackAdoption": false }, @@ -4954,7 +4954,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/compare_filters.ts", "deprecated": false, "trackAdoption": false }, @@ -4968,7 +4968,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/compare_filters.ts", "deprecated": false, "trackAdoption": false } @@ -4982,7 +4982,7 @@ "tags": [], "label": "IFieldSubTypeMulti", "description": [], - "path": "packages/kbn-es-query/src/es_query/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4996,7 +4996,7 @@ "signature": [ "{ parent: string; }" ], - "path": "packages/kbn-es-query/src/es_query/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/types.ts", "deprecated": false, "trackAdoption": false } @@ -5010,7 +5010,7 @@ "tags": [], "label": "IFieldSubTypeNested", "description": [], - "path": "packages/kbn-es-query/src/es_query/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5024,7 +5024,7 @@ "signature": [ "{ path: string; }" ], - "path": "packages/kbn-es-query/src/es_query/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/types.ts", "deprecated": false, "trackAdoption": false } @@ -5038,7 +5038,7 @@ "tags": [], "label": "KueryNode", "description": [], - "path": "packages/kbn-es-query/src/kuery/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5052,7 +5052,7 @@ "signature": [ "\"function\" | \"literal\" | \"wildcard\"" ], - "path": "packages/kbn-es-query/src/kuery/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5066,7 +5066,7 @@ "signature": [ "[key: string]: any" ], - "path": "packages/kbn-es-query/src/kuery/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/types.ts", "deprecated": false, "trackAdoption": false } @@ -5080,7 +5080,7 @@ "tags": [], "label": "KueryQueryOptions", "description": [], - "path": "packages/kbn-es-query/src/kuery/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5094,7 +5094,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-es-query/src/kuery/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5108,7 +5108,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-es-query/src/kuery/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5124,7 +5124,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-es-query/src/kuery/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5140,7 +5140,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-es-query/src/kuery/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/types.ts", "deprecated": false, "trackAdoption": false } @@ -5156,7 +5156,7 @@ "description": [ "\nAn interface for a latitude-longitude pair" ], - "path": "packages/kbn-es-query/src/filters/build_filters/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5167,7 +5167,7 @@ "tags": [], "label": "lat", "description": [], - "path": "packages/kbn-es-query/src/filters/build_filters/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5178,7 +5178,7 @@ "tags": [], "label": "lon", "description": [], - "path": "packages/kbn-es-query/src/filters/build_filters/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/types.ts", "deprecated": false, "trackAdoption": false } @@ -5211,7 +5211,7 @@ "text": "SerializableRecord" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/range_filter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5225,7 +5225,7 @@ "signature": [ "string | number | undefined" ], - "path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/range_filter.ts", "deprecated": false, "trackAdoption": false }, @@ -5239,7 +5239,7 @@ "signature": [ "string | number | undefined" ], - "path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/range_filter.ts", "deprecated": false, "trackAdoption": false }, @@ -5253,7 +5253,7 @@ "signature": [ "string | number | undefined" ], - "path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/range_filter.ts", "deprecated": false, "trackAdoption": false }, @@ -5267,7 +5267,7 @@ "signature": [ "string | number | undefined" ], - "path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/range_filter.ts", "deprecated": false, "trackAdoption": false }, @@ -5281,7 +5281,7 @@ "signature": [ "string | number | undefined" ], - "path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/range_filter.ts", "deprecated": false, "trackAdoption": false }, @@ -5295,7 +5295,7 @@ "signature": [ "string | number | undefined" ], - "path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/range_filter.ts", "deprecated": false, "trackAdoption": false }, @@ -5309,7 +5309,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/range_filter.ts", "deprecated": false, "trackAdoption": false } @@ -5325,7 +5325,7 @@ "tags": [], "label": "BooleanRelation", "description": [], - "path": "packages/kbn-es-query/src/filters/build_filters/combined_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/combined_filter.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5339,7 +5339,7 @@ "description": [ "\nAn enum of all types of filters supported by this package" ], - "path": "packages/kbn-es-query/src/filters/build_filters/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5353,7 +5353,7 @@ "description": [ "\n Filter,\nAn enum to denote whether a filter is specific to an application's context or whether it should be applied globally." ], - "path": "packages/kbn-es-query/src/filters/build_filters/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5370,7 +5370,7 @@ "signature": [ "{ esql: string; }" ], - "path": "packages/kbn-es-query/src/filters/build_filters/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5401,7 +5401,7 @@ }, "; query?: Record | undefined; }" ], - "path": "packages/kbn-es-query/src/filters/build_filters/custom_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/custom_filter.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5426,7 +5426,7 @@ }, " | undefined; script?: string | undefined; lang?: string | undefined; scripted?: boolean | undefined; esTypes?: string[] | undefined; }" ], - "path": "packages/kbn-es-query/src/es_query/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5441,7 +5441,7 @@ "signature": [ "QueryDslQueryContainer" ], - "path": "packages/kbn-es-query/src/kuery/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5481,7 +5481,7 @@ }, " | undefined; }" ], - "path": "packages/kbn-es-query/src/es_query/build_es_query.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/build_es_query.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5511,7 +5511,7 @@ }, "; query: { exists?: { field: string; } | undefined; }; }" ], - "path": "packages/kbn-es-query/src/filters/build_filters/exists_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/exists_filter.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5566,7 +5566,7 @@ "text": "MatchAllFilter" } ], - "path": "packages/kbn-es-query/src/filters/build_filters/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5597,7 +5597,7 @@ }, "; query?: Record | undefined; }" ], - "path": "packages/kbn-es-query/src/filters/build_filters/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5614,7 +5614,7 @@ "FilterMetaParams", " | undefined; value?: string | undefined; }" ], - "path": "packages/kbn-es-query/src/filters/build_filters/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5633,7 +5633,7 @@ " | ", "IFieldSubTypeNestedOptional" ], - "path": "packages/kbn-es-query/src/es_query/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/es_query/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5659,7 +5659,7 @@ "QueryDslMatchAllQuery", "; }; }" ], - "path": "packages/kbn-es-query/src/filters/build_filters/match_all_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/match_all_filter.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5687,7 +5687,7 @@ "QueryDslMatchQuery", ">> | undefined; }; }" ], - "path": "packages/kbn-es-query/src/filters/build_filters/phrase_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/phrase_filter.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5713,7 +5713,7 @@ "QueryDslQueryContainer", "; }" ], - "path": "packages/kbn-es-query/src/filters/build_filters/phrases_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/phrases_filter.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5728,7 +5728,7 @@ "signature": [ "{ query: string | { [key: string]: any; }; language: string; }" ], - "path": "packages/kbn-es-query/src/filters/build_filters/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5758,7 +5758,7 @@ }, "; query?: { query_string?: { query: string; fields?: string[] | undefined; } | undefined; } | undefined; }" ], - "path": "packages/kbn-es-query/src/filters/build_filters/query_string_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/query_string_filter.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5796,7 +5796,7 @@ }, "; }; }; }" ], - "path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/range_filter.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5826,7 +5826,7 @@ }, " | undefined; field?: string | undefined; formattedValue?: string | undefined; type: \"range\"; }" ], - "path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/range_filter.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5852,7 +5852,7 @@ "Script", "; }; }; }" ], - "path": "packages/kbn-es-query/src/filters/build_filters/phrase_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/phrase_filter.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5884,7 +5884,7 @@ "Script", "; }; }; }" ], - "path": "packages/kbn-es-query/src/filters/build_filters/range_filter.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/build_filters/range_filter.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5899,7 +5899,7 @@ "signature": [ "{ from: string; to: string; mode?: \"absolute\" | \"relative\" | undefined; }" ], - "path": "packages/kbn-es-query/src/filters/helpers/types.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5915,7 +5915,7 @@ "description": [ "\nInclude disabled, negate and store when comparing filters" ], - "path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/compare_filters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5929,7 +5929,7 @@ "signature": [ "true" ], - "path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/compare_filters.ts", "deprecated": false, "trackAdoption": false }, @@ -5943,7 +5943,7 @@ "signature": [ "true" ], - "path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/compare_filters.ts", "deprecated": false, "trackAdoption": false }, @@ -5957,7 +5957,7 @@ "signature": [ "true" ], - "path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/compare_filters.ts", "deprecated": false, "trackAdoption": false }, @@ -5971,7 +5971,7 @@ "signature": [ "true" ], - "path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/compare_filters.ts", "deprecated": false, "trackAdoption": false }, @@ -5985,7 +5985,7 @@ "signature": [ "true" ], - "path": "packages/kbn-es-query/src/filters/helpers/compare_filters.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/filters/helpers/compare_filters.ts", "deprecated": false, "trackAdoption": false } @@ -5999,7 +5999,7 @@ "tags": [], "label": "nodeBuilder", "description": [], - "path": "packages/kbn-es-query/src/kuery/node_types/node_builder.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/node_types/node_builder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6028,7 +6028,7 @@ "text": "KueryNode" } ], - "path": "packages/kbn-es-query/src/kuery/node_types/node_builder.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/node_types/node_builder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6042,7 +6042,7 @@ "signature": [ "string" ], - "path": "packages/kbn-es-query/src/kuery/node_types/node_builder.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/node_types/node_builder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -6064,7 +6064,7 @@ "text": "KueryNode" } ], - "path": "packages/kbn-es-query/src/kuery/node_types/node_builder.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/node_types/node_builder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -6097,7 +6097,7 @@ "text": "KueryNode" } ], - "path": "packages/kbn-es-query/src/kuery/node_types/node_builder.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/node_types/node_builder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6118,7 +6118,7 @@ }, "[]" ], - "path": "packages/kbn-es-query/src/kuery/node_types/node_builder.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/node_types/node_builder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -6151,7 +6151,7 @@ "text": "KueryNode" } ], - "path": "packages/kbn-es-query/src/kuery/node_types/node_builder.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/node_types/node_builder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6172,7 +6172,7 @@ }, "[]" ], - "path": "packages/kbn-es-query/src/kuery/node_types/node_builder.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/node_types/node_builder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -6197,7 +6197,7 @@ "text": "KueryNode" } ], - "path": "packages/kbn-es-query/src/kuery/node_types/node_builder.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/node_types/node_builder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6211,7 +6211,7 @@ "signature": [ "string" ], - "path": "packages/kbn-es-query/src/kuery/node_types/node_builder.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/node_types/node_builder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -6226,7 +6226,7 @@ "signature": [ "\"gte\" | \"lte\" | \"gt\" | \"lt\"" ], - "path": "packages/kbn-es-query/src/kuery/node_types/node_builder.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/node_types/node_builder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -6241,7 +6241,7 @@ "signature": [ "string | number" ], - "path": "packages/kbn-es-query/src/kuery/node_types/node_builder.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/node_types/node_builder.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -6259,7 +6259,7 @@ "tags": [], "label": "nodeTypes", "description": [], - "path": "packages/kbn-es-query/src/kuery/node_types/index.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/node_types/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6274,9 +6274,9 @@ ], "signature": [ "typeof ", - "packages/kbn-es-query/src/kuery/node_types/function" + "src/platform/packages/shared/kbn-es-query/src/kuery/node_types/function" ], - "path": "packages/kbn-es-query/src/kuery/node_types/index.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/node_types/index.ts", "deprecated": false, "trackAdoption": false }, @@ -6289,9 +6289,9 @@ "description": [], "signature": [ "typeof ", - "packages/kbn-es-query/src/kuery/node_types/literal" + "src/platform/packages/shared/kbn-es-query/src/kuery/node_types/literal" ], - "path": "packages/kbn-es-query/src/kuery/node_types/index.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/node_types/index.ts", "deprecated": false, "trackAdoption": false }, @@ -6304,9 +6304,9 @@ "description": [], "signature": [ "typeof ", - "packages/kbn-es-query/src/kuery/node_types/wildcard" + "src/platform/packages/shared/kbn-es-query/src/kuery/node_types/wildcard" ], - "path": "packages/kbn-es-query/src/kuery/node_types/index.ts", + "path": "src/platform/packages/shared/kbn-es-query/src/kuery/node_types/index.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_es_query.mdx b/api_docs/kbn_es_query.mdx index c67b07bdb2be2..a68c60b0e9e45 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-query'] --- import kbnEsQueryObj from './kbn_es_query.devdocs.json'; diff --git a/api_docs/kbn_es_types.devdocs.json b/api_docs/kbn_es_types.devdocs.json index 31946760a86fb..49dc7ac3d8560 100644 --- a/api_docs/kbn_es_types.devdocs.json +++ b/api_docs/kbn_es_types.devdocs.json @@ -27,7 +27,7 @@ "tags": [], "label": "ESQLColumn", "description": [], - "path": "packages/kbn-es-types/src/search.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/search.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -38,7 +38,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-es-types/src/search.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/search.ts", "deprecated": false, "trackAdoption": false }, @@ -49,7 +49,7 @@ "tags": [], "label": "type", "description": [], - "path": "packages/kbn-es-types/src/search.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/search.ts", "deprecated": false, "trackAdoption": false } @@ -63,7 +63,7 @@ "tags": [], "label": "ESQLSearchParams", "description": [], - "path": "packages/kbn-es-types/src/search.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/search.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -74,7 +74,7 @@ "tags": [], "label": "query", "description": [], - "path": "packages/kbn-es-types/src/search.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/search.ts", "deprecated": false, "trackAdoption": false }, @@ -88,7 +88,7 @@ "signature": [ "unknown" ], - "path": "packages/kbn-es-types/src/search.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/search.ts", "deprecated": false, "trackAdoption": false }, @@ -102,7 +102,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-es-types/src/search.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/search.ts", "deprecated": false, "trackAdoption": false }, @@ -116,7 +116,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-es-types/src/search.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/search.ts", "deprecated": false, "trackAdoption": false }, @@ -130,7 +130,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-es-types/src/search.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/search.ts", "deprecated": false, "trackAdoption": false }, @@ -145,7 +145,7 @@ "ScalarValue", "[] | Record[] | undefined" ], - "path": "packages/kbn-es-types/src/search.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/search.ts", "deprecated": false, "trackAdoption": false } @@ -159,7 +159,7 @@ "tags": [], "label": "ESQLSearchResponse", "description": [], - "path": "packages/kbn-es-types/src/search.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/search.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -180,7 +180,7 @@ }, "[]" ], - "path": "packages/kbn-es-types/src/search.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/search.ts", "deprecated": false, "trackAdoption": false }, @@ -201,7 +201,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-es-types/src/search.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/search.ts", "deprecated": false, "trackAdoption": false }, @@ -222,7 +222,7 @@ }, "[]" ], - "path": "packages/kbn-es-types/src/search.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/search.ts", "deprecated": false, "trackAdoption": false }, @@ -236,7 +236,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-es-types/src/search.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/search.ts", "deprecated": false, "trackAdoption": false }, @@ -251,7 +251,7 @@ "ClusterStatistics", " | undefined" ], - "path": "packages/kbn-es-types/src/search.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/search.ts", "deprecated": false, "trackAdoption": false } @@ -265,7 +265,7 @@ "tags": [], "label": "ESSearchOptions", "description": [], - "path": "packages/kbn-es-types/src/index.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -276,7 +276,7 @@ "tags": [], "label": "restTotalHitsAsInt", "description": [], - "path": "packages/kbn-es-types/src/index.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/index.ts", "deprecated": false, "trackAdoption": false } @@ -332,7 +332,7 @@ "SearchHitsMetadata", "; }; }; top_metrics: { top: { sort: string[] | number[]; metrics: Record, string | number | null>; }[]; }; weighted_avg: { value: number | null; }; value_count: { value: number; }; }, Exclude, \"aggs\" | \"aggregations\"> & string>[Exclude, \"aggs\" | \"aggregations\"> & string] : never" ], - "path": "packages/kbn-es-types/src/search.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/search.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -357,7 +357,7 @@ "SearchHitsMetadata", "; }; }; top_metrics: { top: { sort: string[] | number[]; metrics: Record[TAggregationName]>, string | number | null>; }[]; }; weighted_avg: { value: number | null; }; value_count: { value: number; }; }, Exclude[TAggregationName]>, \"aggs\" | \"aggregations\"> & string>> : never; }" ], - "path": "packages/kbn-es-types/src/search.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/search.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -534,7 +534,7 @@ "AggregationsVariableWidthHistogramAggregation", "; }" ], - "path": "packages/kbn-es-types/src/index.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -549,7 +549,7 @@ "signature": [ "QueryDslQueryContainer" ], - "path": "packages/kbn-es-types/src/index.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -564,7 +564,7 @@ "signature": [ "unknown[]" ], - "path": "packages/kbn-es-types/src/search.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/search.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -579,7 +579,7 @@ "signature": [ "SearchRequest" ], - "path": "packages/kbn-es-types/src/index.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -594,7 +594,7 @@ "signature": [ "SearchRequest" ], - "path": "packages/kbn-es-types/src/index.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -617,7 +617,7 @@ "SearchRequest", " ? TSearchRequest[\"body\"] : TSearchRequest, TDocument>; }; }" ], - "path": "packages/kbn-es-types/src/index.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -632,7 +632,7 @@ "signature": [ "string | boolean | string[]" ], - "path": "packages/kbn-es-types/src/index.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -655,7 +655,7 @@ "SearchRequest", " ? TSearchRequest[\"body\"] : TSearchRequest, TDocument>; }; }" ], - "path": "packages/kbn-es-types/src/search.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/search.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -670,7 +670,7 @@ "signature": [ "T[] | readonly T[]" ], - "path": "packages/kbn-es-types/src/index.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -686,7 +686,7 @@ "string | ", "QueryDslFieldAndFormat" ], - "path": "packages/kbn-es-types/src/index.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -705,7 +705,7 @@ "QueryDslFieldAndFormat", ")[] ? { fields: Partial, unknown[]>>; } : { fields?: Record | undefined; }) & (TDocValueFields extends DocValueFields ? { fields: Partial, unknown[]>>; } : {})" ], - "path": "packages/kbn-es-types/src/search.ts", + "path": "src/platform/packages/shared/kbn-es-types/src/search.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_es_types.mdx b/api_docs/kbn_es_types.mdx index 109441a443037..d01f5e1d69032 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-12-27 +date: 2025-01-05 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 55d860a3ea95f..c0dd0bc98b857 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-12-27 +date: 2025-01-05 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 27f462b9ce4bb..847d688953453 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-ast'] --- import kbnEsqlAstObj from './kbn_esql_ast.devdocs.json'; diff --git a/api_docs/kbn_esql_editor.mdx b/api_docs/kbn_esql_editor.mdx index 140629fa2e1c1..c2e94aba09958 100644 --- a/api_docs/kbn_esql_editor.mdx +++ b/api_docs/kbn_esql_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-esql-editor title: "@kbn/esql-editor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-editor plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-editor'] --- import kbnEsqlEditorObj from './kbn_esql_editor.devdocs.json'; diff --git a/api_docs/kbn_esql_utils.devdocs.json b/api_docs/kbn_esql_utils.devdocs.json index 458e8e2a6a136..fff79b29ef847 100644 --- a/api_docs/kbn_esql_utils.devdocs.json +++ b/api_docs/kbn_esql_utils.devdocs.json @@ -421,7 +421,7 @@ "signature": [ "SearchStrategyRequest" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -442,7 +442,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -624,7 +624,7 @@ "signature": [ "SearchStrategyRequest" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -645,7 +645,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -835,7 +835,7 @@ "signature": [ "SearchStrategyRequest" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -856,7 +856,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_esql_utils.mdx b/api_docs/kbn_esql_utils.mdx index b71cec5d6e01c..2fa96b46fad02 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-utils'] --- import kbnEsqlUtilsObj from './kbn_esql_utils.devdocs.json'; diff --git a/api_docs/kbn_esql_validation_autocomplete.mdx b/api_docs/kbn_esql_validation_autocomplete.mdx index 33292ac9af671..9905e9d52397b 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-12-27 +date: 2025-01-05 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 7664d2c20caac..f1e9dd4ee274a 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-12-27 +date: 2025-01-05 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 9919fbc0d0b67..1b143fea05a97 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-12-27 +date: 2025-01-05 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 0a489dd446f96..e6992ab8e8336 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/expandable-flyout'] --- import kbnExpandableFlyoutObj from './kbn_expandable_flyout.devdocs.json'; diff --git a/api_docs/kbn_field_types.devdocs.json b/api_docs/kbn_field_types.devdocs.json index 8719c9d696b1f..5d89fdc84f01a 100644 --- a/api_docs/kbn_field_types.devdocs.json +++ b/api_docs/kbn_field_types.devdocs.json @@ -25,7 +25,7 @@ "tags": [], "label": "KbnFieldType", "description": [], - "path": "packages/kbn-field-types/src/kbn_field_type.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/kbn_field_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -36,7 +36,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-field-types/src/kbn_field_type.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/kbn_field_type.ts", "deprecated": false, "trackAdoption": false }, @@ -47,7 +47,7 @@ "tags": [], "label": "sortable", "description": [], - "path": "packages/kbn-field-types/src/kbn_field_type.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/kbn_field_type.ts", "deprecated": false, "trackAdoption": false }, @@ -58,7 +58,7 @@ "tags": [], "label": "filterable", "description": [], - "path": "packages/kbn-field-types/src/kbn_field_type.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/kbn_field_type.ts", "deprecated": false, "trackAdoption": false }, @@ -80,7 +80,7 @@ }, "[]" ], - "path": "packages/kbn-field-types/src/kbn_field_type.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/kbn_field_type.ts", "deprecated": false, "trackAdoption": false }, @@ -94,7 +94,7 @@ "signature": [ "any" ], - "path": "packages/kbn-field-types/src/kbn_field_type.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/kbn_field_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -116,7 +116,7 @@ }, ">" ], - "path": "packages/kbn-field-types/src/kbn_field_type.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/kbn_field_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -150,7 +150,7 @@ "text": "KBN_FIELD_TYPES" } ], - "path": "packages/kbn-field-types/src/kbn_field_types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/kbn_field_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -164,7 +164,7 @@ "signature": [ "string" ], - "path": "packages/kbn-field-types/src/kbn_field_types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/kbn_field_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -190,7 +190,7 @@ "text": "KBN_FIELD_TYPES" } ], - "path": "packages/kbn-field-types/src/kbn_field_types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/kbn_field_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -204,7 +204,7 @@ "signature": [ "string" ], - "path": "packages/kbn-field-types/src/kbn_field_types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/kbn_field_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -227,7 +227,7 @@ "signature": [ "() => string[]" ], - "path": "packages/kbn-field-types/src/kbn_field_types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/kbn_field_types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -255,7 +255,7 @@ "text": "KbnFieldType" } ], - "path": "packages/kbn-field-types/src/kbn_field_types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/kbn_field_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -269,7 +269,7 @@ "signature": [ "string" ], - "path": "packages/kbn-field-types/src/kbn_field_types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/kbn_field_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -292,7 +292,7 @@ "signature": [ "() => string[]" ], - "path": "packages/kbn-field-types/src/kbn_field_types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/kbn_field_types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -308,7 +308,7 @@ "tags": [], "label": "KbnFieldTypeOptions", "description": [], - "path": "packages/kbn-field-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -319,7 +319,7 @@ "tags": [], "label": "sortable", "description": [], - "path": "packages/kbn-field-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -330,7 +330,7 @@ "tags": [], "label": "filterable", "description": [], - "path": "packages/kbn-field-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -341,7 +341,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-field-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -362,7 +362,7 @@ }, "[]" ], - "path": "packages/kbn-field-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -378,7 +378,7 @@ "tags": [], "label": "ES_FIELD_TYPES", "description": [], - "path": "packages/kbn-field-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -390,7 +390,7 @@ "tags": [], "label": "KBN_FIELD_TYPES", "description": [], - "path": "packages/kbn-field-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-types/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_field_types.mdx b/api_docs/kbn_field_types.mdx index 43fb34072d32d..2532e1130f6ef 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/field-types'] --- import kbnFieldTypesObj from './kbn_field_types.devdocs.json'; diff --git a/api_docs/kbn_field_utils.devdocs.json b/api_docs/kbn_field_utils.devdocs.json index 4aa8b8c08607f..4046fbe1f90a1 100644 --- a/api_docs/kbn_field_utils.devdocs.json +++ b/api_docs/kbn_field_utils.devdocs.json @@ -31,7 +31,7 @@ "signature": [ "({ option: { name, label }, searchValue, }: { option: { name?: string | undefined; label: string; }; searchValue: string; }) => boolean" ], - "path": "packages/kbn-field-utils/src/utils/field_name_wildcard_matcher.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/field_name_wildcard_matcher.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -42,7 +42,7 @@ "tags": [], "label": "{\n option: { name, label },\n searchValue,\n}", "description": [], - "path": "packages/kbn-field-utils/src/utils/field_name_wildcard_matcher.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/field_name_wildcard_matcher.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -56,7 +56,7 @@ "signature": [ "{ name?: string | undefined; label: string; }" ], - "path": "packages/kbn-field-utils/src/utils/field_name_wildcard_matcher.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/field_name_wildcard_matcher.ts", "deprecated": false, "trackAdoption": false }, @@ -67,7 +67,7 @@ "tags": [], "label": "searchValue", "description": [], - "path": "packages/kbn-field-utils/src/utils/field_name_wildcard_matcher.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/field_name_wildcard_matcher.ts", "deprecated": false, "trackAdoption": false } @@ -95,7 +95,7 @@ }, ") => React.JSX.Element" ], - "path": "packages/kbn-field-utils/src/components/field_description/field_description.tsx", + "path": "src/platform/packages/shared/kbn-field-utils/src/components/field_description/field_description.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -115,7 +115,7 @@ "text": "FieldDescriptionProps" } ], - "path": "packages/kbn-field-utils/src/components/field_description/field_description.tsx", + "path": "src/platform/packages/shared/kbn-field-utils/src/components/field_description/field_description.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -158,7 +158,7 @@ }, ") => React.JSX.Element" ], - "path": "packages/kbn-field-utils/src/components/field_icon/index.tsx", + "path": "src/platform/packages/shared/kbn-field-utils/src/components/field_icon/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -179,7 +179,7 @@ "text": "FieldIconProps" } ], - "path": "packages/kbn-field-utils/src/components/field_icon/index.tsx", + "path": "src/platform/packages/shared/kbn-field-utils/src/components/field_icon/index.tsx", "deprecated": false, "trackAdoption": false } @@ -198,7 +198,7 @@ "signature": [ "(field: { name: string; displayName?: string | undefined; }, fieldSearchHighlight: string) => boolean" ], - "path": "packages/kbn-field-utils/src/utils/field_name_wildcard_matcher.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/field_name_wildcard_matcher.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -209,7 +209,7 @@ "tags": [], "label": "field", "description": [], - "path": "packages/kbn-field-utils/src/utils/field_name_wildcard_matcher.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/field_name_wildcard_matcher.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -220,7 +220,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-field-utils/src/utils/field_name_wildcard_matcher.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/field_name_wildcard_matcher.ts", "deprecated": false, "trackAdoption": false }, @@ -234,7 +234,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-field-utils/src/utils/field_name_wildcard_matcher.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/field_name_wildcard_matcher.ts", "deprecated": false, "trackAdoption": false } @@ -250,7 +250,7 @@ "signature": [ "string" ], - "path": "packages/kbn-field-utils/src/utils/field_name_wildcard_matcher.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/field_name_wildcard_matcher.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -277,7 +277,7 @@ }, ") => boolean" ], - "path": "packages/kbn-field-utils/src/utils/field_supports_breakdown.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/field_supports_breakdown.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -297,7 +297,7 @@ "text": "DataViewField" } ], - "path": "packages/kbn-field-utils/src/utils/field_supports_breakdown.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/field_supports_breakdown.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -323,7 +323,7 @@ "text": "FieldIconProps" } ], - "path": "packages/kbn-field-utils/src/components/field_icon/get_field_icon_props.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/components/field_icon/get_field_icon_props.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -337,7 +337,7 @@ "signature": [ "T" ], - "path": "packages/kbn-field-utils/src/components/field_icon/get_field_icon_props.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/components/field_icon/get_field_icon_props.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -360,7 +360,7 @@ "GetCustomFieldType", " | undefined) => string" ], - "path": "packages/kbn-field-utils/src/utils/get_field_icon_type.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/get_field_icon_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -374,7 +374,7 @@ "signature": [ "T" ], - "path": "packages/kbn-field-utils/src/utils/get_field_icon_type.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/get_field_icon_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -390,7 +390,7 @@ "GetCustomFieldType", " | undefined" ], - "path": "packages/kbn-field-utils/src/utils/get_field_icon_type.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/get_field_icon_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -411,7 +411,7 @@ "signature": [ "(displayName: string, fieldSearchHighlight: string | undefined) => string" ], - "path": "packages/kbn-field-utils/src/utils/field_name_wildcard_matcher.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/field_name_wildcard_matcher.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -425,7 +425,7 @@ "signature": [ "string" ], - "path": "packages/kbn-field-utils/src/utils/field_name_wildcard_matcher.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/field_name_wildcard_matcher.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -440,7 +440,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-field-utils/src/utils/field_name_wildcard_matcher.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/field_name_wildcard_matcher.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -461,7 +461,7 @@ "signature": [ "(field: T) => string" ], - "path": "packages/kbn-field-utils/src/utils/get_field_type.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/get_field_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -475,7 +475,7 @@ "signature": [ "T" ], - "path": "packages/kbn-field-utils/src/utils/get_field_type.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/get_field_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -496,7 +496,7 @@ "signature": [ "(type: string | undefined) => string" ], - "path": "packages/kbn-field-utils/src/utils/get_field_type_description.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/get_field_type_description.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -510,7 +510,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-field-utils/src/utils/get_field_type_description.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/get_field_type_description.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -531,7 +531,7 @@ "signature": [ "(type: string | undefined) => string" ], - "path": "packages/kbn-field-utils/src/utils/get_field_type_name.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/get_field_type_name.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -545,7 +545,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-field-utils/src/utils/get_field_type_name.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/get_field_type_name.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -572,7 +572,7 @@ }, "; esType?: string | undefined; } | null | undefined) => string | null" ], - "path": "packages/kbn-field-utils/src/utils/get_text_based_column_icon_type.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/get_text_based_column_icon_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -594,7 +594,7 @@ }, "; esType?: string | undefined; } | null | undefined" ], - "path": "packages/kbn-field-utils/src/utils/get_text_based_column_icon_type.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/get_text_based_column_icon_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -613,7 +613,7 @@ "signature": [ "(type?: string | undefined) => type is string" ], - "path": "packages/kbn-field-utils/src/utils/field_types.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/field_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -627,7 +627,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-field-utils/src/utils/field_types.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/field_types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -645,7 +645,7 @@ "tags": [], "label": "FieldBase", "description": [], - "path": "packages/kbn-field-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -656,7 +656,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-field-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -670,7 +670,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-field-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -684,7 +684,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-field-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -698,7 +698,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-field-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -712,7 +712,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-field-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -727,7 +727,7 @@ "MappingTimeSeriesMetricType", " | undefined" ], - "path": "packages/kbn-field-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -741,7 +741,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-field-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -755,7 +755,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-field-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -769,7 +769,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-field-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -783,7 +783,7 @@ "signature": [ "Record | undefined" ], - "path": "packages/kbn-field-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -808,7 +808,7 @@ " extends ", "FieldDescriptionContentProps" ], - "path": "packages/kbn-field-utils/src/components/field_description/field_description.tsx", + "path": "src/platform/packages/shared/kbn-field-utils/src/components/field_description/field_description.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -829,7 +829,7 @@ }, " | undefined" ], - "path": "packages/kbn-field-utils/src/components/field_description/field_description.tsx", + "path": "src/platform/packages/shared/kbn-field-utils/src/components/field_description/field_description.tsx", "deprecated": false, "trackAdoption": false } @@ -847,7 +847,7 @@ "description": [ "\nField types for which name and description are defined" ], - "path": "packages/kbn-field-utils/src/utils/field_types.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/field_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -861,7 +861,7 @@ "tags": [], "label": "FieldIconProps", "description": [], - "path": "packages/kbn-field-utils/src/components/field_icon/field_icon.tsx", + "path": "src/platform/packages/shared/kbn-field-utils/src/components/field_icon/field_icon.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -876,7 +876,7 @@ "signature": [ "string" ], - "path": "packages/kbn-field-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -891,7 +891,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-field-utils/src/utils/field_types.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/field_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -905,7 +905,7 @@ "description": [ "\nA user-friendly name of an unknown field type" ], - "path": "packages/kbn-field-utils/src/utils/get_field_type_name.ts", + "path": "src/platform/packages/shared/kbn-field-utils/src/utils/get_field_type_name.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_field_utils.mdx b/api_docs/kbn_field_utils.mdx index 9b3115d0c20df..82b1dac053f4e 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-12-27 +date: 2025-01-05 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 2d5978b11ae7b..c54e9a6f94775 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-12-27 +date: 2025-01-05 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 535b65ae810bb..701cc3bffbe1f 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-12-27 +date: 2025-01-05 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 dcbaf0420738c..a38303b89bd9e 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-12-27 +date: 2025-01-05 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 8ddf52758865e..42a4bd01ba85b 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-12-27 +date: 2025-01-05 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_gen_ai_functional_testing.mdx b/api_docs/kbn_gen_ai_functional_testing.mdx index 3fce884dbc54f..636f347d04ade 100644 --- a/api_docs/kbn_gen_ai_functional_testing.mdx +++ b/api_docs/kbn_gen_ai_functional_testing.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-gen-ai-functional-testing title: "@kbn/gen-ai-functional-testing" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/gen-ai-functional-testing plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/gen-ai-functional-testing'] --- import kbnGenAiFunctionalTestingObj from './kbn_gen_ai_functional_testing.devdocs.json'; diff --git a/api_docs/kbn_generate.mdx b/api_docs/kbn_generate.mdx index d23b16a138d7e..9bd3c796d4dba 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-12-27 +date: 2025-01-05 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 bcb4f45009766..e25d3b91a79b1 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-12-27 +date: 2025-01-05 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 f81e49b5a3a32..555219cd99ebd 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate-csv'] --- import kbnGenerateCsvObj from './kbn_generate_csv.devdocs.json'; diff --git a/api_docs/kbn_grid_layout.mdx b/api_docs/kbn_grid_layout.mdx index bd12e28d76005..beb3a1709fe58 100644 --- a/api_docs/kbn_grid_layout.mdx +++ b/api_docs/kbn_grid_layout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-grid-layout title: "@kbn/grid-layout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/grid-layout plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/grid-layout'] --- import kbnGridLayoutObj from './kbn_grid_layout.devdocs.json'; diff --git a/api_docs/kbn_grouping.mdx b/api_docs/kbn_grouping.mdx index 3878017f7765c..a8527d838573f 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-12-27 +date: 2025-01-05 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 98770efe2baa8..ee574a41776ef 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-12-27 +date: 2025-01-05 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 0d98c5ec64078..2d655d3e3814f 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/handlebars'] --- import kbnHandlebarsObj from './kbn_handlebars.devdocs.json'; diff --git a/api_docs/kbn_hapi_mocks.devdocs.json b/api_docs/kbn_hapi_mocks.devdocs.json index 46cb716d7030d..b762fa480821b 100644 --- a/api_docs/kbn_hapi_mocks.devdocs.json +++ b/api_docs/kbn_hapi_mocks.devdocs.json @@ -30,7 +30,7 @@ "tags": [], "label": "hapiMocks", "description": [], - "path": "packages/kbn-hapi-mocks/index.ts", + "path": "src/platform/packages/private/kbn-hapi-mocks/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -60,7 +60,7 @@ "ReqRefDefaults", ">" ], - "path": "packages/kbn-hapi-mocks/index.ts", + "path": "src/platform/packages/private/kbn-hapi-mocks/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -519,7 +519,7 @@ }, "<(name: string) => boolean> | undefined; }" ], - "path": "packages/kbn-hapi-mocks/src/request.ts", + "path": "src/platform/packages/private/kbn-hapi-mocks/src/request.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_hapi_mocks.mdx b/api_docs/kbn_hapi_mocks.mdx index b2c4dcfa57901..aadeafead8095 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-12-27 +date: 2025-01-05 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.devdocs.json b/api_docs/kbn_health_gateway_server.devdocs.json index aaa224813e07e..021f66722c785 100644 --- a/api_docs/kbn_health_gateway_server.devdocs.json +++ b/api_docs/kbn_health_gateway_server.devdocs.json @@ -21,7 +21,7 @@ "signature": [ "() => Promise" ], - "path": "packages/kbn-health-gateway-server/src/index.ts", + "path": "src/platform/packages/private/kbn-health-gateway-server/src/index.ts", "deprecated": false, "trackAdoption": false, "children": [], diff --git a/api_docs/kbn_health_gateway_server.mdx b/api_docs/kbn_health_gateway_server.mdx index 82d81632220c2..3a634d1c332de 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-12-27 +date: 2025-01-05 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 9aa69bf28150f..360f601e28155 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-12-27 +date: 2025-01-05 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 75c423ee518ec..399583a59a17e 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-12-27 +date: 2025-01-05 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.devdocs.json b/api_docs/kbn_i18n.devdocs.json index bc0382c048539..1b26dccc5ebe6 100644 --- a/api_docs/kbn_i18n.devdocs.json +++ b/api_docs/kbn_i18n.devdocs.json @@ -27,7 +27,7 @@ "tags": [], "label": "TranslateArguments", "description": [], - "path": "packages/kbn-i18n/src/core/i18n.ts", + "path": "src/platform/packages/shared/kbn-i18n/src/core/i18n.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -45,7 +45,7 @@ "MessageFormatElement", "[] | undefined" ], - "path": "packages/kbn-i18n/src/core/i18n.ts", + "path": "src/platform/packages/shared/kbn-i18n/src/core/i18n.ts", "deprecated": false, "trackAdoption": false }, @@ -61,7 +61,7 @@ "signature": [ "string | object | undefined" ], - "path": "packages/kbn-i18n/src/core/i18n.ts", + "path": "src/platform/packages/shared/kbn-i18n/src/core/i18n.ts", "deprecated": false, "trackAdoption": false }, @@ -81,7 +81,7 @@ "FormatXMLElementFn", "> | undefined" ], - "path": "packages/kbn-i18n/src/core/i18n.ts", + "path": "src/platform/packages/shared/kbn-i18n/src/core/i18n.ts", "deprecated": false, "trackAdoption": false }, @@ -97,7 +97,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-i18n/src/core/i18n.ts", + "path": "src/platform/packages/shared/kbn-i18n/src/core/i18n.ts", "deprecated": false, "trackAdoption": false } @@ -128,7 +128,7 @@ "text": "TranslationInput" } ], - "path": "packages/kbn-i18n/src/translation.ts", + "path": "src/platform/packages/shared/kbn-i18n/src/translation.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -141,7 +141,7 @@ "description": [ "\nDefault locale to fall back to when the translation is not found for the message id.\nHardcoded to `en` for Kibana." ], - "path": "packages/kbn-i18n/src/translation.ts", + "path": "src/platform/packages/shared/kbn-i18n/src/translation.ts", "deprecated": false, "trackAdoption": false }, @@ -157,7 +157,7 @@ "signature": [ "CustomFormats" ], - "path": "packages/kbn-i18n/src/translation.ts", + "path": "src/platform/packages/shared/kbn-i18n/src/translation.ts", "deprecated": false, "trackAdoption": false } @@ -171,7 +171,7 @@ "tags": [], "label": "TranslationInput", "description": [], - "path": "packages/kbn-i18n/src/translation.ts", + "path": "src/platform/packages/shared/kbn-i18n/src/translation.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -189,7 +189,7 @@ "MessageFormatElement", "[]>" ], - "path": "packages/kbn-i18n/src/translation.ts", + "path": "src/platform/packages/shared/kbn-i18n/src/translation.ts", "deprecated": false, "trackAdoption": false }, @@ -202,7 +202,7 @@ "description": [ "\nLocale of the translated messages." ], - "path": "packages/kbn-i18n/src/translation.ts", + "path": "src/platform/packages/shared/kbn-i18n/src/translation.ts", "deprecated": false, "trackAdoption": false }, @@ -219,7 +219,7 @@ "CustomFormats", " | undefined" ], - "path": "packages/kbn-i18n/src/translation.ts", + "path": "src/platform/packages/shared/kbn-i18n/src/translation.ts", "deprecated": false, "trackAdoption": false } @@ -239,7 +239,7 @@ "signature": [ "CustomFormats" ], - "path": "packages/kbn-i18n/src/core/formats.ts", + "path": "src/platform/packages/shared/kbn-i18n/src/core/formats.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -253,7 +253,7 @@ "tags": [], "label": "i18n", "description": [], - "path": "packages/kbn-i18n/index.ts", + "path": "src/platform/packages/shared/kbn-i18n/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -274,7 +274,7 @@ "text": "Translation" } ], - "path": "packages/kbn-i18n/index.ts", + "path": "src/platform/packages/shared/kbn-i18n/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -290,7 +290,7 @@ "signature": [ "() => string" ], - "path": "packages/kbn-i18n/index.ts", + "path": "src/platform/packages/shared/kbn-i18n/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -314,7 +314,7 @@ }, ") => string" ], - "path": "packages/kbn-i18n/index.ts", + "path": "src/platform/packages/shared/kbn-i18n/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -326,7 +326,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-i18n/src/core/i18n.ts", + "path": "src/platform/packages/shared/kbn-i18n/src/core/i18n.ts", "deprecated": false, "trackAdoption": false }, @@ -346,7 +346,7 @@ "text": "TranslateArguments" } ], - "path": "packages/kbn-i18n/src/core/i18n.ts", + "path": "src/platform/packages/shared/kbn-i18n/src/core/i18n.ts", "deprecated": false, "trackAdoption": false } @@ -370,7 +370,7 @@ }, " | undefined) => void" ], - "path": "packages/kbn-i18n/index.ts", + "path": "src/platform/packages/shared/kbn-i18n/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -392,7 +392,7 @@ }, " | undefined" ], - "path": "packages/kbn-i18n/src/core/i18n.ts", + "path": "src/platform/packages/shared/kbn-i18n/src/core/i18n.ts", "deprecated": false, "trackAdoption": false } @@ -408,7 +408,7 @@ "signature": [ "(translationsUrl: string) => Promise" ], - "path": "packages/kbn-i18n/index.ts", + "path": "src/platform/packages/shared/kbn-i18n/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -420,7 +420,7 @@ "tags": [], "label": "translationsUrl", "description": [], - "path": "packages/kbn-i18n/src/core/i18n.ts", + "path": "src/platform/packages/shared/kbn-i18n/src/core/i18n.ts", "deprecated": false, "trackAdoption": false } @@ -448,7 +448,7 @@ "FormatError", ") => void" ], - "path": "packages/kbn-i18n/index.ts", + "path": "src/platform/packages/shared/kbn-i18n/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -489,7 +489,7 @@ "signature": [ "() => boolean" ], - "path": "packages/kbn-i18n/index.ts", + "path": "src/platform/packages/shared/kbn-i18n/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -505,7 +505,7 @@ "tags": [], "label": "i18nLoader", "description": [], - "path": "packages/kbn-i18n/index.ts", + "path": "src/platform/packages/shared/kbn-i18n/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -519,7 +519,7 @@ "signature": [ "(translationFilePath: string) => void" ], - "path": "packages/kbn-i18n/index.ts", + "path": "src/platform/packages/shared/kbn-i18n/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -531,7 +531,7 @@ "tags": [], "label": "translationFilePath", "description": [], - "path": "packages/kbn-i18n/src/loader.ts", + "path": "src/platform/packages/shared/kbn-i18n/src/loader.ts", "deprecated": false, "trackAdoption": false } @@ -547,7 +547,7 @@ "signature": [ "(arrayOfPaths?: string[]) => void" ], - "path": "packages/kbn-i18n/index.ts", + "path": "src/platform/packages/shared/kbn-i18n/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -562,7 +562,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-i18n/src/loader.ts", + "path": "src/platform/packages/shared/kbn-i18n/src/loader.ts", "deprecated": false, "trackAdoption": false } @@ -586,7 +586,7 @@ }, ">" ], - "path": "packages/kbn-i18n/index.ts", + "path": "src/platform/packages/shared/kbn-i18n/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -598,7 +598,7 @@ "tags": [], "label": "locale", "description": [], - "path": "packages/kbn-i18n/src/loader.ts", + "path": "src/platform/packages/shared/kbn-i18n/src/loader.ts", "deprecated": false, "trackAdoption": false } @@ -622,7 +622,7 @@ }, "; }>" ], - "path": "packages/kbn-i18n/index.ts", + "path": "src/platform/packages/shared/kbn-i18n/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -646,7 +646,7 @@ }, "; }>" ], - "path": "packages/kbn-i18n/index.ts", + "path": "src/platform/packages/shared/kbn-i18n/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -661,7 +661,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-i18n/src/loader.ts", + "path": "src/platform/packages/shared/kbn-i18n/src/loader.ts", "deprecated": false, "trackAdoption": false } @@ -677,7 +677,7 @@ "signature": [ "() => string[]" ], - "path": "packages/kbn-i18n/index.ts", + "path": "src/platform/packages/shared/kbn-i18n/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], diff --git a/api_docs/kbn_i18n.mdx b/api_docs/kbn_i18n.mdx index c4967a157648e..3b9bee61cdb67 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/i18n'] --- import kbnI18nObj from './kbn_i18n.devdocs.json'; diff --git a/api_docs/kbn_i18n_react.devdocs.json b/api_docs/kbn_i18n_react.devdocs.json index f15296d254072..e8d5d24af824e 100644 --- a/api_docs/kbn_i18n_react.devdocs.json +++ b/api_docs/kbn_i18n_react.devdocs.json @@ -31,7 +31,7 @@ "signature": [ "({ children, }: React.PropsWithChildren<{ locale?: string | undefined; messages?: unknown; }>) => React.JSX.Element" ], - "path": "packages/kbn-i18n-react/src/compatiblity_layer.tsx", + "path": "src/platform/packages/shared/kbn-i18n-react/src/compatiblity_layer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -45,7 +45,7 @@ "signature": [ "React.PropsWithChildren<{ locale?: string | undefined; messages?: unknown; }>" ], - "path": "packages/kbn-i18n-react/src/compatiblity_layer.tsx", + "path": "src/platform/packages/shared/kbn-i18n-react/src/compatiblity_layer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -218,7 +218,7 @@ }, ") => React.JSX.Element" ], - "path": "packages/kbn-i18n-react/src/compatiblity_layer.tsx", + "path": "src/platform/packages/shared/kbn-i18n-react/src/compatiblity_layer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -238,7 +238,7 @@ "text": "FormattedRelativeProps" } ], - "path": "packages/kbn-i18n-react/src/compatiblity_layer.tsx", + "path": "src/platform/packages/shared/kbn-i18n-react/src/compatiblity_layer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -355,7 +355,7 @@ "signature": [ "({ children }: { children?: React.ReactNode; }) => React.JSX.Element" ], - "path": "packages/kbn-i18n-react/src/provider.tsx", + "path": "src/platform/packages/shared/kbn-i18n-react/src/provider.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -369,7 +369,7 @@ "signature": [ "{ children?: React.ReactNode; }" ], - "path": "packages/kbn-i18n-react/src/provider.tsx", + "path": "src/platform/packages/shared/kbn-i18n-react/src/provider.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -511,7 +511,7 @@ "tags": [], "label": "FormattedRelativeProps", "description": [], - "path": "packages/kbn-i18n-react/src/compatiblity_layer.tsx", + "path": "src/platform/packages/shared/kbn-i18n-react/src/compatiblity_layer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -525,7 +525,7 @@ "signature": [ "string | number | Date" ], - "path": "packages/kbn-i18n-react/src/compatiblity_layer.tsx", + "path": "src/platform/packages/shared/kbn-i18n-react/src/compatiblity_layer.tsx", "deprecated": false, "trackAdoption": false }, @@ -539,7 +539,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-i18n-react/src/compatiblity_layer.tsx", + "path": "src/platform/packages/shared/kbn-i18n-react/src/compatiblity_layer.tsx", "deprecated": false, "trackAdoption": false } @@ -595,7 +595,7 @@ "signature": [ "IntlShape" ], - "path": "packages/kbn-i18n-react/src/compatiblity_layer.tsx", + "path": "src/platform/packages/shared/kbn-i18n-react/src/compatiblity_layer.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_i18n_react.mdx b/api_docs/kbn_i18n_react.mdx index e0741391dcdc7..2fa03516301f0 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-12-27 +date: 2025-01-05 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 37be45d9a2d13..88df92220240d 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/import-resolver'] --- import kbnImportResolverObj from './kbn_import_resolver.devdocs.json'; diff --git a/api_docs/kbn_index_adapter.devdocs.json b/api_docs/kbn_index_adapter.devdocs.json index 935776730bb27..3c935ae38b609 100644 --- a/api_docs/kbn_index_adapter.devdocs.json +++ b/api_docs/kbn_index_adapter.devdocs.json @@ -1195,21 +1195,9 @@ "label": "esClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", " | Promise<", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ">" ], "path": "x-pack/solutions/security/packages/index-adapter/src/index_adapter.ts", diff --git a/api_docs/kbn_index_adapter.mdx b/api_docs/kbn_index_adapter.mdx index 36c667b10726b..0fdff9d0d4bc6 100644 --- a/api_docs/kbn_index_adapter.mdx +++ b/api_docs/kbn_index_adapter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-index-adapter title: "@kbn/index-adapter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/index-adapter plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/index-adapter'] --- import kbnIndexAdapterObj from './kbn_index_adapter.devdocs.json'; diff --git a/api_docs/kbn_index_lifecycle_management_common_shared.mdx b/api_docs/kbn_index_lifecycle_management_common_shared.mdx index 6eaa3be00ec5b..aeaee9f97199e 100644 --- a/api_docs/kbn_index_lifecycle_management_common_shared.mdx +++ b/api_docs/kbn_index_lifecycle_management_common_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-index-lifecycle-management-common-shared title: "@kbn/index-lifecycle-management-common-shared" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/index-lifecycle-management-common-shared plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/index-lifecycle-management-common-shared'] --- import kbnIndexLifecycleManagementCommonSharedObj from './kbn_index_lifecycle_management_common_shared.devdocs.json'; diff --git a/api_docs/kbn_index_management_shared_types.mdx b/api_docs/kbn_index_management_shared_types.mdx index 437acff0a52fc..7bde5b3e1de1c 100644 --- a/api_docs/kbn_index_management_shared_types.mdx +++ b/api_docs/kbn_index_management_shared_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-index-management-shared-types title: "@kbn/index-management-shared-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/index-management-shared-types plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/index-management-shared-types'] --- import kbnIndexManagementSharedTypesObj from './kbn_index_management_shared_types.devdocs.json'; diff --git a/api_docs/kbn_inference_common.mdx b/api_docs/kbn_inference_common.mdx index 959d041869693..9d9278f38a193 100644 --- a/api_docs/kbn_inference_common.mdx +++ b/api_docs/kbn_inference_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-inference-common title: "@kbn/inference-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/inference-common plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/inference-common'] --- import kbnInferenceCommonObj from './kbn_inference_common.devdocs.json'; diff --git a/api_docs/kbn_inference_endpoint_ui_common.devdocs.json b/api_docs/kbn_inference_endpoint_ui_common.devdocs.json index 733681e7c3c0a..ed8c9a0a88dce 100644 --- a/api_docs/kbn_inference_endpoint_ui_common.devdocs.json +++ b/api_docs/kbn_inference_endpoint_ui_common.devdocs.json @@ -405,7 +405,7 @@ "tags": [], "label": "FieldType", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_inference_endpoint_ui_common.mdx b/api_docs/kbn_inference_endpoint_ui_common.mdx index d30131c5fcd06..0310bd3e44951 100644 --- a/api_docs/kbn_inference_endpoint_ui_common.mdx +++ b/api_docs/kbn_inference_endpoint_ui_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-inference-endpoint-ui-common title: "@kbn/inference-endpoint-ui-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/inference-endpoint-ui-common plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/inference-endpoint-ui-common'] --- import kbnInferenceEndpointUiCommonObj from './kbn_inference_endpoint_ui_common.devdocs.json'; diff --git a/api_docs/kbn_inference_integration_flyout.mdx b/api_docs/kbn_inference_integration_flyout.mdx index 58ce864236a69..ce68a84b06162 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-12-27 +date: 2025-01-05 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 9031618bae974..471434d55709e 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-12-27 +date: 2025-01-05 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 0f77823a81250..7eb82bc14ff29 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/interpreter'] --- import kbnInterpreterObj from './kbn_interpreter.devdocs.json'; diff --git a/api_docs/kbn_investigation_shared.mdx b/api_docs/kbn_investigation_shared.mdx index a888e79169e85..c506f1b104561 100644 --- a/api_docs/kbn_investigation_shared.mdx +++ b/api_docs/kbn_investigation_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-investigation-shared title: "@kbn/investigation-shared" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/investigation-shared plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/investigation-shared'] --- import kbnInvestigationSharedObj from './kbn_investigation_shared.devdocs.json'; diff --git a/api_docs/kbn_io_ts_utils.devdocs.json b/api_docs/kbn_io_ts_utils.devdocs.json index 35c6eb8bac439..72686d798604f 100644 --- a/api_docs/kbn_io_ts_utils.devdocs.json +++ b/api_docs/kbn_io_ts_utils.devdocs.json @@ -98,13 +98,7 @@ "(runtimeType: ", "Type", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidationFunction", - "text": "RouteValidationFunction" - }, + "RouteValidationFunction", "" ], "path": "src/platform/packages/shared/kbn-io-ts-utils/src/route_validation/index.ts", diff --git a/api_docs/kbn_io_ts_utils.mdx b/api_docs/kbn_io_ts_utils.mdx index 82facc69485b8..13cfbbf4cfb50 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-12-27 +date: 2025-01-05 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.devdocs.json b/api_docs/kbn_ipynb.devdocs.json index 21eefbf467bd9..e53dc1ea3fe24 100644 --- a/api_docs/kbn_ipynb.devdocs.json +++ b/api_docs/kbn_ipynb.devdocs.json @@ -37,7 +37,7 @@ }, ") => React.JSX.Element" ], - "path": "packages/kbn-ipynb/components/index.tsx", + "path": "x-pack/solutions/search/packages/kbn-ipynb/components/index.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -57,7 +57,7 @@ "text": "NotebookRendererProps" } ], - "path": "packages/kbn-ipynb/components/index.tsx", + "path": "x-pack/solutions/search/packages/kbn-ipynb/components/index.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -75,7 +75,7 @@ "tags": [], "label": "NotebookCellType", "description": [], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -89,7 +89,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -103,7 +103,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -117,7 +117,7 @@ "signature": [ "number | null | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -131,7 +131,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -145,7 +145,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -159,7 +159,7 @@ "signature": [ "{ id?: string | undefined; } | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -180,7 +180,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -194,7 +194,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -208,7 +208,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false } @@ -222,7 +222,7 @@ "tags": [], "label": "NotebookDefinition", "description": [], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -243,7 +243,7 @@ }, "[]" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -264,7 +264,7 @@ }, " | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -278,7 +278,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -292,7 +292,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false } @@ -306,7 +306,7 @@ "tags": [], "label": "NotebookMetadataType", "description": [], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -320,7 +320,7 @@ "signature": [ "{ display_name?: string | undefined; language?: string | undefined; name?: string | undefined; } | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -334,7 +334,7 @@ "signature": [ "{ mimetype?: string | undefined; name?: string | undefined; version?: string | undefined; } | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false } @@ -348,7 +348,7 @@ "tags": [], "label": "NotebookOutputData", "description": [], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -362,7 +362,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -376,7 +376,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -390,7 +390,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -404,7 +404,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -418,7 +418,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -432,7 +432,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -446,7 +446,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -460,7 +460,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false } @@ -474,7 +474,7 @@ "tags": [], "label": "NotebookOutputType", "description": [], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -488,7 +488,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -502,7 +502,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -516,7 +516,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -530,7 +530,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -551,7 +551,7 @@ }, " | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -565,7 +565,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -579,7 +579,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -593,7 +593,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -607,7 +607,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -621,7 +621,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -635,7 +635,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false }, @@ -649,7 +649,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-ipynb/types.ts", + "path": "x-pack/solutions/search/packages/kbn-ipynb/types.ts", "deprecated": false, "trackAdoption": false } @@ -663,7 +663,7 @@ "tags": [], "label": "NotebookRendererProps", "description": [], - "path": "packages/kbn-ipynb/components/index.tsx", + "path": "x-pack/solutions/search/packages/kbn-ipynb/components/index.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -683,7 +683,7 @@ "text": "NotebookDefinition" } ], - "path": "packages/kbn-ipynb/components/index.tsx", + "path": "x-pack/solutions/search/packages/kbn-ipynb/components/index.tsx", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_ipynb.mdx b/api_docs/kbn_ipynb.mdx index 5cc004b28c7ee..2d68842a6aff6 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ipynb'] --- import kbnIpynbObj from './kbn_ipynb.devdocs.json'; diff --git a/api_docs/kbn_item_buffer.mdx b/api_docs/kbn_item_buffer.mdx index a24340920a86e..37822ba30eebd 100644 --- a/api_docs/kbn_item_buffer.mdx +++ b/api_docs/kbn_item_buffer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-item-buffer title: "@kbn/item-buffer" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/item-buffer plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/item-buffer'] --- import kbnItemBufferObj from './kbn_item_buffer.devdocs.json'; diff --git a/api_docs/kbn_jest_serializers.mdx b/api_docs/kbn_jest_serializers.mdx index e32715d2c1ec2..984fcf53ce7af 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-12-27 +date: 2025-01-05 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 04025a6aef203..7913cc14f9ac2 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-12-27 +date: 2025-01-05 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 b64fdaf0c7867..81523ebc3d306 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-12-27 +date: 2025-01-05 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 5574eb04ccd7b..a6b9ea1117842 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-12-27 +date: 2025-01-05 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 6b30ac03cc1b3..ba8247bff9412 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-12-27 +date: 2025-01-05 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.mdx b/api_docs/kbn_language_documentation.mdx index ff80894679eb2..eb874364bfcde 100644 --- a/api_docs/kbn_language_documentation.mdx +++ b/api_docs/kbn_language_documentation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-language-documentation title: "@kbn/language-documentation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/language-documentation plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/language-documentation'] --- import kbnLanguageDocumentationObj from './kbn_language_documentation.devdocs.json'; diff --git a/api_docs/kbn_lens_embeddable_utils.devdocs.json b/api_docs/kbn_lens_embeddable_utils.devdocs.json index c2a2f29e1bdac..06121fb0e99b6 100644 --- a/api_docs/kbn_lens_embeddable_utils.devdocs.json +++ b/api_docs/kbn_lens_embeddable_utils.devdocs.json @@ -42,7 +42,7 @@ "text": "ChartColumn" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/formula.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/formula.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -56,7 +56,7 @@ "signature": [ "any" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/formula.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/formula.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -76,7 +76,7 @@ "text": "FormulaValueConfig" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/formula.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/formula.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -101,7 +101,7 @@ "text": "FormulaValueConfig" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/formula.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/formula.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -148,7 +148,7 @@ "text": "PersistedIndexPatternLayer" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/formula.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/formula.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -162,7 +162,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/formula.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/formula.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -183,7 +183,7 @@ "text": "PersistedIndexPatternLayer" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/formula.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/formula.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -204,7 +204,7 @@ "text": "DataView" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/formula.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/formula.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -225,7 +225,7 @@ "text": "FormulaPublicApi" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/formula.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/formula.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -260,7 +260,7 @@ "text": "VisualizationAttributesBuilder" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/lens_attributes_builder.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/lens_attributes_builder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -274,7 +274,7 @@ "signature": [ "any" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/lens_attributes_builder.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/lens_attributes_builder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -285,7 +285,7 @@ "tags": [], "label": "lens", "description": [], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/lens_attributes_builder.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/lens_attributes_builder.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -299,7 +299,7 @@ "signature": [ "T" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/lens_attributes_builder.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/lens_attributes_builder.ts", "deprecated": false, "trackAdoption": false } @@ -317,13 +317,7 @@ "description": [], "signature": [ "() => { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsXY\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -357,13 +351,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -383,13 +371,7 @@ "text": "XYState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsPie\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -423,13 +405,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -443,13 +419,7 @@ " | undefined; }; visualization: ", "PieVisualizationState", "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsHeatmap\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -483,13 +453,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -509,13 +473,7 @@ "text": "HeatmapVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsGauge\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -549,13 +507,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -575,13 +527,7 @@ "text": "GaugeVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsDatatable\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -615,13 +561,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -641,13 +581,7 @@ "text": "DatatableVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsLegacyMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -681,13 +615,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -707,13 +635,7 @@ "text": "LegacyMetricState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -747,13 +669,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -773,13 +689,7 @@ "text": "MetricVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string; state: { query: ", { "pluginId": "@kbn/es-query", @@ -813,13 +723,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -832,7 +736,7 @@ "TextBasedPersistedState", " | undefined; }; visualization: unknown; }; }" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/lens_attributes_builder.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/lens_attributes_builder.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -874,7 +778,7 @@ }, ">" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/metric_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/metric_chart.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -888,7 +792,7 @@ "signature": [ "any" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/metric_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/metric_chart.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -925,7 +829,7 @@ }, ">>" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/metric_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/metric_chart.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -943,7 +847,7 @@ "signature": [ "() => string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/metric_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/metric_chart.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -967,7 +871,7 @@ }, ", \"indexPatternId\">>" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/metric_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/metric_chart.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -990,7 +894,7 @@ "text": "MetricVisualizationState" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/metric_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/metric_chart.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1005,16 +909,10 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/metric_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/metric_chart.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1038,7 +936,7 @@ }, "[]" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/metric_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/metric_chart.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1054,7 +952,7 @@ "signature": [ "() => string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/metric_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/metric_chart.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1096,7 +994,7 @@ }, ">" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1110,7 +1008,7 @@ "signature": [ "any" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1130,7 +1028,7 @@ "text": "MetricLayerConfig" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1172,7 +1070,7 @@ }, ", \"indexPatternId\">>" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1186,7 +1084,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1201,7 +1099,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1222,7 +1120,7 @@ "text": "DataView" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1243,7 +1141,7 @@ "text": "FormulaPublicApi" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1268,16 +1166,10 @@ "text": "DataView" }, ") => ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1291,7 +1183,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1312,7 +1204,7 @@ "text": "DataView" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1337,7 +1229,7 @@ "text": "MetricVisualizationState" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1351,7 +1243,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1366,7 +1258,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1384,7 +1276,7 @@ "signature": [ "() => string | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1408,7 +1300,7 @@ }, " | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1441,7 +1333,7 @@ "text": "StaticChartColumn" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/static.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/static.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1455,7 +1347,7 @@ "signature": [ "any" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/static.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/static.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1475,7 +1367,7 @@ "text": "StaticValueConfig" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/static.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/static.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1500,7 +1392,7 @@ "text": "StaticValueConfig" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/static.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/static.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1531,7 +1423,7 @@ "text": "PersistedIndexPatternLayer" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/static.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/static.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1545,7 +1437,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/static.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/static.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1566,7 +1458,7 @@ "text": "PersistedIndexPatternLayer" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/static.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/columns/static.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1604,7 +1496,7 @@ "XYByValueAnnotationLayerConfig", ">" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_by_value_annotation_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_by_value_annotation_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1618,7 +1510,7 @@ "signature": [ "any" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_by_value_annotation_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_by_value_annotation_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1632,7 +1524,7 @@ "signature": [ "XYByValueAnnotationsLayerConfig" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_by_value_annotation_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_by_value_annotation_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1650,7 +1542,7 @@ "signature": [ "() => string | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_by_value_annotation_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_by_value_annotation_layer.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1674,7 +1566,7 @@ }, ", \"indexPatternId\">>" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_by_value_annotation_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_by_value_annotation_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1688,7 +1580,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_by_value_annotation_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_by_value_annotation_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1713,16 +1605,10 @@ "text": "DataView" }, ") => ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_by_value_annotation_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_by_value_annotation_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1736,7 +1622,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_by_value_annotation_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_by_value_annotation_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1757,7 +1643,7 @@ "text": "DataView" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_by_value_annotation_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_by_value_annotation_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1776,7 +1662,7 @@ "(layerId: string) => ", "XYByValueAnnotationLayerConfig" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_by_value_annotation_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_by_value_annotation_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1790,7 +1676,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_by_value_annotation_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_by_value_annotation_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1816,7 +1702,7 @@ }, " | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_by_value_annotation_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_by_value_annotation_layer.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1858,7 +1744,7 @@ }, ">" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1872,7 +1758,7 @@ "signature": [ "any" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1917,7 +1803,7 @@ }, " | undefined; }" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1935,7 +1821,7 @@ "signature": [ "() => string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1959,7 +1845,7 @@ }, ", \"indexPatternId\">>" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1982,7 +1868,7 @@ "text": "XYState" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1997,16 +1883,10 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2030,7 +1910,7 @@ }, "[]" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2046,7 +1926,7 @@ "signature": [ "() => string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2088,7 +1968,7 @@ }, ">" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2102,7 +1982,7 @@ "signature": [ "any" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2122,7 +2002,7 @@ "text": "XYDataLayerConfig" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2140,7 +2020,7 @@ "signature": [ "() => string | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2188,7 +2068,7 @@ }, "; }" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2208,7 +2088,7 @@ "text": "DataView" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2229,7 +2109,7 @@ "text": "XYLayerOptions" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2271,7 +2151,7 @@ }, ", \"indexPatternId\">>" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2285,7 +2165,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2300,7 +2180,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2321,7 +2201,7 @@ "text": "DataView" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2342,7 +2222,7 @@ "text": "FormulaPublicApi" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2367,16 +2247,10 @@ "text": "DataView" }, ") => ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2390,7 +2264,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2411,7 +2285,7 @@ "text": "DataView" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2436,7 +2310,7 @@ "text": "XYDataLayerConfig" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2450,7 +2324,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2465,7 +2339,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2491,7 +2365,7 @@ }, " | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2533,7 +2407,7 @@ }, ">" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2547,7 +2421,7 @@ "signature": [ "any" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2567,7 +2441,7 @@ "text": "XYReferenceLinesLayerConfig" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2585,7 +2459,7 @@ "signature": [ "() => string | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2609,7 +2483,7 @@ }, ", \"indexPatternId\">>" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2623,7 +2497,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2638,7 +2512,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2663,16 +2537,10 @@ "text": "DataView" }, ") => ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2686,7 +2554,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2707,7 +2575,7 @@ "text": "DataView" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2732,7 +2600,7 @@ "text": "XYReferenceLineLayerConfig" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2746,7 +2614,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2761,7 +2629,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2787,7 +2655,7 @@ }, " | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2816,7 +2684,7 @@ }, "" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2830,7 +2698,7 @@ "signature": [ "() => TValueConfig" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2856,7 +2724,7 @@ }, "" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2870,7 +2738,7 @@ "signature": [ "() => string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2886,7 +2754,7 @@ "signature": [ "() => string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2910,7 +2778,7 @@ }, ", \"indexPatternId\">>" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2926,7 +2794,7 @@ "signature": [ "() => TVisualizationState" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2941,16 +2809,10 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2974,7 +2836,7 @@ }, "[]" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3016,7 +2878,7 @@ }, ">" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3061,7 +2923,7 @@ "text": "PersistedIndexPatternLayer" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3075,7 +2937,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3096,7 +2958,7 @@ "text": "PersistedIndexPatternLayer" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3117,7 +2979,7 @@ "text": "DataView" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3138,7 +3000,7 @@ "text": "FormulaPublicApi" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3166,7 +3028,7 @@ }, "" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3186,7 +3048,7 @@ "text": "FormulaPublicApi" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3206,7 +3068,7 @@ "text": "DataView" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3220,7 +3082,7 @@ "signature": [ "TLayer" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3234,7 +3096,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false } @@ -3258,7 +3120,7 @@ }, "" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3272,7 +3134,7 @@ "signature": [ "() => string | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3312,7 +3174,7 @@ }, ", \"indexPatternId\">>" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3326,7 +3188,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3341,7 +3203,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3362,7 +3224,7 @@ "text": "DataView" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3383,7 +3245,7 @@ "text": "FormulaPublicApi" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3408,16 +3270,10 @@ "text": "DataView" }, ") => ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3431,7 +3287,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3452,7 +3308,7 @@ "text": "DataView" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3470,7 +3326,7 @@ "signature": [ "(layerId: string, acessorId: string) => TLayerConfig" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3484,7 +3340,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3499,7 +3355,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3525,7 +3381,7 @@ }, " | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3551,7 +3407,7 @@ }, " extends ChartModelBase" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/index.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3565,7 +3421,7 @@ "signature": [ "\"lnsMetric\"" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/index.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/index.ts", "deprecated": false, "trackAdoption": false }, @@ -3585,7 +3441,7 @@ "text": "MetricLayerConfig" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/index.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/index.ts", "deprecated": false, "trackAdoption": false } @@ -3599,7 +3455,7 @@ "tags": [], "label": "MetricLayerConfig", "description": [], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3623,7 +3479,7 @@ "TimeScaleUnit", " | undefined; format?: { id: string; params?: { decimals: number; compact?: boolean | undefined; } | undefined; } | undefined; }, \"formula\"> & { color?: string | undefined; value: string; }" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false }, @@ -3644,7 +3500,7 @@ }, " | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false }, @@ -3658,7 +3514,7 @@ "signature": [ "\"metricTrendline\" | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false }, @@ -3681,7 +3537,7 @@ }, " | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false } @@ -3695,7 +3551,7 @@ "tags": [], "label": "MetricLayerOptions", "description": [], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3709,7 +3565,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false }, @@ -3723,7 +3579,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false }, @@ -3737,7 +3593,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false }, @@ -3751,7 +3607,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/metric_layer.ts", "deprecated": false, "trackAdoption": false } @@ -3791,7 +3647,7 @@ }, ">" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3820,7 +3676,7 @@ "text": "PersistedIndexPatternLayer" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3834,7 +3690,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3855,7 +3711,7 @@ "text": "PersistedIndexPatternLayer" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3873,7 +3729,7 @@ "tags": [], "label": "VisualizationAttributesBuilder", "description": [], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3886,13 +3742,7 @@ "description": [], "signature": [ "() => { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsXY\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -3926,13 +3776,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -3952,13 +3796,7 @@ "text": "XYState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsPie\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -3992,13 +3830,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -4012,13 +3844,7 @@ " | undefined; }; visualization: ", "PieVisualizationState", "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsHeatmap\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -4052,13 +3878,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -4078,13 +3898,7 @@ "text": "HeatmapVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsGauge\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -4118,13 +3932,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -4144,13 +3952,7 @@ "text": "GaugeVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsDatatable\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -4184,13 +3986,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -4210,13 +4006,7 @@ "text": "DatatableVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsLegacyMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -4250,13 +4040,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -4276,13 +4060,7 @@ "text": "LegacyMetricState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -4316,13 +4094,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -4342,13 +4114,7 @@ "text": "MetricVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string; state: { query: ", { "pluginId": "@kbn/es-query", @@ -4382,13 +4148,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -4401,7 +4161,7 @@ "TextBasedPersistedState", " | undefined; }; visualization: unknown; }; }" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4427,7 +4187,7 @@ }, " extends ChartModelBase" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/index.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4448,7 +4208,7 @@ }, " | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/index.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/index.ts", "deprecated": false, "trackAdoption": false }, @@ -4462,7 +4222,7 @@ "signature": [ "\"lnsXY\"" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/index.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/index.ts", "deprecated": false, "trackAdoption": false }, @@ -4483,7 +4243,7 @@ }, "[]" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/index.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/index.ts", "deprecated": false, "trackAdoption": false } @@ -4497,7 +4257,7 @@ "tags": [], "label": "XYDataLayerConfig", "description": [], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4518,7 +4278,7 @@ }, "[]" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false }, @@ -4539,7 +4299,7 @@ }, " | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false }, @@ -4553,7 +4313,7 @@ "signature": [ "\"data\" | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false }, @@ -4576,7 +4336,7 @@ }, " | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false } @@ -4590,7 +4350,7 @@ "tags": [], "label": "XYLayerOptions", "description": [], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4604,7 +4364,7 @@ "signature": [ "TopValuesBucketedColumn | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false }, @@ -4618,7 +4378,7 @@ "signature": [ "DateHistogramBucketedColumn | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false }, @@ -4639,7 +4399,7 @@ }, " | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_data_layer.ts", "deprecated": false, "trackAdoption": false } @@ -4653,7 +4413,7 @@ "tags": [], "label": "XYReferenceLinesLayerConfig", "description": [], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4674,7 +4434,7 @@ }, "[]" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", "deprecated": false, "trackAdoption": false }, @@ -4688,7 +4448,7 @@ "signature": [ "\"referenceLine\" | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", "deprecated": false, "trackAdoption": false }, @@ -4711,7 +4471,7 @@ }, " | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/layers/xy_reference_lines_layer.ts", "deprecated": false, "trackAdoption": false } @@ -4725,7 +4485,7 @@ "tags": [], "label": "XYVisualOptions", "description": [], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4746,7 +4506,7 @@ }, " | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", "deprecated": false, "trackAdoption": false }, @@ -4767,7 +4527,7 @@ }, " | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", "deprecated": false, "trackAdoption": false }, @@ -4788,7 +4548,7 @@ }, " | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", "deprecated": false, "trackAdoption": false }, @@ -4802,7 +4562,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", "deprecated": false, "trackAdoption": false }, @@ -4823,7 +4583,7 @@ }, " | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", "deprecated": false, "trackAdoption": false }, @@ -4844,7 +4604,7 @@ }, " | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", "deprecated": false, "trackAdoption": false }, @@ -4865,7 +4625,7 @@ }, " | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", "deprecated": false, "trackAdoption": false }, @@ -4886,7 +4646,7 @@ }, " | undefined" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/xy_chart.ts", "deprecated": false, "trackAdoption": false } @@ -4920,7 +4680,7 @@ "text": "MetricChartModel" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/index.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4935,7 +4695,7 @@ "signature": [ "\"lnsXY\" | \"lnsMetric\"" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/index.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4960,7 +4720,7 @@ "TimeScaleUnit", " | undefined; format?: { id: string; params?: { decimals: number; compact?: boolean | undefined; } | undefined; } | undefined; }, \"formula\"> & { color?: string | undefined; value: string; }" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4974,13 +4734,7 @@ "description": [], "signature": [ "{ title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsXY\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -5014,13 +4768,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -5040,13 +4788,7 @@ "text": "XYState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsPie\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -5080,13 +4822,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -5100,13 +4836,7 @@ " | undefined; }; visualization: ", "PieVisualizationState", "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsHeatmap\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -5140,13 +4870,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -5166,13 +4890,7 @@ "text": "HeatmapVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsGauge\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -5206,13 +4924,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -5232,13 +4944,7 @@ "text": "GaugeVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsDatatable\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -5272,13 +4978,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -5298,13 +4998,7 @@ "text": "DatatableVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsLegacyMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -5338,13 +5032,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -5364,13 +5052,7 @@ "text": "LegacyMetricState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -5404,13 +5086,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -5430,13 +5106,7 @@ "text": "MetricVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string; state: { query: ", { "pluginId": "@kbn/es-query", @@ -5470,13 +5140,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -5489,7 +5153,7 @@ "TextBasedPersistedState", " | undefined; }; visualization: unknown; }; }" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5518,7 +5182,7 @@ "text": "XYLayerConfig" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5547,7 +5211,7 @@ "text": "MetricVisualizationState" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5562,7 +5226,7 @@ "signature": [ "\"lnsMetric\"" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/constants.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5577,7 +5241,7 @@ "signature": [ "\"metricTrendline\"" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/constants.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5610,7 +5274,7 @@ }, " | undefined; value: string; }" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5625,7 +5289,7 @@ "signature": [ "\"lnsXY\" | \"lnsMetric\"" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/types.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5640,7 +5304,7 @@ "signature": [ "\"data\"" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/constants.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5655,7 +5319,7 @@ "signature": [ "\"lnsXY\"" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/constants.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5670,7 +5334,7 @@ "signature": [ "\"referenceLine\"" ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/constants.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5699,7 +5363,7 @@ "text": "XYReferenceLinesLayerConfig" } ], - "path": "packages/kbn-lens-embeddable-utils/attribute_builder/visualization_types/index.ts", + "path": "src/platform/packages/shared/kbn-lens-embeddable-utils/attribute_builder/visualization_types/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_lens_embeddable_utils.mdx b/api_docs/kbn_lens_embeddable_utils.mdx index 677fc793c2e15..e50a1759907c7 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-12-27 +date: 2025-01-05 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 d0e85548e3aee..ce4514ed66666 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-12-27 +date: 2025-01-05 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.devdocs.json b/api_docs/kbn_logging.devdocs.json index c4e148c61e8e5..04fdb4fdb0db6 100644 --- a/api_docs/kbn_logging.devdocs.json +++ b/api_docs/kbn_logging.devdocs.json @@ -29,7 +29,7 @@ "description": [ "\nLogger exposes all the necessary methods to log any type of information and\nthis is the interface used by the logging consumers including plugins.\n" ], - "path": "packages/kbn-logging/src/logger.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -69,7 +69,7 @@ }, ", meta?: Meta | undefined) => void" ], - "path": "packages/kbn-logging/src/logger.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -91,7 +91,7 @@ "text": "LogMessageSource" } ], - "path": "packages/kbn-logging/src/logger.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -108,7 +108,7 @@ "signature": [ "Meta | undefined" ], - "path": "packages/kbn-logging/src/logger.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -152,7 +152,7 @@ }, ", meta?: Meta | undefined) => void" ], - "path": "packages/kbn-logging/src/logger.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -174,7 +174,7 @@ "text": "LogMessageSource" } ], - "path": "packages/kbn-logging/src/logger.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -191,7 +191,7 @@ "signature": [ "Meta | undefined" ], - "path": "packages/kbn-logging/src/logger.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -235,7 +235,7 @@ }, ", meta?: Meta | undefined) => void" ], - "path": "packages/kbn-logging/src/logger.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -257,7 +257,7 @@ "text": "LogMessageSource" } ], - "path": "packages/kbn-logging/src/logger.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -274,7 +274,7 @@ "signature": [ "Meta | undefined" ], - "path": "packages/kbn-logging/src/logger.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -318,7 +318,7 @@ }, ", meta?: Meta | undefined) => void" ], - "path": "packages/kbn-logging/src/logger.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -341,7 +341,7 @@ "text": "LogMessageSource" } ], - "path": "packages/kbn-logging/src/logger.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -358,7 +358,7 @@ "signature": [ "Meta | undefined" ], - "path": "packages/kbn-logging/src/logger.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -402,7 +402,7 @@ }, ", meta?: Meta | undefined) => void" ], - "path": "packages/kbn-logging/src/logger.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -425,7 +425,7 @@ "text": "LogMessageSource" } ], - "path": "packages/kbn-logging/src/logger.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -442,7 +442,7 @@ "signature": [ "Meta | undefined" ], - "path": "packages/kbn-logging/src/logger.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -486,7 +486,7 @@ }, ", meta?: Meta | undefined) => void" ], - "path": "packages/kbn-logging/src/logger.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -509,7 +509,7 @@ "text": "LogMessageSource" } ], - "path": "packages/kbn-logging/src/logger.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -526,7 +526,7 @@ "signature": [ "Meta | undefined" ], - "path": "packages/kbn-logging/src/logger.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -548,7 +548,7 @@ "LogLevelId", ") => boolean" ], - "path": "packages/kbn-logging/src/logger.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -564,7 +564,7 @@ "signature": [ "LogLevelId" ], - "path": "packages/kbn-logging/src/logger.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -591,7 +591,7 @@ "text": "Logger" } ], - "path": "packages/kbn-logging/src/logger.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -605,7 +605,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-logging/src/logger.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -625,7 +625,7 @@ "description": [ "\nThe single purpose of `LoggerFactory` interface is to define a way to\nretrieve a context-based logger instance.\n" ], - "path": "packages/kbn-logging/src/logger_factory.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -648,7 +648,7 @@ "text": "Logger" } ], - "path": "packages/kbn-logging/src/logger_factory.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -664,7 +664,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-logging/src/logger_factory.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -688,7 +688,7 @@ "signature": [ "string | (() => string)" ], - "path": "packages/kbn-logging/src/logger.ts", + "path": "src/platform/packages/shared/kbn-logging/src/logger.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -771,7 +771,7 @@ "EcsVulnerability", " | undefined; }" ], - "path": "packages/kbn-logging/src/log_meta.ts", + "path": "src/platform/packages/shared/kbn-logging/src/log_meta.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_logging.mdx b/api_docs/kbn_logging.mdx index adee1371dfdaa..fed30b63a499d 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/logging'] --- import kbnLoggingObj from './kbn_logging.devdocs.json'; diff --git a/api_docs/kbn_logging_mocks.devdocs.json b/api_docs/kbn_logging_mocks.devdocs.json index d6ea4b3f63b00..54983c5d6bd67 100644 --- a/api_docs/kbn_logging_mocks.devdocs.json +++ b/api_docs/kbn_logging_mocks.devdocs.json @@ -148,7 +148,7 @@ }, " & { context: string[]; }" ], - "path": "packages/kbn-logging-mocks/src/logger.mock.ts", + "path": "src/platform/packages/shared/kbn-logging-mocks/src/logger.mock.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -162,7 +162,7 @@ "tags": [], "label": "loggerMock", "description": [], - "path": "packages/kbn-logging-mocks/src/logger.mock.ts", + "path": "src/platform/packages/shared/kbn-logging-mocks/src/logger.mock.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -183,7 +183,7 @@ "text": "MockedLogger" } ], - "path": "packages/kbn-logging-mocks/src/logger.mock.ts", + "path": "src/platform/packages/shared/kbn-logging-mocks/src/logger.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -198,7 +198,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-logging-mocks/src/logger.mock.ts", + "path": "src/platform/packages/shared/kbn-logging-mocks/src/logger.mock.ts", "deprecated": false, "trackAdoption": false } @@ -222,7 +222,7 @@ }, ") => void" ], - "path": "packages/kbn-logging-mocks/src/logger.mock.ts", + "path": "src/platform/packages/shared/kbn-logging-mocks/src/logger.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -353,7 +353,7 @@ }, " & { context: string[]; }" ], - "path": "packages/kbn-logging-mocks/src/logger.mock.ts", + "path": "src/platform/packages/shared/kbn-logging-mocks/src/logger.mock.ts", "deprecated": false, "trackAdoption": false } @@ -427,7 +427,7 @@ }, " | undefined])[]; }" ], - "path": "packages/kbn-logging-mocks/src/logger.mock.ts", + "path": "src/platform/packages/shared/kbn-logging-mocks/src/logger.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -558,7 +558,7 @@ }, " & { context: string[]; }" ], - "path": "packages/kbn-logging-mocks/src/logger.mock.ts", + "path": "src/platform/packages/shared/kbn-logging-mocks/src/logger.mock.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_logging_mocks.mdx b/api_docs/kbn_logging_mocks.mdx index 03eb379e47ee3..37022a73beff5 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-12-27 +date: 2025-01-05 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 629dfd4e2f9e7..e712cdc010d67 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-12-27 +date: 2025-01-05 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 25c66059e0102..020a1c2c51566 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-12-27 +date: 2025-01-05 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 9a0b85d9ebaf2..9d94296712e7f 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-cards-navigation'] --- import kbnManagementCardsNavigationObj from './kbn_management_cards_navigation.devdocs.json'; diff --git a/api_docs/kbn_management_settings_application.mdx b/api_docs/kbn_management_settings_application.mdx index 515f6df1a3518..ff7f86e366966 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-application'] --- import kbnManagementSettingsApplicationObj from './kbn_management_settings_application.devdocs.json'; diff --git a/api_docs/kbn_management_settings_components_field_category.mdx b/api_docs/kbn_management_settings_components_field_category.mdx index 0de1e9830619f..fde9f5380757a 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-category'] --- import kbnManagementSettingsComponentsFieldCategoryObj from './kbn_management_settings_components_field_category.devdocs.json'; diff --git a/api_docs/kbn_management_settings_components_field_input.devdocs.json b/api_docs/kbn_management_settings_components_field_input.devdocs.json index 7a2d189a70b1e..e83e48ae834a2 100644 --- a/api_docs/kbn_management_settings_components_field_input.devdocs.json +++ b/api_docs/kbn_management_settings_components_field_input.devdocs.json @@ -89,13 +89,7 @@ ], "signature": [ "{ toasts: Pick<", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - }, + "IToasts", ", \"addDanger\">; }" ], "path": "src/platform/packages/shared/kbn-management/settings/components/field_input/types.ts", diff --git a/api_docs/kbn_management_settings_components_field_input.mdx b/api_docs/kbn_management_settings_components_field_input.mdx index 3421971a5ef37..61e59f48901a8 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-input'] --- import kbnManagementSettingsComponentsFieldInputObj from './kbn_management_settings_components_field_input.devdocs.json'; diff --git a/api_docs/kbn_management_settings_components_field_row.mdx b/api_docs/kbn_management_settings_components_field_row.mdx index a03ced5863d86..cb4616303b7f2 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-row'] --- import kbnManagementSettingsComponentsFieldRowObj from './kbn_management_settings_components_field_row.devdocs.json'; diff --git a/api_docs/kbn_management_settings_components_form.mdx b/api_docs/kbn_management_settings_components_form.mdx index ef0e1fcf742ff..1abb689257295 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-form'] --- import kbnManagementSettingsComponentsFormObj from './kbn_management_settings_components_form.devdocs.json'; diff --git a/api_docs/kbn_management_settings_field_definition.mdx b/api_docs/kbn_management_settings_field_definition.mdx index c7470a6cbc27f..b497288cdb872 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-field-definition'] --- import kbnManagementSettingsFieldDefinitionObj from './kbn_management_settings_field_definition.devdocs.json'; diff --git a/api_docs/kbn_management_settings_ids.mdx b/api_docs/kbn_management_settings_ids.mdx index 520ceac0d0eaf..b9f79be6f9a7f 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-12-27 +date: 2025-01-05 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 39c92c25f9399..ae844d104cd44 100644 --- a/api_docs/kbn_management_settings_section_registry.devdocs.json +++ b/api_docs/kbn_management_settings_section_registry.devdocs.json @@ -218,13 +218,7 @@ "label": "toasts", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - } + "IToasts" ], "path": "packages/kbn-management/settings/section_registry/section_registry.ts", "deprecated": false, diff --git a/api_docs/kbn_management_settings_section_registry.mdx b/api_docs/kbn_management_settings_section_registry.mdx index d833f6e975932..42213a39e84c5 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-section-registry'] --- import kbnManagementSettingsSectionRegistryObj from './kbn_management_settings_section_registry.devdocs.json'; diff --git a/api_docs/kbn_management_settings_types.mdx b/api_docs/kbn_management_settings_types.mdx index fc42aa53626ca..82ab9fbf4ca76 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-types'] --- import kbnManagementSettingsTypesObj from './kbn_management_settings_types.devdocs.json'; diff --git a/api_docs/kbn_management_settings_utilities.mdx b/api_docs/kbn_management_settings_utilities.mdx index 7ccd6bd8837d0..60c3bb563d0e9 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-utilities'] --- import kbnManagementSettingsUtilitiesObj from './kbn_management_settings_utilities.devdocs.json'; diff --git a/api_docs/kbn_management_storybook_config.mdx b/api_docs/kbn_management_storybook_config.mdx index a5be063966c9c..f1f55def4c5e5 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-storybook-config'] --- import kbnManagementStorybookConfigObj from './kbn_management_storybook_config.devdocs.json'; diff --git a/api_docs/kbn_manifest.mdx b/api_docs/kbn_manifest.mdx index b88096729751d..8dfdd41f5e9c9 100644 --- a/api_docs/kbn_manifest.mdx +++ b/api_docs/kbn_manifest.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-manifest title: "@kbn/manifest" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/manifest plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/manifest'] --- import kbnManifestObj from './kbn_manifest.devdocs.json'; diff --git a/api_docs/kbn_mapbox_gl.mdx b/api_docs/kbn_mapbox_gl.mdx index 12c1597f127ae..789e9750a6785 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-12-27 +date: 2025-01-05 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 2d098af79d89c..c3d2329338060 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-12-27 +date: 2025-01-05 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.devdocs.json b/api_docs/kbn_ml_agg_utils.devdocs.json index d20d375a4744b..ebfc86245c21e 100644 --- a/api_docs/kbn_ml_agg_utils.devdocs.json +++ b/api_docs/kbn_ml_agg_utils.devdocs.json @@ -471,8 +471,7 @@ "section": "def-common.NumberValidationResult", "text": "NumberValidationResult" }, - " | null) & ", - "MemoizedFunction" + " | null) & _.MemoizedFunction" ], "path": "x-pack/platform/packages/private/ml/agg_utils/src/validate_number.ts", "deprecated": false, diff --git a/api_docs/kbn_ml_agg_utils.mdx b/api_docs/kbn_ml_agg_utils.mdx index 0bb84d527ea25..92a8ba0f10806 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-12-27 +date: 2025-01-05 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.devdocs.json b/api_docs/kbn_ml_anomaly_utils.devdocs.json index dd9541f3a9705..049a66cfd0c56 100644 --- a/api_docs/kbn_ml_anomaly_utils.devdocs.json +++ b/api_docs/kbn_ml_anomaly_utils.devdocs.json @@ -307,7 +307,7 @@ "tags": [], "label": "getSeverityColor", "description": [ - "\nReturns a severity RGB color (one of critical, major, minor, warning, low or blank)\nfor the supplied normalized anomaly score (a value between 0 and 100)." + "\nReturns a severity RGB color (one of critical, major, minor, warning, low or unknown)\nfor the supplied normalized anomaly score (a value between 0 and 100)." ], "signature": [ "(normalizedScore: number) => string" @@ -3615,10 +3615,10 @@ }, { "parentPluginId": "@kbn/ml-anomaly-utils", - "id": "def-common.ML_SEVERITY_COLORS.BLANK", + "id": "def-common.ML_SEVERITY_COLORS.UNKNOWN", "type": "string", "tags": [], - "label": "BLANK", + "label": "UNKNOWN", "description": [ "/**\n * Color used in the UI to indicate an anomaly for which the score is unknown.\n */" ], diff --git a/api_docs/kbn_ml_anomaly_utils.mdx b/api_docs/kbn_ml_anomaly_utils.mdx index b30a4d17dd8b2..25303185023b8 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-12-27 +date: 2025-01-05 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 46f45defab926..68aff733c6c56 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-12-27 +date: 2025-01-05 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 6d3bdd64b51dc..f66b10aad5205 100644 --- a/api_docs/kbn_ml_category_validator.devdocs.json +++ b/api_docs/kbn_ml_category_validator.devdocs.json @@ -32,13 +32,7 @@ ], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.IScopedClusterClient", - "text": "IScopedClusterClient" - }, + "IScopedClusterClient", ") => { validateCategoryExamples: (indexPatternTitle: string, query: ", "QueryDslQueryContainer", ", size: number, categorizationFieldName: string, timeField: string | undefined, start: number, end: number, analyzer: ", @@ -109,13 +103,7 @@ "- IScopedClusterClient" ], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.IScopedClusterClient", - "text": "IScopedClusterClient" - } + "IScopedClusterClient" ], "path": "x-pack/platform/packages/private/ml/category_validator/src/examples.ts", "deprecated": false, diff --git a/api_docs/kbn_ml_category_validator.mdx b/api_docs/kbn_ml_category_validator.mdx index 61395314686c4..53192d5d7e728 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-12-27 +date: 2025-01-05 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 bbfa2274783d1..fa43df7fa556f 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-12-27 +date: 2025-01-05 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 3f03546fd5ac2..a1d4427be251a 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-12-27 +date: 2025-01-05 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 fdbaeb1925ba6..61e8ebbfb3f60 100644 --- a/api_docs/kbn_ml_data_grid.devdocs.json +++ b/api_docs/kbn_ml_data_grid.devdocs.json @@ -827,13 +827,7 @@ ], "signature": [ "(e: unknown, toastNotifications: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - }, + "IToasts", ") => void" ], "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", @@ -867,13 +861,7 @@ "- The toast notifications service." ], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - } + "IToasts" ], "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, diff --git a/api_docs/kbn_ml_data_grid.mdx b/api_docs/kbn_ml_data_grid.mdx index a28b7aa05beed..c428468331d11 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-12-27 +date: 2025-01-05 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 299b01cd41d79..e8dc2c3f3af9f 100644 --- a/api_docs/kbn_ml_date_picker.devdocs.json +++ b/api_docs/kbn_ml_date_picker.devdocs.json @@ -457,13 +457,7 @@ "\nhttp service" ], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/platform/packages/private/ml/date_picker/src/hooks/use_date_picker_context.tsx", "deprecated": false, @@ -479,13 +473,7 @@ "\nnotifications service" ], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.NotificationsSetup", - "text": "NotificationsSetup" - } + "NotificationsSetup" ], "path": "x-pack/platform/packages/private/ml/date_picker/src/hooks/use_date_picker_context.tsx", "deprecated": false, @@ -501,13 +489,7 @@ "\nEUI theme" ], "signature": [ - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - } + "ThemeServiceSetup" ], "path": "x-pack/platform/packages/private/ml/date_picker/src/hooks/use_date_picker_context.tsx", "deprecated": false, @@ -561,13 +543,7 @@ "\nInternationalisation service" ], "signature": [ - { - "pluginId": "@kbn/core-i18n-browser", - "scope": "public", - "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-public.I18nStart", - "text": "I18nStart" - } + "I18nStart" ], "path": "x-pack/platform/packages/private/ml/date_picker/src/hooks/use_date_picker_context.tsx", "deprecated": false, diff --git a/api_docs/kbn_ml_date_picker.mdx b/api_docs/kbn_ml_date_picker.mdx index 47fb631918065..49db1e0f54c90 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-date-picker'] --- import kbnMlDatePickerObj from './kbn_ml_date_picker.devdocs.json'; diff --git a/api_docs/kbn_ml_date_utils.mdx b/api_docs/kbn_ml_date_utils.mdx index d973c1e4c6c33..7b12af871455d 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-12-27 +date: 2025-01-05 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 032381b3ef38a..57a2c0dbb0ff5 100644 --- a/api_docs/kbn_ml_error_utils.devdocs.json +++ b/api_docs/kbn_ml_error_utils.devdocs.json @@ -518,13 +518,7 @@ "text": "MLHttpFetchErrorBase" }, " extends ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpFetchError", - "text": "IHttpFetchError" - }, + "IHttpFetchError", "" ], "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", diff --git a/api_docs/kbn_ml_error_utils.mdx b/api_docs/kbn_ml_error_utils.mdx index 3372455f63929..27e6249867bd5 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-12-27 +date: 2025-01-05 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_field_stats_flyout.mdx b/api_docs/kbn_ml_field_stats_flyout.mdx index d74f59e7f2d82..8014bdff31a3e 100644 --- a/api_docs/kbn_ml_field_stats_flyout.mdx +++ b/api_docs/kbn_ml_field_stats_flyout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-field-stats-flyout title: "@kbn/ml-field-stats-flyout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-field-stats-flyout plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-field-stats-flyout'] --- import kbnMlFieldStatsFlyoutObj from './kbn_ml_field_stats_flyout.devdocs.json'; diff --git a/api_docs/kbn_ml_in_memory_table.mdx b/api_docs/kbn_ml_in_memory_table.mdx index fa43fcd3e8024..bdaef8211d2bd 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-12-27 +date: 2025-01-05 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 431e33d59da86..30e67e40a5f9b 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-12-27 +date: 2025-01-05 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 ca56cbbfa35e5..61e46e2ef1dd6 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-12-27 +date: 2025-01-05 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 e85e7c8c64f17..529cf00436c76 100644 --- a/api_docs/kbn_ml_kibana_theme.devdocs.json +++ b/api_docs/kbn_ml_kibana_theme.devdocs.json @@ -32,13 +32,7 @@ ], "signature": [ "(theme: ", - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - }, + "ThemeServiceSetup", ") => boolean" ], "path": "x-pack/platform/packages/private/ml/kibana_theme/src/hooks.ts", @@ -53,13 +47,7 @@ "label": "theme", "description": [], "signature": [ - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - } + "ThemeServiceSetup" ], "path": "x-pack/platform/packages/private/ml/kibana_theme/src/hooks.ts", "deprecated": false, diff --git a/api_docs/kbn_ml_kibana_theme.mdx b/api_docs/kbn_ml_kibana_theme.mdx index f6bb8ad6371f9..fd64bfa1382dd 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-12-27 +date: 2025-01-05 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 ffedc00945506..c749688caae24 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-12-27 +date: 2025-01-05 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 a73c439ac8a09..6455cfd0a6726 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-12-27 +date: 2025-01-05 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 0fb6eebe667d8..b1314f3924dde 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-12-27 +date: 2025-01-05 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_parse_interval.mdx b/api_docs/kbn_ml_parse_interval.mdx index b4e3428fce60a..7f7978da62607 100644 --- a/api_docs/kbn_ml_parse_interval.mdx +++ b/api_docs/kbn_ml_parse_interval.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-parse-interval title: "@kbn/ml-parse-interval" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-parse-interval plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-parse-interval'] --- import kbnMlParseIntervalObj from './kbn_ml_parse_interval.devdocs.json'; diff --git a/api_docs/kbn_ml_query_utils.mdx b/api_docs/kbn_ml_query_utils.mdx index bd1bce613f4f9..35b73658eec42 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-12-27 +date: 2025-01-05 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 c0f2086e6797e..6d2eaad22bad8 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-12-27 +date: 2025-01-05 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 a9aa11eb9a8a4..8ef627d73340e 100644 --- a/api_docs/kbn_ml_route_utils.devdocs.json +++ b/api_docs/kbn_ml_route_utils.devdocs.json @@ -30,21 +30,9 @@ ], "signature": [ "(coreStart: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", name: string, id: string | undefined, type: string) => ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - } + "KibanaExecutionContext" ], "path": "x-pack/platform/packages/private/ml/route_utils/src/create_execution_context.ts", "deprecated": false, @@ -60,13 +48,7 @@ "Kibana CoreStart" ], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "x-pack/platform/packages/private/ml/route_utils/src/create_execution_context.ts", "deprecated": false, diff --git a/api_docs/kbn_ml_route_utils.mdx b/api_docs/kbn_ml_route_utils.mdx index 46e66b500b697..90741cc420713 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-12-27 +date: 2025-01-05 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 c66eb972c7faf..9ae6202a67c22 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-12-27 +date: 2025-01-05 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 f3131ea99ebf5..581225947ca41 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-string-hash'] --- import kbnMlStringHashObj from './kbn_ml_string_hash.devdocs.json'; diff --git a/api_docs/kbn_ml_time_buckets.mdx b/api_docs/kbn_ml_time_buckets.mdx index d1cc8eaf2e597..10e564457a003 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-time-buckets'] --- import kbnMlTimeBucketsObj from './kbn_ml_time_buckets.devdocs.json'; diff --git a/api_docs/kbn_ml_trained_models_utils.mdx b/api_docs/kbn_ml_trained_models_utils.mdx index 89909498b004c..991f0dee45a5e 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-12-27 +date: 2025-01-05 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 e82fdad5cc2aa..cebd994ccecff 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-12-27 +date: 2025-01-05 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 c0a392a6f3875..11d1980013269 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-url-state'] --- import kbnMlUrlStateObj from './kbn_ml_url_state.devdocs.json'; diff --git a/api_docs/kbn_ml_validators.mdx b/api_docs/kbn_ml_validators.mdx index 7653ad68398b0..1055e1037571d 100644 --- a/api_docs/kbn_ml_validators.mdx +++ b/api_docs/kbn_ml_validators.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-validators title: "@kbn/ml-validators" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-validators plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-validators'] --- import kbnMlValidatorsObj from './kbn_ml_validators.devdocs.json'; diff --git a/api_docs/kbn_mock_idp_utils.mdx b/api_docs/kbn_mock_idp_utils.mdx index f10931ec80047..ceb9a98f8183a 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-12-27 +date: 2025-01-05 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.devdocs.json b/api_docs/kbn_monaco.devdocs.json index f7e2884661b14..bc097b2add173 100644 --- a/api_docs/kbn_monaco.devdocs.json +++ b/api_docs/kbn_monaco.devdocs.json @@ -476,6 +476,43 @@ "trackAdoption": false, "children": [], "returnComment": [] + }, + { + "parentPluginId": "@kbn/monaco", + "id": "def-common.CustomLangModuleType.languageThemeResolver", + "type": "Function", + "tags": [], + "label": "languageThemeResolver", + "description": [], + "signature": [ + "(args: ", + "UseEuiTheme", + "<{}>) => ", + "editor", + ".IStandaloneThemeData" + ], + "path": "packages/kbn-monaco/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/monaco", + "id": "def-common.CustomLangModuleType.languageThemeResolver.$1", + "type": "Object", + "tags": [], + "label": "args", + "description": [], + "signature": [ + "UseEuiTheme", + "<{}>" + ], + "path": "packages/kbn-monaco/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] } ], "initialIsOpen": false @@ -1282,13 +1319,13 @@ "misc": [ { "parentPluginId": "@kbn/monaco", - "id": "def-common.CODE_EDITOR_DARK_THEME_ID", + "id": "def-common.CODE_EDITOR_DEFAULT_THEME_ID", "type": "string", "tags": [], - "label": "CODE_EDITOR_DARK_THEME_ID", + "label": "CODE_EDITOR_DEFAULT_THEME_ID", "description": [], "signature": [ - "\"codeEditorDarkTheme\"" + "\"codeEditorDefaultTheme\"" ], "path": "packages/kbn-monaco/src/code_editor/constants.ts", "deprecated": false, @@ -1297,43 +1334,13 @@ }, { "parentPluginId": "@kbn/monaco", - "id": "def-common.CODE_EDITOR_DARK_THEME_TRANSPARENT_ID", + "id": "def-common.CODE_EDITOR_TRANSPARENT_THEME_ID", "type": "string", "tags": [], - "label": "CODE_EDITOR_DARK_THEME_TRANSPARENT_ID", + "label": "CODE_EDITOR_TRANSPARENT_THEME_ID", "description": [], "signature": [ - "\"codeEditorDarkTransparentTheme\"" - ], - "path": "packages/kbn-monaco/src/code_editor/constants.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/monaco", - "id": "def-common.CODE_EDITOR_LIGHT_THEME_ID", - "type": "string", - "tags": [], - "label": "CODE_EDITOR_LIGHT_THEME_ID", - "description": [], - "signature": [ - "\"codeEditorLightTheme\"" - ], - "path": "packages/kbn-monaco/src/code_editor/constants.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/monaco", - "id": "def-common.CODE_EDITOR_LIGHT_THEME_TRANSPARENT_ID", - "type": "string", - "tags": [], - "label": "CODE_EDITOR_LIGHT_THEME_TRANSPARENT_ID", - "description": [], - "signature": [ - "\"codeEditorLightTransparentTheme\"" + "\"codeEditorTransparentTheme\"" ], "path": "packages/kbn-monaco/src/code_editor/constants.ts", "deprecated": false, @@ -1378,9 +1385,9 @@ "label": "CONSOLE_THEME_ID", "description": [], "signature": [ - "\"consoleTheme\"" + "\"console\"" ], - "path": "packages/kbn-monaco/src/console/constants.ts", + "path": "packages/kbn-monaco/src/console/language.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1477,6 +1484,138 @@ } ], "objects": [ + { + "parentPluginId": "@kbn/monaco", + "id": "def-common.monacoeditoresmvseditoreditor.api", + "type": "Object", + "tags": [], + "label": "'monaco-editor/esm/vs/editor/editor.api'", + "description": [], + "signature": [ + "typeof ", + "node_modules/monaco-editor/esm/vs/editor/editor.api" + ], + "path": "packages/kbn-monaco/src/monaco_imports.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/monaco", + "id": "def-common.monacoeditoresmvseditoreditor.api", + "type": "Object", + "tags": [], + "label": "'monaco-editor/esm/vs/editor/editor.api'", + "description": [], + "signature": [ + "typeof ", + "node_modules/monaco-editor/esm/vs/editor/editor.api" + ], + "path": "packages/kbn-monaco/src/monaco_imports.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/monaco", + "id": "def-common.defaultThemesResolvers", + "type": "Object", + "tags": [], + "label": "defaultThemesResolvers", + "description": [], + "path": "packages/kbn-monaco/src/code_editor/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/monaco", + "id": "def-common.defaultThemesResolvers.CODE_EDITOR_DEFAULT_THEME_ID", + "type": "Function", + "tags": [], + "label": "[CODE_EDITOR_DEFAULT_THEME_ID]", + "description": [], + "signature": [ + "({ euiTheme }: ", + "UseEuiTheme", + "<{}>, backgroundColor?: string | undefined) => ", + "editor", + ".IStandaloneThemeData" + ], + "path": "packages/kbn-monaco/src/code_editor/index.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/monaco", + "id": "def-common.defaultThemesResolvers.CODE_EDITOR_DEFAULT_THEME_ID.$1", + "type": "Object", + "tags": [], + "label": "__0", + "description": [], + "signature": [ + "UseEuiTheme", + "<{}>" + ], + "path": "packages/kbn-monaco/src/code_editor/theme.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/monaco", + "id": "def-common.defaultThemesResolvers.CODE_EDITOR_DEFAULT_THEME_ID.$2", + "type": "string", + "tags": [], + "label": "backgroundColor", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "packages/kbn-monaco/src/code_editor/theme.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, + { + "parentPluginId": "@kbn/monaco", + "id": "def-common.defaultThemesResolvers.CODE_EDITOR_TRANSPARENT_THEME_ID", + "type": "Function", + "tags": [], + "label": "[CODE_EDITOR_TRANSPARENT_THEME_ID]", + "description": [], + "signature": [ + "(euiTheme: ", + "UseEuiTheme", + "<{}>) => ", + "editor", + ".IStandaloneThemeData" + ], + "path": "packages/kbn-monaco/src/code_editor/index.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/monaco", + "id": "def-common.defaultThemesResolvers.CODE_EDITOR_TRANSPARENT_THEME_ID.$1", + "type": "Object", + "tags": [], + "label": "euiTheme", + "description": [], + "signature": [ + "UseEuiTheme", + "<{}>" + ], + "path": "packages/kbn-monaco/src/code_editor/theme.ts", + "deprecated": false, + "trackAdoption": false + } + ] + } + ], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/monaco", "id": "def-common.ESQLLang", @@ -1515,6 +1654,42 @@ "children": [], "returnComment": [] }, + { + "parentPluginId": "@kbn/monaco", + "id": "def-common.ESQLLang.languageThemeResolver", + "type": "Function", + "tags": [], + "label": "languageThemeResolver", + "description": [], + "signature": [ + "({ euiTheme, colorMode, }: ", + "UseEuiTheme", + "<{}>) => ", + "editor", + ".IStandaloneThemeData" + ], + "path": "packages/kbn-monaco/src/esql/language.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/monaco", + "id": "def-common.ESQLLang.languageThemeResolver.$1", + "type": "Object", + "tags": [], + "label": "__0", + "description": [], + "signature": [ + "UseEuiTheme", + "<{}>" + ], + "path": "packages/kbn-monaco/src/esql/lib/esql_theme.ts", + "deprecated": false, + "trackAdoption": false + } + ] + }, { "parentPluginId": "@kbn/monaco", "id": "def-common.ESQLLang.languageConfiguration", diff --git a/api_docs/kbn_monaco.mdx b/api_docs/kbn_monaco.mdx index 3137f08112c94..0d33abfe1b6b1 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/monaco'] --- import kbnMonacoObj from './kbn_monaco.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 124 | 0 | 124 | 3 | +| 134 | 0 | 134 | 3 | ## Common diff --git a/api_docs/kbn_object_versioning.mdx b/api_docs/kbn_object_versioning.mdx index 88a1038829768..8d04b24604af6 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/object-versioning'] --- import kbnObjectVersioningObj from './kbn_object_versioning.devdocs.json'; diff --git a/api_docs/kbn_object_versioning_utils.mdx b/api_docs/kbn_object_versioning_utils.mdx index 5f3ca76f6decf..62c8b8d7380a7 100644 --- a/api_docs/kbn_object_versioning_utils.mdx +++ b/api_docs/kbn_object_versioning_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-object-versioning-utils title: "@kbn/object-versioning-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/object-versioning-utils plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/object-versioning-utils'] --- import kbnObjectVersioningUtilsObj from './kbn_object_versioning_utils.devdocs.json'; diff --git a/api_docs/kbn_observability_alert_details.mdx b/api_docs/kbn_observability_alert_details.mdx index 3d7f14665346b..e55b04d659154 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-12-27 +date: 2025-01-05 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 5895bbc7692a3..13a869884c241 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-12-27 +date: 2025-01-05 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 865fb5ecf3f1a..dcaa446f27671 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-12-27 +date: 2025-01-05 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 168ba0e4205cd..7dfe7b84c290f 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-12-27 +date: 2025-01-05 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_observability_logs_overview.mdx b/api_docs/kbn_observability_logs_overview.mdx index c06326c962521..3c4b53beb9a6b 100644 --- a/api_docs/kbn_observability_logs_overview.mdx +++ b/api_docs/kbn_observability_logs_overview.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-logs-overview title: "@kbn/observability-logs-overview" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-logs-overview plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-logs-overview'] --- import kbnObservabilityLogsOverviewObj from './kbn_observability_logs_overview.devdocs.json'; diff --git a/api_docs/kbn_observability_synthetics_test_data.mdx b/api_docs/kbn_observability_synthetics_test_data.mdx index e89a11f3e8582..a1bc66f52ddd7 100644 --- a/api_docs/kbn_observability_synthetics_test_data.mdx +++ b/api_docs/kbn_observability_synthetics_test_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-synthetics-test-data title: "@kbn/observability-synthetics-test-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-synthetics-test-data plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-synthetics-test-data'] --- import kbnObservabilitySyntheticsTestDataObj from './kbn_observability_synthetics_test_data.devdocs.json'; diff --git a/api_docs/kbn_openapi_bundler.mdx b/api_docs/kbn_openapi_bundler.mdx index 3b963e0a78a99..da04250d23808 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-12-27 +date: 2025-01-05 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 99b0f5b6c202c..59ae8446ff5d0 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-12-27 +date: 2025-01-05 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 49054f6dce9c9..4622ffd71a476 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-12-27 +date: 2025-01-05 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 fca191b3166cd..e26b18a51ffa1 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-12-27 +date: 2025-01-05 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 5aee74c011c2a..3b71c2b90c227 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-12-27 +date: 2025-01-05 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_palettes.devdocs.json b/api_docs/kbn_palettes.devdocs.json index 0f5ba9d2d0b21..b6a511fc6d132 100644 --- a/api_docs/kbn_palettes.devdocs.json +++ b/api_docs/kbn_palettes.devdocs.json @@ -262,13 +262,7 @@ "description": [], "signature": [ "({ name, darkMode }: ", - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.CoreTheme", - "text": "CoreTheme" - }, + "CoreTheme", ") => ", { "pluginId": "@kbn/palettes", @@ -290,13 +284,7 @@ "label": "{ name, darkMode }", "description": [], "signature": [ - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.CoreTheme", - "text": "CoreTheme" - } + "CoreTheme" ], "path": "packages/kbn-palettes/palettes/get_kbn_palettes.ts", "deprecated": false, diff --git a/api_docs/kbn_palettes.mdx b/api_docs/kbn_palettes.mdx index 9cb3a62d7cff8..70773ed18acd6 100644 --- a/api_docs/kbn_palettes.mdx +++ b/api_docs/kbn_palettes.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-palettes title: "@kbn/palettes" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/palettes plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/palettes'] --- import kbnPalettesObj from './kbn_palettes.devdocs.json'; diff --git a/api_docs/kbn_panel_loader.mdx b/api_docs/kbn_panel_loader.mdx index b85403a711f2a..273afbee7c342 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-12-27 +date: 2025-01-05 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 100921309c429..97888ab58e658 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/performance-testing-dataset-extractor'] --- import kbnPerformanceTestingDatasetExtractorObj from './kbn_performance_testing_dataset_extractor.devdocs.json'; diff --git a/api_docs/kbn_plugin_check.mdx b/api_docs/kbn_plugin_check.mdx index 588a0f50193bd..111add68e5391 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/plugin-check'] --- import kbnPluginCheckObj from './kbn_plugin_check.devdocs.json'; diff --git a/api_docs/kbn_plugin_generator.mdx b/api_docs/kbn_plugin_generator.mdx index 693378302d900..3d55dd18710ca 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-12-27 +date: 2025-01-05 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 9ff797815aa13..b74d29eb3d0a7 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-12-27 +date: 2025-01-05 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 e8cc526c4bb59..cc1e979c5667e 100644 --- a/api_docs/kbn_presentation_containers.devdocs.json +++ b/api_docs/kbn_presentation_containers.devdocs.json @@ -1899,13 +1899,7 @@ "description": [], "signature": [ "(ref: ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.OverlayRef", - "text": "OverlayRef" - }, + "OverlayRef", ", options?: ", "TracksOverlaysOptions", " | undefined) => void" @@ -1922,13 +1916,7 @@ "label": "ref", "description": [], "signature": [ - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.OverlayRef", - "text": "OverlayRef" - } + "OverlayRef" ], "path": "src/platform/packages/shared/presentation/presentation_containers/interfaces/tracks_overlays.ts", "deprecated": false, diff --git a/api_docs/kbn_presentation_containers.mdx b/api_docs/kbn_presentation_containers.mdx index d349f08710b0d..951b031ffda9a 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/presentation-containers'] --- import kbnPresentationContainersObj from './kbn_presentation_containers.devdocs.json'; diff --git a/api_docs/kbn_presentation_publishing.devdocs.json b/api_docs/kbn_presentation_publishing.devdocs.json index 4300e8875526b..6cab40a33e256 100644 --- a/api_docs/kbn_presentation_publishing.devdocs.json +++ b/api_docs/kbn_presentation_publishing.devdocs.json @@ -2022,6 +2022,46 @@ "returnComment": [], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/presentation-publishing", + "id": "def-public.isEmbeddableApiContext", + "type": "Function", + "tags": [], + "label": "isEmbeddableApiContext", + "description": [], + "signature": [ + "(context: unknown) => context is ", + { + "pluginId": "@kbn/presentation-publishing", + "scope": "public", + "docId": "kibKbnPresentationPublishingPluginApi", + "section": "def-public.EmbeddableApiContext", + "text": "EmbeddableApiContext" + } + ], + "path": "src/platform/packages/shared/presentation/presentation_publishing/embeddable_api_context.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/presentation-publishing", + "id": "def-public.isEmbeddableApiContext.$1", + "type": "Unknown", + "tags": [], + "label": "context", + "description": [], + "signature": [ + "unknown" + ], + "path": "src/platform/packages/shared/presentation/presentation_publishing/embeddable_api_context.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/presentation-publishing", "id": "def-public.runComparators", @@ -2837,7 +2877,7 @@ "tags": [], "label": "EmbeddableApiContext", "description": [], - "path": "src/platform/packages/shared/presentation/presentation_publishing/index.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/embeddable_api_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2853,7 +2893,7 @@ "signature": [ "unknown" ], - "path": "src/platform/packages/shared/presentation/presentation_publishing/index.ts", + "path": "src/platform/packages/shared/presentation/presentation_publishing/embeddable_api_context.ts", "deprecated": false, "trackAdoption": false } @@ -3190,13 +3230,7 @@ "description": [], "signature": [ "{ readonly type?: string | undefined; readonly name?: string | undefined; readonly page?: string | undefined; readonly id?: string | undefined; readonly description?: string | undefined; readonly url?: string | undefined; readonly meta?: { [key: string]: string | number | boolean | undefined; } | undefined; child?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; }" ], "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/has_execution_context.ts", @@ -3509,22 +3543,6 @@ "plugin": "lens", "path": "x-pack/plugins/lens/public/react_embeddable/initializers/initialize_dashboard_services.ts" }, - { - "plugin": "dashboard", - "path": "src/platform/plugins/shared/dashboard/public/dashboard_actions/add_to_library_action.tsx" - }, - { - "plugin": "dashboard", - "path": "src/platform/plugins/shared/dashboard/public/dashboard_actions/add_to_library_action.tsx" - }, - { - "plugin": "dashboard", - "path": "src/platform/plugins/shared/dashboard/public/dashboard_actions/unlink_from_library_action.tsx" - }, - { - "plugin": "dashboard", - "path": "src/platform/plugins/shared/dashboard/public/dashboard_actions/unlink_from_library_action.tsx" - }, { "plugin": "maps", "path": "x-pack/platform/plugins/shared/maps/public/react_embeddable/types.ts" @@ -3540,6 +3558,22 @@ { "plugin": "maps", "path": "x-pack/platform/plugins/shared/maps/public/react_embeddable/library_transforms.ts" + }, + { + "plugin": "dashboard", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_actions/add_to_library_action.tsx" + }, + { + "plugin": "dashboard", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_actions/add_to_library_action.tsx" + }, + { + "plugin": "dashboard", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_actions/unlink_from_library_action.tsx" + }, + { + "plugin": "dashboard", + "path": "src/platform/plugins/shared/dashboard/public/dashboard_actions/unlink_from_library_action.tsx" } ], "children": [ @@ -3845,7 +3879,7 @@ "label": "status", "description": [], "signature": [ - "\"error\" | \"loading\" | \"rendered\" | \"loaded\"" + "\"error\" | \"loading\" | \"loaded\" | \"rendered\"" ], "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_phase_events.ts", "deprecated": false, @@ -8168,7 +8202,7 @@ "------------------------------------------------------------------------------------------\nPerformance Tracking Types\n------------------------------------------------------------------------------------------" ], "signature": [ - "\"error\" | \"loading\" | \"rendered\" | \"loaded\"" + "\"error\" | \"loading\" | \"loaded\" | \"rendered\"" ], "path": "src/platform/packages/shared/presentation/presentation_publishing/interfaces/publishes_phase_events.ts", "deprecated": false, diff --git a/api_docs/kbn_presentation_publishing.mdx b/api_docs/kbn_presentation_publishing.mdx index a362d0e888288..b6cc991e54dc4 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/presentation-publishing'] --- import kbnPresentationPublishingObj from './kbn_presentation_publishing.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 | |-------------------|-----------|------------------------|-----------------| -| 233 | 0 | 197 | 6 | +| 235 | 0 | 199 | 6 | ## Client diff --git a/api_docs/kbn_product_doc_artifact_builder.mdx b/api_docs/kbn_product_doc_artifact_builder.mdx index 0d9d791507fff..5b36e8d6a2746 100644 --- a/api_docs/kbn_product_doc_artifact_builder.mdx +++ b/api_docs/kbn_product_doc_artifact_builder.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-product-doc-artifact-builder title: "@kbn/product-doc-artifact-builder" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/product-doc-artifact-builder plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/product-doc-artifact-builder'] --- import kbnProductDocArtifactBuilderObj from './kbn_product_doc_artifact_builder.devdocs.json'; diff --git a/api_docs/kbn_product_doc_common.mdx b/api_docs/kbn_product_doc_common.mdx index 667f35c73a987..2118eff0f3627 100644 --- a/api_docs/kbn_product_doc_common.mdx +++ b/api_docs/kbn_product_doc_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-product-doc-common title: "@kbn/product-doc-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/product-doc-common plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/product-doc-common'] --- import kbnProductDocCommonObj from './kbn_product_doc_common.devdocs.json'; diff --git a/api_docs/kbn_profiling_utils.devdocs.json b/api_docs/kbn_profiling_utils.devdocs.json index cdb1016c3ce9a..a8d79e2dc9a29 100644 --- a/api_docs/kbn_profiling_utils.devdocs.json +++ b/api_docs/kbn_profiling_utils.devdocs.json @@ -29,7 +29,7 @@ "signature": [ "(value: number) => number" ], - "path": "packages/kbn-profiling-utils/common/utils.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -43,7 +43,7 @@ "signature": [ "number" ], - "path": "packages/kbn-profiling-utils/common/utils.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -79,7 +79,7 @@ "text": "ElasticFlameGraph" } ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -101,7 +101,7 @@ "text": "BaseFlameGraph" } ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -116,7 +116,7 @@ "signature": [ "boolean" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -139,7 +139,7 @@ "signature": [ "(fileID: string, addressOrLine: number, exeFilename: string, sourceFilename: string, functionName: string) => string" ], - "path": "packages/kbn-profiling-utils/common/frame_group.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/frame_group.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -155,7 +155,7 @@ "signature": [ "string" ], - "path": "packages/kbn-profiling-utils/common/frame_group.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/frame_group.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -172,7 +172,7 @@ "signature": [ "number" ], - "path": "packages/kbn-profiling-utils/common/frame_group.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/frame_group.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -189,7 +189,7 @@ "signature": [ "string" ], - "path": "packages/kbn-profiling-utils/common/frame_group.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/frame_group.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -206,7 +206,7 @@ "signature": [ "string" ], - "path": "packages/kbn-profiling-utils/common/frame_group.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/frame_group.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -223,7 +223,7 @@ "signature": [ "string" ], - "path": "packages/kbn-profiling-utils/common/frame_group.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/frame_group.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -261,7 +261,7 @@ "text": "StackFrameMetadata" } ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -285,7 +285,7 @@ }, ">" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -337,7 +337,7 @@ "text": "TopNFunctions" } ], - "path": "packages/kbn-profiling-utils/common/functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/functions.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -348,7 +348,7 @@ "tags": [], "label": "{\n endIndex,\n events,\n executables,\n samplingRate,\n stackFrames,\n stackTraces,\n startIndex,\n showErrorFrames,\n}", "description": [], - "path": "packages/kbn-profiling-utils/common/functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/functions.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -359,7 +359,7 @@ "tags": [], "label": "endIndex", "description": [], - "path": "packages/kbn-profiling-utils/common/functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/functions.ts", "deprecated": false, "trackAdoption": false }, @@ -373,7 +373,7 @@ "signature": [ "Map" ], - "path": "packages/kbn-profiling-utils/common/functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/functions.ts", "deprecated": false, "trackAdoption": false }, @@ -395,7 +395,7 @@ }, ">" ], - "path": "packages/kbn-profiling-utils/common/functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/functions.ts", "deprecated": false, "trackAdoption": false }, @@ -406,7 +406,7 @@ "tags": [], "label": "samplingRate", "description": [], - "path": "packages/kbn-profiling-utils/common/functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/functions.ts", "deprecated": false, "trackAdoption": false }, @@ -428,7 +428,7 @@ }, ">" ], - "path": "packages/kbn-profiling-utils/common/functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/functions.ts", "deprecated": false, "trackAdoption": false }, @@ -450,7 +450,7 @@ }, ">" ], - "path": "packages/kbn-profiling-utils/common/functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/functions.ts", "deprecated": false, "trackAdoption": false }, @@ -461,7 +461,7 @@ "tags": [], "label": "startIndex", "description": [], - "path": "packages/kbn-profiling-utils/common/functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/functions.ts", "deprecated": false, "trackAdoption": false }, @@ -472,7 +472,7 @@ "tags": [], "label": "showErrorFrames", "description": [], - "path": "packages/kbn-profiling-utils/common/functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/functions.ts", "deprecated": false, "trackAdoption": false } @@ -509,7 +509,7 @@ "text": "DecodedStackTraceResponse" } ], - "path": "packages/kbn-profiling-utils/common/stack_traces.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/stack_traces.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -531,7 +531,7 @@ "text": "StackTraceResponse" } ], - "path": "packages/kbn-profiling-utils/common/stack_traces.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/stack_traces.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -546,7 +546,7 @@ "signature": [ "boolean" ], - "path": "packages/kbn-profiling-utils/common/stack_traces.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/stack_traces.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -577,7 +577,7 @@ }, ") => string" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -599,7 +599,7 @@ "text": "FrameType" } ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -630,7 +630,7 @@ }, ") => string" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -652,7 +652,7 @@ "text": "StackFrameMetadata" } ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -683,7 +683,7 @@ }, ") => string" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -705,7 +705,7 @@ "text": "StackFrameMetadata" } ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -736,7 +736,7 @@ }, ") => string" ], - "path": "packages/kbn-profiling-utils/common/stack_traces.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/stack_traces.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -758,7 +758,7 @@ "text": "TopNType" } ], - "path": "packages/kbn-profiling-utils/common/stack_traces.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/stack_traces.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -788,7 +788,7 @@ "text": "FrameSymbolStatus" } ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -804,7 +804,7 @@ "signature": [ "FrameSymbolStatusParams" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -827,7 +827,7 @@ "signature": [ "(param: LanguageTypeParams) => \"NATIVE\" | \"INTERPRETED\"" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -843,7 +843,7 @@ "signature": [ "LanguageTypeParams" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -898,7 +898,7 @@ }, "[]>" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -922,7 +922,7 @@ }, ">" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -947,7 +947,7 @@ }, ">" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -972,7 +972,7 @@ }, ">" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1010,7 +1010,7 @@ "text": "FrameType" } ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1032,7 +1032,7 @@ "text": "FrameType" } ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1054,7 +1054,7 @@ "description": [ "\nBase Flamegraph" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1067,7 +1067,7 @@ "description": [ "size" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1083,7 +1083,7 @@ "signature": [ "number[][]" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1099,7 +1099,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1115,7 +1115,7 @@ "signature": [ "number[]" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1131,7 +1131,7 @@ "signature": [ "boolean[]" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1147,7 +1147,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1163,7 +1163,7 @@ "signature": [ "number[]" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1179,7 +1179,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1195,7 +1195,7 @@ "signature": [ "number[]" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1211,7 +1211,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1227,7 +1227,7 @@ "signature": [ "number[]" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1243,7 +1243,7 @@ "signature": [ "number[]" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1259,7 +1259,7 @@ "signature": [ "number[]" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1272,7 +1272,7 @@ "description": [ "total seconds" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1285,7 +1285,7 @@ "description": [ "sampling rate" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1296,7 +1296,7 @@ "tags": [], "label": "TotalSamples", "description": [], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1307,7 +1307,7 @@ "tags": [], "label": "TotalCPU", "description": [], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1318,7 +1318,7 @@ "tags": [], "label": "SelfCPU", "description": [], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1332,7 +1332,7 @@ "signature": [ "number[]" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1346,7 +1346,7 @@ "signature": [ "number[]" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1360,7 +1360,7 @@ "signature": [ "number[]" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1374,7 +1374,7 @@ "signature": [ "number[]" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false } @@ -1390,7 +1390,7 @@ "description": [ "Decoded stack trace response" ], - "path": "packages/kbn-profiling-utils/common/stack_traces.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/stack_traces.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1406,7 +1406,7 @@ "signature": [ "Map" ], - "path": "packages/kbn-profiling-utils/common/stack_traces.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/stack_traces.ts", "deprecated": false, "trackAdoption": false }, @@ -1430,7 +1430,7 @@ }, ">" ], - "path": "packages/kbn-profiling-utils/common/stack_traces.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/stack_traces.ts", "deprecated": false, "trackAdoption": false }, @@ -1454,7 +1454,7 @@ }, ">" ], - "path": "packages/kbn-profiling-utils/common/stack_traces.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/stack_traces.ts", "deprecated": false, "trackAdoption": false }, @@ -1478,7 +1478,7 @@ }, ">" ], - "path": "packages/kbn-profiling-utils/common/stack_traces.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/stack_traces.ts", "deprecated": false, "trackAdoption": false }, @@ -1491,7 +1491,7 @@ "description": [ "Total number of frames" ], - "path": "packages/kbn-profiling-utils/common/stack_traces.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/stack_traces.ts", "deprecated": false, "trackAdoption": false }, @@ -1504,7 +1504,7 @@ "description": [ "sampling rate" ], - "path": "packages/kbn-profiling-utils/common/stack_traces.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/stack_traces.ts", "deprecated": false, "trackAdoption": false } @@ -1538,7 +1538,7 @@ }, ", \"AnnualCO2TonsExclusive\" | \"AnnualCO2TonsInclusive\" | \"AnnualCostsUSDInclusive\" | \"AnnualCostsUSDExclusive\" | \"SelfAnnualCO2Tons\" | \"TotalAnnualCO2Tons\">" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1554,7 +1554,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1570,7 +1570,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1584,7 +1584,7 @@ "signature": [ "number[]" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1598,7 +1598,7 @@ "signature": [ "number[]" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1612,7 +1612,7 @@ "signature": [ "number[]" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false }, @@ -1626,7 +1626,7 @@ "signature": [ "number[]" ], - "path": "packages/kbn-profiling-utils/common/flamegraph.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/flamegraph.ts", "deprecated": false, "trackAdoption": false } @@ -1640,7 +1640,7 @@ "tags": [], "label": "ESTopNFunctions", "description": [], - "path": "packages/kbn-profiling-utils/common/es_functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/es_functions.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1651,7 +1651,7 @@ "tags": [], "label": "self_count", "description": [], - "path": "packages/kbn-profiling-utils/common/es_functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/es_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -1662,7 +1662,7 @@ "tags": [], "label": "total_count", "description": [], - "path": "packages/kbn-profiling-utils/common/es_functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/es_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -1673,7 +1673,7 @@ "tags": [], "label": "self_annual_co2_tons", "description": [], - "path": "packages/kbn-profiling-utils/common/es_functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/es_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -1684,7 +1684,7 @@ "tags": [], "label": "self_annual_cost_usd", "description": [], - "path": "packages/kbn-profiling-utils/common/es_functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/es_functions.ts", "deprecated": false, "trackAdoption": false }, @@ -1698,7 +1698,7 @@ "signature": [ "TopNFunction[]" ], - "path": "packages/kbn-profiling-utils/common/es_functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/es_functions.ts", "deprecated": false, "trackAdoption": false } @@ -1714,7 +1714,7 @@ "description": [ "Executable" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1727,7 +1727,7 @@ "description": [ "file name" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false } @@ -1741,7 +1741,7 @@ "tags": [], "label": "ProfilingStatus", "description": [], - "path": "packages/kbn-profiling-utils/common/profiling_status.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling_status.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1752,7 +1752,7 @@ "tags": [], "label": "has_setup", "description": [], - "path": "packages/kbn-profiling-utils/common/profiling_status.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling_status.ts", "deprecated": false, "trackAdoption": false }, @@ -1763,7 +1763,7 @@ "tags": [], "label": "has_data", "description": [], - "path": "packages/kbn-profiling-utils/common/profiling_status.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling_status.ts", "deprecated": false, "trackAdoption": false }, @@ -1774,7 +1774,7 @@ "tags": [], "label": "pre_8_9_1_data", "description": [], - "path": "packages/kbn-profiling-utils/common/profiling_status.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling_status.ts", "deprecated": false, "trackAdoption": false }, @@ -1788,7 +1788,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-profiling-utils/common/profiling_status.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling_status.ts", "deprecated": false, "trackAdoption": false } @@ -1804,7 +1804,7 @@ "description": [ "Profiling status response" ], - "path": "packages/kbn-profiling-utils/common/stack_traces.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/stack_traces.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1820,7 +1820,7 @@ "signature": [ "{ enabled: boolean; }" ], - "path": "packages/kbn-profiling-utils/common/stack_traces.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/stack_traces.ts", "deprecated": false, "trackAdoption": false }, @@ -1836,7 +1836,7 @@ "signature": [ "{ enabled: boolean; }" ], - "path": "packages/kbn-profiling-utils/common/stack_traces.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/stack_traces.ts", "deprecated": false, "trackAdoption": false }, @@ -1852,7 +1852,7 @@ "signature": [ "{ created: boolean; pre_8_9_1_data: boolean; }" ], - "path": "packages/kbn-profiling-utils/common/stack_traces.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/stack_traces.ts", "deprecated": false, "trackAdoption": false } @@ -1868,7 +1868,7 @@ "description": [ "Stack frame" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1881,7 +1881,7 @@ "description": [ "file name" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -1894,7 +1894,7 @@ "description": [ "function name" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -1907,7 +1907,7 @@ "description": [ "function offset" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -1920,7 +1920,7 @@ "description": [ "line number" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -1933,7 +1933,7 @@ "description": [ "inline" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false } @@ -1949,7 +1949,7 @@ "description": [ "Stack frame metadata" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1962,7 +1962,7 @@ "description": [ "StackTrace.FrameID" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -1975,7 +1975,7 @@ "description": [ "StackTrace.FileID" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -1988,7 +1988,7 @@ "description": [ "StackTrace.Type" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -2001,7 +2001,7 @@ "description": [ "StackFrame.Inline" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -2014,7 +2014,7 @@ "description": [ "StackTrace.AddressOrLine" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -2027,7 +2027,7 @@ "description": [ "StackFrame.FunctionName" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -2040,7 +2040,7 @@ "description": [ "StackFrame.FunctionOffset" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -2053,7 +2053,7 @@ "description": [ "StackFrame.Filename" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -2066,7 +2066,7 @@ "description": [ "StackFrame.LineNumber" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -2079,7 +2079,7 @@ "description": [ "Executable.FileName" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false } @@ -2095,7 +2095,7 @@ "description": [ "Stack trace" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2111,7 +2111,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -2127,7 +2127,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -2143,7 +2143,7 @@ "signature": [ "number[]" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -2159,7 +2159,7 @@ "signature": [ "number[]" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -2170,7 +2170,7 @@ "tags": [], "label": "selfAnnualCO2Kgs", "description": [], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -2181,7 +2181,7 @@ "tags": [], "label": "selfAnnualCostUSD", "description": [], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -2192,7 +2192,7 @@ "tags": [], "label": "Count", "description": [], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false } @@ -2208,7 +2208,7 @@ "description": [ "Profiling stacktrace" ], - "path": "packages/kbn-profiling-utils/common/stack_traces.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/stack_traces.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2224,7 +2224,7 @@ "signature": [ "ProfilingEvents | undefined" ], - "path": "packages/kbn-profiling-utils/common/stack_traces.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/stack_traces.ts", "deprecated": false, "trackAdoption": false }, @@ -2240,7 +2240,7 @@ "signature": [ "ProfilingStackTraces | undefined" ], - "path": "packages/kbn-profiling-utils/common/stack_traces.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/stack_traces.ts", "deprecated": false, "trackAdoption": false }, @@ -2256,7 +2256,7 @@ "signature": [ "ProfilingStackFrames | undefined" ], - "path": "packages/kbn-profiling-utils/common/stack_traces.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/stack_traces.ts", "deprecated": false, "trackAdoption": false }, @@ -2272,7 +2272,7 @@ "signature": [ "ProfilingExecutables | undefined" ], - "path": "packages/kbn-profiling-utils/common/stack_traces.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/stack_traces.ts", "deprecated": false, "trackAdoption": false }, @@ -2285,7 +2285,7 @@ "description": [ "total frames" ], - "path": "packages/kbn-profiling-utils/common/stack_traces.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/stack_traces.ts", "deprecated": false, "trackAdoption": false }, @@ -2298,7 +2298,7 @@ "description": [ "sampling rate" ], - "path": "packages/kbn-profiling-utils/common/stack_traces.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/stack_traces.ts", "deprecated": false, "trackAdoption": false } @@ -2312,7 +2312,7 @@ "tags": [], "label": "TopNFunctions", "description": [], - "path": "packages/kbn-profiling-utils/common/functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/functions.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2323,7 +2323,7 @@ "tags": [], "label": "TotalCount", "description": [], - "path": "packages/kbn-profiling-utils/common/functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/functions.ts", "deprecated": false, "trackAdoption": false }, @@ -2337,7 +2337,7 @@ "signature": [ "TopNFunction[]" ], - "path": "packages/kbn-profiling-utils/common/functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/functions.ts", "deprecated": false, "trackAdoption": false }, @@ -2348,7 +2348,7 @@ "tags": [], "label": "SamplingRate", "description": [], - "path": "packages/kbn-profiling-utils/common/functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/functions.ts", "deprecated": false, "trackAdoption": false }, @@ -2359,7 +2359,7 @@ "tags": [], "label": "selfCPU", "description": [], - "path": "packages/kbn-profiling-utils/common/functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/functions.ts", "deprecated": false, "trackAdoption": false }, @@ -2370,7 +2370,7 @@ "tags": [], "label": "totalCPU", "description": [], - "path": "packages/kbn-profiling-utils/common/functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/functions.ts", "deprecated": false, "trackAdoption": false }, @@ -2381,7 +2381,7 @@ "tags": [], "label": "totalAnnualCO2Kgs", "description": [], - "path": "packages/kbn-profiling-utils/common/functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/functions.ts", "deprecated": false, "trackAdoption": false }, @@ -2392,7 +2392,7 @@ "tags": [], "label": "totalAnnualCostUSD", "description": [], - "path": "packages/kbn-profiling-utils/common/functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/functions.ts", "deprecated": false, "trackAdoption": false } @@ -2410,7 +2410,7 @@ "description": [ "\nFrame symbol status" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2424,7 +2424,7 @@ "description": [ "\nFrame type" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2438,7 +2438,7 @@ "description": [ "\nProfiling Elasticsearch fields" ], - "path": "packages/kbn-profiling-utils/common/elasticsearch.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/elasticsearch.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2452,7 +2452,7 @@ "description": [ "\nStacktraces options" ], - "path": "packages/kbn-profiling-utils/common/stack_traces.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/stack_traces.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2464,7 +2464,7 @@ "tags": [], "label": "TopNComparisonFunctionSortField", "description": [], - "path": "packages/kbn-profiling-utils/common/functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/functions.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2476,7 +2476,7 @@ "tags": [], "label": "TopNFunctionSortField", "description": [], - "path": "packages/kbn-profiling-utils/common/functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/functions.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2490,7 +2490,7 @@ "description": [ "\nFunctions TopN types definition" ], - "path": "packages/kbn-profiling-utils/common/stack_traces.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/stack_traces.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2507,7 +2507,7 @@ "signature": [ "\"service.name\" | \"transaction.name\"" ], - "path": "packages/kbn-profiling-utils/common/es_functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/es_functions.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2524,7 +2524,7 @@ "signature": [ "string" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2541,7 +2541,7 @@ "signature": [ "string" ], - "path": "packages/kbn-profiling-utils/common/frame_group.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/frame_group.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2558,7 +2558,7 @@ "signature": [ "string" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2575,7 +2575,7 @@ "signature": [ "string" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2591,7 +2591,7 @@ "description": [ "\nEmpty exectutable" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2604,7 +2604,7 @@ "description": [ "/** file name */" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false } @@ -2620,7 +2620,7 @@ "description": [ "\nEmpty stack frame" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2633,7 +2633,7 @@ "description": [ "/** File name */" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -2646,7 +2646,7 @@ "description": [ "/** Function name */" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -2659,7 +2659,7 @@ "description": [ "/** Function offset */" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -2672,7 +2672,7 @@ "description": [ "/** Line number */" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -2688,7 +2688,7 @@ "signature": [ "false" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false } @@ -2704,7 +2704,7 @@ "description": [ "\nEmpty stack trace" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2720,7 +2720,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -2736,7 +2736,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -2752,7 +2752,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -2768,7 +2768,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -2779,7 +2779,7 @@ "tags": [], "label": "selfAnnualCO2Kgs", "description": [], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -2790,7 +2790,7 @@ "tags": [], "label": "selfAnnualCostUSD", "description": [], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false }, @@ -2801,7 +2801,7 @@ "tags": [], "label": "Count", "description": [], - "path": "packages/kbn-profiling-utils/common/profiling.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/profiling.ts", "deprecated": false, "trackAdoption": false } @@ -2879,7 +2879,7 @@ }, ".ComparisonDiff>]>" ], - "path": "packages/kbn-profiling-utils/common/functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/functions.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2975,7 +2975,7 @@ }, ".AnnualizedDollarCost>]>" ], - "path": "packages/kbn-profiling-utils/common/functions.ts", + "path": "src/platform/packages/shared/kbn-profiling-utils/common/functions.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_profiling_utils.mdx b/api_docs/kbn_profiling_utils.mdx index 89cc6a9168bd3..c1e5a8011865c 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-12-27 +date: 2025-01-05 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 7c24a376fb46f..f4de6d29bea76 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/random-sampling'] --- import kbnRandomSamplingObj from './kbn_random_sampling.devdocs.json'; diff --git a/api_docs/kbn_react_field.devdocs.json b/api_docs/kbn_react_field.devdocs.json index adfb4e7e852c6..3e95b8ee4b828 100644 --- a/api_docs/kbn_react_field.devdocs.json +++ b/api_docs/kbn_react_field.devdocs.json @@ -37,7 +37,7 @@ }, ") => React.JSX.Element" ], - "path": "packages/kbn-react-field/src/field_button/field_button.tsx", + "path": "src/platform/packages/shared/kbn-react-field/src/field_button/field_button.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -57,7 +57,7 @@ "text": "FieldButtonProps" } ], - "path": "packages/kbn-react-field/src/field_button/field_button.tsx", + "path": "src/platform/packages/shared/kbn-react-field/src/field_button/field_button.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -86,7 +86,7 @@ }, ") => React.JSX.Element" ], - "path": "packages/kbn-react-field/src/field_icon/field_icon.tsx", + "path": "src/platform/packages/shared/kbn-react-field/src/field_icon/field_icon.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -106,7 +106,7 @@ "text": "FieldIconProps" } ], - "path": "packages/kbn-react-field/src/field_icon/field_icon.tsx", + "path": "src/platform/packages/shared/kbn-react-field/src/field_icon/field_icon.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -134,7 +134,7 @@ }, " extends React.HTMLAttributes" ], - "path": "packages/kbn-react-field/src/field_button/field_button.tsx", + "path": "src/platform/packages/shared/kbn-react-field/src/field_button/field_button.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -150,7 +150,7 @@ "signature": [ "string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | null | undefined" ], - "path": "packages/kbn-react-field/src/field_button/field_button.tsx", + "path": "src/platform/packages/shared/kbn-react-field/src/field_button/field_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -166,7 +166,7 @@ "signature": [ "string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | null | undefined" ], - "path": "packages/kbn-react-field/src/field_button/field_button.tsx", + "path": "src/platform/packages/shared/kbn-react-field/src/field_button/field_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -182,7 +182,7 @@ "signature": [ "string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | null | undefined" ], - "path": "packages/kbn-react-field/src/field_button/field_button.tsx", + "path": "src/platform/packages/shared/kbn-react-field/src/field_button/field_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -198,7 +198,7 @@ "signature": [ "string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | null | undefined" ], - "path": "packages/kbn-react-field/src/field_button/field_button.tsx", + "path": "src/platform/packages/shared/kbn-react-field/src/field_button/field_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -214,7 +214,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-react-field/src/field_button/field_button.tsx", + "path": "src/platform/packages/shared/kbn-react-field/src/field_button/field_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -230,7 +230,7 @@ "signature": [ "React.ReactElement> | undefined" ], - "path": "packages/kbn-react-field/src/field_button/field_button.tsx", + "path": "src/platform/packages/shared/kbn-react-field/src/field_button/field_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -246,7 +246,7 @@ "signature": [ "\"s\" | \"xs\"" ], - "path": "packages/kbn-react-field/src/field_button/field_button.tsx", + "path": "src/platform/packages/shared/kbn-react-field/src/field_button/field_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -262,7 +262,7 @@ "signature": [ "\"both\" | undefined" ], - "path": "packages/kbn-react-field/src/field_button/field_button.tsx", + "path": "src/platform/packages/shared/kbn-react-field/src/field_button/field_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -278,7 +278,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-react-field/src/field_button/field_button.tsx", + "path": "src/platform/packages/shared/kbn-react-field/src/field_button/field_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -294,7 +294,7 @@ "signature": [ "(() => void) | undefined" ], - "path": "packages/kbn-react-field/src/field_button/field_button.tsx", + "path": "src/platform/packages/shared/kbn-react-field/src/field_button/field_button.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -312,7 +312,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-react-field/src/field_button/field_button.tsx", + "path": "src/platform/packages/shared/kbn-react-field/src/field_button/field_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -330,7 +330,7 @@ "CommonProps", ") | undefined" ], - "path": "packages/kbn-react-field/src/field_button/field_button.tsx", + "path": "src/platform/packages/shared/kbn-react-field/src/field_button/field_button.tsx", "deprecated": false, "trackAdoption": false } @@ -356,7 +356,7 @@ "EuiTokenProps", ", \"iconType\">" ], - "path": "packages/kbn-react-field/src/field_icon/field_icon.tsx", + "path": "src/platform/packages/shared/kbn-react-field/src/field_icon/field_icon.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -367,7 +367,7 @@ "tags": [], "label": "type", "description": [], - "path": "packages/kbn-react-field/src/field_icon/field_icon.tsx", + "path": "src/platform/packages/shared/kbn-react-field/src/field_icon/field_icon.tsx", "deprecated": false, "trackAdoption": false }, @@ -381,7 +381,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-react-field/src/field_icon/field_icon.tsx", + "path": "src/platform/packages/shared/kbn-react-field/src/field_icon/field_icon.tsx", "deprecated": false, "trackAdoption": false }, @@ -395,7 +395,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-react-field/src/field_icon/field_icon.tsx", + "path": "src/platform/packages/shared/kbn-react-field/src/field_icon/field_icon.tsx", "deprecated": false, "trackAdoption": false } @@ -415,7 +415,7 @@ "signature": [ "\"s\" | \"xs\"" ], - "path": "packages/kbn-react-field/src/field_button/field_button.tsx", + "path": "src/platform/packages/shared/kbn-react-field/src/field_button/field_button.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_react_field.mdx b/api_docs/kbn_react_field.mdx index 6721fbb7077c3..0c76c4cdeb5bf 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-12-27 +date: 2025-01-05 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 67eed3ff89086..d6d6d0ca1d77d 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-hooks'] --- import kbnReactHooksObj from './kbn_react_hooks.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_common.mdx b/api_docs/kbn_react_kibana_context_common.mdx index d6bcabd13a585..fd9080c69ced2 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-common'] --- import kbnReactKibanaContextCommonObj from './kbn_react_kibana_context_common.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_render.devdocs.json b/api_docs/kbn_react_kibana_context_render.devdocs.json index 46459a91d8c48..dce141f75bc81 100644 --- a/api_docs/kbn_react_kibana_context_render.devdocs.json +++ b/api_docs/kbn_react_kibana_context_render.devdocs.json @@ -85,23 +85,11 @@ ], "signature": [ "{ i18n: ", - { - "pluginId": "@kbn/core-i18n-browser", - "scope": "public", - "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-public.I18nStart", - "text": "I18nStart" - }, + "I18nStart", "; analytics?: Pick<", "AnalyticsServiceStart", ", \"reportEvent\"> | undefined; executionContext?: ", - { - "pluginId": "@kbn/core-execution-context-browser", - "scope": "public", - "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-public.ExecutionContextSetup", - "text": "ExecutionContextSetup" - }, + "ExecutionContextSetup", " | undefined; theme: ", { "pluginId": "@kbn/react-kibana-context-common", @@ -111,13 +99,7 @@ "text": "ThemeServiceStart" }, "; userProfile?: Pick<", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - }, + "UserProfileService", ", \"getUserProfile$\"> | undefined; modify?: ", "RecursivePartial", "<", diff --git a/api_docs/kbn_react_kibana_context_render.mdx b/api_docs/kbn_react_kibana_context_render.mdx index 96f1f648de5bc..243b9102b5bd3 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-12-27 +date: 2025-01-05 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 f81ac5f4ff05b..18b6167cf3345 100644 --- a/api_docs/kbn_react_kibana_context_root.devdocs.json +++ b/api_docs/kbn_react_kibana_context_root.devdocs.json @@ -177,13 +177,7 @@ "description": [], "signature": [ "Pick<", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - }, + "UserProfileService", ", \"getUserProfile$\"> | undefined" ], "path": "packages/react/kibana_context/root/eui_provider.tsx", @@ -247,13 +241,7 @@ "The `I18nStart` API from `CoreStart`." ], "signature": [ - { - "pluginId": "@kbn/core-i18n-browser", - "scope": "public", - "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-public.I18nStart", - "text": "I18nStart" - } + "I18nStart" ], "path": "packages/react/kibana_context/root/root_provider.tsx", "deprecated": false, @@ -287,13 +275,7 @@ "The `ExecutionContextStart` API from `CoreStart`." ], "signature": [ - { - "pluginId": "@kbn/core-execution-context-browser", - "scope": "public", - "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-public.ExecutionContextSetup", - "text": "ExecutionContextSetup" - }, + "ExecutionContextSetup", " | undefined" ], "path": "packages/react/kibana_context/root/root_provider.tsx", diff --git a/api_docs/kbn_react_kibana_context_root.mdx b/api_docs/kbn_react_kibana_context_root.mdx index b0a56100e7dfd..1f403177af5ec 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-root'] --- import kbnReactKibanaContextRootObj from './kbn_react_kibana_context_root.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_styled.devdocs.json b/api_docs/kbn_react_kibana_context_styled.devdocs.json index 89d721ec1754d..ae47d6e6c94e9 100644 --- a/api_docs/kbn_react_kibana_context_styled.devdocs.json +++ b/api_docs/kbn_react_kibana_context_styled.devdocs.json @@ -310,15 +310,15 @@ "references": [ { "plugin": "kibanaReact", - "path": "src/plugins/kibana_react/common/eui_styled_components.tsx" + "path": "src/platform/plugins/shared/kibana_react/common/eui_styled_components.tsx" }, { "plugin": "kibanaReact", - "path": "src/plugins/kibana_react/common/eui_styled_components.tsx" + "path": "src/platform/plugins/shared/kibana_react/common/eui_styled_components.tsx" }, { "plugin": "kibanaReact", - "path": "src/plugins/kibana_react/common/index.ts" + "path": "src/platform/plugins/shared/kibana_react/common/index.ts" } ], "children": [ diff --git a/api_docs/kbn_react_kibana_context_styled.mdx b/api_docs/kbn_react_kibana_context_styled.mdx index a672b5de2f813..e9f8f8ff43b07 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-12-27 +date: 2025-01-05 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 c9598a556fbd3..4e8c40de4d931 100644 --- a/api_docs/kbn_react_kibana_context_theme.devdocs.json +++ b/api_docs/kbn_react_kibana_context_theme.devdocs.json @@ -86,13 +86,7 @@ "text": "ThemeServiceStart" }, ", userProfile?: ", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - }, + "UserProfileService", " | undefined) => React.JSX.Element" ], "path": "packages/react/kibana_context/theme/with_theme.tsx", @@ -147,13 +141,7 @@ "label": "userProfile", "description": [], "signature": [ - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - }, + "UserProfileService", " | undefined" ], "path": "packages/react/kibana_context/theme/with_theme.tsx", @@ -265,13 +253,7 @@ ], "signature": [ "Pick<", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - }, + "UserProfileService", ", \"getUserProfile$\"> | undefined" ], "path": "packages/react/kibana_context/theme/theme_provider.tsx", diff --git a/api_docs/kbn_react_kibana_context_theme.mdx b/api_docs/kbn_react_kibana_context_theme.mdx index a5be91924dfec..c8be21d8b4857 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-theme'] --- import kbnReactKibanaContextThemeObj from './kbn_react_kibana_context_theme.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_mount.devdocs.json b/api_docs/kbn_react_kibana_mount.devdocs.json index bbb272487b6ce..6f0ecbbb7b1a9 100644 --- a/api_docs/kbn_react_kibana_mount.devdocs.json +++ b/api_docs/kbn_react_kibana_mount.devdocs.json @@ -89,13 +89,7 @@ "text": "ToMountPointParams" }, ") => ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", "" ], "path": "packages/react/kibana_mount/to_mount_point.tsx", @@ -183,13 +177,7 @@ "description": [], "signature": [ "(mountPoint: ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", " | undefined) => void" ], "path": "packages/react/kibana_mount/mount_point_portal.tsx", @@ -204,13 +192,7 @@ "label": "mountPoint", "description": [], "signature": [ - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", " | undefined" ], "path": "packages/react/kibana_mount/mount_point_portal.tsx", @@ -250,13 +232,7 @@ "description": [], "signature": [ "{ i18n: ", - { - "pluginId": "@kbn/core-i18n-browser", - "scope": "public", - "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-public.I18nStart", - "text": "I18nStart" - }, + "I18nStart", "; analytics?: Pick<", "AnalyticsServiceStart", ", \"reportEvent\"> | undefined; theme: ", @@ -268,13 +244,7 @@ "text": "ThemeServiceStart" }, "; userProfile?: Pick<", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - }, + "UserProfileService", ", \"getUserProfile$\"> | undefined; }" ], "path": "packages/react/kibana_mount/to_mount_point.tsx", diff --git a/api_docs/kbn_react_kibana_mount.mdx b/api_docs/kbn_react_kibana_mount.mdx index 4da2271871302..6b4b799a7593d 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-mount'] --- import kbnReactKibanaMountObj from './kbn_react_kibana_mount.devdocs.json'; diff --git a/api_docs/kbn_react_mute_legacy_root_warning.mdx b/api_docs/kbn_react_mute_legacy_root_warning.mdx index 2bd23c1a7ddcb..723ef4e2d26b1 100644 --- a/api_docs/kbn_react_mute_legacy_root_warning.mdx +++ b/api_docs/kbn_react_mute_legacy_root_warning.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-mute-legacy-root-warning title: "@kbn/react-mute-legacy-root-warning" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-mute-legacy-root-warning plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-mute-legacy-root-warning'] --- import kbnReactMuteLegacyRootWarningObj from './kbn_react_mute_legacy_root_warning.devdocs.json'; diff --git a/api_docs/kbn_recently_accessed.mdx b/api_docs/kbn_recently_accessed.mdx index 78a1c8a4c4e16..ab6a5d8efe1e1 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/recently-accessed'] --- import kbnRecentlyAccessedObj from './kbn_recently_accessed.devdocs.json'; diff --git a/api_docs/kbn_relocate.mdx b/api_docs/kbn_relocate.mdx index a1cb86f8b4b81..b035208f8987e 100644 --- a/api_docs/kbn_relocate.mdx +++ b/api_docs/kbn_relocate.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-relocate title: "@kbn/relocate" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/relocate plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/relocate'] --- import kbnRelocateObj from './kbn_relocate.devdocs.json'; diff --git a/api_docs/kbn_repo_file_maps.mdx b/api_docs/kbn_repo_file_maps.mdx index 42a4de460b1c9..7f0780d6c7345 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/repo-file-maps'] --- import kbnRepoFileMapsObj from './kbn_repo_file_maps.devdocs.json'; diff --git a/api_docs/kbn_repo_linter.mdx b/api_docs/kbn_repo_linter.mdx index 90562567700b9..cc26c5bd5ef9f 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-12-27 +date: 2025-01-05 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 716b88d2564a0..03d9da720353c 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-12-27 +date: 2025-01-05 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 6b044b25ea8ef..8b6a2defb56e3 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-12-27 +date: 2025-01-05 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 98fbfd5f703e2..6295642398df1 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-common'] --- import kbnReportingCommonObj from './kbn_reporting_common.devdocs.json'; diff --git a/api_docs/kbn_reporting_csv_share_panel.mdx b/api_docs/kbn_reporting_csv_share_panel.mdx index f51cc1c190ae6..4b11a480f64fb 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-12-27 +date: 2025-01-05 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 56748215d9395..2c07f7120ab2c 100644 --- a/api_docs/kbn_reporting_export_types_csv.devdocs.json +++ b/api_docs/kbn_reporting_export_types_csv.devdocs.json @@ -161,13 +161,7 @@ "description": [], "signature": [ "[core: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", ", config: Readonly<{ roles?: Readonly<{} & { enabled: boolean; allow: string[]; }> | undefined; encryptionKey?: string | undefined; } & { enabled: boolean; csv: Readonly<{ enablePanelActionDownload?: boolean | undefined; } & { scroll: Readonly<{} & { size: number; duration: string; strategy: \"scroll\" | \"pit\"; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; maxSizeBytes: number | ", { "pluginId": "@kbn/config-schema", @@ -185,13 +179,7 @@ "text": "Logger" }, ", context: ", - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", " | undefined; encryptionKey?: string | undefined; } & { enabled: boolean; csv: Readonly<{ enablePanelActionDownload?: boolean | undefined; } & { scroll: Readonly<{} & { size: number; duration: string; strategy: \"scroll\" | \"pit\"; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; maxSizeBytes: number | ", { "pluginId": "@kbn/config-schema", @@ -558,13 +546,7 @@ "description": [], "signature": [ "[core: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", ", config: Readonly<{ roles?: Readonly<{} & { enabled: boolean; allow: string[]; }> | undefined; encryptionKey?: string | undefined; } & { enabled: boolean; csv: Readonly<{ enablePanelActionDownload?: boolean | undefined; } & { scroll: Readonly<{} & { size: number; duration: string; strategy: \"scroll\" | \"pit\"; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; maxSizeBytes: number | ", { "pluginId": "@kbn/config-schema", @@ -582,13 +564,7 @@ "text": "Logger" }, ", context: ", - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", " | undefined; encryptionKey?: string | undefined; } & { enabled: boolean; csv: Readonly<{ enablePanelActionDownload?: boolean | undefined; } & { scroll: Readonly<{} & { size: number; duration: string; strategy: \"scroll\" | \"pit\"; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; maxSizeBytes: number | ", { "pluginId": "@kbn/config-schema", @@ -626,13 +602,7 @@ ", _context: ", "ReportingRequestHandlerContext", ", req: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => Promise<{ title: string; objectType: \"search\"; pagingStrategy: \"scroll\" | \"pit\"; version: string; layout?: { id?: ", { "pluginId": "screenshotting", @@ -643,7 +613,7 @@ }, " | undefined; dimensions?: { width: number; height: number; } | undefined; selectors?: Partial<", "LayoutSelectorDictionary", - "> | undefined; zoom?: number | undefined; } | undefined; locatorParams: ", + "> | undefined; zoom?: number | undefined; } | undefined; browserTimezone: string; locatorParams: ", "LocatorParams", "<", { @@ -653,7 +623,7 @@ "section": "def-common.SerializableRecord", "text": "SerializableRecord" }, - ">[]; browserTimezone: string; }>" + ">[]; }>" ], "path": "packages/kbn-reporting/export_types/csv/csv_v2.ts", "deprecated": false, @@ -703,13 +673,7 @@ "label": "req", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "packages/kbn-reporting/export_types/csv/csv_v2.ts", diff --git a/api_docs/kbn_reporting_export_types_csv.mdx b/api_docs/kbn_reporting_export_types_csv.mdx index 5d50d6df63000..da2e17075186e 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-12-27 +date: 2025-01-05 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.devdocs.json b/api_docs/kbn_reporting_export_types_csv_common.devdocs.json index 291e445f24f44..2c7b73b831298 100644 --- a/api_docs/kbn_reporting_export_types_csv_common.devdocs.json +++ b/api_docs/kbn_reporting_export_types_csv_common.devdocs.json @@ -226,11 +226,11 @@ "references": [ { "plugin": "reporting", - "path": "x-pack/plugins/reporting/server/routes/common/jobs/get_document_payload.ts" + "path": "x-pack/platform/plugins/private/reporting/server/routes/common/jobs/get_document_payload.ts" }, { "plugin": "reporting", - "path": "x-pack/plugins/reporting/server/routes/common/jobs/get_document_payload.ts" + "path": "x-pack/platform/plugins/private/reporting/server/routes/common/jobs/get_document_payload.ts" } ], "initialIsOpen": false diff --git a/api_docs/kbn_reporting_export_types_csv_common.mdx b/api_docs/kbn_reporting_export_types_csv_common.mdx index 34ac3889c67d2..63387e11ea7be 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-12-27 +date: 2025-01-05 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 a3f6183280b45..9026319c619f8 100644 --- a/api_docs/kbn_reporting_export_types_pdf.devdocs.json +++ b/api_docs/kbn_reporting_export_types_pdf.devdocs.json @@ -169,13 +169,7 @@ "description": [], "signature": [ "[core: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", ", config: Readonly<{ roles?: Readonly<{} & { enabled: boolean; allow: string[]; }> | undefined; encryptionKey?: string | undefined; } & { enabled: boolean; csv: Readonly<{ enablePanelActionDownload?: boolean | undefined; } & { scroll: Readonly<{} & { size: number; duration: string; strategy: \"scroll\" | \"pit\"; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; maxSizeBytes: number | ", { "pluginId": "@kbn/config-schema", @@ -193,13 +187,7 @@ "text": "Logger" }, ", context: ", - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", " | undefined; encryptionKey?: string | undefined; } & { enabled: boolean; csv: Readonly<{ enablePanelActionDownload?: boolean | undefined; } & { scroll: Readonly<{} & { size: number; duration: string; strategy: \"scroll\" | \"pit\"; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; maxSizeBytes: number | ", { "pluginId": "@kbn/config-schema", @@ -484,11 +472,11 @@ "references": [ { "plugin": "reporting", - "path": "x-pack/plugins/reporting/server/core.ts" + "path": "x-pack/platform/plugins/private/reporting/server/core.ts" }, { "plugin": "reporting", - "path": "x-pack/plugins/reporting/server/core.ts" + "path": "x-pack/platform/plugins/private/reporting/server/core.ts" } ], "children": [ @@ -590,13 +578,7 @@ "description": [], "signature": [ "[core: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", ", config: Readonly<{ roles?: Readonly<{} & { enabled: boolean; allow: string[]; }> | undefined; encryptionKey?: string | undefined; } & { enabled: boolean; csv: Readonly<{ enablePanelActionDownload?: boolean | undefined; } & { scroll: Readonly<{} & { size: number; duration: string; strategy: \"scroll\" | \"pit\"; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; maxSizeBytes: number | ", { "pluginId": "@kbn/config-schema", @@ -614,13 +596,7 @@ "text": "Logger" }, ", context: ", - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", " | undefined; encryptionKey?: string | undefined; } & { enabled: boolean; csv: Readonly<{ enablePanelActionDownload?: boolean | undefined; } & { scroll: Readonly<{} & { size: number; duration: string; strategy: \"scroll\" | \"pit\"; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; maxSizeBytes: number | ", { "pluginId": "@kbn/config-schema", diff --git a/api_docs/kbn_reporting_export_types_pdf.mdx b/api_docs/kbn_reporting_export_types_pdf.mdx index a2ec727866a43..c89843b9fc672 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-12-27 +date: 2025-01-05 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 436db458a47c3..581477c9babfa 100644 --- a/api_docs/kbn_reporting_export_types_pdf_common.devdocs.json +++ b/api_docs/kbn_reporting_export_types_pdf_common.devdocs.json @@ -185,7 +185,9 @@ }, " | undefined; dimensions?: { width: number; height: number; } | undefined; selectors?: Partial<", "LayoutSelectorDictionary", - "> | undefined; zoom?: number | undefined; }; locatorParams: ", + "> | undefined; zoom?: number | undefined; }; objectType: string; pagingStrategy?: ", + "CsvPagingStrategy", + " | undefined; locatorParams: ", "LocatorParams", "<", { @@ -195,9 +197,7 @@ "section": "def-common.SerializableRecord", "text": "SerializableRecord" }, - ">[]; objectType: string; pagingStrategy?: ", - "CsvPagingStrategy", - " | undefined; }" + ">[]; }" ], "path": "packages/kbn-reporting/export_types/pdf_common/index.ts", "deprecated": false, diff --git a/api_docs/kbn_reporting_export_types_pdf_common.mdx b/api_docs/kbn_reporting_export_types_pdf_common.mdx index 4ab088e6eafa3..e9edc48e439a3 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-12-27 +date: 2025-01-05 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 022be1c0e97c3..6b5540c67913d 100644 --- a/api_docs/kbn_reporting_export_types_png.devdocs.json +++ b/api_docs/kbn_reporting_export_types_png.devdocs.json @@ -169,13 +169,7 @@ "description": [], "signature": [ "[core: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", ", config: Readonly<{ roles?: Readonly<{} & { enabled: boolean; allow: string[]; }> | undefined; encryptionKey?: string | undefined; } & { enabled: boolean; csv: Readonly<{ enablePanelActionDownload?: boolean | undefined; } & { scroll: Readonly<{} & { size: number; duration: string; strategy: \"scroll\" | \"pit\"; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; maxSizeBytes: number | ", { "pluginId": "@kbn/config-schema", @@ -193,13 +187,7 @@ "text": "Logger" }, ", context: ", - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", " | undefined; encryptionKey?: string | undefined; } & { enabled: boolean; csv: Readonly<{ enablePanelActionDownload?: boolean | undefined; } & { scroll: Readonly<{} & { size: number; duration: string; strategy: \"scroll\" | \"pit\"; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; maxSizeBytes: number | ", { "pluginId": "@kbn/config-schema", diff --git a/api_docs/kbn_reporting_export_types_png.mdx b/api_docs/kbn_reporting_export_types_png.mdx index eab3d00fe5f3c..d76f6947f342e 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-12-27 +date: 2025-01-05 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 562cc051d7baa..3cc4fdd4cafe9 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-12-27 +date: 2025-01-05 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 b4ed7f7e4f8ce..fa9e5aec24490 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-12-27 +date: 2025-01-05 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 e6bbec136221d..396122446d0ab 100644 --- a/api_docs/kbn_reporting_public.devdocs.json +++ b/api_docs/kbn_reporting_public.devdocs.json @@ -764,13 +764,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "packages/kbn-reporting/public/reporting_api_client.ts", "deprecated": false, @@ -1519,13 +1513,7 @@ "text": "ReportingAPIClient" }, "; http: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", "; }>) => React.JSX.Element" ], "path": "packages/kbn-reporting/public/context.tsx", @@ -1549,13 +1537,7 @@ "text": "ReportingAPIClient" }, "; http: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", "; }>" ], "path": "packages/kbn-reporting/public/context.tsx", @@ -1645,13 +1627,7 @@ "text": "KibanaReactContextValue" }, " & ", { "pluginId": "@kbn/reporting-public", @@ -1760,13 +1736,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "packages/kbn-reporting/public/index.ts", "deprecated": false, @@ -1814,13 +1784,7 @@ "label": "docLinks", "description": [], "signature": [ - { - "pluginId": "@kbn/core-doc-links-browser", - "scope": "public", - "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-public.DocLinksStart", - "text": "DocLinksStart" - } + "DocLinksStart" ], "path": "packages/kbn-reporting/public/index.ts", "deprecated": false, diff --git a/api_docs/kbn_reporting_public.mdx b/api_docs/kbn_reporting_public.mdx index 079f0e9ad7c59..d282b86d667cb 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-12-27 +date: 2025-01-05 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 0a7505bde41b5..4116c115066b7 100644 --- a/api_docs/kbn_reporting_server.devdocs.json +++ b/api_docs/kbn_reporting_server.devdocs.json @@ -101,13 +101,7 @@ "description": [], "signature": [ "(jobParams: JobParamsType, context: ", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.CustomRequestHandlerContext", - "text": "CustomRequestHandlerContext" - }, + "CustomRequestHandlerContext", "<{ reporting: ", { "pluginId": "@kbn/reporting-server", @@ -117,13 +111,7 @@ "text": "ReportingServerPluginSetup" }, " | null; }>, req: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => Promise>" ], "path": "packages/kbn-reporting/server/export_type.ts", @@ -153,13 +141,7 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " & { reporting: Promise<", { "pluginId": "@kbn/reporting-server", @@ -182,13 +164,7 @@ "label": "req", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "packages/kbn-reporting/server/types.ts", @@ -351,21 +327,9 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.HttpServiceSetup", - "text": "HttpServiceSetup" - }, + "HttpServiceSetup", "<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandlerContextBase", - "text": "RequestHandlerContextBase" - }, + "RequestHandlerContextBase", ">" ], "path": "packages/kbn-reporting/server/export_type.ts", @@ -394,13 +358,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "" ], "path": "packages/kbn-reporting/server/export_type.ts", @@ -460,13 +418,7 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", " | undefined; encryptionKey?: string | undefined; } & { enabled: boolean; csv: Readonly<{ enablePanelActionDownload?: boolean | undefined; } & { scroll: Readonly<{} & { size: number; duration: string; strategy: \"scroll\" | \"pit\"; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; maxSizeBytes: number | ", { "pluginId": "@kbn/config-schema", @@ -558,13 +510,7 @@ "description": [], "signature": [ "(savedObjectsClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ") => ", { "pluginId": "@kbn/core-ui-settings-server", @@ -586,13 +532,7 @@ "label": "savedObjectsClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "packages/kbn-reporting/server/export_type.ts", "deprecated": false, @@ -611,13 +551,7 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", logger?: ", { "pluginId": "@kbn/logging", @@ -648,13 +582,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "packages/kbn-reporting/server/export_type.ts", @@ -695,13 +623,7 @@ "description": [], "signature": [ "(headers: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.Headers", - "text": "Headers" - }, + "Headers", ", spaceId: string | undefined, logger?: ", { "pluginId": "@kbn/logging", @@ -711,13 +633,7 @@ "text": "Logger" }, ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "packages/kbn-reporting/server/export_type.ts", @@ -732,13 +648,7 @@ "label": "headers", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.Headers", - "text": "Headers" - } + "Headers" ], "path": "packages/kbn-reporting/server/export_type.ts", "deprecated": false, @@ -1070,7 +980,7 @@ "signature": [ "T" ], - "path": "src/plugins/kibana_utils/common/create_getter_setter.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/create_getter_setter.ts", "deprecated": false, "trackAdoption": false } @@ -1099,13 +1009,7 @@ "description": [], "signature": [ "{ set: (request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", requestSpecificBasePath: string) => void; }" ], "path": "packages/kbn-reporting/server/export_type.ts", @@ -1155,13 +1059,7 @@ "label": "savedObjects", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsServiceStart", - "text": "SavedObjectsServiceStart" - } + "SavedObjectsServiceStart" ], "path": "packages/kbn-reporting/server/export_type.ts", "deprecated": false, @@ -1195,13 +1093,7 @@ "label": "esClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.IClusterClient", - "text": "IClusterClient" - } + "IClusterClient" ], "path": "packages/kbn-reporting/server/export_type.ts", "deprecated": false, @@ -1433,13 +1325,7 @@ "description": [], "signature": [ "(jobParams: JobParamsType, context: ", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.CustomRequestHandlerContext", - "text": "CustomRequestHandlerContext" - }, + "CustomRequestHandlerContext", "<{ reporting: ", { "pluginId": "@kbn/reporting-server", @@ -1449,13 +1335,7 @@ "text": "ReportingServerPluginSetup" }, " | null; }>, req: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => Promise>" ], "path": "packages/kbn-reporting/server/types.ts", @@ -1485,13 +1365,7 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " & { reporting: Promise<", { "pluginId": "@kbn/reporting-server", @@ -1514,13 +1388,7 @@ "label": "req", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "packages/kbn-reporting/server/types.ts", diff --git a/api_docs/kbn_reporting_server.mdx b/api_docs/kbn_reporting_server.mdx index d1db85dbec998..1e6a5dc08f948 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-12-27 +date: 2025-01-05 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 0e44d8bd2673d..dd6b7120e39db 100644 --- a/api_docs/kbn_resizable_layout.devdocs.json +++ b/api_docs/kbn_resizable_layout.devdocs.json @@ -29,7 +29,7 @@ }, " & React.RefAttributes<{}>>" ], - "path": "packages/kbn-resizable-layout/index.ts", + "path": "src/platform/packages/shared/kbn-resizable-layout/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -60,7 +60,7 @@ "tags": [], "label": "ResizableLayoutProps", "description": [], - "path": "packages/kbn-resizable-layout/src/resizable_layout.tsx", + "path": "src/platform/packages/shared/kbn-resizable-layout/src/resizable_layout.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -76,7 +76,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-resizable-layout/src/resizable_layout.tsx", + "path": "src/platform/packages/shared/kbn-resizable-layout/src/resizable_layout.tsx", "deprecated": false, "trackAdoption": false }, @@ -98,7 +98,7 @@ "text": "ResizableLayoutMode" } ], - "path": "packages/kbn-resizable-layout/src/resizable_layout.tsx", + "path": "src/platform/packages/shared/kbn-resizable-layout/src/resizable_layout.tsx", "deprecated": false, "trackAdoption": false }, @@ -120,7 +120,7 @@ "text": "ResizableLayoutDirection" } ], - "path": "packages/kbn-resizable-layout/src/resizable_layout.tsx", + "path": "src/platform/packages/shared/kbn-resizable-layout/src/resizable_layout.tsx", "deprecated": false, "trackAdoption": false }, @@ -136,7 +136,7 @@ "signature": [ "HTMLElement | null" ], - "path": "packages/kbn-resizable-layout/src/resizable_layout.tsx", + "path": "src/platform/packages/shared/kbn-resizable-layout/src/resizable_layout.tsx", "deprecated": false, "trackAdoption": false }, @@ -149,7 +149,7 @@ "description": [ "\nCurrent size of the fixed panel in pixels" ], - "path": "packages/kbn-resizable-layout/src/resizable_layout.tsx", + "path": "src/platform/packages/shared/kbn-resizable-layout/src/resizable_layout.tsx", "deprecated": false, "trackAdoption": false }, @@ -162,7 +162,7 @@ "description": [ "\nMinimum size of the fixed panel in pixels" ], - "path": "packages/kbn-resizable-layout/src/resizable_layout.tsx", + "path": "src/platform/packages/shared/kbn-resizable-layout/src/resizable_layout.tsx", "deprecated": false, "trackAdoption": false }, @@ -175,7 +175,7 @@ "description": [ "\nMinimum size of the flex panel in pixels" ], - "path": "packages/kbn-resizable-layout/src/resizable_layout.tsx", + "path": "src/platform/packages/shared/kbn-resizable-layout/src/resizable_layout.tsx", "deprecated": false, "trackAdoption": false }, @@ -191,7 +191,7 @@ "signature": [ "React.ReactElement>" ], - "path": "packages/kbn-resizable-layout/src/resizable_layout.tsx", + "path": "src/platform/packages/shared/kbn-resizable-layout/src/resizable_layout.tsx", "deprecated": false, "trackAdoption": false }, @@ -207,7 +207,7 @@ "signature": [ "React.ReactElement>" ], - "path": "packages/kbn-resizable-layout/src/resizable_layout.tsx", + "path": "src/platform/packages/shared/kbn-resizable-layout/src/resizable_layout.tsx", "deprecated": false, "trackAdoption": false }, @@ -223,7 +223,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-resizable-layout/src/resizable_layout.tsx", + "path": "src/platform/packages/shared/kbn-resizable-layout/src/resizable_layout.tsx", "deprecated": false, "trackAdoption": false }, @@ -239,7 +239,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-resizable-layout/src/resizable_layout.tsx", + "path": "src/platform/packages/shared/kbn-resizable-layout/src/resizable_layout.tsx", "deprecated": false, "trackAdoption": false }, @@ -255,7 +255,7 @@ "signature": [ "((fixedPanelSize: number) => void) | undefined" ], - "path": "packages/kbn-resizable-layout/src/resizable_layout.tsx", + "path": "src/platform/packages/shared/kbn-resizable-layout/src/resizable_layout.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -269,7 +269,7 @@ "signature": [ "number" ], - "path": "packages/kbn-resizable-layout/src/resizable_layout.tsx", + "path": "src/platform/packages/shared/kbn-resizable-layout/src/resizable_layout.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -289,7 +289,7 @@ "tags": [], "label": "ResizableLayoutDirection", "description": [], - "path": "packages/kbn-resizable-layout/types.ts", + "path": "src/platform/packages/shared/kbn-resizable-layout/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -301,7 +301,7 @@ "tags": [], "label": "ResizableLayoutMode", "description": [], - "path": "packages/kbn-resizable-layout/types.ts", + "path": "src/platform/packages/shared/kbn-resizable-layout/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_resizable_layout.mdx b/api_docs/kbn_resizable_layout.mdx index 8ca29b8d61442..b6d8734ece302 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/resizable-layout'] --- import kbnResizableLayoutObj from './kbn_resizable_layout.devdocs.json'; diff --git a/api_docs/kbn_response_ops_feature_flag_service.mdx b/api_docs/kbn_response_ops_feature_flag_service.mdx index 3ffc76abddc57..65a2636cd48fe 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-12-27 +date: 2025-01-05 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_response_ops_rule_form.devdocs.json b/api_docs/kbn_response_ops_rule_form.devdocs.json index 4a6328b02b192..a2d8794847a28 100644 --- a/api_docs/kbn_response_ops_rule_form.devdocs.json +++ b/api_docs/kbn_response_ops_rule_form.devdocs.json @@ -12,13 +12,7 @@ "description": [], "signature": [ "({\n http,\n rule,\n}: { http: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", "; rule: ", { "pluginId": "@kbn/response-ops-rule-form", @@ -76,13 +70,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "packages/response-ops/rule_form/src/common/apis/create_rule/create_rule.ts", "deprecated": false, @@ -132,13 +120,7 @@ "description": [], "signature": [ "({ http }: { http: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", "; }) => Promise<", "UiConfig", ">" @@ -166,13 +148,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "packages/response-ops/rule_form/src/common/apis/fetch_ui_config/fetch_ui_config.ts", "deprecated": false, @@ -193,13 +169,7 @@ "description": [], "signature": [ "({\n http,\n id,\n}: { http: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", "; id: string; }) => Promise<", { "pluginId": "@kbn/alerts-ui-shared", @@ -233,13 +203,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "packages/response-ops/rule_form/src/common/apis/resolve_rule/resolve_rule.ts", "deprecated": false, @@ -562,13 +526,7 @@ "description": [], "signature": [ "({\n http,\n rule,\n id,\n}: { http: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", "; rule: ", "UpdateRuleBody", "<", @@ -620,13 +578,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "packages/response-ops/rule_form/src/common/apis/update_rule/update_rule.ts", "deprecated": false, @@ -1296,13 +1248,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "packages/response-ops/rule_form/src/types.ts", "deprecated": false, @@ -1316,13 +1262,7 @@ "label": "i18n", "description": [], "signature": [ - { - "pluginId": "@kbn/core-i18n-browser", - "scope": "public", - "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-public.I18nStart", - "text": "I18nStart" - } + "I18nStart" ], "path": "packages/response-ops/rule_form/src/types.ts", "deprecated": false, @@ -1336,13 +1276,7 @@ "label": "theme", "description": [], "signature": [ - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - } + "ThemeServiceSetup" ], "path": "packages/response-ops/rule_form/src/types.ts", "deprecated": false, @@ -1356,13 +1290,7 @@ "label": "userProfile", "description": [], "signature": [ - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - } + "UserProfileService" ], "path": "packages/response-ops/rule_form/src/types.ts", "deprecated": false, @@ -1390,13 +1318,7 @@ "label": "notifications", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.NotificationsStart", - "text": "NotificationsStart" - } + "NotificationsStart" ], "path": "packages/response-ops/rule_form/src/types.ts", "deprecated": false, @@ -1510,13 +1432,7 @@ "label": "docLinks", "description": [], "signature": [ - { - "pluginId": "@kbn/core-doc-links-browser", - "scope": "public", - "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-public.DocLinksStart", - "text": "DocLinksStart" - } + "DocLinksStart" ], "path": "packages/response-ops/rule_form/src/types.ts", "deprecated": false, @@ -2119,13 +2035,7 @@ "description": [], "signature": [ "string | ((docLinks: ", - { - "pluginId": "@kbn/core-doc-links-browser", - "scope": "public", - "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-public.DocLinksStart", - "text": "DocLinksStart" - }, + "DocLinksStart", ") => string) | null" ], "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/rule_types.ts", diff --git a/api_docs/kbn_response_ops_rule_form.mdx b/api_docs/kbn_response_ops_rule_form.mdx index a693965457d07..7359b639ca250 100644 --- a/api_docs/kbn_response_ops_rule_form.mdx +++ b/api_docs/kbn_response_ops_rule_form.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-response-ops-rule-form title: "@kbn/response-ops-rule-form" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/response-ops-rule-form plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/response-ops-rule-form'] --- import kbnResponseOpsRuleFormObj from './kbn_response_ops_rule_form.devdocs.json'; diff --git a/api_docs/kbn_response_ops_rule_params.devdocs.json b/api_docs/kbn_response_ops_rule_params.devdocs.json index 62cb521773ef3..e87e82d79cc74 100644 --- a/api_docs/kbn_response_ops_rule_params.devdocs.json +++ b/api_docs/kbn_response_ops_rule_params.devdocs.json @@ -32,7 +32,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "src/platform/packages/private/response-ops/rule_params/v1.ts", + "path": "src/platform/packages/shared/response-ops/rule_params/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -47,7 +47,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "src/platform/packages/private/response-ops/rule_params/v1.ts", + "path": "src/platform/packages/shared/response-ops/rule_params/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -62,7 +62,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "src/platform/packages/private/response-ops/rule_params/v1.ts", + "path": "src/platform/packages/shared/response-ops/rule_params/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -77,7 +77,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "src/platform/packages/private/response-ops/rule_params/v1.ts", + "path": "src/platform/packages/shared/response-ops/rule_params/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -101,7 +101,7 @@ }, ">" ], - "path": "src/platform/packages/private/response-ops/rule_params/v1.ts", + "path": "src/platform/packages/shared/response-ops/rule_params/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -123,7 +123,7 @@ }, ">" ], - "path": "src/platform/packages/private/response-ops/rule_params/v1.ts", + "path": "src/platform/packages/shared/response-ops/rule_params/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -145,7 +145,7 @@ }, ">" ], - "path": "src/platform/packages/private/response-ops/rule_params/v1.ts", + "path": "src/platform/packages/shared/response-ops/rule_params/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -167,7 +167,7 @@ }, ">" ], - "path": "src/platform/packages/private/response-ops/rule_params/v1.ts", + "path": "src/platform/packages/shared/response-ops/rule_params/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_response_ops_rule_params.mdx b/api_docs/kbn_response_ops_rule_params.mdx index 5f94445423bd9..73250640adaed 100644 --- a/api_docs/kbn_response_ops_rule_params.mdx +++ b/api_docs/kbn_response_ops_rule_params.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-response-ops-rule-params title: "@kbn/response-ops-rule-params" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/response-ops-rule-params plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/response-ops-rule-params'] --- import kbnResponseOpsRuleParamsObj from './kbn_response_ops_rule_params.devdocs.json'; diff --git a/api_docs/kbn_rison.devdocs.json b/api_docs/kbn_rison.devdocs.json index 6d27f7e58ad0e..0bfa9af466399 100644 --- a/api_docs/kbn_rison.devdocs.json +++ b/api_docs/kbn_rison.devdocs.json @@ -38,7 +38,7 @@ "text": "RisonValue" } ], - "path": "packages/kbn-rison/kbn_rison.ts", + "path": "src/platform/packages/shared/kbn-rison/kbn_rison.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -52,7 +52,7 @@ "signature": [ "string" ], - "path": "packages/kbn-rison/kbn_rison.ts", + "path": "src/platform/packages/shared/kbn-rison/kbn_rison.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -81,7 +81,7 @@ }, "[]" ], - "path": "packages/kbn-rison/kbn_rison.ts", + "path": "src/platform/packages/shared/kbn-rison/kbn_rison.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -95,7 +95,7 @@ "signature": [ "string" ], - "path": "packages/kbn-rison/kbn_rison.ts", + "path": "src/platform/packages/shared/kbn-rison/kbn_rison.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -116,7 +116,7 @@ "signature": [ "(obj: any) => string" ], - "path": "packages/kbn-rison/kbn_rison.ts", + "path": "src/platform/packages/shared/kbn-rison/kbn_rison.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -130,7 +130,7 @@ "signature": [ "any" ], - "path": "packages/kbn-rison/kbn_rison.ts", + "path": "src/platform/packages/shared/kbn-rison/kbn_rison.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -151,7 +151,7 @@ "signature": [ "(array: any[]) => any" ], - "path": "packages/kbn-rison/kbn_rison.ts", + "path": "src/platform/packages/shared/kbn-rison/kbn_rison.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -165,7 +165,7 @@ "signature": [ "any[]" ], - "path": "packages/kbn-rison/kbn_rison.ts", + "path": "src/platform/packages/shared/kbn-rison/kbn_rison.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -184,7 +184,7 @@ "signature": [ "(obj: any) => string | undefined" ], - "path": "packages/kbn-rison/kbn_rison.ts", + "path": "src/platform/packages/shared/kbn-rison/kbn_rison.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -198,7 +198,7 @@ "signature": [ "any" ], - "path": "packages/kbn-rison/kbn_rison.ts", + "path": "src/platform/packages/shared/kbn-rison/kbn_rison.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -226,7 +226,7 @@ "text": "RisonValue" } ], - "path": "packages/kbn-rison/kbn_rison.ts", + "path": "src/platform/packages/shared/kbn-rison/kbn_rison.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -240,7 +240,7 @@ "signature": [ "string" ], - "path": "packages/kbn-rison/kbn_rison.ts", + "path": "src/platform/packages/shared/kbn-rison/kbn_rison.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -279,7 +279,7 @@ }, "; } | null" ], - "path": "packages/kbn-rison/kbn_rison.ts", + "path": "src/platform/packages/shared/kbn-rison/kbn_rison.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_rison.mdx b/api_docs/kbn_rison.mdx index 2374d95487d91..8caf7d087f058 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-12-27 +date: 2025-01-05 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 9834cb6aec1f0..5a5f0ca0dc6a9 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-12-27 +date: 2025-01-05 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 7bf76c5463cce..53421e26efbc1 100644 --- a/api_docs/kbn_router_to_openapispec.devdocs.json +++ b/api_docs/kbn_router_to_openapispec.devdocs.json @@ -22,28 +22,16 @@ "(appRouters: { routers: ", "Router", "<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandlerContextBase", - "text": "RequestHandlerContextBase" - }, + "RequestHandlerContextBase", ">[]; versionedRouters: ", - { - "pluginId": "@kbn/core-http-router-server-internal", - "scope": "server", - "docId": "kibKbnCoreHttpRouterServerInternalPluginApi", - "section": "def-server.CoreVersionedRouter", - "text": "CoreVersionedRouter" - }, + "CoreVersionedRouter", "[]; }, opts: ", "GenerateOpenApiDocumentOptions", ") => ", "OpenAPIV3", ".Document<{}>" ], - "path": "packages/kbn-router-to-openapispec/src/generate_oas.ts", + "path": "src/platform/packages/shared/kbn-router-to-openapispec/src/generate_oas.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -54,7 +42,7 @@ "tags": [], "label": "appRouters", "description": [], - "path": "packages/kbn-router-to-openapispec/src/generate_oas.ts", + "path": "src/platform/packages/shared/kbn-router-to-openapispec/src/generate_oas.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -68,16 +56,10 @@ "signature": [ "Router", "<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RequestHandlerContextBase", - "text": "RequestHandlerContextBase" - }, + "RequestHandlerContextBase", ">[]" ], - "path": "packages/kbn-router-to-openapispec/src/generate_oas.ts", + "path": "src/platform/packages/shared/kbn-router-to-openapispec/src/generate_oas.ts", "deprecated": false, "trackAdoption": false }, @@ -89,16 +71,10 @@ "label": "versionedRouters", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-router-server-internal", - "scope": "server", - "docId": "kibKbnCoreHttpRouterServerInternalPluginApi", - "section": "def-server.CoreVersionedRouter", - "text": "CoreVersionedRouter" - }, + "CoreVersionedRouter", "[]" ], - "path": "packages/kbn-router-to-openapispec/src/generate_oas.ts", + "path": "src/platform/packages/shared/kbn-router-to-openapispec/src/generate_oas.ts", "deprecated": false, "trackAdoption": false } @@ -114,7 +90,7 @@ "signature": [ "GenerateOpenApiDocumentOptions" ], - "path": "packages/kbn-router-to-openapispec/src/generate_oas.ts", + "path": "src/platform/packages/shared/kbn-router-to-openapispec/src/generate_oas.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -132,7 +108,7 @@ "tags": [], "label": "GenerateOpenApiDocumentOptionsFilters", "description": [], - "path": "packages/kbn-router-to-openapispec/src/generate_oas.ts", + "path": "src/platform/packages/shared/kbn-router-to-openapispec/src/generate_oas.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -146,7 +122,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-router-to-openapispec/src/generate_oas.ts", + "path": "src/platform/packages/shared/kbn-router-to-openapispec/src/generate_oas.ts", "deprecated": false, "trackAdoption": false }, @@ -160,7 +136,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-router-to-openapispec/src/generate_oas.ts", + "path": "src/platform/packages/shared/kbn-router-to-openapispec/src/generate_oas.ts", "deprecated": false, "trackAdoption": false }, @@ -176,7 +152,7 @@ "signature": [ "\"internal\" | \"public\"" ], - "path": "packages/kbn-router-to-openapispec/src/generate_oas.ts", + "path": "src/platform/packages/shared/kbn-router-to-openapispec/src/generate_oas.ts", "deprecated": false, "trackAdoption": false }, @@ -194,7 +170,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-router-to-openapispec/src/generate_oas.ts", + "path": "src/platform/packages/shared/kbn-router-to-openapispec/src/generate_oas.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_router_to_openapispec.mdx b/api_docs/kbn_router_to_openapispec.mdx index ec116e04f79c7..11f26433f50a2 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/router-to-openapispec'] --- import kbnRouterToOpenapispecObj from './kbn_router_to_openapispec.devdocs.json'; diff --git a/api_docs/kbn_router_utils.mdx b/api_docs/kbn_router_utils.mdx index 54ef2d94028cb..6662cc7caf41f 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-12-27 +date: 2025-01-05 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 e183cf43bc304..36411725c6be9 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-12-27 +date: 2025-01-05 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 afb306dd19d71..a3c9dac8220f2 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-12-27 +date: 2025-01-05 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 02ebaf739ad1f..aa92b7a00c5c5 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/saved-objects-settings'] --- import kbnSavedObjectsSettingsObj from './kbn_saved_objects_settings.devdocs.json'; diff --git a/api_docs/kbn_saved_search_component.mdx b/api_docs/kbn_saved_search_component.mdx index 5ece19608104d..e24da3ebafb82 100644 --- a/api_docs/kbn_saved_search_component.mdx +++ b/api_docs/kbn_saved_search_component.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-saved-search-component title: "@kbn/saved-search-component" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/saved-search-component plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/saved-search-component'] --- import kbnSavedSearchComponentObj from './kbn_saved_search_component.devdocs.json'; diff --git a/api_docs/kbn_scout.mdx b/api_docs/kbn_scout.mdx index a9b03d13cd5b7..70873fc4a0af7 100644 --- a/api_docs/kbn_scout.mdx +++ b/api_docs/kbn_scout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-scout title: "@kbn/scout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/scout plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/scout'] --- import kbnScoutObj from './kbn_scout.devdocs.json'; diff --git a/api_docs/kbn_scout_info.mdx b/api_docs/kbn_scout_info.mdx index 5a06716b53bcf..59b5a4b1b112a 100644 --- a/api_docs/kbn_scout_info.mdx +++ b/api_docs/kbn_scout_info.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-scout-info title: "@kbn/scout-info" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/scout-info plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/scout-info'] --- import kbnScoutInfoObj from './kbn_scout_info.devdocs.json'; diff --git a/api_docs/kbn_scout_reporting.mdx b/api_docs/kbn_scout_reporting.mdx index 588b2154eff34..b26758b28eeda 100644 --- a/api_docs/kbn_scout_reporting.mdx +++ b/api_docs/kbn_scout_reporting.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-scout-reporting title: "@kbn/scout-reporting" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/scout-reporting plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/scout-reporting'] --- import kbnScoutReportingObj from './kbn_scout_reporting.devdocs.json'; diff --git a/api_docs/kbn_screenshotting_server.mdx b/api_docs/kbn_screenshotting_server.mdx index 7925480e9c250..2c36d52f4d427 100644 --- a/api_docs/kbn_screenshotting_server.mdx +++ b/api_docs/kbn_screenshotting_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-screenshotting-server title: "@kbn/screenshotting-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/screenshotting-server plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/screenshotting-server'] --- import kbnScreenshottingServerObj from './kbn_screenshotting_server.devdocs.json'; diff --git a/api_docs/kbn_search_api_keys_components.devdocs.json b/api_docs/kbn_search_api_keys_components.devdocs.json index 1f515d4600918..798f43b13ef82 100644 --- a/api_docs/kbn_search_api_keys_components.devdocs.json +++ b/api_docs/kbn_search_api_keys_components.devdocs.json @@ -13,7 +13,7 @@ "signature": [ "({ onCancel, onSuccess, }: ApiKeyFlyoutWrapperProps) => React.JSX.Element" ], - "path": "packages/kbn-search-api-keys-components/src/components/api_key_flyout_wrapper.tsx", + "path": "x-pack/solutions/search/packages/kbn-search-api-keys-components/src/components/api_key_flyout_wrapper.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -27,7 +27,7 @@ "signature": [ "ApiKeyFlyoutWrapperProps" ], - "path": "packages/kbn-search-api-keys-components/src/components/api_key_flyout_wrapper.tsx", + "path": "x-pack/solutions/search/packages/kbn-search-api-keys-components/src/components/api_key_flyout_wrapper.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -46,7 +46,7 @@ "signature": [ "({ hasTitle }: ApiKeyFormProps) => React.JSX.Element" ], - "path": "packages/kbn-search-api-keys-components/src/components/api_key_form.tsx", + "path": "x-pack/solutions/search/packages/kbn-search-api-keys-components/src/components/api_key_form.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -60,7 +60,7 @@ "signature": [ "ApiKeyFormProps" ], - "path": "packages/kbn-search-api-keys-components/src/components/api_key_form.tsx", + "path": "x-pack/solutions/search/packages/kbn-search-api-keys-components/src/components/api_key_form.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -79,7 +79,7 @@ "signature": [ "({ children }: { children?: React.ReactNode; }) => React.JSX.Element" ], - "path": "packages/kbn-search-api-keys-components/src/providers/search_api_key_provider.tsx", + "path": "x-pack/solutions/search/packages/kbn-search-api-keys-components/src/providers/search_api_key_provider.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -93,7 +93,7 @@ "signature": [ "{ children?: React.ReactNode; }" ], - "path": "packages/kbn-search-api-keys-components/src/providers/search_api_key_provider.tsx", + "path": "x-pack/solutions/search/packages/kbn-search-api-keys-components/src/providers/search_api_key_provider.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -114,7 +114,7 @@ "Status", "; }" ], - "path": "packages/kbn-search-api-keys-components/src/hooks/use_search_api_key.ts", + "path": "x-pack/solutions/search/packages/kbn-search-api-keys-components/src/hooks/use_search_api_key.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -136,7 +136,7 @@ "signature": [ "React.Context" ], - "path": "packages/kbn-search-api-keys-components/src/providers/search_api_key_provider.tsx", + "path": "x-pack/solutions/search/packages/kbn-search-api-keys-components/src/providers/search_api_key_provider.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_search_api_keys_components.mdx b/api_docs/kbn_search_api_keys_components.mdx index c7bf56ca6b803..c71b39430a3f6 100644 --- a/api_docs/kbn_search_api_keys_components.mdx +++ b/api_docs/kbn_search_api_keys_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-api-keys-components title: "@kbn/search-api-keys-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-api-keys-components plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-api-keys-components'] --- import kbnSearchApiKeysComponentsObj from './kbn_search_api_keys_components.devdocs.json'; diff --git a/api_docs/kbn_search_api_keys_server.devdocs.json b/api_docs/kbn_search_api_keys_server.devdocs.json index dc6c53b2698ff..81f0cd95131e6 100644 --- a/api_docs/kbn_search_api_keys_server.devdocs.json +++ b/api_docs/kbn_search_api_keys_server.devdocs.json @@ -22,13 +22,7 @@ "(router: ", "IRouter", "<", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", ">, logger: ", { "pluginId": "@kbn/logging", @@ -39,7 +33,7 @@ }, ") => void" ], - "path": "packages/kbn-search-api-keys-server/src/routes/routes.ts", + "path": "x-pack/solutions/search/packages/kbn-search-api-keys-server/src/routes/routes.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -53,16 +47,10 @@ "signature": [ "IRouter", "<", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", ">" ], - "path": "packages/kbn-search-api-keys-server/src/routes/routes.ts", + "path": "x-pack/solutions/search/packages/kbn-search-api-keys-server/src/routes/routes.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -83,7 +71,7 @@ "text": "Logger" } ], - "path": "packages/kbn-search-api-keys-server/src/routes/routes.ts", + "path": "x-pack/solutions/search/packages/kbn-search-api-keys-server/src/routes/routes.ts", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_search_api_keys_server.mdx b/api_docs/kbn_search_api_keys_server.mdx index 2c3e8bad80496..f6599c2fd94f9 100644 --- a/api_docs/kbn_search_api_keys_server.mdx +++ b/api_docs/kbn_search_api_keys_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-api-keys-server title: "@kbn/search-api-keys-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-api-keys-server plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-api-keys-server'] --- import kbnSearchApiKeysServerObj from './kbn_search_api_keys_server.devdocs.json'; diff --git a/api_docs/kbn_search_api_panels.devdocs.json b/api_docs/kbn_search_api_panels.devdocs.json index 5feb9b8a79b38..6de52f0f74196 100644 --- a/api_docs/kbn_search_api_panels.devdocs.json +++ b/api_docs/kbn_search_api_panels.devdocs.json @@ -37,7 +37,7 @@ }, ") => React.JSX.Element" ], - "path": "packages/kbn-search-api-panels/components/cloud_details.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/cloud_details.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -57,7 +57,7 @@ "text": "CloudDetailsPanelProps" } ], - "path": "packages/kbn-search-api-panels/components/cloud_details.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/cloud_details.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -76,7 +76,7 @@ "signature": [ "({ application, codeSnippet, consolePlugin, languageType, languages, assetBasePath, selectedLanguage, setSelectedLanguage, sharePlugin, consoleRequest, consoleTitle, showTopBar, }: CodeBoxProps) => React.JSX.Element" ], - "path": "packages/kbn-search-api-panels/components/code_box.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/code_box.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -90,7 +90,7 @@ "signature": [ "CodeBoxProps" ], - "path": "packages/kbn-search-api-panels/components/code_box.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/code_box.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -125,7 +125,7 @@ }, " | undefined) => string | undefined" ], - "path": "packages/kbn-search-api-panels/utils.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -146,7 +146,7 @@ "text": "LanguageDefinition" } ], - "path": "packages/kbn-search-api-panels/utils.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -168,7 +168,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-api-panels/utils.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -211,7 +211,7 @@ }, ") => string" ], - "path": "packages/kbn-search-api-panels/utils.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -233,7 +233,7 @@ }, ">" ], - "path": "packages/kbn-search-api-panels/utils.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -255,7 +255,7 @@ "text": "LanguageDefinition" } ], - "path": "packages/kbn-search-api-panels/utils.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -276,7 +276,7 @@ "text": "LanguageDefinitionSnippetArguments" } ], - "path": "packages/kbn-search-api-panels/utils.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -295,7 +295,7 @@ "signature": [ "({ assetBasePath, label, href, \"aria-label\": ariaLabel }: { assetBasePath: string; label: string; href: string; 'aria-label'?: string | undefined; }) => React.JSX.Element" ], - "path": "packages/kbn-search-api-panels/components/github_link.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/github_link.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -309,7 +309,7 @@ "signature": [ "{ assetBasePath: string; label: string; href: string; 'aria-label'?: string | undefined; }" ], - "path": "packages/kbn-search-api-panels/components/github_link.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/github_link.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -328,7 +328,7 @@ "signature": [ "({ codeSnippet, selectedLanguage, selectedPipeline, setSelectedLanguage, docLinks, assetBasePath, application, consolePlugin, sharePlugin, languages, consoleRequest, additionalIngestionPanel, ingestPipelineData, setSelectedPipeline, defaultIngestPipeline, }: IngestDataProps) => React.JSX.Element" ], - "path": "packages/kbn-search-api-panels/components/ingest_data.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/ingest_data.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -342,7 +342,7 @@ "signature": [ "IngestDataProps" ], - "path": "packages/kbn-search-api-panels/components/ingest_data.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/ingest_data.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -361,7 +361,7 @@ "signature": [ "({ additionalIngestionPanel, docLinks, assetBasePath, }: IngestionPanelProps) => React.JSX.Element" ], - "path": "packages/kbn-search-api-panels/components/ingestions_panel.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/ingestions_panel.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -375,7 +375,7 @@ "signature": [ "IngestionPanelProps" ], - "path": "packages/kbn-search-api-panels/components/ingestions_panel.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/ingestions_panel.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -394,7 +394,7 @@ "signature": [ "({ selectedPipeline, setSelectedPipeline, ingestPipelinesData, defaultIngestPipeline, }: IngestPipelinePanelProps) => React.JSX.Element" ], - "path": "packages/kbn-search-api-panels/components/ingest_pipelines/ingest_pipeline_panel.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/ingest_pipelines/ingest_pipeline_panel.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -408,7 +408,7 @@ "signature": [ "IngestPipelinePanelProps" ], - "path": "packages/kbn-search-api-panels/components/ingest_pipelines/ingest_pipeline_panel.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/ingest_pipelines/ingest_pipeline_panel.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -427,7 +427,7 @@ "signature": [ "({ codeSnippet, consoleRequest, language, languages, setSelectedLanguage, assetBasePath, application, sharePlugin, isPanelLeft, overviewPanelProps, }: InstallClientProps) => React.JSX.Element" ], - "path": "packages/kbn-search-api-panels/components/install_client.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/install_client.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -441,7 +441,7 @@ "signature": [ "InstallClientProps" ], - "path": "packages/kbn-search-api-panels/components/install_client.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/install_client.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -460,7 +460,7 @@ "signature": [ "({ language, setSelectedLanguage, isSelectedLanguage, assetBasePath, src, }: SelectClientProps) => React.JSX.Element" ], - "path": "packages/kbn-search-api-panels/components/language_client_panel.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/language_client_panel.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -474,7 +474,7 @@ "signature": [ "SelectClientProps" ], - "path": "packages/kbn-search-api-panels/components/language_client_panel.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/language_client_panel.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -493,7 +493,7 @@ "signature": [ "({ children, description, leftPanelContent, links, rightPanelContent, title, overviewPanelProps, }: React.PropsWithChildren) => React.JSX.Element" ], - "path": "packages/kbn-search-api-panels/components/overview_panel.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/overview_panel.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -507,7 +507,7 @@ "signature": [ "React.PropsWithChildren" ], - "path": "packages/kbn-search-api-panels/components/overview_panel.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/overview_panel.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -526,7 +526,7 @@ "signature": [ "({ clusterImage, cutImage, reporterImage, }: PipelinePanelProps) => React.JSX.Element" ], - "path": "packages/kbn-search-api-panels/components/pipeline_panel.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/pipeline_panel.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -540,7 +540,7 @@ "signature": [ "PipelinePanelProps" ], - "path": "packages/kbn-search-api-panels/components/pipeline_panel.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/pipeline_panel.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -559,7 +559,7 @@ "signature": [ "({ docLinks, images }: { docLinks: { arrayOrJson: string; dataEnrichment: string; dataFiltering: string; dataTransformation: string; pipelineHandling: string; }; images: { dataEnrichment: string; dataTransformation: string; dataFiltering: string; pipelineHandling: string; arrayHandling: string; }; }) => React.JSX.Element" ], - "path": "packages/kbn-search-api-panels/components/preprocess_data.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/preprocess_data.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -573,7 +573,7 @@ "signature": [ "{ docLinks: { arrayOrJson: string; dataEnrichment: string; dataFiltering: string; dataTransformation: string; pipelineHandling: string; }; images: { dataEnrichment: string; dataTransformation: string; dataFiltering: string; pipelineHandling: string; arrayHandling: string; }; }" ], - "path": "packages/kbn-search-api-panels/components/preprocess_data.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/preprocess_data.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -600,7 +600,7 @@ }, ">) => React.JSX.Element" ], - "path": "packages/kbn-search-api-panels/components/select_client.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/select_client.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -622,7 +622,7 @@ }, ">" ], - "path": "packages/kbn-search-api-panels/components/select_client.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/select_client.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -649,7 +649,7 @@ }, ") => React.JSX.Element" ], - "path": "packages/kbn-search-api-panels/index.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/index.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -669,7 +669,7 @@ "text": "WelcomeBannerProps" } ], - "path": "packages/kbn-search-api-panels/index.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/index.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -687,7 +687,7 @@ "tags": [], "label": "CloudDetailsPanelProps", "description": [], - "path": "packages/kbn-search-api-panels/components/cloud_details.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/cloud_details.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -701,7 +701,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-api-panels/components/cloud_details.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/cloud_details.tsx", "deprecated": false, "trackAdoption": false }, @@ -715,7 +715,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-api-panels/components/cloud_details.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/cloud_details.tsx", "deprecated": false, "trackAdoption": false }, @@ -729,7 +729,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-search-api-panels/components/cloud_details.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/cloud_details.tsx", "deprecated": false, "trackAdoption": false }, @@ -759,7 +759,7 @@ "_EuiPanelButtonlike", ")> | undefined" ], - "path": "packages/kbn-search-api-panels/components/cloud_details.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/cloud_details.tsx", "deprecated": false, "trackAdoption": false } @@ -773,7 +773,7 @@ "tags": [], "label": "LanguageDefinition", "description": [], - "path": "packages/kbn-search-api-panels/types.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -784,7 +784,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-api-panels/types.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/types.ts", "deprecated": false, "trackAdoption": false }, @@ -804,7 +804,7 @@ "text": "Languages" } ], - "path": "packages/kbn-search-api-panels/types.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/types.ts", "deprecated": false, "trackAdoption": false }, @@ -815,7 +815,7 @@ "tags": [], "label": "iconType", "description": [], - "path": "packages/kbn-search-api-panels/types.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/types.ts", "deprecated": false, "trackAdoption": false }, @@ -829,7 +829,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-api-panels/types.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/types.ts", "deprecated": false, "trackAdoption": false }, @@ -843,7 +843,7 @@ "signature": [ "CodeSnippet | undefined" ], - "path": "packages/kbn-search-api-panels/types.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/types.ts", "deprecated": false, "trackAdoption": false }, @@ -857,7 +857,7 @@ "signature": [ "CodeSnippet | undefined" ], - "path": "packages/kbn-search-api-panels/types.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/types.ts", "deprecated": false, "trackAdoption": false }, @@ -871,7 +871,7 @@ "signature": [ "CodeSnippet | undefined" ], - "path": "packages/kbn-search-api-panels/types.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/types.ts", "deprecated": false, "trackAdoption": false }, @@ -885,7 +885,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-api-panels/types.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/types.ts", "deprecated": false, "trackAdoption": false }, @@ -899,7 +899,7 @@ "signature": [ "CodeSnippet | undefined" ], - "path": "packages/kbn-search-api-panels/types.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/types.ts", "deprecated": false, "trackAdoption": false }, @@ -913,7 +913,7 @@ "signature": [ "CodeSnippet | undefined" ], - "path": "packages/kbn-search-api-panels/types.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/types.ts", "deprecated": false, "trackAdoption": false }, @@ -927,7 +927,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-api-panels/types.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/types.ts", "deprecated": false, "trackAdoption": false }, @@ -941,7 +941,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-api-panels/types.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/types.ts", "deprecated": false, "trackAdoption": false }, @@ -955,7 +955,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-api-panels/types.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/types.ts", "deprecated": false, "trackAdoption": false }, @@ -969,7 +969,7 @@ "signature": [ "{ link: string; label: string; } | undefined" ], - "path": "packages/kbn-search-api-panels/types.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/types.ts", "deprecated": false, "trackAdoption": false }, @@ -983,7 +983,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-api-panels/types.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/types.ts", "deprecated": false, "trackAdoption": false } @@ -997,7 +997,7 @@ "tags": [], "label": "LanguageDefinitionSnippetArguments", "description": [], - "path": "packages/kbn-search-api-panels/types.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1008,7 +1008,7 @@ "tags": [], "label": "url", "description": [], - "path": "packages/kbn-search-api-panels/types.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1019,7 +1019,7 @@ "tags": [], "label": "apiKey", "description": [], - "path": "packages/kbn-search-api-panels/types.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1033,7 +1033,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-api-panels/types.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1047,7 +1047,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-api-panels/types.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1061,7 +1061,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-api-panels/types.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1075,7 +1075,7 @@ "signature": [ "Record | undefined" ], - "path": "packages/kbn-search-api-panels/types.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/types.ts", "deprecated": false, "trackAdoption": false } @@ -1089,7 +1089,7 @@ "tags": [], "label": "SelectClientPanelProps", "description": [], - "path": "packages/kbn-search-api-panels/components/select_client.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/select_client.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1103,7 +1103,7 @@ "signature": [ "{ elasticsearchClients: string; kibanaRunApiInConsole: string; }" ], - "path": "packages/kbn-search-api-panels/components/select_client.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/select_client.tsx", "deprecated": false, "trackAdoption": false }, @@ -1117,7 +1117,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-search-api-panels/components/select_client.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/select_client.tsx", "deprecated": false, "trackAdoption": false }, @@ -1147,7 +1147,7 @@ "_EuiPanelButtonlike", ")> | undefined" ], - "path": "packages/kbn-search-api-panels/components/select_client.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/select_client.tsx", "deprecated": false, "trackAdoption": false }, @@ -1161,7 +1161,7 @@ "signature": [ "string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | null | undefined" ], - "path": "packages/kbn-search-api-panels/components/select_client.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/select_client.tsx", "deprecated": false, "trackAdoption": false }, @@ -1176,7 +1176,7 @@ "ApplicationStart", " | undefined" ], - "path": "packages/kbn-search-api-panels/components/select_client.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/select_client.tsx", "deprecated": false, "trackAdoption": false }, @@ -1197,7 +1197,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-api-panels/components/select_client.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/select_client.tsx", "deprecated": false, "trackAdoption": false }, @@ -1237,7 +1237,7 @@ }, ">): void; }" ], - "path": "packages/kbn-search-api-panels/components/select_client.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/select_client.tsx", "deprecated": false, "trackAdoption": false }, @@ -1251,7 +1251,7 @@ "signature": [ "string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | null | undefined" ], - "path": "packages/kbn-search-api-panels/components/select_client.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/components/select_client.tsx", "deprecated": false, "trackAdoption": false } @@ -1265,7 +1265,7 @@ "tags": [], "label": "WelcomeBannerProps", "description": [], - "path": "packages/kbn-search-api-panels/index.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/index.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1277,16 +1277,10 @@ "label": "user", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | undefined" ], - "path": "packages/kbn-search-api-panels/index.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/index.tsx", "deprecated": false, "trackAdoption": false }, @@ -1300,7 +1294,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-api-panels/index.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/index.tsx", "deprecated": false, "trackAdoption": false }, @@ -1314,7 +1308,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-api-panels/index.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/index.tsx", "deprecated": false, "trackAdoption": false }, @@ -1328,7 +1322,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-search-api-panels/index.tsx", + "path": "src/platform/packages/shared/kbn-search-api-panels/index.tsx", "deprecated": false, "trackAdoption": false } @@ -1344,7 +1338,7 @@ "tags": [], "label": "Languages", "description": [], - "path": "packages/kbn-search-api-panels/types.ts", + "path": "src/platform/packages/shared/kbn-search-api-panels/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_search_api_panels.mdx b/api_docs/kbn_search_api_panels.mdx index b2fd3ecd2a885..e0aa2cb7a0745 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-12-27 +date: 2025-01-05 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 e2e7bb053aabb..9c1ec7927e46c 100644 --- a/api_docs/kbn_search_connectors.devdocs.json +++ b/api_docs/kbn_search_connectors.devdocs.json @@ -28,13 +28,7 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", syncJobId: string) => Promise<", { "pluginId": "@kbn/search-connectors", @@ -45,7 +39,7 @@ }, ">" ], - "path": "packages/kbn-search-connectors/lib/cancel_sync.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/cancel_sync.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -57,15 +51,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/kbn-search-connectors/lib/cancel_sync.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/cancel_sync.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -80,7 +68,7 @@ "signature": [ "string" ], - "path": "packages/kbn-search-connectors/lib/cancel_sync.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/cancel_sync.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -98,16 +86,10 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", connectorId: string) => Promise" ], - "path": "packages/kbn-search-connectors/lib/cancel_syncs.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/cancel_syncs.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -119,15 +101,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/kbn-search-connectors/lib/cancel_syncs.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/cancel_syncs.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -142,7 +118,7 @@ "signature": [ "string" ], - "path": "packages/kbn-search-connectors/lib/cancel_syncs.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/cancel_syncs.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -160,13 +136,7 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ") => Promise<", { "pluginId": "@kbn/search-connectors", @@ -177,7 +147,7 @@ }, "[]>" ], - "path": "packages/kbn-search-connectors/lib/collect_connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/collect_connector_stats.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -189,15 +159,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/kbn-search-connectors/lib/collect_connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/collect_connector_stats.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -216,7 +180,7 @@ "signature": [ "({ children, connector, hasPlatinumLicense, isDisabled, isLoading, saveConfig, saveAndSync, onEditStateChange, subscriptionLink, stackManagementLink, }: React.PropsWithChildren) => React.JSX.Element" ], - "path": "packages/kbn-search-connectors/components/configuration/connector_configuration.tsx", + "path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -230,7 +194,7 @@ "signature": [ "React.PropsWithChildren" ], - "path": "packages/kbn-search-connectors/components/configuration/connector_configuration.tsx", + "path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -248,13 +212,7 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", input: { configuration?: ", { "pluginId": "@kbn/search-connectors", @@ -289,7 +247,7 @@ }, ">" ], - "path": "packages/kbn-search-connectors/lib/create_connector.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -301,15 +259,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/kbn-search-connectors/lib/create_connector.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -321,7 +273,7 @@ "tags": [], "label": "input", "description": [], - "path": "packages/kbn-search-connectors/lib/create_connector.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -342,7 +294,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-connectors/lib/create_connector.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector.ts", "deprecated": false, "trackAdoption": false }, @@ -363,7 +315,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-connectors/lib/create_connector.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector.ts", "deprecated": false, "trackAdoption": false }, @@ -377,7 +329,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/lib/create_connector.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector.ts", "deprecated": false, "trackAdoption": false }, @@ -388,7 +340,7 @@ "tags": [], "label": "isNative", "description": [], - "path": "packages/kbn-search-connectors/lib/create_connector.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector.ts", "deprecated": false, "trackAdoption": false }, @@ -402,7 +354,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/lib/create_connector.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector.ts", "deprecated": false, "trackAdoption": false }, @@ -416,7 +368,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-connectors/lib/create_connector.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector.ts", "deprecated": false, "trackAdoption": false }, @@ -437,7 +389,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-connectors/lib/create_connector.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector.ts", "deprecated": false, "trackAdoption": false }, @@ -451,7 +403,7 @@ "signature": [ "string | null | undefined" ], - "path": "packages/kbn-search-connectors/lib/create_connector.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector.ts", "deprecated": false, "trackAdoption": false } @@ -502,7 +454,7 @@ "text": "ConnectorDocument" } ], - "path": "packages/kbn-search-connectors/lib/create_connector_document.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_document.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -513,7 +465,7 @@ "tags": [], "label": "{\n configuration,\n features,\n indexName,\n isNative,\n name,\n pipeline,\n serviceType,\n language,\n}", "description": [], - "path": "packages/kbn-search-connectors/lib/create_connector_document.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_document.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -534,7 +486,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-connectors/lib/create_connector_document.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_document.ts", "deprecated": false, "trackAdoption": false }, @@ -555,7 +507,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-connectors/lib/create_connector_document.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_document.ts", "deprecated": false, "trackAdoption": false }, @@ -569,7 +521,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/lib/create_connector_document.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_document.ts", "deprecated": false, "trackAdoption": false }, @@ -580,7 +532,7 @@ "tags": [], "label": "isNative", "description": [], - "path": "packages/kbn-search-connectors/lib/create_connector_document.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_document.ts", "deprecated": false, "trackAdoption": false }, @@ -594,7 +546,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/lib/create_connector_document.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_document.ts", "deprecated": false, "trackAdoption": false }, @@ -608,7 +560,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-connectors/lib/create_connector_document.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_document.ts", "deprecated": false, "trackAdoption": false }, @@ -629,7 +581,7 @@ }, " | null | undefined" ], - "path": "packages/kbn-search-connectors/lib/create_connector_document.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_document.ts", "deprecated": false, "trackAdoption": false }, @@ -643,7 +595,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/lib/create_connector_document.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_document.ts", "deprecated": false, "trackAdoption": false } @@ -662,13 +614,7 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", value: string) => Promise<", { "pluginId": "@kbn/search-connectors", @@ -679,7 +625,7 @@ }, ">" ], - "path": "packages/kbn-search-connectors/lib/create_connector_secret.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_secret.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -691,15 +637,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/kbn-search-connectors/lib/create_connector_secret.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_secret.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -714,7 +654,7 @@ "signature": [ "string" ], - "path": "packages/kbn-search-connectors/lib/create_connector_secret.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/create_connector_secret.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -732,18 +672,12 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", id: string) => Promise<", "AcknowledgedResponseBase", ">" ], - "path": "packages/kbn-search-connectors/lib/delete_connector.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/delete_connector.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -755,15 +689,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/kbn-search-connectors/lib/delete_connector.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/delete_connector.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -778,7 +706,7 @@ "signature": [ "string" ], - "path": "packages/kbn-search-connectors/lib/delete_connector.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/delete_connector.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -796,18 +724,12 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", id: string) => Promise<", "Result", ">" ], - "path": "packages/kbn-search-connectors/lib/delete_connector_secret.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/delete_connector_secret.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -819,15 +741,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/kbn-search-connectors/lib/delete_connector_secret.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/delete_connector_secret.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -842,7 +758,7 @@ "signature": [ "string" ], - "path": "packages/kbn-search-connectors/lib/delete_connector_secret.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/delete_connector_secret.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -860,13 +776,7 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", connectorId: string) => Promise<", { "pluginId": "@kbn/search-connectors", @@ -877,7 +787,7 @@ }, " | undefined>" ], - "path": "packages/kbn-search-connectors/lib/fetch_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -889,15 +799,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/kbn-search-connectors/lib/fetch_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_connectors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -912,7 +816,7 @@ "signature": [ "string" ], - "path": "packages/kbn-search-connectors/lib/fetch_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_connectors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -930,13 +834,7 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", indexName: string) => Promise<", { "pluginId": "@kbn/search-connectors", @@ -947,7 +845,7 @@ }, " | undefined>" ], - "path": "packages/kbn-search-connectors/lib/fetch_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -959,15 +857,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/kbn-search-connectors/lib/fetch_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_connectors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -982,7 +874,7 @@ "signature": [ "string" ], - "path": "packages/kbn-search-connectors/lib/fetch_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_connectors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1000,13 +892,7 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", indexNames?: string[] | undefined, fetchOnlyCrawlers?: boolean | undefined, searchQuery?: string | undefined) => Promise<", { "pluginId": "@kbn/search-connectors", @@ -1017,7 +903,7 @@ }, "[]>" ], - "path": "packages/kbn-search-connectors/lib/fetch_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1029,15 +915,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/kbn-search-connectors/lib/fetch_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_connectors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1052,7 +932,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-search-connectors/lib/fetch_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_connectors.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1067,7 +947,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-search-connectors/lib/fetch_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_connectors.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1082,7 +962,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-connectors/lib/fetch_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_connectors.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1100,13 +980,7 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", connectorId?: string | undefined, from?: number, size?: number, syncJobType?: \"content\" | \"all\" | \"access_control\", syncStatus?: ", { "pluginId": "@kbn/search-connectors", @@ -1133,7 +1007,7 @@ }, ">>" ], - "path": "packages/kbn-search-connectors/lib/fetch_sync_jobs.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_sync_jobs.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1145,15 +1019,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/kbn-search-connectors/lib/fetch_sync_jobs.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_sync_jobs.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1168,7 +1036,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-connectors/lib/fetch_sync_jobs.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_sync_jobs.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1183,7 +1051,7 @@ "signature": [ "number" ], - "path": "packages/kbn-search-connectors/lib/fetch_sync_jobs.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_sync_jobs.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1198,7 +1066,7 @@ "signature": [ "number" ], - "path": "packages/kbn-search-connectors/lib/fetch_sync_jobs.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_sync_jobs.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1213,7 +1081,7 @@ "signature": [ "\"content\" | \"all\" | \"access_control\"" ], - "path": "packages/kbn-search-connectors/lib/fetch_sync_jobs.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_sync_jobs.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1235,7 +1103,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-connectors/lib/fetch_sync_jobs.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/fetch_sync_jobs.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1262,7 +1130,7 @@ }, ") => string" ], - "path": "packages/kbn-search-connectors/utils/filtering_rule_helpers.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/utils/filtering_rule_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1282,7 +1150,7 @@ "text": "FilteringPolicy" } ], - "path": "packages/kbn-search-connectors/utils/filtering_rule_helpers.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/utils/filtering_rule_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1309,7 +1177,7 @@ }, ") => string" ], - "path": "packages/kbn-search-connectors/utils/filtering_rule_helpers.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/utils/filtering_rule_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1329,7 +1197,7 @@ "text": "FilteringRuleRule" } ], - "path": "packages/kbn-search-connectors/utils/filtering_rule_helpers.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/utils/filtering_rule_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1347,16 +1215,10 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", connectorType: string, isNative: boolean, userConnectorName?: string | undefined) => Promise<{ connectorName: string; indexName: string; }>" ], - "path": "packages/kbn-search-connectors/lib/generate_connector_name.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/generate_connector_name.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1368,15 +1230,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/kbn-search-connectors/lib/generate_connector_name.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/generate_connector_name.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1391,7 +1247,7 @@ "signature": [ "string" ], - "path": "packages/kbn-search-connectors/lib/generate_connector_name.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/generate_connector_name.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1406,7 +1262,7 @@ "signature": [ "boolean" ], - "path": "packages/kbn-search-connectors/lib/generate_connector_name.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/generate_connector_name.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1421,7 +1277,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-connectors/lib/generate_connector_name.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/generate_connector_name.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1448,7 +1304,7 @@ }, ">" ], - "path": "packages/kbn-search-connectors/constants/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/constants/connectors.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1481,7 +1337,7 @@ }, " | { label: string; value: boolean; } | null) => boolean" ], - "path": "packages/kbn-search-connectors/utils/is_category_entry.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/utils/is_category_entry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1510,7 +1366,7 @@ }, " | { label: string; value: boolean; } | null" ], - "path": "packages/kbn-search-connectors/utils/is_category_entry.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/utils/is_category_entry.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1545,7 +1401,7 @@ }, " | { label: string; value: boolean; } | null) => boolean" ], - "path": "packages/kbn-search-connectors/utils/is_category_entry.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/utils/is_category_entry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1574,7 +1430,7 @@ }, " | { label: string; value: boolean; } | null" ], - "path": "packages/kbn-search-connectors/utils/is_category_entry.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/utils/is_category_entry.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1601,7 +1457,7 @@ }, ") => boolean" ], - "path": "packages/kbn-search-connectors/utils/sync_status_to_text.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/utils/sync_status_to_text.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1621,7 +1477,7 @@ "text": "SyncStatus" } ], - "path": "packages/kbn-search-connectors/utils/sync_status_to_text.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/utils/sync_status_to_text.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1640,7 +1496,7 @@ "signature": [ "(page: { from: number; size: number; total: number; }) => { pageIndex: number; pageSize: number; totalItemCount: number; }" ], - "path": "packages/kbn-search-connectors/utils/page_to_pagination.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/utils/page_to_pagination.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1651,7 +1507,7 @@ "tags": [], "label": "page", "description": [], - "path": "packages/kbn-search-connectors/utils/page_to_pagination.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/utils/page_to_pagination.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1662,7 +1518,7 @@ "tags": [], "label": "from", "description": [], - "path": "packages/kbn-search-connectors/utils/page_to_pagination.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/utils/page_to_pagination.ts", "deprecated": false, "trackAdoption": false }, @@ -1673,7 +1529,7 @@ "tags": [], "label": "size", "description": [], - "path": "packages/kbn-search-connectors/utils/page_to_pagination.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/utils/page_to_pagination.ts", "deprecated": false, "trackAdoption": false }, @@ -1684,7 +1540,7 @@ "tags": [], "label": "total", "description": [], - "path": "packages/kbn-search-connectors/utils/page_to_pagination.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/utils/page_to_pagination.ts", "deprecated": false, "trackAdoption": false } @@ -1703,18 +1559,12 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", connectorId: string, isNative: boolean) => Promise<", "Result", ">" ], - "path": "packages/kbn-search-connectors/lib/update_native.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_native.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1726,15 +1576,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/kbn-search-connectors/lib/update_native.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_native.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1749,7 +1593,7 @@ "signature": [ "string" ], - "path": "packages/kbn-search-connectors/lib/update_native.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_native.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1764,7 +1608,7 @@ "signature": [ "boolean" ], - "path": "packages/kbn-search-connectors/lib/update_native.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_native.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1782,13 +1626,7 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", { connectorId, jobType, }: { connectorId: string; jobType?: ", { "pluginId": "@kbn/search-connectors", @@ -1799,7 +1637,7 @@ }, " | undefined; }) => Promise<{ id: string; }>" ], - "path": "packages/kbn-search-connectors/lib/start_sync.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/start_sync.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1811,15 +1649,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/kbn-search-connectors/lib/start_sync.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/start_sync.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1831,7 +1663,7 @@ "tags": [], "label": "{\n connectorId,\n jobType,\n }", "description": [], - "path": "packages/kbn-search-connectors/lib/start_sync.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/start_sync.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1842,7 +1674,7 @@ "tags": [], "label": "connectorId", "description": [], - "path": "packages/kbn-search-connectors/lib/start_sync.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/start_sync.ts", "deprecated": false, "trackAdoption": false }, @@ -1863,7 +1695,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-connectors/lib/start_sync.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/start_sync.ts", "deprecated": false, "trackAdoption": false } @@ -1883,7 +1715,7 @@ "signature": [ "({ isLoading, onPaginate, pagination, syncJobs, type, cancelConfirmModalProps, }: SyncJobHistoryTableProps) => React.JSX.Element" ], - "path": "packages/kbn-search-connectors/components/sync_jobs/sync_jobs_table.tsx", + "path": "src/platform/packages/shared/kbn-search-connectors/components/sync_jobs/sync_jobs_table.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1897,7 +1729,7 @@ "signature": [ "SyncJobHistoryTableProps" ], - "path": "packages/kbn-search-connectors/components/sync_jobs/sync_jobs_table.tsx", + "path": "src/platform/packages/shared/kbn-search-connectors/components/sync_jobs/sync_jobs_table.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1924,7 +1756,7 @@ }, ") => string" ], - "path": "packages/kbn-search-connectors/utils/sync_status_to_text.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/utils/sync_status_to_text.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1944,7 +1776,7 @@ "text": "SyncJobType" } ], - "path": "packages/kbn-search-connectors/utils/sync_status_to_text.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/utils/sync_status_to_text.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1971,7 +1803,7 @@ }, ") => string" ], - "path": "packages/kbn-search-connectors/utils/sync_status_to_text.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/utils/sync_status_to_text.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1991,7 +1823,7 @@ "text": "SyncStatus" } ], - "path": "packages/kbn-search-connectors/utils/sync_status_to_text.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/utils/sync_status_to_text.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2018,7 +1850,7 @@ }, ") => string" ], - "path": "packages/kbn-search-connectors/utils/sync_status_to_text.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/utils/sync_status_to_text.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2038,7 +1870,7 @@ "text": "SyncStatus" } ], - "path": "packages/kbn-search-connectors/utils/sync_status_to_text.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/utils/sync_status_to_text.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2056,18 +1888,12 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", connectorId: string, apiKeyId: string | null, apiKeySecretId: string | null) => Promise<", "Result", ">" ], - "path": "packages/kbn-search-connectors/lib/update_connector_api_key_id.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_api_key_id.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2079,15 +1905,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/kbn-search-connectors/lib/update_connector_api_key_id.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_api_key_id.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2102,7 +1922,7 @@ "signature": [ "string" ], - "path": "packages/kbn-search-connectors/lib/update_connector_api_key_id.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_api_key_id.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2117,7 +1937,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/lib/update_connector_api_key_id.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_api_key_id.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2132,7 +1952,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/lib/update_connector_api_key_id.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_api_key_id.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2150,13 +1970,7 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", connectorId: string, configuration: Record) => Promise<", { "pluginId": "@kbn/search-connectors", @@ -2167,7 +1981,7 @@ }, " | undefined>" ], - "path": "packages/kbn-search-connectors/lib/update_connector_configuration.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_configuration.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2179,15 +1993,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/kbn-search-connectors/lib/update_connector_configuration.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_configuration.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2202,7 +2010,7 @@ "signature": [ "string" ], - "path": "packages/kbn-search-connectors/lib/update_connector_configuration.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_configuration.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2217,7 +2025,7 @@ "signature": [ "Record" ], - "path": "packages/kbn-search-connectors/lib/update_connector_configuration.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_configuration.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2235,18 +2043,12 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", connectorId: string, indexName: string | null) => Promise<", "Result", ">" ], - "path": "packages/kbn-search-connectors/lib/update_connector_index_name.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_index_name.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2258,15 +2060,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/kbn-search-connectors/lib/update_connector_index_name.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_index_name.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2281,7 +2077,7 @@ "signature": [ "string" ], - "path": "packages/kbn-search-connectors/lib/update_connector_index_name.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_index_name.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2296,7 +2092,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/lib/update_connector_index_name.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_index_name.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2314,13 +2110,7 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", connectorId: string, connectorUpdates: Partial" ], - "path": "packages/kbn-search-connectors/lib/update_connector_name_and_description.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_name_and_description.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2345,15 +2135,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/kbn-search-connectors/lib/update_connector_name_and_description.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_name_and_description.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2368,7 +2152,7 @@ "signature": [ "string" ], - "path": "packages/kbn-search-connectors/lib/update_connector_name_and_description.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_name_and_description.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2391,7 +2175,7 @@ }, ", \"name\" | \"description\">>" ], - "path": "packages/kbn-search-connectors/lib/update_connector_name_and_description.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_name_and_description.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2409,13 +2193,7 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", connectorId: string, scheduling: ", { "pluginId": "@kbn/search-connectors", @@ -2428,7 +2206,7 @@ "Result", ">" ], - "path": "packages/kbn-search-connectors/lib/update_connector_scheduling.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_scheduling.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2440,15 +2218,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/kbn-search-connectors/lib/update_connector_scheduling.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_scheduling.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2463,7 +2235,7 @@ "signature": [ "string" ], - "path": "packages/kbn-search-connectors/lib/update_connector_scheduling.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_scheduling.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2484,7 +2256,7 @@ "text": "SchedulingConfiguraton" } ], - "path": "packages/kbn-search-connectors/lib/update_connector_scheduling.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_scheduling.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2502,18 +2274,12 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", value: string, secretId: string) => Promise<", "Result", ">" ], - "path": "packages/kbn-search-connectors/lib/update_connector_secret.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_secret.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2525,15 +2291,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/kbn-search-connectors/lib/update_connector_secret.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_secret.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2548,7 +2308,7 @@ "signature": [ "string" ], - "path": "packages/kbn-search-connectors/lib/update_connector_secret.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_secret.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2563,7 +2323,7 @@ "signature": [ "string" ], - "path": "packages/kbn-search-connectors/lib/update_connector_secret.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_secret.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2581,18 +2341,12 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", connectorId: string, serviceType: string) => Promise<", "Result", ">" ], - "path": "packages/kbn-search-connectors/lib/update_connector_service_type.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_service_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2604,15 +2358,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/kbn-search-connectors/lib/update_connector_service_type.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_service_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2627,7 +2375,7 @@ "signature": [ "string" ], - "path": "packages/kbn-search-connectors/lib/update_connector_service_type.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_service_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2642,7 +2390,7 @@ "signature": [ "string" ], - "path": "packages/kbn-search-connectors/lib/update_connector_service_type.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_service_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2660,13 +2408,7 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", connectorId: string, status: ", { "pluginId": "@kbn/search-connectors", @@ -2679,7 +2421,7 @@ "Result", ">" ], - "path": "packages/kbn-search-connectors/lib/update_connector_status.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_status.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2691,15 +2433,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/kbn-search-connectors/lib/update_connector_status.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_status.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2714,7 +2450,7 @@ "signature": [ "string" ], - "path": "packages/kbn-search-connectors/lib/update_connector_status.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_status.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2735,7 +2471,7 @@ "text": "ConnectorStatus" } ], - "path": "packages/kbn-search-connectors/lib/update_connector_status.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_connector_status.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2753,13 +2489,7 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", connectorId: string) => Promise<", { "pluginId": "@kbn/search-connectors", @@ -2770,7 +2500,7 @@ }, " | undefined>" ], - "path": "packages/kbn-search-connectors/lib/update_filtering.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_filtering.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2782,15 +2512,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/kbn-search-connectors/lib/update_filtering.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_filtering.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2805,7 +2529,7 @@ "signature": [ "string" ], - "path": "packages/kbn-search-connectors/lib/update_filtering.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_filtering.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2823,13 +2547,7 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", connectorId: string, { advancedSnippet, filteringRules, }: { advancedSnippet: string; filteringRules: ", { "pluginId": "@kbn/search-connectors", @@ -2848,7 +2566,7 @@ }, " | undefined>" ], - "path": "packages/kbn-search-connectors/lib/update_filtering_draft.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_filtering_draft.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2860,15 +2578,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/kbn-search-connectors/lib/update_filtering_draft.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_filtering_draft.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2883,7 +2595,7 @@ "signature": [ "string" ], - "path": "packages/kbn-search-connectors/lib/update_filtering_draft.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_filtering_draft.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2895,7 +2607,7 @@ "tags": [], "label": "{\n advancedSnippet,\n filteringRules,\n }", "description": [], - "path": "packages/kbn-search-connectors/lib/update_filtering_draft.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_filtering_draft.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2906,7 +2618,7 @@ "tags": [], "label": "advancedSnippet", "description": [], - "path": "packages/kbn-search-connectors/lib/update_filtering_draft.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_filtering_draft.ts", "deprecated": false, "trackAdoption": false }, @@ -2927,7 +2639,7 @@ }, "[]" ], - "path": "packages/kbn-search-connectors/lib/update_filtering_draft.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/lib/update_filtering_draft.ts", "deprecated": false, "trackAdoption": false } @@ -2946,7 +2658,7 @@ "tags": [], "label": "CategoryEntry", "description": [], - "path": "packages/kbn-search-connectors/components/configuration/connector_configuration.tsx", + "path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2967,7 +2679,7 @@ }, "[]" ], - "path": "packages/kbn-search-connectors/components/configuration/connector_configuration.tsx", + "path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx", "deprecated": false, "trackAdoption": false }, @@ -2978,7 +2690,7 @@ "tags": [], "label": "key", "description": [], - "path": "packages/kbn-search-connectors/components/configuration/connector_configuration.tsx", + "path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx", "deprecated": false, "trackAdoption": false }, @@ -2989,7 +2701,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/components/configuration/connector_configuration.tsx", + "path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx", "deprecated": false, "trackAdoption": false }, @@ -3000,7 +2712,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/components/configuration/connector_configuration.tsx", + "path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx", "deprecated": false, "trackAdoption": false } @@ -3024,7 +2736,7 @@ }, " extends ConfigEntry" ], - "path": "packages/kbn-search-connectors/components/configuration/connector_configuration.tsx", + "path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -3035,7 +2747,7 @@ "tags": [], "label": "isValid", "description": [], - "path": "packages/kbn-search-connectors/components/configuration/connector_configuration.tsx", + "path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx", "deprecated": false, "trackAdoption": false }, @@ -3049,7 +2761,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/components/configuration/connector_configuration.tsx", + "path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx", "deprecated": false, "trackAdoption": false } @@ -3063,7 +2775,7 @@ "tags": [], "label": "ConfigView", "description": [], - "path": "packages/kbn-search-connectors/components/configuration/connector_configuration.tsx", + "path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -3084,7 +2796,7 @@ }, "[]" ], - "path": "packages/kbn-search-connectors/components/configuration/connector_configuration.tsx", + "path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx", "deprecated": false, "trackAdoption": false }, @@ -3105,7 +2817,7 @@ }, "[]" ], - "path": "packages/kbn-search-connectors/components/configuration/connector_configuration.tsx", + "path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx", "deprecated": false, "trackAdoption": false }, @@ -3126,7 +2838,7 @@ }, "[]" ], - "path": "packages/kbn-search-connectors/components/configuration/connector_configuration.tsx", + "path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx", "deprecated": false, "trackAdoption": false } @@ -3140,7 +2852,7 @@ "tags": [], "label": "Connector", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3154,7 +2866,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3168,7 +2880,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3214,7 +2926,7 @@ }, " | undefined; }" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3236,7 +2948,7 @@ }, " | null; }" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3250,7 +2962,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3264,7 +2976,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3278,7 +2990,7 @@ "signature": [ "Partial<{ document_level_security: { enabled: boolean; }; filtering_advanced_config: boolean; filtering_rules: boolean; incremental_sync: { enabled: boolean; }; sync_rules: { advanced?: { enabled: boolean; } | undefined; basic?: { enabled: boolean; } | undefined; }; }> | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3299,7 +3011,7 @@ }, "[]" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3310,7 +3022,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3324,7 +3036,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3335,7 +3047,7 @@ "tags": [], "label": "is_native", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3349,7 +3061,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3363,7 +3075,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3377,7 +3089,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3398,7 +3110,7 @@ }, " | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3412,7 +3124,7 @@ "signature": [ "number | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3426,7 +3138,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3440,7 +3152,7 @@ "signature": [ "number | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3454,7 +3166,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3468,7 +3180,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3482,7 +3194,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3503,7 +3215,7 @@ }, " | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3517,7 +3229,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3528,7 +3240,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3549,7 +3261,7 @@ }, " | null | undefined" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3569,7 +3281,7 @@ "text": "SchedulingConfiguraton" } ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3583,7 +3295,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3603,7 +3315,7 @@ "text": "ConnectorStatus" } ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3614,7 +3326,7 @@ "tags": [], "label": "sync_now", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false } @@ -3628,7 +3340,7 @@ "tags": [], "label": "ConnectorAPICancelSyncResponse", "description": [], - "path": "packages/kbn-search-connectors/types/connectors_api.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors_api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3639,7 +3351,7 @@ "tags": [], "label": "success", "description": [], - "path": "packages/kbn-search-connectors/types/connectors_api.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors_api.ts", "deprecated": false, "trackAdoption": false } @@ -3653,7 +3365,7 @@ "tags": [], "label": "ConnectorAPIListConnectorsResponse", "description": [], - "path": "packages/kbn-search-connectors/types/connectors_api.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors_api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3664,7 +3376,7 @@ "tags": [], "label": "count", "description": [], - "path": "packages/kbn-search-connectors/types/connectors_api.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors_api.ts", "deprecated": false, "trackAdoption": false }, @@ -3685,7 +3397,7 @@ }, "[]" ], - "path": "packages/kbn-search-connectors/types/connectors_api.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors_api.ts", "deprecated": false, "trackAdoption": false } @@ -3699,7 +3411,7 @@ "tags": [], "label": "ConnectorClientSideDefinition", "description": [], - "path": "packages/kbn-search-connectors/types/connector_definition.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3713,7 +3425,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_definition.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -3727,7 +3439,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_definition.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -3738,7 +3450,7 @@ "tags": [], "label": "externalDocsUrl", "description": [], - "path": "packages/kbn-search-connectors/types/connector_definition.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -3752,7 +3464,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_definition.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts", "deprecated": false, "trackAdoption": false } @@ -3766,7 +3478,7 @@ "tags": [], "label": "ConnectorConfigCategoryProperties", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3777,7 +3489,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3788,7 +3500,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3802,7 +3514,7 @@ "signature": [ "\"category\"" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false } @@ -3816,7 +3528,7 @@ "tags": [], "label": "ConnectorConfigProperties", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3830,7 +3542,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3844,7 +3556,7 @@ "signature": [ "string | number | boolean | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3865,7 +3577,7 @@ }, "[]" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3885,7 +3597,7 @@ "text": "DisplayType" } ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3896,7 +3608,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3917,7 +3629,7 @@ }, "[]" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3931,7 +3643,7 @@ "signature": [ "number | null | undefined" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3945,7 +3657,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3956,7 +3668,7 @@ "tags": [], "label": "required", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3967,7 +3679,7 @@ "tags": [], "label": "sensitive", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -3981,7 +3693,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4001,7 +3713,7 @@ "text": "FieldType" } ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4015,7 +3727,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4036,7 +3748,7 @@ }, "[]" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4050,7 +3762,7 @@ "signature": [ "string | number | boolean | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false } @@ -4081,7 +3793,7 @@ "text": "ElasticsearchIndex" } ], - "path": "packages/kbn-search-connectors/types/indices.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4101,7 +3813,7 @@ "text": "Connector" } ], - "path": "packages/kbn-search-connectors/types/indices.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts", "deprecated": false, "trackAdoption": false } @@ -4115,7 +3827,7 @@ "tags": [], "label": "ConnectorsAPISyncJobResponse", "description": [], - "path": "packages/kbn-search-connectors/types/connectors_api.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors_api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4126,7 +3838,7 @@ "tags": [], "label": "count", "description": [], - "path": "packages/kbn-search-connectors/types/connectors_api.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors_api.ts", "deprecated": false, "trackAdoption": false }, @@ -4147,7 +3859,7 @@ }, "[]" ], - "path": "packages/kbn-search-connectors/types/connectors_api.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors_api.ts", "deprecated": false, "trackAdoption": false } @@ -4161,7 +3873,7 @@ "tags": [], "label": "ConnectorScheduling", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4172,7 +3884,7 @@ "tags": [], "label": "enabled", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4183,7 +3895,7 @@ "tags": [], "label": "interval", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false } @@ -4197,7 +3909,7 @@ "tags": [], "label": "ConnectorSecretCreateResponse", "description": [], - "path": "packages/kbn-search-connectors/types/connectors_api.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors_api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4208,7 +3920,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-search-connectors/types/connectors_api.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors_api.ts", "deprecated": false, "trackAdoption": false } @@ -4222,7 +3934,7 @@ "tags": [], "label": "ConnectorServerSideDefinition", "description": [], - "path": "packages/kbn-search-connectors/types/connector_definition.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4236,7 +3948,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_definition.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -4250,7 +3962,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_definition.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -4261,7 +3973,7 @@ "tags": [], "label": "iconPath", "description": [], - "path": "packages/kbn-search-connectors/types/connector_definition.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -4272,7 +3984,7 @@ "tags": [], "label": "isBeta", "description": [], - "path": "packages/kbn-search-connectors/types/connector_definition.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -4283,7 +3995,7 @@ "tags": [], "label": "isNative", "description": [], - "path": "packages/kbn-search-connectors/types/connector_definition.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -4297,7 +4009,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_definition.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -4311,7 +4023,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/connector_definition.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -4322,7 +4034,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/connector_definition.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -4333,7 +4045,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/connector_definition.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts", "deprecated": false, "trackAdoption": false } @@ -4347,7 +4059,7 @@ "tags": [], "label": "ConnectorStats", "description": [], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4358,7 +4070,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -4372,7 +4084,7 @@ "signature": [ "string | null | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -4386,7 +4098,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -4397,7 +4109,7 @@ "tags": [], "label": "isDeleted", "description": [], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -4418,7 +4130,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -4432,7 +4144,7 @@ "signature": [ "string | null | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -4446,7 +4158,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -4460,7 +4172,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -4474,7 +4186,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -4488,7 +4200,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -4509,7 +4221,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -4530,7 +4242,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -4544,7 +4256,7 @@ "signature": [ "{ accessControl: Scheduling; full: Scheduling; incremental: Scheduling; } | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -4558,7 +4270,7 @@ "signature": [ "{ active: { withBasicRules: boolean; withAdvancedRules: boolean; }; draft: { withBasicRules: boolean; withAdvancedRules: boolean; }; } | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -4572,7 +4284,7 @@ "signature": [ "{ name: string; extractBinaryContent: boolean; reduceWhitespace: boolean; runMLInference: boolean; } | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -4593,7 +4305,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false } @@ -4607,7 +4319,7 @@ "tags": [], "label": "ConnectorSyncJob", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4621,7 +4333,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4635,7 +4347,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4649,7 +4361,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4695,7 +4407,7 @@ }, " | null; service_type: string | null; }" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4706,7 +4418,7 @@ "tags": [], "label": "created_at", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4717,7 +4429,7 @@ "tags": [], "label": "deleted_document_count", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4731,7 +4443,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4742,7 +4454,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4753,7 +4465,7 @@ "tags": [], "label": "indexed_document_count", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4764,7 +4476,7 @@ "tags": [], "label": "indexed_document_volume", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4784,7 +4496,7 @@ "text": "SyncJobType" } ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4798,7 +4510,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4812,7 +4524,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4826,7 +4538,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4846,7 +4558,7 @@ "text": "SyncStatus" } ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4860,7 +4572,7 @@ "signature": [ "number | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4880,7 +4592,7 @@ "text": "TriggerMethod" } ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4894,7 +4606,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false } @@ -4908,7 +4620,7 @@ "tags": [], "label": "CustomScheduling", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4922,7 +4634,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4933,7 +4645,7 @@ "tags": [], "label": "enabled", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4944,7 +4656,7 @@ "tags": [], "label": "interval", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4958,7 +4670,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -4969,7 +4681,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false } @@ -4983,7 +4695,7 @@ "tags": [], "label": "DataSourceSpecificStats", "description": [], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4997,7 +4709,7 @@ "signature": [ "{ dataSourceType: string; } | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -5011,7 +4723,7 @@ "signature": [ "{ isCloud: boolean; } | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -5025,7 +4737,7 @@ "signature": [ "{ dataSourceType: string; } | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -5039,7 +4751,7 @@ "signature": [ "{ directConnect: boolean; } | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -5053,7 +4765,7 @@ "signature": [ "{ validateHost: boolean; tables: number; } | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -5067,7 +4779,7 @@ "signature": [ "{ tables: number; } | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -5081,7 +4793,7 @@ "signature": [ "{ tables: number; } | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -5095,7 +4807,7 @@ "signature": [ "{ tables: number; } | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -5109,7 +4821,7 @@ "signature": [ "{ autoJoinChannelsEnabled: boolean; syncUsersEnabled: boolean; fetchLastNDays: number; } | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -5123,7 +4835,7 @@ "signature": [ "{ recordingAge: number; } | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false } @@ -5137,7 +4849,7 @@ "tags": [], "label": "Dependency", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5148,7 +4860,7 @@ "tags": [], "label": "field", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -5162,7 +4874,7 @@ "signature": [ "string | number | boolean | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false } @@ -5176,7 +4888,7 @@ "tags": [], "label": "DocumentsStats", "description": [], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5187,7 +4899,7 @@ "tags": [], "label": "total", "description": [], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -5198,7 +4910,7 @@ "tags": [], "label": "volume", "description": [], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -5209,7 +4921,7 @@ "tags": [], "label": "inLastSync", "description": [], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false } @@ -5223,7 +4935,7 @@ "tags": [], "label": "ElasticsearchIndex", "description": [], - "path": "packages/kbn-search-connectors/types/indices.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5234,7 +4946,7 @@ "tags": [], "label": "count", "description": [], - "path": "packages/kbn-search-connectors/types/indices.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts", "deprecated": false, "trackAdoption": false }, @@ -5248,7 +4960,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-search-connectors/types/indices.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts", "deprecated": false, "trackAdoption": false }, @@ -5262,7 +4974,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-search-connectors/types/indices.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts", "deprecated": false, "trackAdoption": false }, @@ -5277,7 +4989,7 @@ "HealthStatus", " | undefined" ], - "path": "packages/kbn-search-connectors/types/indices.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts", "deprecated": false, "trackAdoption": false }, @@ -5288,7 +5000,7 @@ "tags": [], "label": "hidden", "description": [], - "path": "packages/kbn-search-connectors/types/indices.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts", "deprecated": false, "trackAdoption": false }, @@ -5299,7 +5011,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/indices.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts", "deprecated": false, "trackAdoption": false }, @@ -5314,7 +5026,7 @@ "IndicesStatsIndexMetadataState", " | undefined" ], - "path": "packages/kbn-search-connectors/types/indices.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts", "deprecated": false, "trackAdoption": false }, @@ -5328,7 +5040,7 @@ "signature": [ "{ docs: { count: number; deleted: number; }; store: { size_in_bytes: string; }; }" ], - "path": "packages/kbn-search-connectors/types/indices.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts", "deprecated": false, "trackAdoption": false }, @@ -5342,7 +5054,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-connectors/types/indices.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts", "deprecated": false, "trackAdoption": false } @@ -5356,7 +5068,7 @@ "tags": [], "label": "ElasticsearchViewIndexExtension", "description": [], - "path": "packages/kbn-search-connectors/types/indices.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5376,7 +5088,7 @@ "text": "IngestionMethod" } ], - "path": "packages/kbn-search-connectors/types/indices.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts", "deprecated": false, "trackAdoption": false }, @@ -5396,7 +5108,7 @@ "text": "IngestionStatus" } ], - "path": "packages/kbn-search-connectors/types/indices.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts", "deprecated": false, "trackAdoption": false }, @@ -5410,7 +5122,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-search-connectors/types/indices.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts", "deprecated": false, "trackAdoption": false } @@ -5424,7 +5136,7 @@ "tags": [], "label": "FilteringConfig", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5444,7 +5156,7 @@ "text": "FilteringRules" } ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -5455,7 +5167,7 @@ "tags": [], "label": "domain", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -5475,7 +5187,7 @@ "text": "FilteringRules" } ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false } @@ -5489,7 +5201,7 @@ "tags": [], "label": "FilteringRule", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5500,7 +5212,7 @@ "tags": [], "label": "created_at", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -5511,7 +5223,7 @@ "tags": [], "label": "field", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -5522,7 +5234,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -5533,7 +5245,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -5547,7 +5259,7 @@ "signature": [ "\"exclude\" | \"include\"" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -5561,7 +5273,7 @@ "signature": [ "\"contains\" | \"<\" | \">\" | \"regex\" | \"equals\" | \"ends_with\" | \"starts_with\"" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -5572,7 +5284,7 @@ "tags": [], "label": "updated_at", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -5583,7 +5295,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false } @@ -5597,7 +5309,7 @@ "tags": [], "label": "FilteringRules", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5611,7 +5323,7 @@ "signature": [ "{ created_at: string; updated_at: string; value: Record; }" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -5632,7 +5344,7 @@ }, "[]" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -5662,7 +5374,7 @@ }, "; }" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false } @@ -5676,7 +5388,7 @@ "tags": [], "label": "FilteringValidation", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5690,7 +5402,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -5704,7 +5416,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false } @@ -5718,7 +5430,7 @@ "tags": [], "label": "IngestPipelineParams", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5729,7 +5441,7 @@ "tags": [], "label": "extract_binary_content", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -5740,7 +5452,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -5751,7 +5463,7 @@ "tags": [], "label": "reduce_whitespace", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -5762,7 +5474,7 @@ "tags": [], "label": "run_ml_inference", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false } @@ -5776,7 +5488,7 @@ "tags": [], "label": "Meta", "description": [], - "path": "packages/kbn-search-connectors/types/pagination.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/pagination.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5796,7 +5508,7 @@ "text": "Page" } ], - "path": "packages/kbn-search-connectors/types/pagination.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/pagination.ts", "deprecated": false, "trackAdoption": false } @@ -5810,7 +5522,7 @@ "tags": [], "label": "NativeConnector", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5856,7 +5568,7 @@ }, " | undefined; }" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -5870,7 +5582,7 @@ "signature": [ "Partial<{ document_level_security: { enabled: boolean; }; filtering_advanced_config: boolean; filtering_rules: boolean; incremental_sync: { enabled: boolean; }; sync_rules: { advanced?: { enabled: boolean; } | undefined; basic?: { enabled: boolean; } | undefined; }; }> | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -5881,7 +5593,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -5892,7 +5604,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false } @@ -5916,7 +5628,7 @@ }, "" ], - "path": "packages/kbn-search-connectors/types/optimistic_concurrency.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/optimistic_concurrency.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5930,7 +5642,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-search-connectors/types/optimistic_concurrency.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/optimistic_concurrency.ts", "deprecated": false, "trackAdoption": false }, @@ -5944,7 +5656,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-search-connectors/types/optimistic_concurrency.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/optimistic_concurrency.ts", "deprecated": false, "trackAdoption": false }, @@ -5958,7 +5670,7 @@ "signature": [ "T" ], - "path": "packages/kbn-search-connectors/types/optimistic_concurrency.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/optimistic_concurrency.ts", "deprecated": false, "trackAdoption": false } @@ -5972,7 +5684,7 @@ "tags": [], "label": "Page", "description": [], - "path": "packages/kbn-search-connectors/types/pagination.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/pagination.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5983,7 +5695,7 @@ "tags": [], "label": "from", "description": [], - "path": "packages/kbn-search-connectors/types/pagination.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/pagination.ts", "deprecated": false, "trackAdoption": false }, @@ -5997,7 +5709,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-search-connectors/types/pagination.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/pagination.ts", "deprecated": false, "trackAdoption": false }, @@ -6008,7 +5720,7 @@ "tags": [], "label": "size", "description": [], - "path": "packages/kbn-search-connectors/types/pagination.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/pagination.ts", "deprecated": false, "trackAdoption": false }, @@ -6019,7 +5731,7 @@ "tags": [], "label": "total", "description": [], - "path": "packages/kbn-search-connectors/types/pagination.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/pagination.ts", "deprecated": false, "trackAdoption": false } @@ -6043,7 +5755,7 @@ }, "" ], - "path": "packages/kbn-search-connectors/types/pagination.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/pagination.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6063,7 +5775,7 @@ "text": "Meta" } ], - "path": "packages/kbn-search-connectors/types/pagination.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/pagination.ts", "deprecated": false, "trackAdoption": false }, @@ -6077,7 +5789,7 @@ "signature": [ "T[]" ], - "path": "packages/kbn-search-connectors/types/pagination.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/pagination.ts", "deprecated": false, "trackAdoption": false } @@ -6091,7 +5803,7 @@ "tags": [], "label": "SchedulingConfiguraton", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6111,7 +5823,7 @@ "text": "ConnectorScheduling" } ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -6131,7 +5843,7 @@ "text": "ConnectorScheduling" } ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -6151,7 +5863,7 @@ "text": "ConnectorScheduling" } ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false } @@ -6165,7 +5877,7 @@ "tags": [], "label": "SelectOption", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6176,7 +5888,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -6187,7 +5899,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false } @@ -6201,7 +5913,7 @@ "tags": [], "label": "SyncJobStats", "description": [], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6221,7 +5933,7 @@ "text": "SyncJobStatsDetails" } ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -6242,7 +5954,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false } @@ -6256,7 +5968,7 @@ "tags": [], "label": "SyncJobStatsByState", "description": [], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6267,7 +5979,7 @@ "tags": [], "label": "total", "description": [], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -6278,7 +5990,7 @@ "tags": [], "label": "manual", "description": [], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -6289,7 +6001,7 @@ "tags": [], "label": "scheduled", "description": [], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -6300,7 +6012,7 @@ "tags": [], "label": "completed", "description": [], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -6311,7 +6023,7 @@ "tags": [], "label": "errored", "description": [], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -6322,7 +6034,7 @@ "tags": [], "label": "canceled", "description": [], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -6333,7 +6045,7 @@ "tags": [], "label": "suspended", "description": [], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -6344,7 +6056,7 @@ "tags": [], "label": "idle", "description": [], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -6355,7 +6067,7 @@ "tags": [], "label": "running", "description": [], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -6366,7 +6078,7 @@ "tags": [], "label": "totalDurationSeconds", "description": [], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -6380,7 +6092,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false } @@ -6394,7 +6106,7 @@ "tags": [], "label": "SyncJobStatsByType", "description": [], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6414,7 +6126,7 @@ "text": "SyncJobStatsByState" } ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -6435,7 +6147,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -6456,7 +6168,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -6477,7 +6189,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false } @@ -6491,7 +6203,7 @@ "tags": [], "label": "SyncJobStatsDetails", "description": [], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6502,7 +6214,7 @@ "tags": [], "label": "total", "description": [], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -6523,7 +6235,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false }, @@ -6544,7 +6256,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-connectors/types/connector_stats.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_stats.ts", "deprecated": false, "trackAdoption": false } @@ -6558,7 +6270,7 @@ "tags": [], "label": "Validation", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6572,7 +6284,7 @@ "signature": [ "string | number" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -6583,7 +6295,7 @@ "tags": [], "label": "type", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false } @@ -6599,7 +6311,7 @@ "tags": [], "label": "ConnectorStatus", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6611,7 +6323,7 @@ "tags": [], "label": "DisplayType", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6623,7 +6335,7 @@ "tags": [], "label": "FeatureName", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6635,7 +6347,7 @@ "tags": [], "label": "FieldType", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6647,7 +6359,7 @@ "tags": [], "label": "FilteringValidationState", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6659,7 +6371,7 @@ "tags": [], "label": "IngestionMethod", "description": [], - "path": "packages/kbn-search-connectors/types/indices.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6671,7 +6383,7 @@ "tags": [], "label": "IngestionStatus", "description": [], - "path": "packages/kbn-search-connectors/types/indices.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/indices.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6683,7 +6395,7 @@ "tags": [], "label": "SyncJobType", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6695,7 +6407,7 @@ "tags": [], "label": "SyncStatus", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6707,7 +6419,7 @@ "tags": [], "label": "TriggerMethod", "description": [], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6731,7 +6443,7 @@ }, "[]" ], - "path": "packages/kbn-search-connectors/constants/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/constants/connectors.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6778,7 +6490,7 @@ }, " | undefined; }" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6801,7 +6513,7 @@ }, " | null; }" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6830,7 +6542,7 @@ "text": "ConnectorServerSideDefinition" } ], - "path": "packages/kbn-search-connectors/types/connector_definition.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connector_definition.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6917,7 +6629,7 @@ }, "; service_type: string | null; sync_now: boolean; }" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6932,7 +6644,7 @@ "signature": [ "Partial<{ document_level_security: { enabled: boolean; }; filtering_advanced_config: boolean; filtering_rules: boolean; incremental_sync: { enabled: boolean; }; sync_rules: { advanced?: { enabled: boolean; } | undefined; basic?: { enabled: boolean; } | undefined; }; }> | null" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6947,7 +6659,7 @@ "signature": [ "\".search-acl-filter-\"" ], - "path": "packages/kbn-search-connectors/index.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6962,7 +6674,7 @@ "signature": [ "\".elastic-connectors\"" ], - "path": "packages/kbn-search-connectors/index.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6977,7 +6689,7 @@ "signature": [ "\".elastic-connectors-sync-jobs\"" ], - "path": "packages/kbn-search-connectors/index.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6992,7 +6704,7 @@ "signature": [ "1" ], - "path": "packages/kbn-search-connectors/index.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7063,7 +6775,7 @@ }, "; worker_hostname: string | null; }" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7092,7 +6804,7 @@ "text": "ElasticsearchViewIndexExtension" } ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7107,7 +6819,7 @@ "signature": [ "\"elastic-crawler\"" ], - "path": "packages/kbn-search-connectors/index.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7122,7 +6834,7 @@ "signature": [ "\".elastic-connectors-v1\"" ], - "path": "packages/kbn-search-connectors/index.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7137,7 +6849,7 @@ "signature": [ "\".elastic-connectors-sync-jobs-v1\"" ], - "path": "packages/kbn-search-connectors/index.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7152,7 +6864,7 @@ "signature": [ "{ [x: string]: string | number | boolean | null; }" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7167,7 +6879,7 @@ "signature": [ "\"date\" | \"month\" | \"day\" | \"hour\" | \"minute\" | \"second\"" ], - "path": "packages/kbn-search-connectors/types/cron_editor.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/cron_editor.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7182,7 +6894,7 @@ "signature": [ "{ date?: string | undefined; month?: string | undefined; day?: string | undefined; hour?: string | undefined; minute?: string | undefined; second?: string | undefined; }" ], - "path": "packages/kbn-search-connectors/types/cron_editor.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/cron_editor.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7197,7 +6909,7 @@ "signature": [ "\"exclude\" | \"include\"" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7212,7 +6924,7 @@ "signature": [ "\"contains\" | \"<\" | \">\" | \"regex\" | \"equals\" | \"ends_with\" | \"starts_with\"" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7234,7 +6946,7 @@ }, "[]" ], - "path": "packages/kbn-search-connectors/types/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/connectors.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7249,7 +6961,7 @@ "signature": [ "\"MINUTE\" | \"HOUR\" | \"DAY\" | \"WEEK\" | \"MONTH\" | \"YEAR\"" ], - "path": "packages/kbn-search-connectors/types/cron_editor.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/cron_editor.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7264,7 +6976,7 @@ "signature": [ "\"content-\"" ], - "path": "packages/kbn-search-connectors/constants/connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/constants/connectors.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7281,7 +6993,7 @@ "signature": [ "ESDocLinks" ], - "path": "packages/kbn-search-connectors/constants/doc_links.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/constants/doc_links.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7296,7 +7008,7 @@ "signature": [ "React.Context<{ hasPlatinumLicense: boolean; stackManagementLink?: string | undefined; subscriptionLink?: string | undefined; }>" ], - "path": "packages/kbn-search-connectors/components/configuration/connector_configuration.tsx", + "path": "src/platform/packages/shared/kbn-search-connectors/components/configuration/connector_configuration.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7308,7 +7020,7 @@ "tags": [], "label": "NATIVE_CONNECTOR_DEFINITIONS", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7319,7 +7031,7 @@ "tags": [], "label": "azure_blob_storage", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7330,7 +7042,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7341,7 +7053,7 @@ "tags": [], "label": "account_name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7355,7 +7067,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7369,7 +7081,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7390,7 +7102,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7401,7 +7113,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7415,7 +7127,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7426,7 +7138,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7440,7 +7152,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7454,7 +7166,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7468,7 +7180,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7489,7 +7201,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7503,7 +7215,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7517,7 +7229,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7528,7 +7240,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -7541,7 +7253,7 @@ "tags": [], "label": "account_key", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7555,7 +7267,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7569,7 +7281,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7590,7 +7302,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7601,7 +7313,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7615,7 +7327,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7626,7 +7338,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7640,7 +7352,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7654,7 +7366,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7668,7 +7380,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7689,7 +7401,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7703,7 +7415,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7717,7 +7429,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7728,7 +7440,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -7741,7 +7453,7 @@ "tags": [], "label": "blob_endpoint", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7755,7 +7467,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7769,7 +7481,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7790,7 +7502,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7801,7 +7513,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7815,7 +7527,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7826,7 +7538,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7837,7 +7549,7 @@ "tags": [], "label": "placeholder", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7851,7 +7563,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7865,7 +7577,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7879,7 +7591,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7900,7 +7612,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7914,7 +7626,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7928,7 +7640,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7939,7 +7651,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -7952,7 +7664,7 @@ "tags": [], "label": "containers", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7966,7 +7678,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -7980,7 +7692,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8001,7 +7713,7 @@ }, ".TEXTAREA" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8012,7 +7724,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8026,7 +7738,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8037,7 +7749,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8051,7 +7763,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8065,7 +7777,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8079,7 +7791,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8100,7 +7812,7 @@ }, ".LIST" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8114,7 +7826,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8128,7 +7840,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8139,7 +7851,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -8152,7 +7864,7 @@ "tags": [], "label": "retry_count", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8163,7 +7875,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8177,7 +7889,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8198,7 +7910,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8209,7 +7921,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8223,7 +7935,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8234,7 +7946,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8248,7 +7960,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8262,7 +7974,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8276,7 +7988,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8297,7 +8009,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8311,7 +8023,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8325,7 +8037,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8336,7 +8048,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -8349,7 +8061,7 @@ "tags": [], "label": "concurrent_downloads", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8360,7 +8072,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8374,7 +8086,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8395,7 +8107,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8406,7 +8118,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8420,7 +8132,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8431,7 +8143,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8445,7 +8157,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8459,7 +8171,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8473,7 +8185,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8494,7 +8206,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8508,7 +8220,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8522,7 +8234,7 @@ "signature": [ "{ type: string; constraint: number; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8533,7 +8245,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -8546,7 +8258,7 @@ "tags": [], "label": "use_text_extraction_service", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8560,7 +8272,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8574,7 +8286,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8595,7 +8307,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8606,7 +8318,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8620,7 +8332,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8631,7 +8343,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8645,7 +8357,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8659,7 +8371,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8670,7 +8382,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8691,7 +8403,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8705,7 +8417,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8719,7 +8431,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8733,7 +8445,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -8748,7 +8460,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8759,7 +8471,7 @@ "tags": [], "label": "[SYNC_RULES]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8770,7 +8482,7 @@ "tags": [], "label": "advanced", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8784,7 +8496,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -8797,7 +8509,7 @@ "tags": [], "label": "basic", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8811,7 +8523,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -8826,7 +8538,7 @@ "tags": [], "label": "[INCREMENTAL_SYNC]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8840,7 +8552,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -8855,7 +8567,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8866,7 +8578,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -8879,7 +8591,7 @@ "tags": [], "label": "box", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8890,7 +8602,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8901,7 +8613,7 @@ "tags": [], "label": "is_enterprise", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8912,7 +8624,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8926,7 +8638,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8947,7 +8659,7 @@ }, ".DROPDOWN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8958,7 +8670,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8972,7 +8684,7 @@ "signature": [ "{ label: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -8986,7 +8698,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9000,7 +8712,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9014,7 +8726,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9025,7 +8737,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9046,7 +8758,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9060,7 +8772,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9074,7 +8786,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9085,7 +8797,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -9098,7 +8810,7 @@ "tags": [], "label": "client_id", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9112,7 +8824,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9126,7 +8838,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9147,7 +8859,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9158,7 +8870,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9172,7 +8884,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9183,7 +8895,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9197,7 +8909,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9211,7 +8923,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9225,7 +8937,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9246,7 +8958,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9260,7 +8972,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9274,7 +8986,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9285,7 +8997,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -9298,7 +9010,7 @@ "tags": [], "label": "client_secret", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9312,7 +9024,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9326,7 +9038,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9347,7 +9059,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9358,7 +9070,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9372,7 +9084,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9383,7 +9095,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9397,7 +9109,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9411,7 +9123,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9425,7 +9137,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9446,7 +9158,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9460,7 +9172,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9474,7 +9186,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9485,7 +9197,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -9498,7 +9210,7 @@ "tags": [], "label": "refresh_token", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9512,7 +9224,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9526,7 +9238,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9547,7 +9259,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9558,7 +9270,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9572,7 +9284,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9583,7 +9295,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9597,7 +9309,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9611,7 +9323,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9625,7 +9337,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9646,7 +9358,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9660,7 +9372,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9674,7 +9386,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9685,7 +9397,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -9698,7 +9410,7 @@ "tags": [], "label": "enterprise_id", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9712,7 +9424,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9726,7 +9438,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9747,7 +9459,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9758,7 +9470,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9772,7 +9484,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9783,7 +9495,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9797,7 +9509,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9811,7 +9523,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9825,7 +9537,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9846,7 +9558,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9860,7 +9572,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9874,7 +9586,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9885,7 +9597,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -9898,7 +9610,7 @@ "tags": [], "label": "concurrent_downloads", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9909,7 +9621,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9923,7 +9635,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9944,7 +9656,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9955,7 +9667,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9969,7 +9681,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9980,7 +9692,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -9994,7 +9706,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10008,7 +9720,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10022,7 +9734,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10043,7 +9755,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10057,7 +9769,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10071,7 +9783,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10082,7 +9794,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -10097,7 +9809,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [] @@ -10109,7 +9821,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10120,7 +9832,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -10133,7 +9845,7 @@ "tags": [], "label": "confluence", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10144,7 +9856,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10155,7 +9867,7 @@ "tags": [], "label": "data_source", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10169,7 +9881,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10183,7 +9895,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10204,7 +9916,7 @@ }, ".DROPDOWN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10215,7 +9927,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10229,7 +9941,7 @@ "signature": [ "{ label: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10240,7 +9952,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10254,7 +9966,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10268,7 +9980,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10282,7 +9994,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10303,7 +10015,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10317,7 +10029,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10331,7 +10043,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10342,7 +10054,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -10355,7 +10067,7 @@ "tags": [], "label": "username", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10369,7 +10081,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10383,7 +10095,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10404,7 +10116,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10415,7 +10127,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10429,7 +10141,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10440,7 +10152,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10454,7 +10166,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10468,7 +10180,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10482,7 +10194,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10503,7 +10215,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10517,7 +10229,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10531,7 +10243,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10542,7 +10254,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -10555,7 +10267,7 @@ "tags": [], "label": "password", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10569,7 +10281,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10583,7 +10295,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10604,7 +10316,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10615,7 +10327,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10629,7 +10341,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10640,7 +10352,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10654,7 +10366,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10668,7 +10380,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10682,7 +10394,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10703,7 +10415,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10717,7 +10429,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10731,7 +10443,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10742,7 +10454,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -10755,7 +10467,7 @@ "tags": [], "label": "data_center_username", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10769,7 +10481,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10783,7 +10495,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10804,7 +10516,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10815,7 +10527,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10829,7 +10541,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10840,7 +10552,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10854,7 +10566,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10868,7 +10580,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10882,7 +10594,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10903,7 +10615,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10917,7 +10629,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10931,7 +10643,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10942,7 +10654,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -10955,7 +10667,7 @@ "tags": [], "label": "data_center_password", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10969,7 +10681,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -10983,7 +10695,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11004,7 +10716,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11015,7 +10727,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11029,7 +10741,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11040,7 +10752,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11054,7 +10766,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11068,7 +10780,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11082,7 +10794,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11103,7 +10815,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11117,7 +10829,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11131,7 +10843,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11142,7 +10854,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -11155,7 +10867,7 @@ "tags": [], "label": "account_email", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11169,7 +10881,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11183,7 +10895,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11204,7 +10916,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11215,7 +10927,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11229,7 +10941,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11240,7 +10952,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11251,7 +10963,7 @@ "tags": [], "label": "placeholder", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11265,7 +10977,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11279,7 +10991,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11293,7 +11005,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11314,7 +11026,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11328,7 +11040,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11342,7 +11054,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11353,7 +11065,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -11366,7 +11078,7 @@ "tags": [], "label": "api_token", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11380,7 +11092,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11394,7 +11106,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11415,7 +11127,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11426,7 +11138,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11440,7 +11152,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11451,7 +11163,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11465,7 +11177,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11479,7 +11191,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11493,7 +11205,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11514,7 +11226,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11528,7 +11240,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11542,7 +11254,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11553,7 +11265,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -11566,7 +11278,7 @@ "tags": [], "label": "confluence_url", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11580,7 +11292,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11594,7 +11306,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11615,7 +11327,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11626,7 +11338,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11640,7 +11352,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11651,7 +11363,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11662,7 +11374,7 @@ "tags": [], "label": "placeholder", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11676,7 +11388,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11690,7 +11402,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11704,7 +11416,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11725,7 +11437,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11739,7 +11451,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11753,7 +11465,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11764,7 +11476,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -11777,7 +11489,7 @@ "tags": [], "label": "spaces", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11791,7 +11503,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11805,7 +11517,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11826,7 +11538,7 @@ }, ".TEXTAREA" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11837,7 +11549,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11851,7 +11563,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11862,7 +11574,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11876,7 +11588,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11890,7 +11602,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11901,7 +11613,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11922,7 +11634,7 @@ }, ".LIST" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11936,7 +11648,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11950,7 +11662,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -11961,7 +11673,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -11974,7 +11686,7 @@ "tags": [], "label": "index_labels", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11988,7 +11700,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12002,7 +11714,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12023,7 +11735,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12034,7 +11746,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12048,7 +11760,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12059,7 +11771,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12073,7 +11785,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12087,7 +11799,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12098,7 +11810,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12119,7 +11831,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12133,7 +11845,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12147,7 +11859,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12161,7 +11873,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -12174,7 +11886,7 @@ "tags": [], "label": "ssl_enabled", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12188,7 +11900,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12202,7 +11914,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12223,7 +11935,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12234,7 +11946,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12248,7 +11960,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12259,7 +11971,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12273,7 +11985,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12287,7 +11999,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12301,7 +12013,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12322,7 +12034,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12336,7 +12048,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12350,7 +12062,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12364,7 +12076,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -12377,7 +12089,7 @@ "tags": [], "label": "ssl_ca", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12391,7 +12103,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12405,7 +12117,7 @@ "signature": [ "{ field: string; value: true; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12426,7 +12138,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12437,7 +12149,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12451,7 +12163,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12462,7 +12174,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12476,7 +12188,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12490,7 +12202,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12504,7 +12216,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12525,7 +12237,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12539,7 +12251,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12553,7 +12265,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12564,7 +12276,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -12577,7 +12289,7 @@ "tags": [], "label": "retry_count", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12588,7 +12300,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12602,7 +12314,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12623,7 +12335,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12634,7 +12346,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12648,7 +12360,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12659,7 +12371,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12673,7 +12385,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12687,7 +12399,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12701,7 +12413,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12722,7 +12434,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12736,7 +12448,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12750,7 +12462,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12761,7 +12473,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -12774,7 +12486,7 @@ "tags": [], "label": "concurrent_downloads", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12785,7 +12497,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12799,7 +12511,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12820,7 +12532,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12831,7 +12543,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12845,7 +12557,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12856,7 +12568,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12870,7 +12582,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12884,7 +12596,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12898,7 +12610,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12919,7 +12631,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12933,7 +12645,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12947,7 +12659,7 @@ "signature": [ "{ constraint: number; type: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12958,7 +12670,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -12971,7 +12683,7 @@ "tags": [], "label": "use_document_level_security", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -12985,7 +12697,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -12999,7 +12711,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13020,7 +12732,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13031,7 +12743,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13045,7 +12757,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13056,7 +12768,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13070,7 +12782,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13084,7 +12796,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13095,7 +12807,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13116,7 +12828,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13130,7 +12842,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13144,7 +12856,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13158,7 +12870,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -13171,7 +12883,7 @@ "tags": [], "label": "use_text_extraction_service", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13185,7 +12897,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13199,7 +12911,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13220,7 +12932,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13231,7 +12943,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13245,7 +12957,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13256,7 +12968,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13270,7 +12982,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13284,7 +12996,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13295,7 +13007,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13316,7 +13028,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13330,7 +13042,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13344,7 +13056,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13358,7 +13070,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -13373,7 +13085,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13384,7 +13096,7 @@ "tags": [], "label": "[SYNC_RULES]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13395,7 +13107,7 @@ "tags": [], "label": "advanced", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13409,7 +13121,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -13422,7 +13134,7 @@ "tags": [], "label": "basic", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13436,7 +13148,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -13451,7 +13163,7 @@ "tags": [], "label": "[DOCUMENT_LEVEL_SECURITY]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13465,7 +13177,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -13478,7 +13190,7 @@ "tags": [], "label": "[INCREMENTAL_SYNC]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13492,7 +13204,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -13507,7 +13219,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13518,7 +13230,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -13531,7 +13243,7 @@ "tags": [], "label": "dropbox", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13542,7 +13254,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13553,7 +13265,7 @@ "tags": [], "label": "path", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13567,7 +13279,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13581,7 +13293,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13602,7 +13314,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13613,7 +13325,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13627,7 +13339,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13638,7 +13350,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13652,7 +13364,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13666,7 +13378,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13677,7 +13389,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13698,7 +13410,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13712,7 +13424,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13726,7 +13438,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13737,7 +13449,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -13750,7 +13462,7 @@ "tags": [], "label": "app_key", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13764,7 +13476,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13778,7 +13490,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13799,7 +13511,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13810,7 +13522,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13824,7 +13536,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13835,7 +13547,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13846,7 +13558,7 @@ "tags": [], "label": "placeholder", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13860,7 +13572,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13874,7 +13586,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13888,7 +13600,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13909,7 +13621,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13923,7 +13635,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13937,7 +13649,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13948,7 +13660,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -13961,7 +13673,7 @@ "tags": [], "label": "app_secret", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13975,7 +13687,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -13989,7 +13701,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14010,7 +13722,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14021,7 +13733,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14035,7 +13747,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14046,7 +13758,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14060,7 +13772,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14074,7 +13786,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14088,7 +13800,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14109,7 +13821,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14123,7 +13835,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14137,7 +13849,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14148,7 +13860,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -14161,7 +13873,7 @@ "tags": [], "label": "refresh_token", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14175,7 +13887,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14189,7 +13901,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14210,7 +13922,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14221,7 +13933,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14235,7 +13947,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14246,7 +13958,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14260,7 +13972,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14274,7 +13986,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14288,7 +14000,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14309,7 +14021,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14323,7 +14035,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14337,7 +14049,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14348,7 +14060,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -14361,7 +14073,7 @@ "tags": [], "label": "retry_count", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14372,7 +14084,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14386,7 +14098,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14407,7 +14119,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14418,7 +14130,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14432,7 +14144,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14443,7 +14155,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14457,7 +14169,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14471,7 +14183,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14485,7 +14197,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14506,7 +14218,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14520,7 +14232,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14534,7 +14246,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14545,7 +14257,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -14558,7 +14270,7 @@ "tags": [], "label": "concurrent_downloads", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14569,7 +14281,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14583,7 +14295,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14604,7 +14316,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14615,7 +14327,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14629,7 +14341,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14640,7 +14352,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14654,7 +14366,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14668,7 +14380,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14682,7 +14394,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14703,7 +14415,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14717,7 +14429,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14731,7 +14443,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14742,7 +14454,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -14755,7 +14467,7 @@ "tags": [], "label": "use_text_extraction_service", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14769,7 +14481,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14783,7 +14495,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14804,7 +14516,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14815,7 +14527,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14829,7 +14541,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14840,7 +14552,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14854,7 +14566,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14868,7 +14580,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14879,7 +14591,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14900,7 +14612,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14914,7 +14626,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14928,7 +14640,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14942,7 +14654,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -14955,7 +14667,7 @@ "tags": [], "label": "use_document_level_security", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -14969,7 +14681,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -14983,7 +14695,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15004,7 +14716,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15015,7 +14727,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15029,7 +14741,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15040,7 +14752,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15054,7 +14766,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15068,7 +14780,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15079,7 +14791,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15100,7 +14812,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15114,7 +14826,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15128,7 +14840,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15142,7 +14854,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -15155,7 +14867,7 @@ "tags": [], "label": "include_inherited_users_and_groups", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15169,7 +14881,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15183,7 +14895,7 @@ "signature": [ "{ field: string; value: true; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15204,7 +14916,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15215,7 +14927,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15229,7 +14941,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15240,7 +14952,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15254,7 +14966,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15268,7 +14980,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15279,7 +14991,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15300,7 +15012,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15314,7 +15026,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15328,7 +15040,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15342,7 +15054,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -15357,7 +15069,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15368,7 +15080,7 @@ "tags": [], "label": "[DOCUMENT_LEVEL_SECURITY]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15382,7 +15094,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -15395,7 +15107,7 @@ "tags": [], "label": "[SYNC_RULES]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15406,7 +15118,7 @@ "tags": [], "label": "advanced", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15420,7 +15132,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -15433,7 +15145,7 @@ "tags": [], "label": "basic", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15447,7 +15159,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -15462,7 +15174,7 @@ "tags": [], "label": "[INCREMENTAL_SYNC]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15476,7 +15188,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -15491,7 +15203,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15502,7 +15214,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -15515,7 +15227,7 @@ "tags": [], "label": "github", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15526,7 +15238,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15537,7 +15249,7 @@ "tags": [], "label": "data_source", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15551,7 +15263,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15565,7 +15277,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15586,7 +15298,7 @@ }, ".DROPDOWN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15597,7 +15309,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15611,7 +15323,7 @@ "signature": [ "{ label: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15622,7 +15334,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15636,7 +15348,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15650,7 +15362,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15664,7 +15376,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15685,7 +15397,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15699,7 +15411,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15713,7 +15425,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15724,7 +15436,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -15737,7 +15449,7 @@ "tags": [], "label": "host", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15751,7 +15463,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15765,7 +15477,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15786,7 +15498,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15797,7 +15509,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15811,7 +15523,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15822,7 +15534,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15836,7 +15548,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15850,7 +15562,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15864,7 +15576,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15885,7 +15597,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15899,7 +15611,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15913,7 +15625,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15924,7 +15636,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -15937,7 +15649,7 @@ "tags": [], "label": "auth_method", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15951,7 +15663,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15965,7 +15677,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15986,7 +15698,7 @@ }, ".DROPDOWN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -15997,7 +15709,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16011,7 +15723,7 @@ "signature": [ "{ label: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16022,7 +15734,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16036,7 +15748,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16050,7 +15762,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16064,7 +15776,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16085,7 +15797,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16099,7 +15811,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16113,7 +15825,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16124,7 +15836,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -16137,7 +15849,7 @@ "tags": [], "label": "token", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -16151,7 +15863,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16165,7 +15877,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16186,7 +15898,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16197,7 +15909,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16211,7 +15923,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16222,7 +15934,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16236,7 +15948,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16250,7 +15962,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16264,7 +15976,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16285,7 +15997,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16299,7 +16011,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16313,7 +16025,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16324,7 +16036,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -16337,7 +16049,7 @@ "tags": [], "label": "repo_type", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -16351,7 +16063,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16365,7 +16077,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16386,7 +16098,7 @@ }, ".DROPDOWN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16397,7 +16109,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16411,7 +16123,7 @@ "signature": [ "{ label: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16422,7 +16134,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16436,7 +16148,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16450,7 +16162,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16461,7 +16173,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16482,7 +16194,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16496,7 +16208,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16510,7 +16222,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16521,7 +16233,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -16534,7 +16246,7 @@ "tags": [], "label": "org_name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -16548,7 +16260,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16562,7 +16274,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16583,7 +16295,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16594,7 +16306,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16608,7 +16320,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16619,7 +16331,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16633,7 +16345,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16647,7 +16359,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16661,7 +16373,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16682,7 +16394,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16696,7 +16408,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16710,7 +16422,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16721,7 +16433,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -16734,7 +16446,7 @@ "tags": [], "label": "app_id", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -16748,7 +16460,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16762,7 +16474,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16783,7 +16495,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16794,7 +16506,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16808,7 +16520,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16819,7 +16531,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16833,7 +16545,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16847,7 +16559,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16861,7 +16573,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16882,7 +16594,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16896,7 +16608,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16910,7 +16622,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16921,7 +16633,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -16934,7 +16646,7 @@ "tags": [], "label": "private_key", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -16948,7 +16660,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16962,7 +16674,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16983,7 +16695,7 @@ }, ".TEXTAREA" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -16994,7 +16706,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17008,7 +16720,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17019,7 +16731,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17033,7 +16745,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17047,7 +16759,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17061,7 +16773,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17082,7 +16794,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17096,7 +16808,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17110,7 +16822,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17121,7 +16833,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -17134,7 +16846,7 @@ "tags": [], "label": "repositories", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -17148,7 +16860,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17162,7 +16874,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17183,7 +16895,7 @@ }, ".TEXTAREA" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17194,7 +16906,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17208,7 +16920,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17219,7 +16931,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17233,7 +16945,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17247,7 +16959,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17258,7 +16970,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17279,7 +16991,7 @@ }, ".LIST" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17293,7 +17005,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17307,7 +17019,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17318,7 +17030,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -17331,7 +17043,7 @@ "tags": [], "label": "ssl_enabled", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -17345,7 +17057,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17359,7 +17071,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17380,7 +17092,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17391,7 +17103,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17405,7 +17117,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17416,7 +17128,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17430,7 +17142,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17444,7 +17156,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17458,7 +17170,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17479,7 +17191,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17493,7 +17205,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17507,7 +17219,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17521,7 +17233,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -17534,7 +17246,7 @@ "tags": [], "label": "ssl_ca", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -17548,7 +17260,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17562,7 +17274,7 @@ "signature": [ "{ field: string; value: true; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17583,7 +17295,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17594,7 +17306,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17608,7 +17320,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17619,7 +17331,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17633,7 +17345,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17647,7 +17359,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17661,7 +17373,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17682,7 +17394,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17696,7 +17408,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17710,7 +17422,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17721,7 +17433,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -17734,7 +17446,7 @@ "tags": [], "label": "retry_count", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -17748,7 +17460,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17762,7 +17474,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17783,7 +17495,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17794,7 +17506,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17808,7 +17520,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17819,7 +17531,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17833,7 +17545,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17847,7 +17559,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17861,7 +17573,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17882,7 +17594,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17896,7 +17608,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17910,7 +17622,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17921,7 +17633,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -17934,7 +17646,7 @@ "tags": [], "label": "use_text_extraction_service", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -17948,7 +17660,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17962,7 +17674,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17983,7 +17695,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -17994,7 +17706,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18008,7 +17720,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18019,7 +17731,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18033,7 +17745,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18047,7 +17759,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18058,7 +17770,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18079,7 +17791,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18093,7 +17805,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18107,7 +17819,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18121,7 +17833,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -18134,7 +17846,7 @@ "tags": [], "label": "use_document_level_security", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18148,7 +17860,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18162,7 +17874,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18183,7 +17895,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18194,7 +17906,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18208,7 +17920,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18219,7 +17931,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18233,7 +17945,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18247,7 +17959,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18258,7 +17970,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18279,7 +17991,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18293,7 +18005,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18307,7 +18019,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18321,7 +18033,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -18336,7 +18048,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18347,7 +18059,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18358,7 +18070,7 @@ "tags": [], "label": "[SYNC_RULES]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18369,7 +18081,7 @@ "tags": [], "label": "advanced", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18383,7 +18095,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -18396,7 +18108,7 @@ "tags": [], "label": "basic", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18410,7 +18122,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -18425,7 +18137,7 @@ "tags": [], "label": "[INCREMENTAL_SYNC]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18439,7 +18151,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -18454,7 +18166,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -18467,7 +18179,7 @@ "tags": [], "label": "gmail", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18478,7 +18190,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18489,7 +18201,7 @@ "tags": [], "label": "service_account_credentials", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18503,7 +18215,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18517,7 +18229,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18538,7 +18250,7 @@ }, ".TEXTAREA" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18549,7 +18261,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18563,7 +18275,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18574,7 +18286,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18588,7 +18300,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18602,7 +18314,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18616,7 +18328,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18637,7 +18349,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18651,7 +18363,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18665,7 +18377,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18676,7 +18388,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -18689,7 +18401,7 @@ "tags": [], "label": "subject", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18703,7 +18415,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18717,7 +18429,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18738,7 +18450,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18749,7 +18461,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18763,7 +18475,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18774,7 +18486,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18788,7 +18500,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18802,7 +18514,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18813,7 +18525,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18834,7 +18546,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18848,7 +18560,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18862,7 +18574,7 @@ "signature": [ "{ type: string; constraint: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18873,7 +18585,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -18886,7 +18598,7 @@ "tags": [], "label": "customer_id", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -18900,7 +18612,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18914,7 +18626,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18935,7 +18647,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18946,7 +18658,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18960,7 +18672,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18971,7 +18683,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18985,7 +18697,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -18999,7 +18711,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19010,7 +18722,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19031,7 +18743,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19045,7 +18757,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19059,7 +18771,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19070,7 +18782,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -19083,7 +18795,7 @@ "tags": [], "label": "include_spam_and_trash", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19097,7 +18809,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19111,7 +18823,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19132,7 +18844,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19143,7 +18855,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19157,7 +18869,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19168,7 +18880,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19182,7 +18894,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19196,7 +18908,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19207,7 +18919,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19228,7 +18940,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19242,7 +18954,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19256,7 +18968,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19270,7 +18982,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -19283,7 +18995,7 @@ "tags": [], "label": "use_document_level_security", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19297,7 +19009,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19311,7 +19023,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19332,7 +19044,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19343,7 +19055,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19357,7 +19069,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19368,7 +19080,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19382,7 +19094,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19396,7 +19108,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19407,7 +19119,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19428,7 +19140,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19442,7 +19154,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19456,7 +19168,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19470,7 +19182,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -19485,7 +19197,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19496,7 +19208,7 @@ "tags": [], "label": "[SYNC_RULES]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19507,7 +19219,7 @@ "tags": [], "label": "advanced", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19521,7 +19233,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -19534,7 +19246,7 @@ "tags": [], "label": "basic", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19548,7 +19260,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -19563,7 +19275,7 @@ "tags": [], "label": "[DOCUMENT_LEVEL_SECURITY]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19577,7 +19289,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -19590,7 +19302,7 @@ "tags": [], "label": "[INCREMENTAL_SYNC]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19604,7 +19316,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -19619,7 +19331,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19630,7 +19342,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -19643,7 +19355,7 @@ "tags": [], "label": "google_cloud_storage", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19654,7 +19366,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19665,7 +19377,7 @@ "tags": [], "label": "[INCREMENTAL_SYNC]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19679,7 +19391,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -19694,7 +19406,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19705,7 +19417,7 @@ "tags": [], "label": "buckets", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19719,7 +19431,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19733,7 +19445,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19754,7 +19466,7 @@ }, ".TEXTAREA" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19765,7 +19477,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19779,7 +19491,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19790,7 +19502,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19804,7 +19516,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19818,7 +19530,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19832,7 +19544,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19853,7 +19565,7 @@ }, ".LIST" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19867,7 +19579,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19881,7 +19593,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19892,7 +19604,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -19905,7 +19617,7 @@ "tags": [], "label": "service_account_credentials", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -19919,7 +19631,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19933,7 +19645,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19954,7 +19666,7 @@ }, ".TEXTAREA" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19965,7 +19677,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19979,7 +19691,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -19990,7 +19702,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20004,7 +19716,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20018,7 +19730,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20032,7 +19744,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20053,7 +19765,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20067,7 +19779,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20081,7 +19793,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20092,7 +19804,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -20105,7 +19817,7 @@ "tags": [], "label": "retry_count", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20116,7 +19828,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20130,7 +19842,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20151,7 +19863,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20162,7 +19874,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20176,7 +19888,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20187,7 +19899,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20201,7 +19913,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20215,7 +19927,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20229,7 +19941,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20250,7 +19962,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20264,7 +19976,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20278,7 +19990,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20289,7 +20001,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -20302,7 +20014,7 @@ "tags": [], "label": "use_text_extraction_service", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20316,7 +20028,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20330,7 +20042,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20351,7 +20063,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20362,7 +20074,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20376,7 +20088,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20387,7 +20099,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20401,7 +20113,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20415,7 +20127,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20426,7 +20138,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20447,7 +20159,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20461,7 +20173,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20475,7 +20187,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20489,7 +20201,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -20504,7 +20216,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20515,7 +20227,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -20528,7 +20240,7 @@ "tags": [], "label": "google_drive", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20539,7 +20251,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20550,7 +20262,7 @@ "tags": [], "label": "service_account_credentials", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20564,7 +20276,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20578,7 +20290,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20599,7 +20311,7 @@ }, ".TEXTAREA" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20610,7 +20322,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20624,7 +20336,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20635,7 +20347,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20649,7 +20361,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20663,7 +20375,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20674,7 +20386,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20695,7 +20407,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20709,7 +20421,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20723,7 +20435,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20734,7 +20446,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -20747,7 +20459,7 @@ "tags": [], "label": "use_domain_wide_delegation_for_sync", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20761,7 +20473,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20775,7 +20487,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20796,7 +20508,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20807,7 +20519,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20821,7 +20533,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20832,7 +20544,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20846,7 +20558,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20860,7 +20572,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20871,7 +20583,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20892,7 +20604,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20906,7 +20618,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20920,7 +20632,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20934,7 +20646,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -20947,7 +20659,7 @@ "tags": [], "label": "google_workspace_admin_email_for_data_sync", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -20961,7 +20673,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20975,7 +20687,7 @@ "signature": [ "{ field: string; value: true; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -20996,7 +20708,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21007,7 +20719,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21021,7 +20733,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21032,7 +20744,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21046,7 +20758,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21060,7 +20772,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21071,7 +20783,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21092,7 +20804,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21106,7 +20818,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21120,7 +20832,7 @@ "signature": [ "{ type: string; constraint: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21131,7 +20843,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -21144,7 +20856,7 @@ "tags": [], "label": "google_workspace_email_for_shared_drives_sync", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21158,7 +20870,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21172,7 +20884,7 @@ "signature": [ "{ field: string; value: true; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21193,7 +20905,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21204,7 +20916,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21218,7 +20930,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21229,7 +20941,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21243,7 +20955,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21257,7 +20969,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21268,7 +20980,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21289,7 +21001,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21303,7 +21015,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21317,7 +21029,7 @@ "signature": [ "{ type: string; constraint: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21328,7 +21040,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -21341,7 +21053,7 @@ "tags": [], "label": "use_document_level_security", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21355,7 +21067,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21369,7 +21081,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21390,7 +21102,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21401,7 +21113,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21415,7 +21127,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21426,7 +21138,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21440,7 +21152,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21454,7 +21166,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21465,7 +21177,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21486,7 +21198,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21500,7 +21212,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21514,7 +21226,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21528,7 +21240,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -21541,7 +21253,7 @@ "tags": [], "label": "google_workspace_admin_email", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21555,7 +21267,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21569,7 +21281,7 @@ "signature": [ "({ field: string; value: true; } | { field: string; value: false; })[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21590,7 +21302,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21601,7 +21313,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21615,7 +21327,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21626,7 +21338,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21640,7 +21352,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21654,7 +21366,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21665,7 +21377,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21686,7 +21398,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21700,7 +21412,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21714,7 +21426,7 @@ "signature": [ "{ type: string; constraint: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21725,7 +21437,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -21738,7 +21450,7 @@ "tags": [], "label": "max_concurrency", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21749,7 +21461,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21763,7 +21475,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21784,7 +21496,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21795,7 +21507,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21809,7 +21521,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21820,7 +21532,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21834,7 +21546,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21848,7 +21560,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21859,7 +21571,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21880,7 +21592,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21894,7 +21606,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21908,7 +21620,7 @@ "signature": [ "{ type: string; constraint: number; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21919,7 +21631,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -21932,7 +21644,7 @@ "tags": [], "label": "use_text_extraction_service", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -21946,7 +21658,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21960,7 +21672,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21981,7 +21693,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -21992,7 +21704,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22006,7 +21718,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22017,7 +21729,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22031,7 +21743,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22045,7 +21757,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22056,7 +21768,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22077,7 +21789,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22091,7 +21803,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22105,7 +21817,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22119,7 +21831,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -22134,7 +21846,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22145,7 +21857,7 @@ "tags": [], "label": "[DOCUMENT_LEVEL_SECURITY]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22159,7 +21871,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -22172,7 +21884,7 @@ "tags": [], "label": "[INCREMENTAL_SYNC]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22186,7 +21898,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -22201,7 +21913,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22212,7 +21924,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -22225,7 +21937,7 @@ "tags": [], "label": "jira", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22236,7 +21948,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22247,7 +21959,7 @@ "tags": [], "label": "data_source", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22261,7 +21973,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22275,7 +21987,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22296,7 +22008,7 @@ }, ".DROPDOWN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22307,7 +22019,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22321,7 +22033,7 @@ "signature": [ "{ label: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22332,7 +22044,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22346,7 +22058,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22360,7 +22072,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22374,7 +22086,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22395,7 +22107,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22409,7 +22121,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22423,7 +22135,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22434,7 +22146,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -22447,7 +22159,7 @@ "tags": [], "label": "username", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22461,7 +22173,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22475,7 +22187,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22496,7 +22208,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22507,7 +22219,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22521,7 +22233,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22532,7 +22244,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22546,7 +22258,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22560,7 +22272,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22574,7 +22286,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22595,7 +22307,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22609,7 +22321,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22623,7 +22335,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22634,7 +22346,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -22647,7 +22359,7 @@ "tags": [], "label": "password", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22661,7 +22373,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22675,7 +22387,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22696,7 +22408,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22707,7 +22419,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22721,7 +22433,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22732,7 +22444,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22746,7 +22458,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22760,7 +22472,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22774,7 +22486,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22795,7 +22507,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22809,7 +22521,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22823,7 +22535,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22834,7 +22546,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -22847,7 +22559,7 @@ "tags": [], "label": "data_center_username", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22861,7 +22573,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22875,7 +22587,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22896,7 +22608,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22907,7 +22619,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22921,7 +22633,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22932,7 +22644,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22946,7 +22658,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22960,7 +22672,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22974,7 +22686,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -22995,7 +22707,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23009,7 +22721,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23023,7 +22735,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23034,7 +22746,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -23047,7 +22759,7 @@ "tags": [], "label": "data_center_password", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23061,7 +22773,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23075,7 +22787,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23096,7 +22808,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23107,7 +22819,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23121,7 +22833,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23132,7 +22844,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23146,7 +22858,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23160,7 +22872,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23174,7 +22886,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23195,7 +22907,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23209,7 +22921,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23223,7 +22935,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23234,7 +22946,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -23247,7 +22959,7 @@ "tags": [], "label": "account_email", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23261,7 +22973,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23275,7 +22987,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23296,7 +23008,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23307,7 +23019,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23321,7 +23033,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23332,7 +23044,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23343,7 +23055,7 @@ "tags": [], "label": "placeholder", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23357,7 +23069,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23371,7 +23083,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23382,7 +23094,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23403,7 +23115,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23417,7 +23129,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23431,7 +23143,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23442,7 +23154,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -23455,7 +23167,7 @@ "tags": [], "label": "api_token", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23469,7 +23181,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23483,7 +23195,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23504,7 +23216,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23515,7 +23227,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23529,7 +23241,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23540,7 +23252,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23554,7 +23266,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23568,7 +23280,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23582,7 +23294,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23603,7 +23315,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23617,7 +23329,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23631,7 +23343,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23642,7 +23354,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -23655,7 +23367,7 @@ "tags": [], "label": "jira_url", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23669,7 +23381,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23683,7 +23395,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23704,7 +23416,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23715,7 +23427,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23729,7 +23441,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23740,7 +23452,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23751,7 +23463,7 @@ "tags": [], "label": "placeholder", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23765,7 +23477,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23779,7 +23491,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23793,7 +23505,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23814,7 +23526,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23828,7 +23540,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23842,7 +23554,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23853,7 +23565,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -23866,7 +23578,7 @@ "tags": [], "label": "projects", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23880,7 +23592,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23894,7 +23606,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23915,7 +23627,7 @@ }, ".TEXTAREA" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23926,7 +23638,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23940,7 +23652,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23951,7 +23663,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23965,7 +23677,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23979,7 +23691,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -23990,7 +23702,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24011,7 +23723,7 @@ }, ".LIST" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24025,7 +23737,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24039,7 +23751,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24050,7 +23762,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -24063,7 +23775,7 @@ "tags": [], "label": "ssl_enabled", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24077,7 +23789,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24091,7 +23803,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24112,7 +23824,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24123,7 +23835,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24137,7 +23849,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24148,7 +23860,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24162,7 +23874,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24176,7 +23888,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24190,7 +23902,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24211,7 +23923,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24225,7 +23937,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24239,7 +23951,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24253,7 +23965,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -24266,7 +23978,7 @@ "tags": [], "label": "ssl_ca", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24280,7 +23992,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24294,7 +24006,7 @@ "signature": [ "{ field: string; value: true; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24315,7 +24027,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24326,7 +24038,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24340,7 +24052,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24351,7 +24063,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24365,7 +24077,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24379,7 +24091,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24393,7 +24105,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24414,7 +24126,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24428,7 +24140,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24442,7 +24154,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24453,7 +24165,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -24466,7 +24178,7 @@ "tags": [], "label": "retry_count", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24477,7 +24189,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24491,7 +24203,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24512,7 +24224,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24523,7 +24235,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24537,7 +24249,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24548,7 +24260,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24562,7 +24274,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24576,7 +24288,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24590,7 +24302,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24611,7 +24323,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24625,7 +24337,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24639,7 +24351,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24650,7 +24362,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -24663,7 +24375,7 @@ "tags": [], "label": "concurrent_downloads", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24674,7 +24386,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24688,7 +24400,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24709,7 +24421,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24720,7 +24432,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24734,7 +24446,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24745,7 +24457,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24759,7 +24471,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24773,7 +24485,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24787,7 +24499,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24808,7 +24520,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24822,7 +24534,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24836,7 +24548,7 @@ "signature": [ "{ type: string; constraint: number; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24847,7 +24559,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -24860,7 +24572,7 @@ "tags": [], "label": "use_document_level_security", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -24874,7 +24586,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24888,7 +24600,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24909,7 +24621,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24920,7 +24632,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24934,7 +24646,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24945,7 +24657,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24959,7 +24671,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24973,7 +24685,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -24984,7 +24696,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25005,7 +24717,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25019,7 +24731,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25033,7 +24745,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25047,7 +24759,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -25060,7 +24772,7 @@ "tags": [], "label": "use_text_extraction_service", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25074,7 +24786,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25088,7 +24800,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25109,7 +24821,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25120,7 +24832,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25134,7 +24846,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25145,7 +24857,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25159,7 +24871,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25173,7 +24885,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25184,7 +24896,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25205,7 +24917,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25219,7 +24931,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25233,7 +24945,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25247,7 +24959,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -25262,7 +24974,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25273,7 +24985,7 @@ "tags": [], "label": "[SYNC_RULES]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25284,7 +24996,7 @@ "tags": [], "label": "advanced", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25298,7 +25010,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -25311,7 +25023,7 @@ "tags": [], "label": "basic", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25325,7 +25037,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -25340,7 +25052,7 @@ "tags": [], "label": "[DOCUMENT_LEVEL_SECURITY]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25354,7 +25066,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -25367,7 +25079,7 @@ "tags": [], "label": "[INCREMENTAL_SYNC]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25381,7 +25093,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -25396,7 +25108,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25407,7 +25119,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -25420,7 +25132,7 @@ "tags": [], "label": "microsoft_teams", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25431,7 +25143,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25442,7 +25154,7 @@ "tags": [], "label": "tenant_id", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25456,7 +25168,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25470,7 +25182,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25491,7 +25203,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25502,7 +25214,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25516,7 +25228,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25527,7 +25239,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25541,7 +25253,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25555,7 +25267,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25569,7 +25281,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25590,7 +25302,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25604,7 +25316,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25618,7 +25330,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25629,7 +25341,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -25642,7 +25354,7 @@ "tags": [], "label": "client_id", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25656,7 +25368,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25670,7 +25382,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25691,7 +25403,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25702,7 +25414,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25716,7 +25428,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25727,7 +25439,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25741,7 +25453,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25755,7 +25467,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25769,7 +25481,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25790,7 +25502,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25804,7 +25516,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25818,7 +25530,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25829,7 +25541,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -25842,7 +25554,7 @@ "tags": [], "label": "secret_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25856,7 +25568,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25870,7 +25582,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25891,7 +25603,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25902,7 +25614,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25916,7 +25628,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25927,7 +25639,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25941,7 +25653,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25955,7 +25667,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25969,7 +25681,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -25990,7 +25702,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26004,7 +25716,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26018,7 +25730,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26029,7 +25741,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -26042,7 +25754,7 @@ "tags": [], "label": "username", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -26056,7 +25768,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26070,7 +25782,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26091,7 +25803,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26102,7 +25814,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26116,7 +25828,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26127,7 +25839,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26141,7 +25853,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26155,7 +25867,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26169,7 +25881,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26190,7 +25902,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26204,7 +25916,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26218,7 +25930,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26229,7 +25941,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -26242,7 +25954,7 @@ "tags": [], "label": "password", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -26256,7 +25968,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26270,7 +25982,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26291,7 +26003,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26302,7 +26014,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26316,7 +26028,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26327,7 +26039,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26341,7 +26053,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26355,7 +26067,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26369,7 +26081,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26390,7 +26102,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26404,7 +26116,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26418,7 +26130,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26429,7 +26141,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -26444,7 +26156,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [] @@ -26456,7 +26168,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26467,7 +26179,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -26480,7 +26192,7 @@ "tags": [], "label": "mongodb", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -26491,7 +26203,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -26502,7 +26214,7 @@ "tags": [], "label": "host", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -26513,7 +26225,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26527,7 +26239,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26548,7 +26260,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26559,7 +26271,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26573,7 +26285,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26584,7 +26296,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26598,7 +26310,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26612,7 +26324,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26623,7 +26335,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26644,7 +26356,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26658,7 +26370,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26672,7 +26384,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26683,7 +26395,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -26696,7 +26408,7 @@ "tags": [], "label": "user", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -26707,7 +26419,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26721,7 +26433,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26742,7 +26454,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26753,7 +26465,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26767,7 +26479,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26778,7 +26490,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26792,7 +26504,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26806,7 +26518,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26817,7 +26529,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26838,7 +26550,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26852,7 +26564,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26866,7 +26578,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26877,7 +26589,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -26890,7 +26602,7 @@ "tags": [], "label": "password", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -26901,7 +26613,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26915,7 +26627,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26936,7 +26648,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26947,7 +26659,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26961,7 +26673,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26972,7 +26684,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -26986,7 +26698,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27000,7 +26712,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27011,7 +26723,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27032,7 +26744,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27046,7 +26758,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27060,7 +26772,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27071,7 +26783,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -27084,7 +26796,7 @@ "tags": [], "label": "database", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -27095,7 +26807,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27109,7 +26821,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27130,7 +26842,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27141,7 +26853,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27155,7 +26867,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27166,7 +26878,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27180,7 +26892,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27194,7 +26906,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27205,7 +26917,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27226,7 +26938,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27240,7 +26952,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27254,7 +26966,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27265,7 +26977,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -27278,7 +26990,7 @@ "tags": [], "label": "collection", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -27289,7 +27001,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27303,7 +27015,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27324,7 +27036,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27335,7 +27047,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27349,7 +27061,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27360,7 +27072,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27374,7 +27086,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27388,7 +27100,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27399,7 +27111,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27420,7 +27132,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27434,7 +27146,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27448,7 +27160,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27459,7 +27171,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -27472,7 +27184,7 @@ "tags": [], "label": "direct_connection", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -27486,7 +27198,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27500,7 +27212,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27521,7 +27233,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27532,7 +27244,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27546,7 +27258,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27557,7 +27269,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27571,7 +27283,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27585,7 +27297,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27596,7 +27308,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27617,7 +27329,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27631,7 +27343,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27645,7 +27357,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27659,7 +27371,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -27672,7 +27384,7 @@ "tags": [], "label": "ssl_enabled", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -27686,7 +27398,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27700,7 +27412,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27721,7 +27433,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27732,7 +27444,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27746,7 +27458,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27757,7 +27469,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27771,7 +27483,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27785,7 +27497,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27796,7 +27508,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27817,7 +27529,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27831,7 +27543,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27845,7 +27557,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27859,7 +27571,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -27872,7 +27584,7 @@ "tags": [], "label": "ssl_ca", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -27883,7 +27595,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27897,7 +27609,7 @@ "signature": [ "{ field: string; value: true; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27918,7 +27630,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27929,7 +27641,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27943,7 +27655,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27954,7 +27666,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27968,7 +27680,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27982,7 +27694,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -27993,7 +27705,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28014,7 +27726,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28028,7 +27740,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28042,7 +27754,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28053,7 +27765,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -28066,7 +27778,7 @@ "tags": [], "label": "tls_insecure", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -28080,7 +27792,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28094,7 +27806,7 @@ "signature": [ "{ field: string; value: true; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28115,7 +27827,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28126,7 +27838,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28140,7 +27852,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28151,7 +27863,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28165,7 +27877,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28179,7 +27891,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28190,7 +27902,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28211,7 +27923,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28225,7 +27937,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28239,7 +27951,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28253,7 +27965,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -28268,7 +27980,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -28282,7 +27994,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28296,7 +28008,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28307,7 +28019,7 @@ "tags": [], "label": "[SYNC_RULES]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -28318,7 +28030,7 @@ "tags": [], "label": "advanced", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -28332,7 +28044,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -28345,7 +28057,7 @@ "tags": [], "label": "basic", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -28359,7 +28071,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -28376,7 +28088,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28387,7 +28099,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -28400,7 +28112,7 @@ "tags": [], "label": "mssql", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -28411,7 +28123,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -28422,7 +28134,7 @@ "tags": [], "label": "host", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -28433,7 +28145,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28447,7 +28159,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28468,7 +28180,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28479,7 +28191,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28493,7 +28205,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28504,7 +28216,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28518,7 +28230,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28532,7 +28244,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28543,7 +28255,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28564,7 +28276,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28578,7 +28290,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28592,7 +28304,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28603,7 +28315,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -28616,7 +28328,7 @@ "tags": [], "label": "port", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -28630,7 +28342,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28644,7 +28356,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28665,7 +28377,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28676,7 +28388,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28690,7 +28402,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28701,7 +28413,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28715,7 +28427,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28729,7 +28441,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28740,7 +28452,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28761,7 +28473,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28775,7 +28487,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28789,7 +28501,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28800,7 +28512,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -28813,7 +28525,7 @@ "tags": [], "label": "username", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -28824,7 +28536,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28838,7 +28550,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28859,7 +28571,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28870,7 +28582,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28884,7 +28596,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28895,7 +28607,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28909,7 +28621,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28923,7 +28635,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28934,7 +28646,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28955,7 +28667,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28969,7 +28681,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28983,7 +28695,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -28994,7 +28706,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -29007,7 +28719,7 @@ "tags": [], "label": "password", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -29018,7 +28730,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29032,7 +28744,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29053,7 +28765,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29064,7 +28776,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29078,7 +28790,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29089,7 +28801,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29103,7 +28815,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29117,7 +28829,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29128,7 +28840,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29149,7 +28861,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29163,7 +28875,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29177,7 +28889,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29188,7 +28900,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -29201,7 +28913,7 @@ "tags": [], "label": "database", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -29212,7 +28924,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29226,7 +28938,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29247,7 +28959,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29258,7 +28970,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29272,7 +28984,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29283,7 +28995,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29297,7 +29009,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29311,7 +29023,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29322,7 +29034,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29343,7 +29055,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29357,7 +29069,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29371,7 +29083,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29382,7 +29094,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -29395,7 +29107,7 @@ "tags": [], "label": "tables", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -29406,7 +29118,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29420,7 +29132,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29441,7 +29153,7 @@ }, ".TEXTAREA" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29452,7 +29164,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29466,7 +29178,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29477,7 +29189,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29491,7 +29203,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29505,7 +29217,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29516,7 +29228,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29537,7 +29249,7 @@ }, ".LIST" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29551,7 +29263,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29565,7 +29277,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29576,7 +29288,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -29589,7 +29301,7 @@ "tags": [], "label": "ssl_enabled", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -29603,7 +29315,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29617,7 +29329,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29638,7 +29350,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29649,7 +29361,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29663,7 +29375,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29674,7 +29386,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29688,7 +29400,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29702,7 +29414,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29713,7 +29425,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29734,7 +29446,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29748,7 +29460,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29762,7 +29474,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29776,7 +29488,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -29789,7 +29501,7 @@ "tags": [], "label": "ssl_ca", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -29800,7 +29512,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29814,7 +29526,7 @@ "signature": [ "{ field: string; value: true; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29835,7 +29547,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29846,7 +29558,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29860,7 +29572,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29871,7 +29583,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29885,7 +29597,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29899,7 +29611,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29910,7 +29622,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29931,7 +29643,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29945,7 +29657,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29959,7 +29671,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -29970,7 +29682,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -29983,7 +29695,7 @@ "tags": [], "label": "schema", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -29994,7 +29706,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30008,7 +29720,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30029,7 +29741,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30040,7 +29752,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30054,7 +29766,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30065,7 +29777,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30079,7 +29791,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30093,7 +29805,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30104,7 +29816,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30125,7 +29837,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30139,7 +29851,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30153,7 +29865,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30164,7 +29876,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -30177,7 +29889,7 @@ "tags": [], "label": "fetch_size", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -30188,7 +29900,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30202,7 +29914,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30223,7 +29935,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30234,7 +29946,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30248,7 +29960,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30259,7 +29971,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30273,7 +29985,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30287,7 +29999,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30298,7 +30010,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30319,7 +30031,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30333,7 +30045,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30347,7 +30059,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30358,7 +30070,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -30371,7 +30083,7 @@ "tags": [], "label": "retry_count", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -30382,7 +30094,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30396,7 +30108,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30417,7 +30129,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30428,7 +30140,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30442,7 +30154,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30453,7 +30165,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30467,7 +30179,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30481,7 +30193,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30492,7 +30204,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30513,7 +30225,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30527,7 +30239,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30541,7 +30253,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30552,7 +30264,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -30565,7 +30277,7 @@ "tags": [], "label": "validate_host", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -30579,7 +30291,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30593,7 +30305,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30614,7 +30326,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30625,7 +30337,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30639,7 +30351,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30650,7 +30362,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30664,7 +30376,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30678,7 +30390,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30689,7 +30401,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30710,7 +30422,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30724,7 +30436,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30738,7 +30450,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30752,7 +30464,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -30767,7 +30479,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -30778,7 +30490,7 @@ "tags": [], "label": "[SYNC_RULES]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -30789,7 +30501,7 @@ "tags": [], "label": "advanced", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -30803,7 +30515,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -30816,7 +30528,7 @@ "tags": [], "label": "basic", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -30830,7 +30542,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -30847,7 +30559,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30858,7 +30570,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -30871,7 +30583,7 @@ "tags": [], "label": "mysql", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -30882,7 +30594,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -30893,7 +30605,7 @@ "tags": [], "label": "host", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -30904,7 +30616,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30918,7 +30630,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30939,7 +30651,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30950,7 +30662,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30964,7 +30676,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30975,7 +30687,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -30989,7 +30701,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31003,7 +30715,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31014,7 +30726,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31035,7 +30747,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31049,7 +30761,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31063,7 +30775,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31074,7 +30786,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -31087,7 +30799,7 @@ "tags": [], "label": "port", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -31101,7 +30813,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31115,7 +30827,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31136,7 +30848,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31147,7 +30859,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31161,7 +30873,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31172,7 +30884,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31186,7 +30898,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31200,7 +30912,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31211,7 +30923,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31232,7 +30944,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31246,7 +30958,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31260,7 +30972,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31271,7 +30983,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -31284,7 +30996,7 @@ "tags": [], "label": "user", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -31295,7 +31007,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31309,7 +31021,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31330,7 +31042,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31341,7 +31053,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31355,7 +31067,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31366,7 +31078,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31380,7 +31092,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31394,7 +31106,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31405,7 +31117,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31426,7 +31138,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31440,7 +31152,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31454,7 +31166,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31465,7 +31177,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -31478,7 +31190,7 @@ "tags": [], "label": "password", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -31489,7 +31201,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31503,7 +31215,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31524,7 +31236,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31535,7 +31247,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31549,7 +31261,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31560,7 +31272,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31574,7 +31286,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31588,7 +31300,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31599,7 +31311,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31620,7 +31332,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31634,7 +31346,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31648,7 +31360,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31659,7 +31371,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -31672,7 +31384,7 @@ "tags": [], "label": "database", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -31683,7 +31395,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31697,7 +31409,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31718,7 +31430,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31729,7 +31441,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31743,7 +31455,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31754,7 +31466,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31768,7 +31480,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31782,7 +31494,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31793,7 +31505,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31814,7 +31526,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31828,7 +31540,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31842,7 +31554,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31853,7 +31565,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -31866,7 +31578,7 @@ "tags": [], "label": "tables", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -31877,7 +31589,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31891,7 +31603,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31912,7 +31624,7 @@ }, ".TEXTAREA" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31923,7 +31635,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31937,7 +31649,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31948,7 +31660,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31962,7 +31674,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31976,7 +31688,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -31987,7 +31699,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32008,7 +31720,7 @@ }, ".LIST" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32022,7 +31734,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32036,7 +31748,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32047,7 +31759,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -32060,7 +31772,7 @@ "tags": [], "label": "ssl_enabled", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -32074,7 +31786,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32088,7 +31800,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32109,7 +31821,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32120,7 +31832,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32134,7 +31846,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32145,7 +31857,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32159,7 +31871,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32173,7 +31885,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32184,7 +31896,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32205,7 +31917,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32219,7 +31931,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32233,7 +31945,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32247,7 +31959,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -32260,7 +31972,7 @@ "tags": [], "label": "ssl_ca", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -32271,7 +31983,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32285,7 +31997,7 @@ "signature": [ "{ field: string; value: true; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32306,7 +32018,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32317,7 +32029,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32331,7 +32043,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32342,7 +32054,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32356,7 +32068,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32370,7 +32082,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32381,7 +32093,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32402,7 +32114,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32416,7 +32128,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32430,7 +32142,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32441,7 +32153,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -32454,7 +32166,7 @@ "tags": [], "label": "fetch_size", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -32465,7 +32177,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32479,7 +32191,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32500,7 +32212,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32511,7 +32223,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32525,7 +32237,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32536,7 +32248,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32550,7 +32262,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32564,7 +32276,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32575,7 +32287,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32596,7 +32308,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32610,7 +32322,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32624,7 +32336,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32635,7 +32347,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -32648,7 +32360,7 @@ "tags": [], "label": "retry_count", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -32659,7 +32371,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32673,7 +32385,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32694,7 +32406,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32705,7 +32417,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32719,7 +32431,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32730,7 +32442,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32744,7 +32456,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32758,7 +32470,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32769,7 +32481,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32790,7 +32502,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32804,7 +32516,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32818,7 +32530,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32829,7 +32541,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -32844,7 +32556,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -32855,7 +32567,7 @@ "tags": [], "label": "[SYNC_RULES]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -32866,7 +32578,7 @@ "tags": [], "label": "advanced", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -32880,7 +32592,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -32893,7 +32605,7 @@ "tags": [], "label": "basic", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -32907,7 +32619,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -32924,7 +32636,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32935,7 +32647,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -32948,7 +32660,7 @@ "tags": [], "label": "network_drive", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -32959,7 +32671,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -32970,7 +32682,7 @@ "tags": [], "label": "username", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -32984,7 +32696,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -32998,7 +32710,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33019,7 +32731,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33030,7 +32742,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33044,7 +32756,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33055,7 +32767,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33069,7 +32781,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33083,7 +32795,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33094,7 +32806,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33115,7 +32827,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33129,7 +32841,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33143,7 +32855,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33154,7 +32866,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -33167,7 +32879,7 @@ "tags": [], "label": "password", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -33181,7 +32893,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33195,7 +32907,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33216,7 +32928,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33227,7 +32939,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33241,7 +32953,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33252,7 +32964,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33266,7 +32978,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33280,7 +32992,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33291,7 +33003,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33312,7 +33024,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33326,7 +33038,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33340,7 +33052,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33351,7 +33063,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -33364,7 +33076,7 @@ "tags": [], "label": "server_ip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -33378,7 +33090,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33392,7 +33104,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33413,7 +33125,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33424,7 +33136,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33438,7 +33150,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33449,7 +33161,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33460,7 +33172,7 @@ "tags": [], "label": "placeholder", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33474,7 +33186,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33488,7 +33200,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33499,7 +33211,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33520,7 +33232,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33534,7 +33246,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33548,7 +33260,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33559,7 +33271,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -33572,7 +33284,7 @@ "tags": [], "label": "server_port", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -33586,7 +33298,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33600,7 +33312,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33621,7 +33333,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33632,7 +33344,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33646,7 +33358,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33657,7 +33369,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33671,7 +33383,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33685,7 +33397,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33696,7 +33408,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33717,7 +33429,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33731,7 +33443,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33745,7 +33457,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33756,7 +33468,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -33769,7 +33481,7 @@ "tags": [], "label": "drive_path", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -33783,7 +33495,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33797,7 +33509,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33818,7 +33530,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33829,7 +33541,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33843,7 +33555,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33854,7 +33566,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33865,7 +33577,7 @@ "tags": [], "label": "placeholder", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33879,7 +33591,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33893,7 +33605,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33904,7 +33616,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33925,7 +33637,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33939,7 +33651,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33953,7 +33665,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -33964,7 +33676,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -33977,7 +33689,7 @@ "tags": [], "label": "use_document_level_security", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -33991,7 +33703,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34005,7 +33717,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34026,7 +33738,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34037,7 +33749,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34051,7 +33763,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34062,7 +33774,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34076,7 +33788,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34090,7 +33802,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34101,7 +33813,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34122,7 +33834,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34136,7 +33848,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34150,7 +33862,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34164,7 +33876,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -34179,7 +33891,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -34190,7 +33902,7 @@ "tags": [], "label": "[SYNC_RULES]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -34201,7 +33913,7 @@ "tags": [], "label": "advanced", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -34215,7 +33927,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -34228,7 +33940,7 @@ "tags": [], "label": "basic", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -34242,7 +33954,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -34257,7 +33969,7 @@ "tags": [], "label": "[INCREMENTAL_SYNC]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -34271,7 +33983,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -34286,7 +33998,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34297,7 +34009,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -34310,7 +34022,7 @@ "tags": [], "label": "notion", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -34321,7 +34033,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -34332,7 +34044,7 @@ "tags": [], "label": "notion_secret_key", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -34346,7 +34058,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34360,7 +34072,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34381,7 +34093,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34392,7 +34104,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34406,7 +34118,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34417,7 +34129,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34431,7 +34143,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34445,7 +34157,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34459,7 +34171,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34480,7 +34192,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34494,7 +34206,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34508,7 +34220,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34519,7 +34231,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -34532,7 +34244,7 @@ "tags": [], "label": "databases", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -34543,7 +34255,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34557,7 +34269,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34578,7 +34290,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34589,7 +34301,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34603,7 +34315,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34614,7 +34326,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34628,7 +34340,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34642,7 +34354,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34653,7 +34365,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34674,7 +34386,7 @@ }, ".LIST" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34688,7 +34400,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34702,7 +34414,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34713,7 +34425,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -34726,7 +34438,7 @@ "tags": [], "label": "pages", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -34737,7 +34449,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34751,7 +34463,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34772,7 +34484,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34783,7 +34495,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34797,7 +34509,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34808,7 +34520,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34822,7 +34534,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34836,7 +34548,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34847,7 +34559,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34868,7 +34580,7 @@ }, ".LIST" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34882,7 +34594,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34896,7 +34608,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34907,7 +34619,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -34920,7 +34632,7 @@ "tags": [], "label": "index_comments", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -34934,7 +34646,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34948,7 +34660,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34969,7 +34681,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34980,7 +34692,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -34994,7 +34706,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35005,7 +34717,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35019,7 +34731,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35033,7 +34745,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35044,7 +34756,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35065,7 +34777,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35079,7 +34791,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35093,7 +34805,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35107,7 +34819,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -35120,7 +34832,7 @@ "tags": [], "label": "concurrent_downloads", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -35131,7 +34843,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35145,7 +34857,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35166,7 +34878,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35177,7 +34889,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35191,7 +34903,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35202,7 +34914,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35216,7 +34928,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35230,7 +34942,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35244,7 +34956,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35265,7 +34977,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35279,7 +34991,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35293,7 +35005,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35304,7 +35016,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -35319,7 +35031,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -35330,7 +35042,7 @@ "tags": [], "label": "[SYNC_RULES]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -35341,7 +35053,7 @@ "tags": [], "label": "advanced", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -35355,7 +35067,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -35368,7 +35080,7 @@ "tags": [], "label": "basic", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -35382,7 +35094,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -35399,7 +35111,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35410,7 +35122,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -35423,7 +35135,7 @@ "tags": [], "label": "onedrive", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -35434,7 +35146,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -35445,7 +35157,7 @@ "tags": [], "label": "client_id", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -35459,7 +35171,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35473,7 +35185,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35494,7 +35206,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35505,7 +35217,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35519,7 +35231,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35530,7 +35242,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35544,7 +35256,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35558,7 +35270,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35572,7 +35284,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35593,7 +35305,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35607,7 +35319,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35621,7 +35333,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35632,7 +35344,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -35645,7 +35357,7 @@ "tags": [], "label": "client_secret", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -35659,7 +35371,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35673,7 +35385,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35694,7 +35406,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35705,7 +35417,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35719,7 +35431,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35730,7 +35442,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35744,7 +35456,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35758,7 +35470,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35772,7 +35484,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35793,7 +35505,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35807,7 +35519,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35821,7 +35533,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35832,7 +35544,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -35845,7 +35557,7 @@ "tags": [], "label": "tenant_id", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -35859,7 +35571,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35873,7 +35585,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35894,7 +35606,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35905,7 +35617,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35919,7 +35631,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35930,7 +35642,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35944,7 +35656,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35958,7 +35670,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35972,7 +35684,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -35993,7 +35705,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36007,7 +35719,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36021,7 +35733,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36032,7 +35744,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -36045,7 +35757,7 @@ "tags": [], "label": "retry_count", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -36056,7 +35768,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36070,7 +35782,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36091,7 +35803,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36102,7 +35814,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36116,7 +35828,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36127,7 +35839,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36141,7 +35853,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36155,7 +35867,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36169,7 +35881,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36190,7 +35902,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36204,7 +35916,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36218,7 +35930,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36229,7 +35941,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -36242,7 +35954,7 @@ "tags": [], "label": "concurrent_downloads", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -36253,7 +35965,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36267,7 +35979,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36288,7 +36000,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36299,7 +36011,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36313,7 +36025,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36324,7 +36036,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36338,7 +36050,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36352,7 +36064,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36366,7 +36078,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36387,7 +36099,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36401,7 +36113,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36415,7 +36127,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36426,7 +36138,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -36439,7 +36151,7 @@ "tags": [], "label": "use_document_level_security", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -36453,7 +36165,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36467,7 +36179,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36488,7 +36200,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36499,7 +36211,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36513,7 +36225,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36524,7 +36236,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36538,7 +36250,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36552,7 +36264,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36563,7 +36275,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36584,7 +36296,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36598,7 +36310,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36612,7 +36324,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36626,7 +36338,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -36639,7 +36351,7 @@ "tags": [], "label": "use_text_extraction_service", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -36653,7 +36365,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36667,7 +36379,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36688,7 +36400,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36699,7 +36411,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36713,7 +36425,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36724,7 +36436,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36738,7 +36450,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36752,7 +36464,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36763,7 +36475,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36784,7 +36496,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36798,7 +36510,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36812,7 +36524,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36826,7 +36538,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -36841,7 +36553,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -36852,7 +36564,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -36863,7 +36575,7 @@ "tags": [], "label": "[SYNC_RULES]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -36874,7 +36586,7 @@ "tags": [], "label": "advanced", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -36888,7 +36600,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -36901,7 +36613,7 @@ "tags": [], "label": "basic", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -36915,7 +36627,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -36930,7 +36642,7 @@ "tags": [], "label": "[DOCUMENT_LEVEL_SECURITY]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -36944,7 +36656,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -36957,7 +36669,7 @@ "tags": [], "label": "[INCREMENTAL_SYNC]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -36971,7 +36683,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -36986,7 +36698,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -36999,7 +36711,7 @@ "tags": [], "label": "oracle", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -37010,7 +36722,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -37021,7 +36733,7 @@ "tags": [], "label": "host", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -37032,7 +36744,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37046,7 +36758,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37067,7 +36779,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37078,7 +36790,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37092,7 +36804,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37103,7 +36815,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37117,7 +36829,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37131,7 +36843,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37142,7 +36854,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37163,7 +36875,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37177,7 +36889,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37191,7 +36903,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37202,7 +36914,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -37215,7 +36927,7 @@ "tags": [], "label": "port", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -37229,7 +36941,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37243,7 +36955,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37264,7 +36976,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37275,7 +36987,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37289,7 +37001,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37300,7 +37012,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37314,7 +37026,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37328,7 +37040,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37339,7 +37051,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37360,7 +37072,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37374,7 +37086,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37388,7 +37100,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37399,7 +37111,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -37412,7 +37124,7 @@ "tags": [], "label": "username", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -37423,7 +37135,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37437,7 +37149,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37458,7 +37170,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37469,7 +37181,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37483,7 +37195,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37494,7 +37206,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37508,7 +37220,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37522,7 +37234,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37533,7 +37245,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37554,7 +37266,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37568,7 +37280,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37582,7 +37294,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37593,7 +37305,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -37606,7 +37318,7 @@ "tags": [], "label": "password", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -37617,7 +37329,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37631,7 +37343,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37652,7 +37364,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37663,7 +37375,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37677,7 +37389,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37688,7 +37400,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37702,7 +37414,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37716,7 +37428,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37727,7 +37439,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37748,7 +37460,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37762,7 +37474,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37776,7 +37488,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37787,7 +37499,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -37800,7 +37512,7 @@ "tags": [], "label": "database", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -37811,7 +37523,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37825,7 +37537,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37846,7 +37558,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37857,7 +37569,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37871,7 +37583,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37882,7 +37594,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37896,7 +37608,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37910,7 +37622,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37921,7 +37633,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37942,7 +37654,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37956,7 +37668,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37970,7 +37682,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -37981,7 +37693,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -37994,7 +37706,7 @@ "tags": [], "label": "tables", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -38005,7 +37717,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38019,7 +37731,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38040,7 +37752,7 @@ }, ".TEXTAREA" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38051,7 +37763,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38065,7 +37777,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38076,7 +37788,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38090,7 +37802,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38104,7 +37816,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38115,7 +37827,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38136,7 +37848,7 @@ }, ".LIST" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38150,7 +37862,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38164,7 +37876,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38175,7 +37887,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -38188,7 +37900,7 @@ "tags": [], "label": "fetch_size", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -38199,7 +37911,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38213,7 +37925,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38234,7 +37946,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38245,7 +37957,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38259,7 +37971,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38270,7 +37982,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38284,7 +37996,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38298,7 +38010,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38309,7 +38021,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38330,7 +38042,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38344,7 +38056,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38358,7 +38070,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38369,7 +38081,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -38382,7 +38094,7 @@ "tags": [], "label": "retry_count", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -38393,7 +38105,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38407,7 +38119,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38428,7 +38140,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38439,7 +38151,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38453,7 +38165,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38464,7 +38176,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38478,7 +38190,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38492,7 +38204,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38503,7 +38215,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38524,7 +38236,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38538,7 +38250,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38552,7 +38264,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38563,7 +38275,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -38576,7 +38288,7 @@ "tags": [], "label": "oracle_protocol", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -38587,7 +38299,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38601,7 +38313,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38622,7 +38334,7 @@ }, ".DROPDOWN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38633,7 +38345,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38647,7 +38359,7 @@ "signature": [ "{ label: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38658,7 +38370,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38672,7 +38384,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38686,7 +38398,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38697,7 +38409,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38718,7 +38430,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38732,7 +38444,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38746,7 +38458,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38757,7 +38469,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -38770,7 +38482,7 @@ "tags": [], "label": "oracle_home", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -38781,7 +38493,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38795,7 +38507,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38816,7 +38528,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38827,7 +38539,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38841,7 +38553,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38852,7 +38564,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38866,7 +38578,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38880,7 +38592,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38891,7 +38603,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38912,7 +38624,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38926,7 +38638,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38940,7 +38652,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38951,7 +38663,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -38964,7 +38676,7 @@ "tags": [], "label": "wallet_configuration_path", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -38975,7 +38687,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -38989,7 +38701,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39010,7 +38722,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39021,7 +38733,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39035,7 +38747,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39046,7 +38758,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39060,7 +38772,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39074,7 +38786,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39085,7 +38797,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39106,7 +38818,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39120,7 +38832,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39134,7 +38846,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39145,7 +38857,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -39160,7 +38872,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -39171,7 +38883,7 @@ "tags": [], "label": "[SYNC_RULES]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -39182,7 +38894,7 @@ "tags": [], "label": "advanced", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -39196,7 +38908,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -39209,7 +38921,7 @@ "tags": [], "label": "basic", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -39223,7 +38935,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -39240,7 +38952,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39251,7 +38963,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -39264,7 +38976,7 @@ "tags": [], "label": "outlook", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -39275,7 +38987,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -39286,7 +38998,7 @@ "tags": [], "label": "data_source", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -39300,7 +39012,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39314,7 +39026,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39335,7 +39047,7 @@ }, ".DROPDOWN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39346,7 +39058,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39360,7 +39072,7 @@ "signature": [ "{ label: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39371,7 +39083,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39385,7 +39097,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39399,7 +39111,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39413,7 +39125,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39434,7 +39146,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39448,7 +39160,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39462,7 +39174,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39473,7 +39185,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -39486,7 +39198,7 @@ "tags": [], "label": "tenant_id", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -39500,7 +39212,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39514,7 +39226,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39535,7 +39247,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39546,7 +39258,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39560,7 +39272,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39571,7 +39283,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39585,7 +39297,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39599,7 +39311,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39613,7 +39325,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39634,7 +39346,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39648,7 +39360,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39662,7 +39374,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39673,7 +39385,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -39686,7 +39398,7 @@ "tags": [], "label": "client_id", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -39700,7 +39412,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39714,7 +39426,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39735,7 +39447,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39746,7 +39458,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39760,7 +39472,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39771,7 +39483,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39785,7 +39497,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39799,7 +39511,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39813,7 +39525,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39834,7 +39546,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39848,7 +39560,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39862,7 +39574,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39873,7 +39585,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -39886,7 +39598,7 @@ "tags": [], "label": "client_secret", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -39900,7 +39612,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39914,7 +39626,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39935,7 +39647,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39946,7 +39658,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39960,7 +39672,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39971,7 +39683,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39985,7 +39697,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -39999,7 +39711,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40013,7 +39725,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40034,7 +39746,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40048,7 +39760,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40062,7 +39774,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40073,7 +39785,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -40086,7 +39798,7 @@ "tags": [], "label": "exchange_server", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -40100,7 +39812,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40114,7 +39826,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40135,7 +39847,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40146,7 +39858,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40160,7 +39872,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40171,7 +39883,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40185,7 +39897,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40199,7 +39911,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40210,7 +39922,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40231,7 +39943,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40245,7 +39957,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40259,7 +39971,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40270,7 +39982,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -40283,7 +39995,7 @@ "tags": [], "label": "active_directory_server", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -40297,7 +40009,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40311,7 +40023,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40332,7 +40044,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40343,7 +40055,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40357,7 +40069,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40368,7 +40080,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40382,7 +40094,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40396,7 +40108,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40407,7 +40119,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40428,7 +40140,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40442,7 +40154,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40456,7 +40168,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40467,7 +40179,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -40480,7 +40192,7 @@ "tags": [], "label": "username", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -40494,7 +40206,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40508,7 +40220,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40529,7 +40241,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40540,7 +40252,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40554,7 +40266,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40565,7 +40277,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40579,7 +40291,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40593,7 +40305,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40607,7 +40319,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40628,7 +40340,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40642,7 +40354,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40656,7 +40368,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40667,7 +40379,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -40680,7 +40392,7 @@ "tags": [], "label": "password", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -40694,7 +40406,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40708,7 +40420,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40729,7 +40441,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40740,7 +40452,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40754,7 +40466,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40765,7 +40477,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40779,7 +40491,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40793,7 +40505,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40807,7 +40519,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40828,7 +40540,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40842,7 +40554,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40856,7 +40568,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40867,7 +40579,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -40880,7 +40592,7 @@ "tags": [], "label": "domain", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -40894,7 +40606,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40908,7 +40620,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40929,7 +40641,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40940,7 +40652,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40954,7 +40666,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40965,7 +40677,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40979,7 +40691,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -40993,7 +40705,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41004,7 +40716,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41025,7 +40737,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41039,7 +40751,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41053,7 +40765,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41064,7 +40776,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -41077,7 +40789,7 @@ "tags": [], "label": "ssl_enabled", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -41091,7 +40803,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41105,7 +40817,7 @@ "signature": [ "{ field: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41126,7 +40838,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41137,7 +40849,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41151,7 +40863,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41162,7 +40874,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41176,7 +40888,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41190,7 +40902,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41204,7 +40916,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41225,7 +40937,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41239,7 +40951,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41253,7 +40965,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41267,7 +40979,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -41280,7 +40992,7 @@ "tags": [], "label": "ssl_ca", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -41294,7 +41006,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41308,7 +41020,7 @@ "signature": [ "({ field: string; value: string; } | { field: string; value: true; })[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41329,7 +41041,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41340,7 +41052,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41354,7 +41066,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41365,7 +41077,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41379,7 +41091,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41393,7 +41105,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41407,7 +41119,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41428,7 +41140,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41442,7 +41154,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41456,7 +41168,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41467,7 +41179,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -41480,7 +41192,7 @@ "tags": [], "label": "use_text_extraction_service", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -41494,7 +41206,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41508,7 +41220,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41529,7 +41241,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41540,7 +41252,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41554,7 +41266,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41565,7 +41277,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41579,7 +41291,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41593,7 +41305,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41604,7 +41316,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41625,7 +41337,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41639,7 +41351,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41653,7 +41365,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41667,7 +41379,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -41680,7 +41392,7 @@ "tags": [], "label": "use_document_level_security", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -41694,7 +41406,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41708,7 +41420,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41729,7 +41441,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41740,7 +41452,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41754,7 +41466,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41765,7 +41477,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41779,7 +41491,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41793,7 +41505,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41804,7 +41516,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41825,7 +41537,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41839,7 +41551,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41853,7 +41565,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -41867,7 +41579,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -41882,7 +41594,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -41893,7 +41605,7 @@ "tags": [], "label": "[SYNC_RULES]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -41904,7 +41616,7 @@ "tags": [], "label": "advanced", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -41918,7 +41630,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -41931,7 +41643,7 @@ "tags": [], "label": "basic", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -41945,7 +41657,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -41960,7 +41672,7 @@ "tags": [], "label": "[DOCUMENT_LEVEL_SECURITY]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -41974,7 +41686,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -41987,7 +41699,7 @@ "tags": [], "label": "[INCREMENTAL_SYNC]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -42001,7 +41713,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -42016,7 +41728,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42027,7 +41739,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -42040,7 +41752,7 @@ "tags": [], "label": "postgresql", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -42051,7 +41763,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -42062,7 +41774,7 @@ "tags": [], "label": "host", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -42073,7 +41785,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42087,7 +41799,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42108,7 +41820,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42119,7 +41831,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42133,7 +41845,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42144,7 +41856,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42158,7 +41870,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42172,7 +41884,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42183,7 +41895,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42204,7 +41916,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42218,7 +41930,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42232,7 +41944,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42243,7 +41955,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -42256,7 +41968,7 @@ "tags": [], "label": "port", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -42270,7 +41982,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42284,7 +41996,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42305,7 +42017,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42316,7 +42028,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42330,7 +42042,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42341,7 +42053,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42355,7 +42067,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42369,7 +42081,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42380,7 +42092,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42401,7 +42113,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42415,7 +42127,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42429,7 +42141,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42440,7 +42152,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -42453,7 +42165,7 @@ "tags": [], "label": "username", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -42464,7 +42176,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42478,7 +42190,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42499,7 +42211,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42510,7 +42222,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42524,7 +42236,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42535,7 +42247,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42549,7 +42261,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42563,7 +42275,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42574,7 +42286,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42595,7 +42307,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42609,7 +42321,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42623,7 +42335,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42634,7 +42346,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -42647,7 +42359,7 @@ "tags": [], "label": "password", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -42658,7 +42370,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42672,7 +42384,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42693,7 +42405,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42704,7 +42416,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42718,7 +42430,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42729,7 +42441,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42743,7 +42455,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42757,7 +42469,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42768,7 +42480,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42789,7 +42501,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42803,7 +42515,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42817,7 +42529,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42828,7 +42540,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -42841,7 +42553,7 @@ "tags": [], "label": "database", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -42852,7 +42564,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42866,7 +42578,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42887,7 +42599,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42898,7 +42610,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42912,7 +42624,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42923,7 +42635,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42937,7 +42649,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42951,7 +42663,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42962,7 +42674,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42983,7 +42695,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -42997,7 +42709,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43011,7 +42723,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43022,7 +42734,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -43035,7 +42747,7 @@ "tags": [], "label": "schema", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -43046,7 +42758,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43060,7 +42772,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43081,7 +42793,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43092,7 +42804,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43106,7 +42818,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43117,7 +42829,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43131,7 +42843,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43145,7 +42857,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43156,7 +42868,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43177,7 +42889,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43191,7 +42903,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43205,7 +42917,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43216,7 +42928,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -43229,7 +42941,7 @@ "tags": [], "label": "tables", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -43240,7 +42952,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43254,7 +42966,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43275,7 +42987,7 @@ }, ".TEXTAREA" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43286,7 +42998,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43300,7 +43012,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43311,7 +43023,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43325,7 +43037,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43339,7 +43051,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43350,7 +43062,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43371,7 +43083,7 @@ }, ".LIST" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43385,7 +43097,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43399,7 +43111,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43410,7 +43122,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -43423,7 +43135,7 @@ "tags": [], "label": "ssl_enabled", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -43437,7 +43149,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43451,7 +43163,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43472,7 +43184,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43483,7 +43195,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43497,7 +43209,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43508,7 +43220,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43522,7 +43234,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43536,7 +43248,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43547,7 +43259,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43568,7 +43280,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43582,7 +43294,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43596,7 +43308,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43610,7 +43322,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -43623,7 +43335,7 @@ "tags": [], "label": "ssl_ca", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -43634,7 +43346,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43648,7 +43360,7 @@ "signature": [ "{ field: string; value: true; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43669,7 +43381,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43680,7 +43392,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43694,7 +43406,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43705,7 +43417,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43719,7 +43431,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43733,7 +43445,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43744,7 +43456,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43765,7 +43477,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43779,7 +43491,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43793,7 +43505,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43804,7 +43516,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -43817,7 +43529,7 @@ "tags": [], "label": "fetch_size", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -43828,7 +43540,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43842,7 +43554,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43863,7 +43575,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43874,7 +43586,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43888,7 +43600,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43899,7 +43611,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43913,7 +43625,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43927,7 +43639,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43938,7 +43650,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43959,7 +43671,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43973,7 +43685,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43987,7 +43699,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -43998,7 +43710,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -44011,7 +43723,7 @@ "tags": [], "label": "retry_count", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -44022,7 +43734,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44036,7 +43748,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44057,7 +43769,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44068,7 +43780,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44082,7 +43794,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44093,7 +43805,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44107,7 +43819,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44121,7 +43833,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44132,7 +43844,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44153,7 +43865,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44167,7 +43879,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44181,7 +43893,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44192,7 +43904,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -44207,7 +43919,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -44218,7 +43930,7 @@ "tags": [], "label": "[SYNC_RULES]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -44229,7 +43941,7 @@ "tags": [], "label": "advanced", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -44243,7 +43955,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -44256,7 +43968,7 @@ "tags": [], "label": "basic", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -44270,7 +43982,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -44287,7 +43999,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44298,7 +44010,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -44311,7 +44023,7 @@ "tags": [], "label": "s3", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -44322,7 +44034,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -44333,7 +44045,7 @@ "tags": [], "label": "buckets", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -44347,7 +44059,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44361,7 +44073,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44382,7 +44094,7 @@ }, ".TEXTAREA" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44393,7 +44105,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44407,7 +44119,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44418,7 +44130,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44432,7 +44144,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44446,7 +44158,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44457,7 +44169,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44478,7 +44190,7 @@ }, ".LIST" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44492,7 +44204,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44506,7 +44218,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44517,7 +44229,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -44530,7 +44242,7 @@ "tags": [], "label": "aws_access_key_id", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -44544,7 +44256,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44558,7 +44270,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44579,7 +44291,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44590,7 +44302,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44604,7 +44316,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44615,7 +44327,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44629,7 +44341,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44643,7 +44355,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44657,7 +44369,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44678,7 +44390,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44692,7 +44404,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44706,7 +44418,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44717,7 +44429,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -44730,7 +44442,7 @@ "tags": [], "label": "aws_secret_access_key", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -44744,7 +44456,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44758,7 +44470,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44779,7 +44491,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44790,7 +44502,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44804,7 +44516,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44815,7 +44527,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44829,7 +44541,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44843,7 +44555,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44857,7 +44569,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44878,7 +44590,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44892,7 +44604,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44906,7 +44618,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44917,7 +44629,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -44930,7 +44642,7 @@ "tags": [], "label": "read_timeout", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -44941,7 +44653,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44955,7 +44667,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44976,7 +44688,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -44987,7 +44699,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45001,7 +44713,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45012,7 +44724,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45026,7 +44738,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45040,7 +44752,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45054,7 +44766,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45075,7 +44787,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45089,7 +44801,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45103,7 +44815,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45114,7 +44826,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -45127,7 +44839,7 @@ "tags": [], "label": "connect_timeout", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -45138,7 +44850,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45152,7 +44864,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45173,7 +44885,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45184,7 +44896,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45198,7 +44910,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45209,7 +44921,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45223,7 +44935,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45237,7 +44949,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45251,7 +44963,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45272,7 +44984,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45286,7 +44998,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45300,7 +45012,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45311,7 +45023,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -45324,7 +45036,7 @@ "tags": [], "label": "max_attempts", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -45335,7 +45047,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45349,7 +45061,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45370,7 +45082,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45381,7 +45093,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45395,7 +45107,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45406,7 +45118,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45420,7 +45132,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45434,7 +45146,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45448,7 +45160,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45469,7 +45181,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45483,7 +45195,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45497,7 +45209,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45508,7 +45220,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -45521,7 +45233,7 @@ "tags": [], "label": "page_size", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -45532,7 +45244,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45546,7 +45258,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45567,7 +45279,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45578,7 +45290,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45592,7 +45304,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45603,7 +45315,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45617,7 +45329,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45631,7 +45343,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45645,7 +45357,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45666,7 +45378,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45680,7 +45392,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45694,7 +45406,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45705,7 +45417,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -45718,7 +45430,7 @@ "tags": [], "label": "use_text_extraction_service", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -45732,7 +45444,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45746,7 +45458,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45767,7 +45479,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45778,7 +45490,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45792,7 +45504,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45803,7 +45515,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45817,7 +45529,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45831,7 +45543,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45842,7 +45554,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45863,7 +45575,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45877,7 +45589,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45891,7 +45603,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -45905,7 +45617,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -45920,7 +45632,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -45931,7 +45643,7 @@ "tags": [], "label": "[SYNC_RULES]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -45942,7 +45654,7 @@ "tags": [], "label": "advanced", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -45956,7 +45668,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -45969,7 +45681,7 @@ "tags": [], "label": "basic", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -45983,7 +45695,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -46000,7 +45712,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46011,7 +45723,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -46024,7 +45736,7 @@ "tags": [], "label": "salesforce", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -46035,7 +45747,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -46046,7 +45758,7 @@ "tags": [], "label": "[SYNC_RULES]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -46057,7 +45769,7 @@ "tags": [], "label": "advanced", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -46071,7 +45783,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -46084,7 +45796,7 @@ "tags": [], "label": "basic", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -46098,7 +45810,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -46113,7 +45825,7 @@ "tags": [], "label": "[INCREMENTAL_SYNC]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -46127,7 +45839,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -46142,7 +45854,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -46153,7 +45865,7 @@ "tags": [], "label": "domain", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -46167,7 +45879,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46181,7 +45893,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46202,7 +45914,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46213,7 +45925,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46227,7 +45939,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46238,7 +45950,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46252,7 +45964,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46266,7 +45978,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46277,7 +45989,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46298,7 +46010,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46312,7 +46024,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46326,7 +46038,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46337,7 +46049,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -46350,7 +46062,7 @@ "tags": [], "label": "client_id", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -46364,7 +46076,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46378,7 +46090,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46399,7 +46111,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46410,7 +46122,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46424,7 +46136,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46435,7 +46147,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46449,7 +46161,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46463,7 +46175,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46474,7 +46186,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46495,7 +46207,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46509,7 +46221,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46523,7 +46235,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46534,7 +46246,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -46547,7 +46259,7 @@ "tags": [], "label": "client_secret", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -46561,7 +46273,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46575,7 +46287,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46596,7 +46308,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46607,7 +46319,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46621,7 +46333,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46632,7 +46344,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46646,7 +46358,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46660,7 +46372,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46671,7 +46383,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46692,7 +46404,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46706,7 +46418,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46720,7 +46432,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46731,7 +46443,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -46744,7 +46456,7 @@ "tags": [], "label": "use_document_level_security", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -46758,7 +46470,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46772,7 +46484,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46793,7 +46505,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46804,7 +46516,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46818,7 +46530,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46829,7 +46541,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46843,7 +46555,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46857,7 +46569,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46868,7 +46580,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46889,7 +46601,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46903,7 +46615,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46917,7 +46629,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46931,7 +46643,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -46944,7 +46656,7 @@ "tags": [], "label": "use_text_extraction_service", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -46958,7 +46670,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46972,7 +46684,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -46993,7 +46705,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47004,7 +46716,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47018,7 +46730,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47029,7 +46741,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47043,7 +46755,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47057,7 +46769,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47068,7 +46780,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47089,7 +46801,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47103,7 +46815,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47117,7 +46829,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47131,7 +46843,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -47146,7 +46858,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47157,7 +46869,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -47170,7 +46882,7 @@ "tags": [], "label": "servicenow", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -47181,7 +46893,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -47192,7 +46904,7 @@ "tags": [], "label": "url", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -47206,7 +46918,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47220,7 +46932,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47241,7 +46953,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47252,7 +46964,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47266,7 +46978,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47277,7 +46989,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47291,7 +47003,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47305,7 +47017,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47319,7 +47031,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47340,7 +47052,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47354,7 +47066,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47368,7 +47080,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47379,7 +47091,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -47392,7 +47104,7 @@ "tags": [], "label": "username", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -47406,7 +47118,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47420,7 +47132,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47441,7 +47153,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47452,7 +47164,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47466,7 +47178,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47477,7 +47189,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47491,7 +47203,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47505,7 +47217,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47519,7 +47231,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47540,7 +47252,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47554,7 +47266,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47568,7 +47280,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47579,7 +47291,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -47592,7 +47304,7 @@ "tags": [], "label": "password", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -47606,7 +47318,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47620,7 +47332,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47641,7 +47353,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47652,7 +47364,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47666,7 +47378,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47677,7 +47389,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47691,7 +47403,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47705,7 +47417,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47719,7 +47431,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47740,7 +47452,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47754,7 +47466,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47768,7 +47480,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47779,7 +47491,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -47792,7 +47504,7 @@ "tags": [], "label": "services", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -47806,7 +47518,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47820,7 +47532,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47831,7 +47543,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47852,7 +47564,7 @@ }, ".TEXTAREA" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47866,7 +47578,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47877,7 +47589,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47891,7 +47603,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47905,7 +47617,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47916,7 +47628,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47937,7 +47649,7 @@ }, ".LIST" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47951,7 +47663,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47965,7 +47677,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -47976,7 +47688,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -47989,7 +47701,7 @@ "tags": [], "label": "retry_count", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -48000,7 +47712,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48014,7 +47726,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48035,7 +47747,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48046,7 +47758,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48060,7 +47772,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48071,7 +47783,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48085,7 +47797,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48099,7 +47811,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48113,7 +47825,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48134,7 +47846,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48148,7 +47860,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48162,7 +47874,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48173,7 +47885,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -48186,7 +47898,7 @@ "tags": [], "label": "concurrent_downloads", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -48197,7 +47909,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48211,7 +47923,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48232,7 +47944,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48243,7 +47955,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48257,7 +47969,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48268,7 +47980,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48282,7 +47994,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48296,7 +48008,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48310,7 +48022,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48331,7 +48043,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48345,7 +48057,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48359,7 +48071,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48370,7 +48082,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -48383,7 +48095,7 @@ "tags": [], "label": "use_text_extraction_service", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -48397,7 +48109,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48411,7 +48123,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48432,7 +48144,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48443,7 +48155,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48457,7 +48169,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48468,7 +48180,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48482,7 +48194,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48496,7 +48208,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48507,7 +48219,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48528,7 +48240,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48542,7 +48254,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48556,7 +48268,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48570,7 +48282,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -48583,7 +48295,7 @@ "tags": [], "label": "use_document_level_security", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -48597,7 +48309,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48611,7 +48323,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48632,7 +48344,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48643,7 +48355,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48657,7 +48369,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48668,7 +48380,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48682,7 +48394,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48696,7 +48408,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48707,7 +48419,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48728,7 +48440,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48742,7 +48454,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48756,7 +48468,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48770,7 +48482,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -48785,7 +48497,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -48796,7 +48508,7 @@ "tags": [], "label": "[SYNC_RULES]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -48807,7 +48519,7 @@ "tags": [], "label": "advanced", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -48821,7 +48533,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -48834,7 +48546,7 @@ "tags": [], "label": "basic", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -48848,7 +48560,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -48863,7 +48575,7 @@ "tags": [], "label": "[INCREMENTAL_SYNC]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -48877,7 +48589,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -48892,7 +48604,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48903,7 +48615,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -48916,7 +48628,7 @@ "tags": [], "label": "sharepoint_online", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -48927,7 +48639,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -48938,7 +48650,7 @@ "tags": [], "label": "tenant_id", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -48952,7 +48664,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48966,7 +48678,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48987,7 +48699,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -48998,7 +48710,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49012,7 +48724,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49023,7 +48735,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49037,7 +48749,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49051,7 +48763,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49062,7 +48774,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49083,7 +48795,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49097,7 +48809,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49111,7 +48823,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49122,7 +48834,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -49135,7 +48847,7 @@ "tags": [], "label": "tenant_name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -49149,7 +48861,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49163,7 +48875,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49184,7 +48896,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49195,7 +48907,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49209,7 +48921,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49220,7 +48932,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49234,7 +48946,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49248,7 +48960,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49259,7 +48971,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49280,7 +48992,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49294,7 +49006,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49308,7 +49020,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49319,7 +49031,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -49332,7 +49044,7 @@ "tags": [], "label": "client_id", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -49346,7 +49058,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49360,7 +49072,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49381,7 +49093,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49392,7 +49104,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49406,7 +49118,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49417,7 +49129,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49431,7 +49143,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49445,7 +49157,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49456,7 +49168,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49477,7 +49189,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49491,7 +49203,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49505,7 +49217,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49516,7 +49228,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -49529,7 +49241,7 @@ "tags": [], "label": "secret_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -49543,7 +49255,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49557,7 +49269,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49578,7 +49290,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49589,7 +49301,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49603,7 +49315,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49614,7 +49326,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49628,7 +49340,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49642,7 +49354,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49653,7 +49365,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49674,7 +49386,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49688,7 +49400,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49702,7 +49414,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49713,7 +49425,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -49726,7 +49438,7 @@ "tags": [], "label": "site_collections", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -49740,7 +49452,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49754,7 +49466,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49775,7 +49487,7 @@ }, ".TEXTAREA" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49786,7 +49498,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49800,7 +49512,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49811,7 +49523,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49825,7 +49537,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49839,7 +49551,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49850,7 +49562,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49871,7 +49583,7 @@ }, ".LIST" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49885,7 +49597,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49899,7 +49611,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49910,7 +49622,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -49923,7 +49635,7 @@ "tags": [], "label": "use_text_extraction_service", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -49937,7 +49649,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49951,7 +49663,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49972,7 +49684,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49983,7 +49695,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -49997,7 +49709,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50008,7 +49720,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50022,7 +49734,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50036,7 +49748,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50047,7 +49759,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50068,7 +49780,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50082,7 +49794,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50096,7 +49808,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50110,7 +49822,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -50123,7 +49835,7 @@ "tags": [], "label": "use_document_level_security", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -50137,7 +49849,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50151,7 +49863,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50172,7 +49884,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50183,7 +49895,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50197,7 +49909,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50208,7 +49920,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50222,7 +49934,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50236,7 +49948,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50247,7 +49959,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50268,7 +49980,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50282,7 +49994,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50296,7 +50008,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50310,7 +50022,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -50323,7 +50035,7 @@ "tags": [], "label": "fetch_drive_item_permissions", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -50337,7 +50049,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50351,7 +50063,7 @@ "signature": [ "{ field: string; value: true; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50372,7 +50084,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50383,7 +50095,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50397,7 +50109,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50408,7 +50120,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50422,7 +50134,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50436,7 +50148,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50447,7 +50159,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50468,7 +50180,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50482,7 +50194,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50496,7 +50208,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50510,7 +50222,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -50523,7 +50235,7 @@ "tags": [], "label": "fetch_unique_page_permissions", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -50537,7 +50249,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50551,7 +50263,7 @@ "signature": [ "{ field: string; value: true; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50572,7 +50284,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50583,7 +50295,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50597,7 +50309,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50608,7 +50320,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50622,7 +50334,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50636,7 +50348,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50647,7 +50359,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50668,7 +50380,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50682,7 +50394,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50696,7 +50408,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50710,7 +50422,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -50723,7 +50435,7 @@ "tags": [], "label": "fetch_unique_list_permissions", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -50737,7 +50449,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50751,7 +50463,7 @@ "signature": [ "{ field: string; value: true; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50772,7 +50484,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50783,7 +50495,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50797,7 +50509,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50808,7 +50520,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50822,7 +50534,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50836,7 +50548,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50847,7 +50559,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50868,7 +50580,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50882,7 +50594,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50896,7 +50608,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50910,7 +50622,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -50923,7 +50635,7 @@ "tags": [], "label": "fetch_unique_list_item_permissions", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -50937,7 +50649,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50951,7 +50663,7 @@ "signature": [ "{ field: string; value: true; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50972,7 +50684,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50983,7 +50695,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -50997,7 +50709,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51008,7 +50720,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51022,7 +50734,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51036,7 +50748,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51047,7 +50759,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51068,7 +50780,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51082,7 +50794,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51096,7 +50808,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51110,7 +50822,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -51123,7 +50835,7 @@ "tags": [], "label": "enumerate_all_sites", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -51137,7 +50849,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51151,7 +50863,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51172,7 +50884,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51183,7 +50895,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51197,7 +50909,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51208,7 +50920,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51222,7 +50934,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51236,7 +50948,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51247,7 +50959,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51268,7 +50980,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51282,7 +50994,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51296,7 +51008,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51310,7 +51022,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -51323,7 +51035,7 @@ "tags": [], "label": "fetch_subsites", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -51337,7 +51049,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51351,7 +51063,7 @@ "signature": [ "{ field: string; value: false; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51372,7 +51084,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51383,7 +51095,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51397,7 +51109,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51408,7 +51120,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51422,7 +51134,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51436,7 +51148,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51447,7 +51159,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51468,7 +51180,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51482,7 +51194,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51496,7 +51208,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51510,7 +51222,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -51525,7 +51237,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -51536,7 +51248,7 @@ "tags": [], "label": "[SYNC_RULES]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -51547,7 +51259,7 @@ "tags": [], "label": "advanced", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -51561,7 +51273,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -51574,7 +51286,7 @@ "tags": [], "label": "basic", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -51588,7 +51300,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -51603,7 +51315,7 @@ "tags": [], "label": "[DOCUMENT_LEVEL_SECURITY]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -51617,7 +51329,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -51630,7 +51342,7 @@ "tags": [], "label": "[INCREMENTAL_SYNC]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -51644,7 +51356,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -51659,7 +51371,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51670,7 +51382,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -51683,7 +51395,7 @@ "tags": [], "label": "sharepoint_server", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -51694,7 +51406,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -51705,7 +51417,7 @@ "tags": [], "label": "authentication", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -51719,7 +51431,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51733,7 +51445,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51754,7 +51466,7 @@ }, ".DROPDOWN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51765,7 +51477,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51779,7 +51491,7 @@ "signature": [ "{ label: string; value: string; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51790,7 +51502,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51804,7 +51516,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51818,7 +51530,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51832,7 +51544,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51853,7 +51565,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51867,7 +51579,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51881,7 +51593,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51892,7 +51604,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -51905,7 +51617,7 @@ "tags": [], "label": "username", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -51919,7 +51631,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51933,7 +51645,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51954,7 +51666,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51965,7 +51677,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51979,7 +51691,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -51990,7 +51702,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52004,7 +51716,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52018,7 +51730,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52029,7 +51741,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52050,7 +51762,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52064,7 +51776,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52078,7 +51790,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52089,7 +51801,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -52102,7 +51814,7 @@ "tags": [], "label": "password", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -52116,7 +51828,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52130,7 +51842,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52151,7 +51863,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52162,7 +51874,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52176,7 +51888,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52187,7 +51899,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52201,7 +51913,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52215,7 +51927,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52226,7 +51938,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52247,7 +51959,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52261,7 +51973,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52275,7 +51987,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52286,7 +51998,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -52299,7 +52011,7 @@ "tags": [], "label": "host_url", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -52313,7 +52025,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52327,7 +52039,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52348,7 +52060,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52359,7 +52071,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52373,7 +52085,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52384,7 +52096,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52398,7 +52110,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52412,7 +52124,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52423,7 +52135,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52444,7 +52156,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52458,7 +52170,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52472,7 +52184,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52483,7 +52195,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -52496,7 +52208,7 @@ "tags": [], "label": "site_collections", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -52510,7 +52222,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52524,7 +52236,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52545,7 +52257,7 @@ }, ".TEXTAREA" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52556,7 +52268,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52570,7 +52282,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52581,7 +52293,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52595,7 +52307,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52609,7 +52321,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52620,7 +52332,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52641,7 +52353,7 @@ }, ".LIST" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52655,7 +52367,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52669,7 +52381,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52680,7 +52392,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -52693,7 +52405,7 @@ "tags": [], "label": "ssl_enabled", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -52707,7 +52419,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52721,7 +52433,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52742,7 +52454,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52753,7 +52465,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52767,7 +52479,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52778,7 +52490,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52792,7 +52504,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52806,7 +52518,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52820,7 +52532,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52841,7 +52553,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52855,7 +52567,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52869,7 +52581,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52883,7 +52595,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -52896,7 +52608,7 @@ "tags": [], "label": "ssl_ca", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -52910,7 +52622,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52924,7 +52636,7 @@ "signature": [ "{ field: string; value: true; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52945,7 +52657,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52956,7 +52668,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52970,7 +52682,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52981,7 +52693,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -52995,7 +52707,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53009,7 +52721,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53023,7 +52735,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53044,7 +52756,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53058,7 +52770,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53072,7 +52784,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53083,7 +52795,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -53096,7 +52808,7 @@ "tags": [], "label": "retry_count", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -53107,7 +52819,7 @@ "tags": [], "label": "default_value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53121,7 +52833,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53142,7 +52854,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53153,7 +52865,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53167,7 +52879,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53178,7 +52890,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53192,7 +52904,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53206,7 +52918,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53220,7 +52932,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53241,7 +52953,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53255,7 +52967,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53269,7 +52981,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53280,7 +52992,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -53293,7 +53005,7 @@ "tags": [], "label": "use_text_extraction_service", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -53307,7 +53019,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53321,7 +53033,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53342,7 +53054,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53353,7 +53065,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53367,7 +53079,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53378,7 +53090,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53392,7 +53104,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53406,7 +53118,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53417,7 +53129,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53438,7 +53150,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53452,7 +53164,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53466,7 +53178,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53480,7 +53192,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -53493,7 +53205,7 @@ "tags": [], "label": "use_document_level_security", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -53507,7 +53219,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53521,7 +53233,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53542,7 +53254,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53553,7 +53265,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53567,7 +53279,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53578,7 +53290,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53592,7 +53304,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53606,7 +53318,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53617,7 +53329,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53638,7 +53350,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53652,7 +53364,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53666,7 +53378,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53680,7 +53392,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -53693,7 +53405,7 @@ "tags": [], "label": "fetch_unique_list_permissions", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -53707,7 +53419,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53721,7 +53433,7 @@ "signature": [ "{ field: string; value: true; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53742,7 +53454,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53753,7 +53465,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53767,7 +53479,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53778,7 +53490,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53792,7 +53504,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53806,7 +53518,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53817,7 +53529,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53838,7 +53550,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53852,7 +53564,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53866,7 +53578,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53880,7 +53592,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -53893,7 +53605,7 @@ "tags": [], "label": "fetch_unique_list_item_permissions", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -53907,7 +53619,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53921,7 +53633,7 @@ "signature": [ "{ field: string; value: true; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53942,7 +53654,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53953,7 +53665,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53967,7 +53679,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53978,7 +53690,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -53992,7 +53704,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54006,7 +53718,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54017,7 +53729,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54038,7 +53750,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54052,7 +53764,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54066,7 +53778,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54080,7 +53792,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -54095,7 +53807,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -54106,7 +53818,7 @@ "tags": [], "label": "[SYNC_RULES]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -54117,7 +53829,7 @@ "tags": [], "label": "advanced", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -54131,7 +53843,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -54144,7 +53856,7 @@ "tags": [], "label": "basic", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -54158,7 +53870,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -54173,7 +53885,7 @@ "tags": [], "label": "[DOCUMENT_LEVEL_SECURITY]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -54187,7 +53899,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -54200,7 +53912,7 @@ "tags": [], "label": "[INCREMENTAL_SYNC]", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -54214,7 +53926,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -54229,7 +53941,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54240,7 +53952,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -54253,7 +53965,7 @@ "tags": [], "label": "slack", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -54264,7 +53976,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -54275,7 +53987,7 @@ "tags": [], "label": "token", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -54289,7 +54001,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54303,7 +54015,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54324,7 +54036,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54335,7 +54047,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54349,7 +54061,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54360,7 +54072,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54374,7 +54086,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54388,7 +54100,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54399,7 +54111,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54420,7 +54132,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54434,7 +54146,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54448,7 +54160,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54459,7 +54171,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -54472,7 +54184,7 @@ "tags": [], "label": "fetch_last_n_days", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -54486,7 +54198,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54500,7 +54212,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54521,7 +54233,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54532,7 +54244,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54546,7 +54258,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54557,7 +54269,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54571,7 +54283,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54585,7 +54297,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54596,7 +54308,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54617,7 +54329,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54631,7 +54343,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54645,7 +54357,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54656,7 +54368,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -54669,7 +54381,7 @@ "tags": [], "label": "auto_join_channels", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -54683,7 +54395,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54697,7 +54409,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54718,7 +54430,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54729,7 +54441,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54743,7 +54455,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54754,7 +54466,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54768,7 +54480,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54782,7 +54494,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54793,7 +54505,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54814,7 +54526,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54828,7 +54540,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54842,7 +54554,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54856,7 +54568,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -54869,7 +54581,7 @@ "tags": [], "label": "sync_users", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -54883,7 +54595,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54897,7 +54609,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54918,7 +54630,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54929,7 +54641,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54943,7 +54655,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54954,7 +54666,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54968,7 +54680,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54982,7 +54694,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -54993,7 +54705,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55014,7 +54726,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55028,7 +54740,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55042,7 +54754,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55056,7 +54768,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -55071,7 +54783,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [] @@ -55083,7 +54795,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55094,7 +54806,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -55107,7 +54819,7 @@ "tags": [], "label": "zoom", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -55118,7 +54830,7 @@ "tags": [], "label": "configuration", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -55129,7 +54841,7 @@ "tags": [], "label": "account_id", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -55143,7 +54855,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55157,7 +54869,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55178,7 +54890,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55189,7 +54901,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55203,7 +54915,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55214,7 +54926,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55228,7 +54940,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55242,7 +54954,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55256,7 +54968,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55277,7 +54989,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55291,7 +55003,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55305,7 +55017,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55316,7 +55028,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -55329,7 +55041,7 @@ "tags": [], "label": "client_id", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -55343,7 +55055,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55357,7 +55069,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55378,7 +55090,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55389,7 +55101,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55403,7 +55115,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55414,7 +55126,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55428,7 +55140,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55442,7 +55154,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55456,7 +55168,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55477,7 +55189,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55491,7 +55203,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55505,7 +55217,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55516,7 +55228,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -55529,7 +55241,7 @@ "tags": [], "label": "client_secret", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -55543,7 +55255,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55557,7 +55269,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55578,7 +55290,7 @@ }, ".TEXTBOX" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55589,7 +55301,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55603,7 +55315,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55614,7 +55326,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55628,7 +55340,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55642,7 +55354,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55656,7 +55368,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55677,7 +55389,7 @@ }, ".STRING" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55691,7 +55403,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55705,7 +55417,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55716,7 +55428,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -55729,7 +55441,7 @@ "tags": [], "label": "fetch_past_meeting_details", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -55743,7 +55455,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55757,7 +55469,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55778,7 +55490,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55789,7 +55501,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55803,7 +55515,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55814,7 +55526,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55828,7 +55540,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55842,7 +55554,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55853,7 +55565,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55874,7 +55586,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55888,7 +55600,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55902,7 +55614,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55916,7 +55628,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -55929,7 +55641,7 @@ "tags": [], "label": "recording_age", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -55943,7 +55655,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55957,7 +55669,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55978,7 +55690,7 @@ }, ".NUMERIC" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -55989,7 +55701,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -56003,7 +55715,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -56014,7 +55726,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -56028,7 +55740,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -56042,7 +55754,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -56053,7 +55765,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -56074,7 +55786,7 @@ }, ".INTEGER" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -56088,7 +55800,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -56102,7 +55814,7 @@ "signature": [ "{ type: string; constraint: number; }[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -56113,7 +55825,7 @@ "tags": [], "label": "value", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -56126,7 +55838,7 @@ "tags": [], "label": "use_text_extraction_service", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -56140,7 +55852,7 @@ "signature": [ "null" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -56154,7 +55866,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -56175,7 +55887,7 @@ }, ".TOGGLE" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -56186,7 +55898,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -56200,7 +55912,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -56211,7 +55923,7 @@ "tags": [], "label": "order", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -56225,7 +55937,7 @@ "signature": [ "true" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -56239,7 +55951,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -56250,7 +55962,7 @@ "tags": [], "label": "tooltip", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -56271,7 +55983,7 @@ }, ".BOOLEAN" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -56285,7 +55997,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -56299,7 +56011,7 @@ "signature": [ "never[]" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -56313,7 +56025,7 @@ "signature": [ "false" ], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } @@ -56328,7 +56040,7 @@ "tags": [], "label": "features", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false, "children": [] @@ -56340,7 +56052,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false }, @@ -56351,7 +56063,7 @@ "tags": [], "label": "serviceType", "description": [], - "path": "packages/kbn-search-connectors/types/native_connectors.ts", + "path": "src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_search_connectors.mdx b/api_docs/kbn_search_connectors.mdx index 2cf308ae04528..73cfc5cf8a37f 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-connectors'] --- import kbnSearchConnectorsObj from './kbn_search_connectors.devdocs.json'; diff --git a/api_docs/kbn_search_errors.devdocs.json b/api_docs/kbn_search_errors.devdocs.json index 21ea7d8698f58..d6014a5f56380 100644 --- a/api_docs/kbn_search_errors.devdocs.json +++ b/api_docs/kbn_search_errors.devdocs.json @@ -35,7 +35,7 @@ }, " extends Error" ], - "path": "packages/kbn-search-errors/src/es_error.tsx", + "path": "src/platform/packages/shared/kbn-search-errors/src/es_error.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -56,7 +56,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-errors/src/es_error.tsx", + "path": "src/platform/packages/shared/kbn-search-errors/src/es_error.tsx", "deprecated": false, "trackAdoption": false }, @@ -70,7 +70,7 @@ "signature": [ "any" ], - "path": "packages/kbn-search-errors/src/es_error.tsx", + "path": "src/platform/packages/shared/kbn-search-errors/src/es_error.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -90,7 +90,7 @@ "text": "IEsError" } ], - "path": "packages/kbn-search-errors/src/es_error.tsx", + "path": "src/platform/packages/shared/kbn-search-errors/src/es_error.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -105,7 +105,7 @@ "signature": [ "string" ], - "path": "packages/kbn-search-errors/src/es_error.tsx", + "path": "src/platform/packages/shared/kbn-search-errors/src/es_error.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -120,7 +120,7 @@ "signature": [ "() => void" ], - "path": "packages/kbn-search-errors/src/es_error.tsx", + "path": "src/platform/packages/shared/kbn-search-errors/src/es_error.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -138,7 +138,7 @@ "signature": [ "() => React.JSX.Element" ], - "path": "packages/kbn-search-errors/src/es_error.tsx", + "path": "src/platform/packages/shared/kbn-search-errors/src/es_error.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -154,7 +154,7 @@ "signature": [ "() => React.JSX.Element[]" ], - "path": "packages/kbn-search-errors/src/es_error.tsx", + "path": "src/platform/packages/shared/kbn-search-errors/src/es_error.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -200,7 +200,7 @@ "text": "EsError" } ], - "path": "packages/kbn-search-errors/src/create_es_error.ts", + "path": "src/platform/packages/shared/kbn-search-errors/src/create_es_error.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -220,7 +220,7 @@ "text": "IEsError" } ], - "path": "packages/kbn-search-errors/src/create_es_error.ts", + "path": "src/platform/packages/shared/kbn-search-errors/src/create_es_error.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -235,7 +235,7 @@ "signature": [ "() => void" ], - "path": "packages/kbn-search-errors/src/create_es_error.ts", + "path": "src/platform/packages/shared/kbn-search-errors/src/create_es_error.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -250,7 +250,7 @@ "signature": [ "Services" ], - "path": "packages/kbn-search-errors/src/create_es_error.ts", + "path": "src/platform/packages/shared/kbn-search-errors/src/create_es_error.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -272,7 +272,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-errors/src/create_es_error.ts", + "path": "src/platform/packages/shared/kbn-search-errors/src/create_es_error.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -293,7 +293,7 @@ "signature": [ "(e: any) => boolean" ], - "path": "packages/kbn-search-errors/src/es_error.tsx", + "path": "src/platform/packages/shared/kbn-search-errors/src/es_error.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -307,7 +307,7 @@ "signature": [ "any" ], - "path": "packages/kbn-search-errors/src/es_error.tsx", + "path": "src/platform/packages/shared/kbn-search-errors/src/es_error.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -326,7 +326,7 @@ "signature": [ "(error: Error) => { title: string; body: React.ReactNode; actions?: React.ReactNode[] | undefined; } | undefined" ], - "path": "packages/kbn-search-errors/src/render_search_error.ts", + "path": "src/platform/packages/shared/kbn-search-errors/src/render_search_error.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -340,7 +340,7 @@ "signature": [ "Error" ], - "path": "packages/kbn-search-errors/src/render_search_error.ts", + "path": "src/platform/packages/shared/kbn-search-errors/src/render_search_error.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -378,7 +378,7 @@ }, ">" ], - "path": "packages/kbn-search-errors/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-errors/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_search_errors.mdx b/api_docs/kbn_search_errors.mdx index 90e1fd2e95843..36d25acb52036 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-12-27 +date: 2025-01-05 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 72f4181793656..93472bba005d4 100644 --- a/api_docs/kbn_search_index_documents.devdocs.json +++ b/api_docs/kbn_search_index_documents.devdocs.json @@ -29,7 +29,7 @@ "signature": [ "({ dataTelemetryIdPrefix, docs, docsPerPage, isLoading, mappings, meta, onPaginate, setDocsPerPage, onDocumentClick, resultProps, }: DocumentListProps) => React.JSX.Element" ], - "path": "packages/kbn-search-index-documents/components/document_list.tsx", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/components/document_list.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -43,7 +43,7 @@ "signature": [ "DocumentListProps" ], - "path": "packages/kbn-search-index-documents/components/document_list.tsx", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/components/document_list.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -62,7 +62,7 @@ "signature": [ "({ accessControlSwitch, dataTelemetryIdPrefix, documentComponent, searchQueryCallback, }: DocumentsProps) => React.JSX.Element" ], - "path": "packages/kbn-search-index-documents/components/documents_overview.tsx", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/components/documents_overview.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -76,7 +76,7 @@ "signature": [ "DocumentsProps" ], - "path": "packages/kbn-search-index-documents/components/documents_overview.tsx", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/components/documents_overview.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -94,13 +94,7 @@ "description": [], "signature": [ "(client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", indexName: string, query?: string | undefined, from?: number, size?: number, trackTotalHits?: boolean) => Promise<", { "pluginId": "@kbn/search-index-documents", @@ -113,7 +107,7 @@ "SearchHit", ">>" ], - "path": "packages/kbn-search-index-documents/lib/fetch_search_results.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/lib/fetch_search_results.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -125,15 +119,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], - "path": "packages/kbn-search-index-documents/lib/fetch_search_results.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/lib/fetch_search_results.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -148,7 +136,7 @@ "signature": [ "string" ], - "path": "packages/kbn-search-index-documents/lib/fetch_search_results.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/lib/fetch_search_results.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -163,7 +151,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-index-documents/lib/fetch_search_results.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/lib/fetch_search_results.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -178,7 +166,7 @@ "signature": [ "number" ], - "path": "packages/kbn-search-index-documents/lib/fetch_search_results.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/lib/fetch_search_results.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -193,7 +181,7 @@ "signature": [ "number" ], - "path": "packages/kbn-search-index-documents/lib/fetch_search_results.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/lib/fetch_search_results.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -208,7 +196,7 @@ "signature": [ "boolean" ], - "path": "packages/kbn-search-index-documents/lib/fetch_search_results.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/lib/fetch_search_results.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -227,7 +215,7 @@ "signature": [ "(page: { from: number; size: number; total: number; }) => { pageIndex: number; pageSize: number; totalItemCount: number; }" ], - "path": "packages/kbn-search-index-documents/types/pagination.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/types/pagination.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -238,7 +226,7 @@ "tags": [], "label": "page", "description": [], - "path": "packages/kbn-search-index-documents/types/pagination.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/types/pagination.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -249,7 +237,7 @@ "tags": [], "label": "from", "description": [], - "path": "packages/kbn-search-index-documents/types/pagination.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/types/pagination.ts", "deprecated": false, "trackAdoption": false }, @@ -260,7 +248,7 @@ "tags": [], "label": "size", "description": [], - "path": "packages/kbn-search-index-documents/types/pagination.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/types/pagination.ts", "deprecated": false, "trackAdoption": false }, @@ -271,7 +259,7 @@ "tags": [], "label": "total", "description": [], - "path": "packages/kbn-search-index-documents/types/pagination.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/types/pagination.ts", "deprecated": false, "trackAdoption": false } @@ -297,7 +285,7 @@ "FieldProps", "[]" ], - "path": "packages/kbn-search-index-documents/components/result/result_metadata.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/components/result/result_metadata.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -314,7 +302,7 @@ "FieldProps", "[]" ], - "path": "packages/kbn-search-index-documents/components/result/result_metadata.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/components/result/result_metadata.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -337,7 +325,7 @@ "ResultProps", ") => React.JSX.Element" ], - "path": "packages/kbn-search-index-documents/components/result/result.tsx", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/components/result/result.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -351,7 +339,7 @@ "signature": [ "ResultProps" ], - "path": "packages/kbn-search-index-documents/components/result/result.tsx", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/components/result/result.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -373,7 +361,7 @@ ") => ", "MetaDataProps" ], - "path": "packages/kbn-search-index-documents/components/result/result_metadata.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/components/result/result_metadata.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -388,7 +376,7 @@ "SearchHit", "" ], - "path": "packages/kbn-search-index-documents/components/result/result_metadata.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/components/result/result_metadata.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -413,7 +401,7 @@ "FieldProps", "[]" ], - "path": "packages/kbn-search-index-documents/components/result/result_metadata.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/components/result/result_metadata.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -428,7 +416,7 @@ "SearchHit", "" ], - "path": "packages/kbn-search-index-documents/components/result/result_metadata.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/components/result/result_metadata.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -444,7 +432,7 @@ "IndicesGetMappingResponse", " | undefined" ], - "path": "packages/kbn-search-index-documents/components/result/result_metadata.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/components/result/result_metadata.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -469,7 +457,7 @@ "FieldProps", "[]" ], - "path": "packages/kbn-search-index-documents/components/result/result_metadata.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/components/result/result_metadata.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -484,7 +472,7 @@ "SearchHit", "" ], - "path": "packages/kbn-search-index-documents/components/result/result_metadata.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/components/result/result_metadata.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -501,7 +489,7 @@ "MappingProperty", "> | undefined" ], - "path": "packages/kbn-search-index-documents/components/result/result_metadata.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/components/result/result_metadata.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -529,7 +517,7 @@ }, "" ], - "path": "packages/kbn-search-index-documents/types/pagination.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/types/pagination.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -543,7 +531,7 @@ "signature": [ "Meta" ], - "path": "packages/kbn-search-index-documents/types/pagination.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/types/pagination.ts", "deprecated": false, "trackAdoption": false }, @@ -557,7 +545,7 @@ "signature": [ "T[]" ], - "path": "packages/kbn-search-index-documents/types/pagination.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/types/pagination.ts", "deprecated": false, "trackAdoption": false } @@ -577,7 +565,7 @@ "signature": [ "25" ], - "path": "packages/kbn-search-index-documents/types/index.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/types/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -591,7 +579,7 @@ "tags": [], "label": "INDEX_DOCUMENTS_META_DEFAULT", "description": [], - "path": "packages/kbn-search-index-documents/types/index.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/types/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -602,7 +590,7 @@ "tags": [], "label": "pageIndex", "description": [], - "path": "packages/kbn-search-index-documents/types/index.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/types/index.ts", "deprecated": false, "trackAdoption": false }, @@ -613,7 +601,7 @@ "tags": [], "label": "pageSize", "description": [], - "path": "packages/kbn-search-index-documents/types/index.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/types/index.ts", "deprecated": false, "trackAdoption": false }, @@ -624,7 +612,7 @@ "tags": [], "label": "totalItemCount", "description": [], - "path": "packages/kbn-search-index-documents/types/index.ts", + "path": "x-pack/solutions/search/packages/kbn-search-index-documents/types/index.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_search_index_documents.mdx b/api_docs/kbn_search_index_documents.mdx index 67f8dd7c8ae6a..8029148236d23 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-12-27 +date: 2025-01-05 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 2ec9854cc2d2a..202545af3ae71 100644 --- a/api_docs/kbn_search_response_warnings.devdocs.json +++ b/api_docs/kbn_search_response_warnings.devdocs.json @@ -15,7 +15,7 @@ "SearchResponseIncompleteWarning", "[]) => string" ], - "path": "packages/kbn-search-response-warnings/src/components/search_response_warnings/i18n_utils.ts", + "path": "src/platform/packages/shared/kbn-search-response-warnings/src/components/search_response_warnings/i18n_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -30,7 +30,7 @@ "SearchResponseIncompleteWarning", "[]" ], - "path": "packages/kbn-search-response-warnings/src/components/search_response_warnings/i18n_utils.ts", + "path": "src/platform/packages/shared/kbn-search-response-warnings/src/components/search_response_warnings/i18n_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -51,7 +51,7 @@ "SearchResponseIncompleteWarning", "[]) => string" ], - "path": "packages/kbn-search-response-warnings/src/components/search_response_warnings/i18n_utils.ts", + "path": "src/platform/packages/shared/kbn-search-response-warnings/src/components/search_response_warnings/i18n_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -66,7 +66,7 @@ "SearchResponseIncompleteWarning", "[]" ], - "path": "packages/kbn-search-response-warnings/src/components/search_response_warnings/i18n_utils.ts", + "path": "src/platform/packages/shared/kbn-search-response-warnings/src/components/search_response_warnings/i18n_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -87,7 +87,7 @@ "SearchResponseIncompleteWarning", ") => boolean" ], - "path": "packages/kbn-search-response-warnings/src/has_unsupported_downsampled_aggregation_failure.ts", + "path": "src/platform/packages/shared/kbn-search-response-warnings/src/has_unsupported_downsampled_aggregation_failure.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -101,7 +101,7 @@ "signature": [ "SearchResponseIncompleteWarning" ], - "path": "packages/kbn-search-response-warnings/src/has_unsupported_downsampled_aggregation_failure.ts", + "path": "src/platform/packages/shared/kbn-search-response-warnings/src/has_unsupported_downsampled_aggregation_failure.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -120,7 +120,7 @@ "signature": [ "(props: Props) => React.JSX.Element | null" ], - "path": "packages/kbn-search-response-warnings/src/components/search_response_warnings/badge.tsx", + "path": "src/platform/packages/shared/kbn-search-response-warnings/src/components/search_response_warnings/badge.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -134,7 +134,7 @@ "signature": [ "Props" ], - "path": "packages/kbn-search-response-warnings/src/components/search_response_warnings/badge.tsx", + "path": "src/platform/packages/shared/kbn-search-response-warnings/src/components/search_response_warnings/badge.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -153,7 +153,7 @@ "signature": [ "(props: Props) => React.JSX.Element" ], - "path": "packages/kbn-search-response-warnings/src/components/search_response_warnings/badge_popover_content.tsx", + "path": "src/platform/packages/shared/kbn-search-response-warnings/src/components/search_response_warnings/badge_popover_content.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -167,7 +167,7 @@ "signature": [ "Props" ], - "path": "packages/kbn-search-response-warnings/src/components/search_response_warnings/badge_popover_content.tsx", + "path": "src/platform/packages/shared/kbn-search-response-warnings/src/components/search_response_warnings/badge_popover_content.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -186,7 +186,7 @@ "signature": [ "(props: Props) => React.JSX.Element | null" ], - "path": "packages/kbn-search-response-warnings/src/components/search_response_warnings/callout.tsx", + "path": "src/platform/packages/shared/kbn-search-response-warnings/src/components/search_response_warnings/callout.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -200,7 +200,7 @@ "signature": [ "Props" ], - "path": "packages/kbn-search-response-warnings/src/components/search_response_warnings/callout.tsx", + "path": "src/platform/packages/shared/kbn-search-response-warnings/src/components/search_response_warnings/callout.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -219,7 +219,7 @@ "signature": [ "(props: Props) => React.JSX.Element" ], - "path": "packages/kbn-search-response-warnings/src/components/search_response_warnings/empty_prompt.tsx", + "path": "src/platform/packages/shared/kbn-search-response-warnings/src/components/search_response_warnings/empty_prompt.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -233,7 +233,7 @@ "signature": [ "Props" ], - "path": "packages/kbn-search-response-warnings/src/components/search_response_warnings/empty_prompt.tsx", + "path": "src/platform/packages/shared/kbn-search-response-warnings/src/components/search_response_warnings/empty_prompt.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -252,7 +252,7 @@ "signature": [ "(props: Props) => React.JSX.Element | null" ], - "path": "packages/kbn-search-response-warnings/src/components/search_response_warnings/view_details_popover.tsx", + "path": "src/platform/packages/shared/kbn-search-response-warnings/src/components/search_response_warnings/view_details_popover.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -266,7 +266,7 @@ "signature": [ "Props" ], - "path": "packages/kbn-search-response-warnings/src/components/search_response_warnings/view_details_popover.tsx", + "path": "src/platform/packages/shared/kbn-search-response-warnings/src/components/search_response_warnings/view_details_popover.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -291,7 +291,7 @@ "signature": [ "SearchResponseIncompleteWarning" ], - "path": "packages/kbn-search-response-warnings/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-response-warnings/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -316,7 +316,7 @@ "AggregationsAggregate", ">>; requestId: string | undefined; }) => boolean | undefined" ], - "path": "packages/kbn-search-response-warnings/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-response-warnings/src/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -331,7 +331,7 @@ "signature": [ "SearchResponseIncompleteWarning" ], - "path": "packages/kbn-search-response-warnings/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-response-warnings/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -351,7 +351,7 @@ "AggregationsAggregate", ">>; requestId: string | undefined; }" ], - "path": "packages/kbn-search-response-warnings/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-response-warnings/src/types.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_search_response_warnings.mdx b/api_docs/kbn_search_response_warnings.mdx index 56a18b4ece83a..ee75afc68efc1 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-response-warnings'] --- import kbnSearchResponseWarningsObj from './kbn_search_response_warnings.devdocs.json'; diff --git a/api_docs/kbn_search_shared_ui.devdocs.json b/api_docs/kbn_search_shared_ui.devdocs.json index f07d84726b44a..a279b8403dd32 100644 --- a/api_docs/kbn_search_shared_ui.devdocs.json +++ b/api_docs/kbn_search_shared_ui.devdocs.json @@ -13,7 +13,7 @@ "signature": [ "({ name, serviceType, iconPath, showTooltip, }: ConnectorIconProps) => React.JSX.Element" ], - "path": "x-pack/packages/search/shared_ui/src/connector_icon/connector_icon.tsx", + "path": "x-pack/solutions/search/packages/search/shared_ui/src/connector_icon/connector_icon.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -27,7 +27,7 @@ "signature": [ "ConnectorIconProps" ], - "path": "x-pack/packages/search/shared_ui/src/connector_icon/connector_icon.tsx", + "path": "x-pack/solutions/search/packages/search/shared_ui/src/connector_icon/connector_icon.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -46,7 +46,7 @@ "signature": [ "({ stepCount, }: DecorativeHorizontalStepperProps) => React.JSX.Element" ], - "path": "x-pack/packages/search/shared_ui/src/decorative_horizontal_stepper/decorative_horizontal_stepper.tsx", + "path": "x-pack/solutions/search/packages/search/shared_ui/src/decorative_horizontal_stepper/decorative_horizontal_stepper.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -60,7 +60,7 @@ "signature": [ "DecorativeHorizontalStepperProps" ], - "path": "x-pack/packages/search/shared_ui/src/decorative_horizontal_stepper/decorative_horizontal_stepper.tsx", + "path": "x-pack/solutions/search/packages/search/shared_ui/src/decorative_horizontal_stepper/decorative_horizontal_stepper.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -79,7 +79,7 @@ "signature": [ "({ actions, label, value, copyValue, dataTestSubj, copyValueDataTestSubj, }: FormInfoFieldProps) => React.JSX.Element" ], - "path": "x-pack/packages/search/shared_ui/src/form_info_field/form_info_field.tsx", + "path": "x-pack/solutions/search/packages/search/shared_ui/src/form_info_field/form_info_field.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -93,7 +93,7 @@ "signature": [ "FormInfoFieldProps" ], - "path": "x-pack/packages/search/shared_ui/src/form_info_field/form_info_field.tsx", + "path": "x-pack/solutions/search/packages/search/shared_ui/src/form_info_field/form_info_field.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -112,7 +112,7 @@ "signature": [ "({ actions, backButton, body, description, icon, isComingSoon, comingSoonLabel, title, }: SearchEmptyPromptProps) => React.JSX.Element" ], - "path": "x-pack/packages/search/shared_ui/src/search_empty_prompt/search_empty_prompt.tsx", + "path": "x-pack/solutions/search/packages/search/shared_ui/src/search_empty_prompt/search_empty_prompt.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -126,7 +126,7 @@ "signature": [ "SearchEmptyPromptProps" ], - "path": "x-pack/packages/search/shared_ui/src/search_empty_prompt/search_empty_prompt.tsx", + "path": "x-pack/solutions/search/packages/search/shared_ui/src/search_empty_prompt/search_empty_prompt.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_search_shared_ui.mdx b/api_docs/kbn_search_shared_ui.mdx index b3cef9376bee0..f4688f1594fa1 100644 --- a/api_docs/kbn_search_shared_ui.mdx +++ b/api_docs/kbn_search_shared_ui.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-shared-ui title: "@kbn/search-shared-ui" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-shared-ui plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-shared-ui'] --- import kbnSearchSharedUiObj from './kbn_search_shared_ui.devdocs.json'; diff --git a/api_docs/kbn_search_types.devdocs.json b/api_docs/kbn_search_types.devdocs.json index d09d6a63dd0bd..040dcbe0472a7 100644 --- a/api_docs/kbn_search_types.devdocs.json +++ b/api_docs/kbn_search_types.devdocs.json @@ -27,7 +27,7 @@ "tags": [], "label": "IEsErrorAttributes", "description": [], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -42,7 +42,7 @@ "ErrorCause", " | undefined" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -59,7 +59,7 @@ "AggregationsAggregate", ">> | undefined" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -80,7 +80,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -112,7 +112,7 @@ }, "" ], - "path": "packages/kbn-search-types/src/es_search_types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/es_search_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -126,7 +126,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-types/src/es_search_types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/es_search_types.ts", "deprecated": false, "trackAdoption": false } @@ -150,7 +150,7 @@ }, "" ], - "path": "packages/kbn-search-types/src/kibana_search_types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/kibana_search_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -166,7 +166,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-types/src/kibana_search_types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/kibana_search_types.ts", "deprecated": false, "trackAdoption": false }, @@ -180,7 +180,7 @@ "signature": [ "Params | undefined" ], - "path": "packages/kbn-search-types/src/kibana_search_types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/kibana_search_types.ts", "deprecated": false, "trackAdoption": false } @@ -204,7 +204,7 @@ }, "" ], - "path": "packages/kbn-search-types/src/kibana_search_types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/kibana_search_types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -220,7 +220,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-types/src/kibana_search_types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/kibana_search_types.ts", "deprecated": false, "trackAdoption": false }, @@ -236,7 +236,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-search-types/src/kibana_search_types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/kibana_search_types.ts", "deprecated": false, "trackAdoption": false }, @@ -252,7 +252,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-search-types/src/kibana_search_types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/kibana_search_types.ts", "deprecated": false, "trackAdoption": false }, @@ -268,7 +268,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-search-types/src/kibana_search_types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/kibana_search_types.ts", "deprecated": false, "trackAdoption": false }, @@ -284,7 +284,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-search-types/src/kibana_search_types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/kibana_search_types.ts", "deprecated": false, "trackAdoption": false }, @@ -300,7 +300,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-search-types/src/kibana_search_types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/kibana_search_types.ts", "deprecated": false, "trackAdoption": false }, @@ -316,7 +316,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-search-types/src/kibana_search_types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/kibana_search_types.ts", "deprecated": false, "trackAdoption": false }, @@ -332,7 +332,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-types/src/kibana_search_types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/kibana_search_types.ts", "deprecated": false, "trackAdoption": false }, @@ -348,7 +348,7 @@ "signature": [ "RawResponse" ], - "path": "packages/kbn-search-types/src/kibana_search_types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/kibana_search_types.ts", "deprecated": false, "trackAdoption": false }, @@ -371,7 +371,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-types/src/kibana_search_types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/kibana_search_types.ts", "deprecated": false, "trackAdoption": false } @@ -385,7 +385,7 @@ "tags": [], "label": "ISearchClient", "description": [], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -449,7 +449,7 @@ "Observable", "" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -464,7 +464,7 @@ "signature": [ "SearchStrategyRequest" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -485,7 +485,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -511,7 +511,7 @@ }, " | undefined) => Promise" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -523,7 +523,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -544,7 +544,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -570,7 +570,7 @@ }, " | undefined) => Promise" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -582,7 +582,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -593,7 +593,7 @@ "tags": [], "label": "keepAlive", "description": [], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -614,7 +614,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -630,7 +630,7 @@ "tags": [], "label": "ISearchOptions", "description": [], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -646,7 +646,7 @@ "signature": [ "AbortSignal | undefined" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -662,7 +662,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -678,7 +678,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -694,7 +694,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -710,7 +710,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -726,7 +726,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -742,7 +742,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -758,7 +758,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -772,16 +772,10 @@ "\nRepresents a meta-information about a Kibana entity intitating a saerch request." ], "signature": [ - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -804,7 +798,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -822,7 +816,7 @@ "TransportRequestOptions", ", \"signal\"> | undefined" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -838,7 +832,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -869,7 +863,7 @@ "AggregationsAggregate", ">>>" ], - "path": "packages/kbn-search-types/src/es_search_types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/es_search_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -934,7 +928,7 @@ "Observable", "" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -949,7 +943,7 @@ "signature": [ "SearchStrategyRequest" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -970,7 +964,7 @@ }, " | undefined" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -988,16 +982,10 @@ ], "signature": [ "{ executionContext?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; isStored?: boolean | undefined; isRestore?: boolean | undefined; sessionId?: string | undefined; stream?: boolean | undefined; strategy?: string | undefined; legacyHitsTotal?: boolean | undefined; isSearchStored?: boolean | undefined; retrieveResults?: boolean | undefined; }" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1013,7 +1001,7 @@ "{ trackTotalHits?: boolean | undefined; } & ", "SearchRequest" ], - "path": "packages/kbn-search-types/src/es_search_types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/es_search_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1028,7 +1016,7 @@ "signature": [ "{ path: string; method: string; querystring?: string | undefined; }" ], - "path": "packages/kbn-search-types/src/types.ts", + "path": "src/platform/packages/shared/kbn-search-types/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_search_types.mdx b/api_docs/kbn_search_types.mdx index 3da387f88dcfb..4f122c35a06a2 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-12-27 +date: 2025-01-05 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 fa9261d11b296..668913e1f087f 100644 --- a/api_docs/kbn_security_api_key_management.devdocs.json +++ b/api_docs/kbn_security_api_key_management.devdocs.json @@ -35,13 +35,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, @@ -185,13 +179,7 @@ "description": [], "signature": [ "(apiKey: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateAPIKeyParams", - "text": "CreateAPIKeyParams" - }, + "CreateAPIKeyParams", ") => Promise<", "SecurityCreateApiKeyResponse", ">" @@ -208,13 +196,7 @@ "label": "apiKey", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateAPIKeyParams", - "text": "CreateAPIKeyParams" - } + "CreateAPIKeyParams" ], "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, @@ -233,13 +215,7 @@ "description": [], "signature": [ "(apiKey: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.UpdateAPIKeyParams", - "text": "UpdateAPIKeyParams" - }, + "UpdateAPIKeyParams", ") => Promise<", "SecurityUpdateApiKeyResponse", ">" @@ -256,13 +232,7 @@ "label": "apiKey", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.UpdateAPIKeyParams", - "text": "UpdateAPIKeyParams" - } + "UpdateAPIKeyParams" ], "path": "x-pack/packages/security/api_key_management/src/components/api_keys_api_client.ts", "deprecated": false, @@ -523,13 +493,7 @@ "text": "ApiKeyFormValues" }, ") => ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateAPIKeyParams", - "text": "CreateAPIKeyParams" - } + "CreateAPIKeyParams" ], "path": "x-pack/packages/security/api_key_management/src/components/api_key_flyout.tsx", "deprecated": false, @@ -577,13 +541,7 @@ "text": "ApiKeyFormValues" }, ") => ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.UpdateAPIKeyParams", - "text": "UpdateAPIKeyParams" - } + "UpdateAPIKeyParams" ], "path": "x-pack/packages/security/api_key_management/src/components/api_key_flyout.tsx", "deprecated": false, @@ -1123,31 +1081,13 @@ "label": "CreateAPIKeyParams", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateRestAPIKeyParams", - "text": "CreateRestAPIKeyParams" - }, + "CreateRestAPIKeyParams", " | ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams", - "text": "CreateRestAPIKeyWithKibanaPrivilegesParams" - }, + "CreateRestAPIKeyWithKibanaPrivilegesParams", " | ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateCrossClusterAPIKeyParams", - "text": "CreateCrossClusterAPIKeyParams" - } + "CreateCrossClusterAPIKeyParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1164,7 +1104,7 @@ "signature": [ "SecurityCreateApiKeyResponse" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1194,31 +1134,13 @@ "\nRequest body of Kibana Update API key endpoint." ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.UpdateRestAPIKeyParams", - "text": "UpdateRestAPIKeyParams" - }, + "UpdateRestAPIKeyParams", " | ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.UpdateCrossClusterAPIKeyParams", - "text": "UpdateCrossClusterAPIKeyParams" - }, + "UpdateCrossClusterAPIKeyParams", " | ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.UpdateRestAPIKeyWithKibanaPrivilegesParams", - "text": "UpdateRestAPIKeyWithKibanaPrivilegesParams" - } + "UpdateRestAPIKeyWithKibanaPrivilegesParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1235,7 +1157,7 @@ "signature": [ "SecurityUpdateApiKeyResponse" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_security_api_key_management.mdx b/api_docs/kbn_security_api_key_management.mdx index 4728a2492ba9f..eb94df0ae72f9 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-12-27 +date: 2025-01-05 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_authorization_core.mdx b/api_docs/kbn_security_authorization_core.mdx index 2d945b5acf3d2..48b6cef3e5150 100644 --- a/api_docs/kbn_security_authorization_core.mdx +++ b/api_docs/kbn_security_authorization_core.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-authorization-core title: "@kbn/security-authorization-core" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-authorization-core plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-authorization-core'] --- import kbnSecurityAuthorizationCoreObj from './kbn_security_authorization_core.devdocs.json'; diff --git a/api_docs/kbn_security_authorization_core_common.mdx b/api_docs/kbn_security_authorization_core_common.mdx index 09f2592fa428d..04774f43e50d0 100644 --- a/api_docs/kbn_security_authorization_core_common.mdx +++ b/api_docs/kbn_security_authorization_core_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-authorization-core-common title: "@kbn/security-authorization-core-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-authorization-core-common plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-authorization-core-common'] --- import kbnSecurityAuthorizationCoreCommonObj from './kbn_security_authorization_core_common.devdocs.json'; diff --git a/api_docs/kbn_security_form_components.mdx b/api_docs/kbn_security_form_components.mdx index 33df52bc0f6ff..578d9c611c47e 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-12-27 +date: 2025-01-05 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 dc382e4bfd387..d66b7993d6017 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-12-27 +date: 2025-01-05 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.devdocs.json b/api_docs/kbn_security_plugin_types_common.devdocs.json index 0c7b8cf26d937..78297171da241 100644 --- a/api_docs/kbn_security_plugin_types_common.devdocs.json +++ b/api_docs/kbn_security_plugin_types_common.devdocs.json @@ -143,23 +143,11 @@ "\nRepresents the currently authenticated user." ], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " extends ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.User", - "text": "User" - } + "User" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -173,15 +161,9 @@ "\nThe name and type of the Realm that has authenticated the user." ], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.UserRealm", - "text": "UserRealm" - } + "UserRealm" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -195,15 +177,9 @@ "\nThe name and type of the Realm where the user information were retrieved from." ], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.UserRealm", - "text": "UserRealm" - } + "UserRealm" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -217,15 +193,9 @@ "\nThe authentication provider that used to authenticate user." ], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticationProvider", - "text": "AuthenticationProvider" - } + "AuthenticationProvider" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -238,7 +208,7 @@ "description": [ "\nThe AuthenticationType used by ES to authenticate the user.\n" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -251,7 +221,7 @@ "description": [ "\nIndicates whether user is authenticated via Elastic Cloud built-in SAML realm." ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -267,7 +237,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -283,7 +253,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -300,7 +270,7 @@ "ApiKeyDescriptor", " | undefined" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false } @@ -316,7 +286,7 @@ "description": [ "\nType and name tuple to identify provider used to authenticate user." ], - "path": "packages/core/security/core-security-common/src/authentication/authentication_provider.ts", + "path": "src/core/packages/security/common/src/authentication/authentication_provider.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -329,7 +299,7 @@ "description": [ "\nType of the Kibana authentication provider." ], - "path": "packages/core/security/core-security-common/src/authentication/authentication_provider.ts", + "path": "src/core/packages/security/common/src/authentication/authentication_provider.ts", "deprecated": false, "trackAdoption": false }, @@ -342,7 +312,7 @@ "description": [ "\nName of the Kibana authentication provider (arbitrary string)." ], - "path": "packages/core/security/core-security-common/src/authentication/authentication_provider.ts", + "path": "src/core/packages/security/common/src/authentication/authentication_provider.ts", "deprecated": false, "trackAdoption": false } @@ -1553,7 +1523,7 @@ "description": [ "\nA set of fields describing Kibana user." ], - "path": "packages/core/security/core-security-common/src/authentication/user.ts", + "path": "src/core/packages/security/common/src/authentication/user.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1564,7 +1534,7 @@ "tags": [], "label": "username", "description": [], - "path": "packages/core/security/core-security-common/src/authentication/user.ts", + "path": "src/core/packages/security/common/src/authentication/user.ts", "deprecated": false, "trackAdoption": false }, @@ -1578,7 +1548,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-common/src/authentication/user.ts", + "path": "src/core/packages/security/common/src/authentication/user.ts", "deprecated": false, "trackAdoption": false }, @@ -1592,7 +1562,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-common/src/authentication/user.ts", + "path": "src/core/packages/security/common/src/authentication/user.ts", "deprecated": false, "trackAdoption": false }, @@ -1606,7 +1576,7 @@ "signature": [ "readonly string[]" ], - "path": "packages/core/security/core-security-common/src/authentication/user.ts", + "path": "src/core/packages/security/common/src/authentication/user.ts", "deprecated": false, "trackAdoption": false }, @@ -1617,7 +1587,7 @@ "tags": [], "label": "enabled", "description": [], - "path": "packages/core/security/core-security-common/src/authentication/user.ts", + "path": "src/core/packages/security/common/src/authentication/user.ts", "deprecated": false, "trackAdoption": false }, @@ -1631,7 +1601,7 @@ "signature": [ "{ _reserved: boolean; _deprecated?: boolean | undefined; _deprecated_reason?: string | undefined; } | undefined" ], - "path": "packages/core/security/core-security-common/src/authentication/user.ts", + "path": "src/core/packages/security/common/src/authentication/user.ts", "deprecated": false, "trackAdoption": false } @@ -1648,16 +1618,10 @@ "\nIMPORTANT:\n\nThe types in this file are duplicated at\n`packages/kbn-user-profile-components/src/user_profile.ts`\n\nWhen making changes please ensure to keep both files in sync.\n\nDescribes basic properties stored in user profile." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfile", - "text": "UserProfile" - }, + "UserProfile", "" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1670,7 +1634,7 @@ "description": [ "\nUnique ID for of the user profile." ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false }, @@ -1683,7 +1647,7 @@ "description": [ "\nIndicates whether user profile is enabled or not." ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false }, @@ -1697,15 +1661,9 @@ "\nInformation about the user that owns profile." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileUserInfo", - "text": "UserProfileUserInfo" - } + "UserProfileUserInfo" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false }, @@ -1721,7 +1679,7 @@ "signature": [ "{ [P in keyof D]?: D[P] | undefined; }" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false } @@ -1737,7 +1695,7 @@ "description": [ "\nBasic user information returned in user profile." ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1750,7 +1708,7 @@ "description": [ "\nUsername of the user." ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false }, @@ -1766,7 +1724,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false }, @@ -1782,7 +1740,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false } @@ -1799,23 +1757,11 @@ "\nExtended user information returned in user profile (both basic and security related properties)." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileUserInfoWithSecurity", - "text": "UserProfileUserInfoWithSecurity" - }, + "UserProfileUserInfoWithSecurity", " extends ", - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileUserInfo", - "text": "UserProfileUserInfo" - } + "UserProfileUserInfo" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1831,7 +1777,7 @@ "signature": [ "readonly string[]" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false }, @@ -1844,7 +1790,7 @@ "description": [ "\nName of the Elasticsearch security realm that was used to authenticate user." ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false }, @@ -1860,7 +1806,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false } @@ -1877,24 +1823,12 @@ "\nDescribes all properties stored in user profile (both basic and security related properties)." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileWithSecurity", - "text": "UserProfileWithSecurity" - }, + "UserProfileWithSecurity", " extends ", - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfile", - "text": "UserProfile" - }, + "UserProfile", "" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1908,15 +1842,9 @@ "\nInformation about the user that owns profile." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileUserInfoWithSecurity", - "text": "UserProfileUserInfoWithSecurity" - } + "UserProfileUserInfoWithSecurity" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false }, @@ -1932,7 +1860,7 @@ "signature": [ "L" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false } @@ -1948,7 +1876,7 @@ "description": [ "\nAn Elasticsearch realm that was used to resolve and authenticate the user." ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1961,7 +1889,7 @@ "description": [ "\nArbitrary name of the security realm." ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -1974,7 +1902,7 @@ "description": [ "\nType of the security realm (file, native, saml etc.)." ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false } @@ -2111,7 +2039,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2128,7 +2056,7 @@ "signature": [ "{ [x: string]: string; }" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_security_plugin_types_common.mdx b/api_docs/kbn_security_plugin_types_common.mdx index b3c600fc466bf..0a203b15c3831 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-12-27 +date: 2025-01-05 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 e6e892dcc99d8..ce48c99096366 100644 --- a/api_docs/kbn_security_plugin_types_public.devdocs.json +++ b/api_docs/kbn_security_plugin_types_public.devdocs.json @@ -95,13 +95,7 @@ ], "signature": [ "() => Promise<", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", ">" ], "path": "x-pack/packages/security/plugin_types_public/src/authentication/authentication_service.ts", @@ -306,32 +300,14 @@ "label": "GetUserProfileResponse", "description": [], "signature": [ - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.GetUserProfileResponse", - "text": "GetUserProfileResponse" - }, + "GetUserProfileResponse", " extends ", - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileWithSecurity", - "text": "UserProfileWithSecurity" - }, + "UserProfileWithSecurity", "" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -345,24 +321,12 @@ "\nInformation about the currently authenticated user that owns the profile." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileUserInfoWithSecurity", - "text": "UserProfileUserInfoWithSecurity" - }, + "UserProfileUserInfoWithSecurity", " & Pick<", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", ", \"authentication_provider\">" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false } @@ -903,14 +867,14 @@ "plugin": "security", "path": "x-pack/plugins/security/public/plugin.tsx" }, - { - "plugin": "cloudLinks", - "path": "x-pack/plugins/cloud_integrations/cloud_links/public/maybe_add_cloud_links/maybe_add_cloud_links.ts" - }, { "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/public/management/links.ts" }, + { + "plugin": "cloudLinks", + "path": "x-pack/platform/plugins/private/cloud_integrations/cloud_links/public/maybe_add_cloud_links/maybe_add_cloud_links.ts" + }, { "plugin": "cases", "path": "x-pack/platform/plugins/shared/cases/public/common/lib/kibana/hooks.ts" @@ -956,36 +920,14 @@ ], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - }, - ", \"getUserProfile$\"> & { userProfile$: ", - "Observable", - "<", - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileData", - "text": "UserProfileData" - }, - " | null>; } & { readonly userProfile$: ", + "UserProfileService", + ", \"getUserProfile$\" | \"getEnabled$\"> & { userProfile$: ", "Observable", "<", - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileData", - "text": "UserProfileData" - }, - " | null>; readonly userProfileLoaded$: ", + "UserProfileData", + " | null>; enabled$: ", "Observable", - "; readonly enabled$: ", + "; } & { readonly userProfileLoaded$: ", "Observable", "; }" ], @@ -1005,10 +947,6 @@ "plugin": "cases", "path": "x-pack/platform/plugins/shared/cases/public/containers/user_profiles/api.ts" }, - { - "plugin": "searchPlayground", - "path": "x-pack/plugins/search_playground/public/hooks/use_user_profile.ts" - }, { "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/public/common/components/user_profiles/use_bulk_get_user_profiles.tsx" @@ -1032,6 +970,10 @@ { "plugin": "cases", "path": "x-pack/platform/plugins/shared/cases/public/containers/user_profiles/api.test.ts" + }, + { + "plugin": "searchPlayground", + "path": "x-pack/solutions/search/plugins/search_playground/public/hooks/use_user_profile.ts" } ] } @@ -1123,7 +1065,7 @@ "Render a custom ReactNode instead of the default " ], "signature": [ - "string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | null | undefined" + "React.ReactNode | ((args: { closePopover: () => void; }) => React.ReactNode)" ], "path": "x-pack/packages/security/plugin_types_public/src/nav_control/nav_control_service.ts", "deprecated": false, @@ -1141,7 +1083,7 @@ "description": [ "\nParameters for the bulk get API." ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1157,7 +1099,7 @@ "signature": [ "Set" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -1173,7 +1115,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false } @@ -1189,7 +1131,7 @@ "description": [ "\nParameters for the get user profile for the current user API." ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1202,7 +1144,7 @@ "description": [ "\nBy default, get API returns user information, but does not return any user data. The optional \"dataPath\"\nparameter can be used to return personal data for this user (within `kibana` namespace only)." ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false } @@ -1218,7 +1160,7 @@ "description": [ "\nParameters for the suggest API." ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1231,7 +1173,7 @@ "description": [ "\nQuery string used to match name-related fields in user profiles. The following fields are treated as\nname-related: username, full_name and email." ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -1247,7 +1189,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -1263,7 +1205,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false } @@ -1340,36 +1282,14 @@ "description": [], "signature": [ "Omit<", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - }, - ", \"getUserProfile$\"> & { userProfile$: ", + "UserProfileService", + ", \"getUserProfile$\" | \"getEnabled$\"> & { userProfile$: ", "Observable", "<", - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileData", - "text": "UserProfileData" - }, - " | null>; } & { readonly userProfile$: ", - "Observable", - "<", - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileData", - "text": "UserProfileData" - }, - " | null>; readonly userProfileLoaded$: ", + "UserProfileData", + " | null>; enabled$: ", "Observable", - "; readonly enabled$: ", + "; } & { readonly userProfileLoaded$: ", "Observable", "; }" ], diff --git a/api_docs/kbn_security_plugin_types_public.mdx b/api_docs/kbn_security_plugin_types_public.mdx index 3815e32454a37..f9785172c8909 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-12-27 +date: 2025-01-05 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 ba75a7a802464..b7c327e99540e 100644 --- a/api_docs/kbn_security_plugin_types_server.devdocs.json +++ b/api_docs/kbn_security_plugin_types_server.devdocs.json @@ -226,7 +226,7 @@ "signature": [ "(params: any) => boolean" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -240,7 +240,7 @@ "signature": [ "any" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -615,7 +615,7 @@ }, { "plugin": "telemetry", - "path": "src/plugins/telemetry/server/routes/telemetry_usage_stats.ts" + "path": "src/platform/plugins/shared/telemetry/server/routes/telemetry_usage_stats.ts" }, { "plugin": "fleet", @@ -671,11 +671,11 @@ }, { "plugin": "profiling", - "path": "x-pack/plugins/observability_solution/profiling/server/lib/setup/get_has_setup_privileges.ts" + "path": "x-pack/solutions/observability/plugins/profiling/server/lib/setup/get_has_setup_privileges.ts" }, { "plugin": "profiling", - "path": "x-pack/plugins/observability_solution/profiling/server/lib/setup/get_has_setup_privileges.ts" + "path": "x-pack/solutions/observability/plugins/profiling/server/lib/setup/get_has_setup_privileges.ts" }, { "plugin": "@kbn/security-authorization-core", @@ -1149,7 +1149,7 @@ "description": [ "\nInterface for managing API keys in Elasticsearch, including creation,\nvalidation, and invalidation of API keys,\nas well as checking the status of API key features." ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1165,7 +1165,7 @@ "signature": [ "() => Promise" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1183,7 +1183,7 @@ "signature": [ "() => Promise" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1200,26 +1200,14 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", createParams: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateAPIKeyParams", - "text": "CreateAPIKeyParams" - }, + "CreateAPIKeyParams", ") => Promise<", "SecurityCreateApiKeyResponse", " | null>" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1233,16 +1221,10 @@ "Request instance." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1257,15 +1239,9 @@ "The params to create an API key" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateAPIKeyParams", - "text": "CreateAPIKeyParams" - } + "CreateAPIKeyParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1284,26 +1260,14 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", updateParams: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.UpdateAPIKeyParams", - "text": "UpdateAPIKeyParams" - }, + "UpdateAPIKeyParams", ") => Promise<", "SecurityUpdateApiKeyResponse", " | null>" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1317,16 +1281,10 @@ "Request instance." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1341,15 +1299,9 @@ "The params to edit an API key" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.UpdateAPIKeyParams", - "text": "UpdateAPIKeyParams" - } + "UpdateAPIKeyParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1368,40 +1320,16 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", createParams: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateRestAPIKeyParams", - "text": "CreateRestAPIKeyParams" - }, + "CreateRestAPIKeyParams", " | ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams", - "text": "CreateRestAPIKeyWithKibanaPrivilegesParams" - }, + "CreateRestAPIKeyWithKibanaPrivilegesParams", ") => Promise<", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.GrantAPIKeyResult", - "text": "GrantAPIKeyResult" - }, + "GrantAPIKeyResult", " | null>" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1415,16 +1343,10 @@ "Request instance." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1439,23 +1361,11 @@ "Create operation parameters." ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateRestAPIKeyParams", - "text": "CreateRestAPIKeyParams" - }, + "CreateRestAPIKeyParams", " | ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams", - "text": "CreateRestAPIKeyWithKibanaPrivilegesParams" - } + "CreateRestAPIKeyWithKibanaPrivilegesParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1474,16 +1384,10 @@ ], "signature": [ "(apiKeyPrams: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.ValidateAPIKeyParams", - "text": "ValidateAPIKeyParams" - }, + "ValidateAPIKeyParams", ") => Promise" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1497,15 +1401,9 @@ "ValidateAPIKeyParams." ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.ValidateAPIKeyParams", - "text": "ValidateAPIKeyParams" - } + "ValidateAPIKeyParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1524,32 +1422,14 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", params: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeysParams", - "text": "InvalidateAPIKeysParams" - }, + "InvalidateAPIKeysParams", ") => Promise<", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeyResult", - "text": "InvalidateAPIKeyResult" - }, + "InvalidateAPIKeyResult", " | null>" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1563,16 +1443,10 @@ "Request instance." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1587,15 +1461,9 @@ "The params to invalidate an API keys." ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeysParams", - "text": "InvalidateAPIKeysParams" - } + "InvalidateAPIKeysParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1614,24 +1482,12 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeysParams", - "text": "InvalidateAPIKeysParams" - }, + "InvalidateAPIKeysParams", ") => Promise<", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeyResult", - "text": "InvalidateAPIKeyResult" - }, + "InvalidateAPIKeyResult", " | null>" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1645,15 +1501,9 @@ "The params to invalidate the API keys." ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeysParams", - "text": "InvalidateAPIKeysParams" - } + "InvalidateAPIKeysParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1673,7 +1523,7 @@ "description": [ "\nInterface for managing API keys in Elasticsearch, including creation,\nvalidation, and invalidation of API keys,\nas well as checking the status of API key features." ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1689,7 +1539,7 @@ "signature": [ "() => Promise" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1707,7 +1557,7 @@ "signature": [ "() => Promise" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1724,26 +1574,14 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", createParams: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateAPIKeyParams", - "text": "CreateAPIKeyParams" - }, + "CreateAPIKeyParams", ") => Promise<", "SecurityCreateApiKeyResponse", " | null>" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1757,16 +1595,10 @@ "Request instance." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1781,15 +1613,9 @@ "The params to create an API key" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateAPIKeyParams", - "text": "CreateAPIKeyParams" - } + "CreateAPIKeyParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1808,26 +1634,14 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", updateParams: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.UpdateAPIKeyParams", - "text": "UpdateAPIKeyParams" - }, + "UpdateAPIKeyParams", ") => Promise<", "SecurityUpdateApiKeyResponse", " | null>" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1841,16 +1655,10 @@ "Request instance." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1865,15 +1673,9 @@ "The params to edit an API key" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.UpdateAPIKeyParams", - "text": "UpdateAPIKeyParams" - } + "UpdateAPIKeyParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1892,40 +1694,16 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", createParams: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateRestAPIKeyParams", - "text": "CreateRestAPIKeyParams" - }, + "CreateRestAPIKeyParams", " | ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams", - "text": "CreateRestAPIKeyWithKibanaPrivilegesParams" - }, + "CreateRestAPIKeyWithKibanaPrivilegesParams", ") => Promise<", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.GrantAPIKeyResult", - "text": "GrantAPIKeyResult" - }, + "GrantAPIKeyResult", " | null>" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1939,16 +1717,10 @@ "Request instance." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1963,23 +1735,11 @@ "Create operation parameters." ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateRestAPIKeyParams", - "text": "CreateRestAPIKeyParams" - }, + "CreateRestAPIKeyParams", " | ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams", - "text": "CreateRestAPIKeyWithKibanaPrivilegesParams" - } + "CreateRestAPIKeyWithKibanaPrivilegesParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1998,16 +1758,10 @@ ], "signature": [ "(apiKeyPrams: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.ValidateAPIKeyParams", - "text": "ValidateAPIKeyParams" - }, + "ValidateAPIKeyParams", ") => Promise" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2021,15 +1775,9 @@ "ValidateAPIKeyParams." ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.ValidateAPIKeyParams", - "text": "ValidateAPIKeyParams" - } + "ValidateAPIKeyParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2048,32 +1796,14 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", params: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeysParams", - "text": "InvalidateAPIKeysParams" - }, + "InvalidateAPIKeysParams", ") => Promise<", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeyResult", - "text": "InvalidateAPIKeyResult" - }, + "InvalidateAPIKeyResult", " | null>" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2087,16 +1817,10 @@ "Request instance." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2111,15 +1835,9 @@ "The params to invalidate an API keys." ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeysParams", - "text": "InvalidateAPIKeysParams" - } + "InvalidateAPIKeysParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2138,24 +1856,12 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeysParams", - "text": "InvalidateAPIKeysParams" - }, + "InvalidateAPIKeysParams", ") => Promise<", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeyResult", - "text": "InvalidateAPIKeyResult" - }, + "InvalidateAPIKeyResult", " | null>" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2169,15 +1875,9 @@ "The params to invalidate the API keys." ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeysParams", - "text": "InvalidateAPIKeysParams" - } + "InvalidateAPIKeysParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2244,13 +1944,7 @@ "\nAudit event schema using ECS format: https://www.elastic.co/guide/en/ecs/1.12/index.html\n\nIf you add additional fields to the schema ensure you update the Kibana Filebeat module:\nhttps://github.com/elastic/beats/tree/master/filebeat/module/kibana\n" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditEvent", - "text": "AuditEvent" - }, + "AuditEvent", " extends ", { "pluginId": "@kbn/logging", @@ -2260,7 +1954,7 @@ "text": "LogMeta" } ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2273,7 +1967,7 @@ "description": [ "\nLog message" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -2287,16 +1981,10 @@ "\nKibana specific fields" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditKibana", - "text": "AuditKibana" - }, + "AuditKibana", " | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -2310,16 +1998,10 @@ "\nFields describing an HTTP request" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditHttp", - "text": "AuditHttp" - }, + "AuditHttp", " | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false } @@ -2336,17 +2018,11 @@ "\nAudit http schema using ECS format" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditHttp", - "text": "AuditHttp" - }, + "AuditHttp", " extends ", "EcsHttp" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2360,16 +2036,10 @@ "\nHTTP request details" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditRequest", - "text": "AuditRequest" - }, + "AuditRequest", " | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false } @@ -2385,7 +2055,7 @@ "description": [ "\nAudit kibana schema using ECS format" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2401,7 +2071,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -2417,7 +2087,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -2433,7 +2103,7 @@ "signature": [ "{ type: string; id: string; name?: string | undefined; } | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -2449,7 +2119,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -2465,7 +2135,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -2481,7 +2151,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -2497,7 +2167,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -2513,7 +2183,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -2529,7 +2199,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -2545,7 +2215,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -2561,7 +2231,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false } @@ -2575,7 +2245,7 @@ "tags": [], "label": "AuditLogger", "description": [], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_logger.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_logger.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2590,16 +2260,10 @@ ], "signature": [ "(event: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditEvent", - "text": "AuditEvent" - }, + "AuditEvent", " | undefined) => void" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_logger.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_logger.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2611,16 +2275,10 @@ "label": "event", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditEvent", - "text": "AuditEvent" - }, + "AuditEvent", " | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_logger.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_logger.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2637,7 +2295,7 @@ "description": [ "\nIndicates whether audit logging is enabled or not.\n\nUseful for skipping resource-intense operations that don't need to be performed when audit\nlogging is disabled." ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_logger.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_logger.ts", "deprecated": false, "trackAdoption": false } @@ -2654,16 +2312,10 @@ "\nAudit request schema using ECS format" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditRequest", - "text": "AuditRequest" - }, + "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; }" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2679,7 +2331,7 @@ "signature": [ "{ 'x-forwarded-for'?: string | undefined; } | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false } @@ -2708,21 +2360,9 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditLogger", - "text": "AuditLogger" - } + "AuditLogger" ], "path": "x-pack/packages/security/plugin_types_server/src/audit/audit_service.ts", "deprecated": false, @@ -2736,13 +2376,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/packages/security/plugin_types_server/src/audit/audit_service.ts", @@ -2763,13 +2397,7 @@ "\n{@link AuditLogger} for background tasks only.\n\nThis audit logger logs events without any user or session info and should never be used to log\nuser-initiated actions.\n" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditLogger", - "text": "AuditLogger" - } + "AuditLogger" ], "path": "x-pack/packages/security/plugin_types_server/src/audit/audit_service.ts", "deprecated": false, @@ -2799,13 +2427,7 @@ "label": "apiKeys", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.APIKeys", - "text": "APIKeys" - } + "APIKeys" ], "path": "x-pack/packages/security/plugin_types_server/src/authentication/authentication_service.ts", "deprecated": false, @@ -2820,21 +2442,9 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | null" ], "path": "x-pack/packages/security/plugin_types_server/src/authentication/authentication_service.ts", @@ -2849,13 +2459,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/packages/security/plugin_types_server/src/authentication/authentication_service.ts", @@ -2889,13 +2493,7 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => boolean" ], "path": "x-pack/packages/security/plugin_types_server/src/authorization/mode.ts", @@ -2910,13 +2508,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/packages/security/plugin_types_server/src/authorization/mode.ts", @@ -2974,13 +2566,7 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", { "pluginId": "@kbn/security-plugin-types-server", @@ -3003,13 +2589,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", @@ -3027,13 +2607,7 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", { "pluginId": "@kbn/security-plugin-types-server", @@ -3056,13 +2630,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges_dynamically.ts", @@ -3080,13 +2648,7 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", { "pluginId": "@kbn/security-plugin-types-server", @@ -3109,13 +2671,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_saved_objects_privileges.ts", @@ -3806,7 +3362,7 @@ "tags": [], "label": "CreateCrossClusterAPIKeyParams", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3820,7 +3376,7 @@ "signature": [ "\"cross_cluster\"" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -3834,7 +3390,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -3845,7 +3401,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -3859,7 +3415,7 @@ "signature": [ "{ [key: string]: any; } | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -3873,7 +3429,7 @@ "signature": [ "{ search?: { names: string[]; query?: unknown; field_security?: unknown; allow_restricted_indices?: boolean | undefined; }[] | undefined; replication?: { names: string[]; }[] | undefined; }" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -3887,7 +3443,7 @@ "tags": [], "label": "CreateRestAPIKeyParams", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3901,7 +3457,7 @@ "signature": [ "\"rest\" | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -3915,7 +3471,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -3926,7 +3482,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -3940,7 +3496,7 @@ "signature": [ "{ [x: string]: { [key: string]: any; }; }" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -3954,7 +3510,7 @@ "signature": [ "{ [key: string]: any; } | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -3968,7 +3524,7 @@ "tags": [], "label": "CreateRestAPIKeyWithKibanaPrivilegesParams", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3982,7 +3538,7 @@ "signature": [ "\"rest\" | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -3996,7 +3552,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -4007,7 +3563,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -4021,7 +3577,7 @@ "signature": [ "{ [key: string]: any; } | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -4034,24 +3590,12 @@ "description": [], "signature": [ "{ [x: string]: { elasticsearch: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.ElasticsearchPrivilegesType", - "text": "ElasticsearchPrivilegesType" - }, + "ElasticsearchPrivilegesType", " & { [key: string]: unknown; }; kibana: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.KibanaPrivilegesType", - "text": "KibanaPrivilegesType" - }, + "KibanaPrivilegesType", "; }; }" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -4067,7 +3611,7 @@ "description": [ "\nType representing Elasticsearch specific portion of the role definition." ], - "path": "packages/core/security/core-security-server/src/roles/schema.ts", + "path": "src/core/packages/security/server/src/roles/schema.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4081,7 +3625,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/security/core-security-server/src/roles/schema.ts", + "path": "src/core/packages/security/server/src/roles/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -4095,7 +3639,7 @@ "signature": [ "{ privileges: string[]; clusters: string[]; }[] | undefined" ], - "path": "packages/core/security/core-security-server/src/roles/schema.ts", + "path": "src/core/packages/security/server/src/roles/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -4109,7 +3653,7 @@ "signature": [ "{ names: string[]; field_security?: Record<\"except\" | \"grant\", string[]> | undefined; privileges: string[]; query?: string | undefined; allow_restricted_indices?: boolean | undefined; }[] | undefined" ], - "path": "packages/core/security/core-security-server/src/roles/schema.ts", + "path": "src/core/packages/security/server/src/roles/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -4123,7 +3667,7 @@ "signature": [ "{ clusters: string[]; names: string[]; field_security?: Record<\"except\" | \"grant\", string[]> | undefined; privileges: string[]; query?: string | undefined; allow_restricted_indices?: boolean | undefined; }[] | undefined" ], - "path": "packages/core/security/core-security-server/src/roles/schema.ts", + "path": "src/core/packages/security/server/src/roles/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -4137,7 +3681,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/security/core-security-server/src/roles/schema.ts", + "path": "src/core/packages/security/server/src/roles/schema.ts", "deprecated": false, "trackAdoption": false } @@ -4151,7 +3695,7 @@ "tags": [], "label": "GrantAPIKeyResult", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4164,7 +3708,7 @@ "description": [ "\nUnique id for this API key" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -4177,7 +3721,7 @@ "description": [ "\nName for this API key" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -4190,7 +3734,7 @@ "description": [ "\nGenerated API key" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -4320,7 +3864,7 @@ "description": [ "\nThe return value when invalidating an API key in Elasticsearch." ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4336,7 +3880,7 @@ "signature": [ "string[]" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -4352,7 +3896,7 @@ "signature": [ "string[]" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -4365,7 +3909,7 @@ "description": [ "\nThe number of errors that were encountered when invalidating the API keys." ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -4381,7 +3925,7 @@ "signature": [ "{ type?: string | undefined; reason?: string | undefined; caused_by?: { type?: string | undefined; reason?: string | undefined; } | undefined; }[] | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -4397,7 +3941,7 @@ "description": [ "\nRepresents the params for invalidating multiple API keys" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4413,7 +3957,7 @@ "signature": [ "string[]" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -4439,13 +3983,7 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-deprecations-server", - "scope": "server", - "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-server.GetDeprecationsContext", - "text": "GetDeprecationsContext" - } + "GetDeprecationsContext" ], "path": "x-pack/packages/security/plugin_types_server/src/authorization/deprecations.ts", "deprecated": false, @@ -4505,13 +4043,7 @@ "label": "errors", "description": [], "signature": [ - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.DeprecationsDetails", - "text": "DeprecationsDetails" - }, + "DeprecationsDetails", "[] | undefined" ], "path": "x-pack/packages/security/plugin_types_server/src/authorization/deprecations.ts", @@ -4713,6 +4245,14 @@ "plugin": "security", "path": "x-pack/plugins/security/server/plugin.ts" }, + { + "plugin": "files", + "path": "src/platform/plugins/shared/files/server/file_service/file_service_factory.ts" + }, + { + "plugin": "files", + "path": "src/platform/plugins/shared/files/server/file_service/file_service_factory.ts" + }, { "plugin": "actions", "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts" @@ -4733,14 +4273,6 @@ "plugin": "ruleRegistry", "path": "x-pack/platform/plugins/shared/rule_registry/server/search_strategy/search_strategy.ts" }, - { - "plugin": "files", - "path": "src/plugins/files/server/file_service/file_service_factory.ts" - }, - { - "plugin": "files", - "path": "src/plugins/files/server/file_service/file_service_factory.ts" - }, { "plugin": "cases", "path": "x-pack/platform/plugins/shared/cases/server/client/factory.ts" @@ -4854,20 +4386,20 @@ "path": "x-pack/platform/plugins/shared/observability_solution/observability_ai_assistant/server/service/index.ts" }, { - "plugin": "serverlessSearch", - "path": "x-pack/plugins/serverless_search/server/routes/api_key_routes.ts" + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/reauthorize_transforms/route_handler_factory.ts" }, { "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts" + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/lib/reindexing/credential_store.ts" }, { "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts" + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/lib/reindexing/credential_store.ts" }, { "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts" + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/lib/reindexing/credential_store.ts" }, { "plugin": "fleet", @@ -4909,10 +4441,6 @@ "plugin": "entityManager", "path": "x-pack/platform/plugins/shared/entity_manager/server/routes/enablement/disable.ts" }, - { - "plugin": "transform", - "path": "x-pack/platform/plugins/private/transform/server/routes/api/reauthorize_transforms/route_handler_factory.ts" - }, { "plugin": "fleet", "path": "x-pack/platform/plugins/shared/fleet/server/routes/setup/handlers.test.ts" @@ -4957,6 +4485,10 @@ "plugin": "synthetics", "path": "x-pack/solutions/observability/plugins/synthetics/server/routes/synthetics_service/enablement.ts" }, + { + "plugin": "serverlessSearch", + "path": "x-pack/solutions/search/plugins/serverless_search/server/routes/api_key_routes.ts" + }, { "plugin": "cloudSecurityPosture", "path": "x-pack/solutions/security/plugins/cloud_security_posture/server/routes/setup_routes.ts" @@ -4997,13 +4529,7 @@ "\nUser profiles services to retrieve user profiles.\n" ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileService", - "text": "UserProfileService" - } + "UserProfileService" ], "path": "x-pack/packages/security/plugin_types_server/src/plugin.ts", "deprecated": true, @@ -5087,13 +4613,7 @@ "description": [], "signature": [ "(featureId: keyof ", - { - "pluginId": "@kbn/core-capabilities-common", - "scope": "common", - "docId": "kibKbnCoreCapabilitiesCommonPluginApi", - "section": "def-common.Capabilities", - "text": "Capabilities" - }, + "Capabilities", ", ...uiCapabilityParts: string[]) => string" ], "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/ui.ts", @@ -5109,13 +4629,7 @@ "description": [], "signature": [ "keyof ", - { - "pluginId": "@kbn/core-capabilities-common", - "scope": "common", - "docId": "kibKbnCoreCapabilitiesCommonPluginApi", - "section": "def-common.Capabilities", - "text": "Capabilities" - } + "Capabilities" ], "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/ui.ts", "deprecated": false, @@ -5150,7 +4664,7 @@ "tags": [], "label": "UpdateCrossClusterAPIKeyParams", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5161,7 +4675,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -5175,7 +4689,7 @@ "signature": [ "\"cross_cluster\"" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -5189,7 +4703,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -5203,7 +4717,7 @@ "signature": [ "{ [key: string]: any; } | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -5217,7 +4731,7 @@ "signature": [ "{ search?: { names: string[]; query?: unknown; field_security?: unknown; allow_restricted_indices?: boolean | undefined; }[] | undefined; replication?: { names: string[]; }[] | undefined; }" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -5231,7 +4745,7 @@ "tags": [], "label": "UpdateRestAPIKeyParams", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5242,7 +4756,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -5256,7 +4770,7 @@ "signature": [ "\"rest\" | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -5270,7 +4784,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -5284,7 +4798,7 @@ "signature": [ "{ [x: string]: { [key: string]: unknown; }; }" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -5298,7 +4812,7 @@ "signature": [ "{ [key: string]: any; } | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -5312,7 +4826,7 @@ "tags": [], "label": "UpdateRestAPIKeyWithKibanaPrivilegesParams", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5323,7 +4837,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -5337,7 +4851,7 @@ "signature": [ "\"rest\" | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -5351,7 +4865,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -5365,7 +4879,7 @@ "signature": [ "{ [key: string]: any; } | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -5378,24 +4892,12 @@ "description": [], "signature": [ "{ [x: string]: { elasticsearch: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.ElasticsearchPrivilegesType", - "text": "ElasticsearchPrivilegesType" - }, + "ElasticsearchPrivilegesType", " & { [key: string]: unknown; }; kibana: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.KibanaPrivilegesType", - "text": "KibanaPrivilegesType" - }, + "KibanaPrivilegesType", "; }; }" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -5411,7 +4913,7 @@ "description": [ "\nParameters for the bulk get API." ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5427,7 +4929,7 @@ "signature": [ "Set" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -5443,7 +4945,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false } @@ -5459,7 +4961,7 @@ "description": [ "\nParameters for the get user profile for the current user API." ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5473,16 +4975,10 @@ "\nUser request instance to get user profile for." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -5498,7 +4994,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false } @@ -5514,7 +5010,7 @@ "description": [ "\nThe set of privileges that users associated with the suggested user profile should have for a specified space id." ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5527,7 +5023,7 @@ "description": [ "\nThe id of the Kibana Space." ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -5543,7 +5039,7 @@ "signature": [ "{ kibana: string[]; }" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false } @@ -5559,7 +5055,7 @@ "description": [ "\nParameters for the suggest API." ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5575,7 +5071,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -5591,7 +5087,7 @@ "signature": [ "{ uids: string[]; } | undefined" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -5607,7 +5103,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -5623,7 +5119,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -5637,16 +5133,10 @@ "\nThe set of the privileges that users associated with the suggested user profile should have in the specified space.\nIf not specified, privileges check isn't performed and all matched profiles are returned irrespective to the\nprivileges of the associated users." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileRequiredPrivileges", - "text": "UserProfileRequiredPrivileges" - }, + "UserProfileRequiredPrivileges", " | undefined" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false } @@ -5662,7 +5152,7 @@ "description": [ "\nRepresents the parameters for validating API Key credentials." ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5675,7 +5165,7 @@ "description": [ "\nUnique id for this API key" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -5688,7 +5178,7 @@ "description": [ "\nGenerated API Key (secret)" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -5803,13 +5293,7 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", { "pluginId": "@kbn/security-plugin-types-server", @@ -5832,13 +5316,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges_dynamically.ts", @@ -5857,13 +5335,7 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", { "pluginId": "@kbn/security-plugin-types-server", @@ -5886,13 +5358,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", @@ -5965,13 +5431,7 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", { "pluginId": "@kbn/security-plugin-types-server", @@ -5994,13 +5454,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_saved_objects_privileges.ts", @@ -6018,31 +5472,13 @@ "label": "CreateAPIKeyParams", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateRestAPIKeyParams", - "text": "CreateRestAPIKeyParams" - }, + "CreateRestAPIKeyParams", " | ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams", - "text": "CreateRestAPIKeyWithKibanaPrivilegesParams" - }, + "CreateRestAPIKeyWithKibanaPrivilegesParams", " | ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateCrossClusterAPIKeyParams", - "text": "CreateCrossClusterAPIKeyParams" - } + "CreateCrossClusterAPIKeyParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6059,7 +5495,7 @@ "signature": [ "SecurityCreateApiKeyResponse" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6108,7 +5544,7 @@ "signature": [ "{ spaces: string[]; base?: string[] | undefined; feature?: Record | undefined; }[]" ], - "path": "packages/core/security/core-security-server/src/roles/schema.ts", + "path": "src/core/packages/security/server/src/roles/schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6123,31 +5559,13 @@ "\nRequest body of Kibana Update API key endpoint." ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.UpdateRestAPIKeyParams", - "text": "UpdateRestAPIKeyParams" - }, + "UpdateRestAPIKeyParams", " | ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.UpdateCrossClusterAPIKeyParams", - "text": "UpdateCrossClusterAPIKeyParams" - }, + "UpdateCrossClusterAPIKeyParams", " | ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.UpdateRestAPIKeyWithKibanaPrivilegesParams", - "text": "UpdateRestAPIKeyWithKibanaPrivilegesParams" - } + "UpdateRestAPIKeyWithKibanaPrivilegesParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6164,7 +5582,7 @@ "signature": [ "SecurityUpdateApiKeyResponse" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6179,15 +5597,9 @@ "\nStart contract for Core's userProfile service.\n" ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileService", - "text": "UserProfileService" - } + "UserProfileService" ], - "path": "packages/core/user-profile/core-user-profile-server/src/contracts.ts", + "path": "src/core/packages/user-profile/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_security_plugin_types_server.mdx b/api_docs/kbn_security_plugin_types_server.mdx index 1d49fc6b552b4..9487c49fff6fd 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-12-27 +date: 2025-01-05 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_role_management_model.mdx b/api_docs/kbn_security_role_management_model.mdx index c763a25e813f7..d646bb9602290 100644 --- a/api_docs/kbn_security_role_management_model.mdx +++ b/api_docs/kbn_security_role_management_model.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-role-management-model title: "@kbn/security-role-management-model" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-role-management-model plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-role-management-model'] --- import kbnSecurityRoleManagementModelObj from './kbn_security_role_management_model.devdocs.json'; diff --git a/api_docs/kbn_security_solution_distribution_bar.mdx b/api_docs/kbn_security_solution_distribution_bar.mdx index 1e6f988734e65..724cf1aeea4c2 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-12-27 +date: 2025-01-05 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 caede1fd4728c..3cc005d806c7f 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-12-27 +date: 2025-01-05 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 3b74efc9473ce..cf1fc697a5990 100644 --- a/api_docs/kbn_security_solution_navigation.devdocs.json +++ b/api_docs/kbn_security_solution_navigation.devdocs.json @@ -231,13 +231,7 @@ "description": [], "signature": [ "({ core, children, }: React.PropsWithChildren<{ core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", "; }>) => React.JSX.Element" ], "path": "x-pack/solutions/security/packages/navigation/src/context.tsx", @@ -253,13 +247,7 @@ "description": [], "signature": [ "React.PropsWithChildren<{ core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", "; }>" ], "path": "x-pack/solutions/security/packages/navigation/src/context.tsx", diff --git a/api_docs/kbn_security_solution_navigation.mdx b/api_docs/kbn_security_solution_navigation.mdx index 39e3140f5b2e3..7723477c7238d 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-12-27 +date: 2025-01-05 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 9cd4150b2a428..86946c98b376c 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-12-27 +date: 2025-01-05 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 51479b6e6857c..90f8487d3cb4d 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-12-27 +date: 2025-01-05 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_security_ui_components.mdx b/api_docs/kbn_security_ui_components.mdx index f677367b1d4e6..a5e269a05ea4d 100644 --- a/api_docs/kbn_security_ui_components.mdx +++ b/api_docs/kbn_security_ui_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-ui-components title: "@kbn/security-ui-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-ui-components plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-ui-components'] --- import kbnSecurityUiComponentsObj from './kbn_security_ui_components.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_autocomplete.mdx b/api_docs/kbn_securitysolution_autocomplete.mdx index affca94c8927a..e763fbe6533d5 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-12-27 +date: 2025-01-05 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 2a3f98bc84f02..84b197d17d171 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-12-27 +date: 2025-01-05 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 f0851630b048d..77db53d26b382 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-12-27 +date: 2025-01-05 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 2be24b8ca1ae8..982c16eac87ea 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-12-27 +date: 2025-01-05 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 7b2b489ae351c..62c35c84f09e0 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-12-27 +date: 2025-01-05 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 9a0a10539ad57..7f32a27b8c25e 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-12-27 +date: 2025-01-05 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 c8669f1be4f79..41f91ed7d7fe3 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-12-27 +date: 2025-01-05 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 b11ca95d56c4c..ea4cc066b8b54 100644 --- a/api_docs/kbn_securitysolution_io_ts_list_types.devdocs.json +++ b/api_docs/kbn_securitysolution_io_ts_list_types.devdocs.json @@ -39,13 +39,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/solutions/security/packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts", "deprecated": false, @@ -87,13 +81,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/solutions/security/packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts", "deprecated": false, @@ -149,13 +137,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/solutions/security/packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts", "deprecated": false, @@ -211,13 +193,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/solutions/security/packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts", "deprecated": false, @@ -284,13 +260,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/solutions/security/packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts", "deprecated": false, @@ -402,13 +372,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/solutions/security/packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts", "deprecated": false, @@ -1518,13 +1482,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/solutions/security/packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts", "deprecated": false, @@ -1669,13 +1627,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/solutions/security/packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts", "deprecated": false, @@ -1734,13 +1686,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/solutions/security/packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts", "deprecated": false, @@ -1902,13 +1848,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/solutions/security/packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts", "deprecated": false, @@ -2004,13 +1944,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/solutions/security/packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts", "deprecated": false, @@ -2066,13 +2000,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/solutions/security/packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts", "deprecated": false, @@ -2176,13 +2104,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/solutions/security/packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts", "deprecated": false, @@ -2437,13 +2359,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/solutions/security/packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts", "deprecated": false, @@ -2471,13 +2387,7 @@ "label": "notifications", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.NotificationsStart", - "text": "NotificationsStart" - } + "NotificationsStart" ], "path": "x-pack/solutions/security/packages/kbn-securitysolution-io-ts-list-types/src/typescript_types/index.ts", "deprecated": false, diff --git a/api_docs/kbn_securitysolution_io_ts_list_types.mdx b/api_docs/kbn_securitysolution_io_ts_list_types.mdx index ba8e7145f72b6..d892e981e17cc 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-12-27 +date: 2025-01-05 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 09342f58c8ced..c807bad9ee093 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-12-27 +date: 2025-01-05 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 0ff69201a0934..299b6403938d3 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-12-27 +date: 2025-01-05 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 4ed266d852e75..b917cb54318b0 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-12-27 +date: 2025-01-05 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 91de183a54eff..4a0b4778eaca3 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-12-27 +date: 2025-01-05 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 932c49c62c8f6..a2155e657ad6f 100644 --- a/api_docs/kbn_securitysolution_list_hooks.devdocs.json +++ b/api_docs/kbn_securitysolution_list_hooks.devdocs.json @@ -256,13 +256,7 @@ "description": [], "signature": [ "(http: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", ") => ", { "pluginId": "@kbn/securitysolution-list-hooks", @@ -284,13 +278,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/solutions/security/packages/kbn-securitysolution-list-hooks/src/use_api/index.ts", "deprecated": false, @@ -391,23 +379,11 @@ "(options?: ", "UseMutationOptions", "<{ _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": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpFetchError", - "text": "IHttpFetchError" - }, + "IHttpFetchError", ", CreateListMutationParams, unknown> | undefined) => ", "UseMutationResult", "<{ _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": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpFetchError", - "text": "IHttpFetchError" - }, + "IHttpFetchError", ", CreateListMutationParams, unknown>" ], "path": "x-pack/solutions/security/packages/kbn-securitysolution-list-hooks/src/use_create_list_item/index.ts", @@ -424,13 +400,7 @@ "signature": [ "UseMutationOptions", "<{ _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": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpFetchError", - "text": "IHttpFetchError" - }, + "IHttpFetchError", ", CreateListMutationParams, unknown> | undefined" ], "path": "x-pack/solutions/security/packages/kbn-securitysolution-list-hooks/src/use_create_list_item/index.ts", @@ -541,23 +511,11 @@ "(options?: ", "UseMutationOptions", "<{ _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": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpFetchError", - "text": "IHttpFetchError" - }, + "IHttpFetchError", ", DeleteListMutationParams, unknown> | undefined) => ", "UseMutationResult", "<{ _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": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpFetchError", - "text": "IHttpFetchError" - }, + "IHttpFetchError", ", DeleteListMutationParams, unknown>" ], "path": "x-pack/solutions/security/packages/kbn-securitysolution-list-hooks/src/use_delete_list_item/index.ts", @@ -574,13 +532,7 @@ "signature": [ "UseMutationOptions", "<{ _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": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpFetchError", - "text": "IHttpFetchError" - }, + "IHttpFetchError", ", DeleteListMutationParams, unknown> | undefined" ], "path": "x-pack/solutions/security/packages/kbn-securitysolution-list-hooks/src/use_delete_list_item/index.ts", @@ -1014,23 +966,11 @@ "(options?: ", "UseMutationOptions", "<{ _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": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpFetchError", - "text": "IHttpFetchError" - }, + "IHttpFetchError", ", PatchListMutationParams, unknown> | undefined) => ", "UseMutationResult", "<{ _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": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpFetchError", - "text": "IHttpFetchError" - }, + "IHttpFetchError", ", PatchListMutationParams, unknown>" ], "path": "x-pack/solutions/security/packages/kbn-securitysolution-list-hooks/src/use_patch_list_item/index.ts", @@ -1047,13 +987,7 @@ "signature": [ "UseMutationOptions", "<{ _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": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IHttpFetchError", - "text": "IHttpFetchError" - }, + "IHttpFetchError", ", PatchListMutationParams, unknown> | undefined" ], "path": "x-pack/solutions/security/packages/kbn-securitysolution-list-hooks/src/use_patch_list_item/index.ts", diff --git a/api_docs/kbn_securitysolution_list_hooks.mdx b/api_docs/kbn_securitysolution_list_hooks.mdx index 2aa2c3ab40217..07157aff9f6c3 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-12-27 +date: 2025-01-05 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 be75e2ee85664..07b6f0becd53f 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-12-27 +date: 2025-01-05 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 2470bce0438fd..e0450a274cff6 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-12-27 +date: 2025-01-05 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 e6a9e841e4a84..844516b8a4322 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-12-27 +date: 2025-01-05 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 7837548d3e6f9..233593228b361 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-12-27 +date: 2025-01-05 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.devdocs.json b/api_docs/kbn_server_http_tools.devdocs.json index 47a04d6c396b6..3502317ec1a91 100644 --- a/api_docs/kbn_server_http_tools.devdocs.json +++ b/api_docs/kbn_server_http_tools.devdocs.json @@ -17,7 +17,7 @@ "tags": [], "label": "SslConfig", "description": [], - "path": "packages/kbn-server-http-tools/src/ssl/ssl_config.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/ssl/ssl_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -28,7 +28,7 @@ "tags": [], "label": "enabled", "description": [], - "path": "packages/kbn-server-http-tools/src/ssl/ssl_config.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/ssl/ssl_config.ts", "deprecated": false, "trackAdoption": false }, @@ -42,7 +42,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-server-http-tools/src/ssl/ssl_config.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/ssl/ssl_config.ts", "deprecated": false, "trackAdoption": false }, @@ -56,7 +56,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-server-http-tools/src/ssl/ssl_config.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/ssl/ssl_config.ts", "deprecated": false, "trackAdoption": false }, @@ -70,7 +70,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-server-http-tools/src/ssl/ssl_config.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/ssl/ssl_config.ts", "deprecated": false, "trackAdoption": false }, @@ -84,7 +84,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-server-http-tools/src/ssl/ssl_config.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/ssl/ssl_config.ts", "deprecated": false, "trackAdoption": false }, @@ -98,7 +98,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-server-http-tools/src/ssl/ssl_config.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/ssl/ssl_config.ts", "deprecated": false, "trackAdoption": false }, @@ -109,7 +109,7 @@ "tags": [], "label": "requestCert", "description": [], - "path": "packages/kbn-server-http-tools/src/ssl/ssl_config.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/ssl/ssl_config.ts", "deprecated": false, "trackAdoption": false }, @@ -120,7 +120,7 @@ "tags": [], "label": "rejectUnauthorized", "description": [], - "path": "packages/kbn-server-http-tools/src/ssl/ssl_config.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/ssl/ssl_config.ts", "deprecated": false, "trackAdoption": false }, @@ -134,7 +134,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-server-http-tools/src/ssl/ssl_config.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/ssl/ssl_config.ts", "deprecated": false, "trackAdoption": false }, @@ -148,7 +148,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-server-http-tools/src/ssl/ssl_config.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/ssl/ssl_config.ts", "deprecated": false, "trackAdoption": false }, @@ -164,7 +164,7 @@ "signature": [ "() => number" ], - "path": "packages/kbn-server-http-tools/src/ssl/ssl_config.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/ssl/ssl_config.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -188,7 +188,7 @@ }, ") => boolean" ], - "path": "packages/kbn-server-http-tools/src/ssl/ssl_config.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/ssl/ssl_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -208,7 +208,7 @@ "text": "SslConfig" } ], - "path": "packages/kbn-server-http-tools/src/ssl/ssl_config.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/ssl/ssl_config.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -237,7 +237,7 @@ "ServerApplicationState", ">" ], - "path": "packages/kbn-server-http-tools/src/create_server.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/create_server.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -251,7 +251,7 @@ "signature": [ "ServerOptions" ], - "path": "packages/kbn-server-http-tools/src/create_server.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/create_server.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -282,7 +282,7 @@ "ReqRefDefaults", ">" ], - "path": "packages/kbn-server-http-tools/src/default_validation_error_handler.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/default_validation_error_handler.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -299,7 +299,7 @@ "ReqRefDefaults", ">" ], - "path": "packages/kbn-server-http-tools/src/default_validation_error_handler.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/default_validation_error_handler.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -314,7 +314,7 @@ "signature": [ "ResponseToolkit" ], - "path": "packages/kbn-server-http-tools/src/default_validation_error_handler.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/default_validation_error_handler.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -329,7 +329,7 @@ "signature": [ "Error | undefined" ], - "path": "packages/kbn-server-http-tools/src/default_validation_error_handler.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/default_validation_error_handler.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -352,7 +352,7 @@ "ReqRefDefaults", ">, { allowFromAnyIp, ipAllowlist }: { allowFromAnyIp: boolean; ipAllowlist: string[]; }) => string" ], - "path": "packages/kbn-server-http-tools/src/get_request_id.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/get_request_id.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -369,7 +369,7 @@ "ReqRefDefaults", ">" ], - "path": "packages/kbn-server-http-tools/src/get_request_id.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/get_request_id.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -381,7 +381,7 @@ "tags": [], "label": "{ allowFromAnyIp, ipAllowlist }", "description": [], - "path": "packages/kbn-server-http-tools/src/get_request_id.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/get_request_id.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -392,7 +392,7 @@ "tags": [], "label": "allowFromAnyIp", "description": [], - "path": "packages/kbn-server-http-tools/src/get_request_id.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/get_request_id.ts", "deprecated": false, "trackAdoption": false }, @@ -406,7 +406,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-server-http-tools/src/get_request_id.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/get_request_id.ts", "deprecated": false, "trackAdoption": false } @@ -441,7 +441,7 @@ "text": "ServerListener" } ], - "path": "packages/kbn-server-http-tools/src/get_listener.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/get_listener.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -461,7 +461,7 @@ "text": "IHttpConfig" } ], - "path": "packages/kbn-server-http-tools/src/get_listener.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/get_listener.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -476,7 +476,7 @@ "signature": [ "GetServerListenerOptions" ], - "path": "packages/kbn-server-http-tools/src/get_listener.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/get_listener.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -506,7 +506,7 @@ ", { configureTLS = true }: { configureTLS?: boolean | undefined; }) => ", "ServerOptions" ], - "path": "packages/kbn-server-http-tools/src/get_server_options.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/get_server_options.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -526,7 +526,7 @@ "text": "IHttpConfig" } ], - "path": "packages/kbn-server-http-tools/src/get_server_options.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/get_server_options.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -541,7 +541,7 @@ "signature": [ "{ configureTLS?: boolean | undefined; }" ], - "path": "packages/kbn-server-http-tools/src/get_server_options.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/get_server_options.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -576,7 +576,7 @@ "ServerResponse", "> | undefined" ], - "path": "packages/kbn-server-http-tools/src/get_tls_options.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/get_tls_options.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -596,7 +596,7 @@ "text": "ISslConfig" } ], - "path": "packages/kbn-server-http-tools/src/get_tls_options.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/get_tls_options.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -627,7 +627,7 @@ }, ") => void" ], - "path": "packages/kbn-server-http-tools/src/set_tls_config.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/set_tls_config.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -644,7 +644,7 @@ "ServerApplicationState", ">" ], - "path": "packages/kbn-server-http-tools/src/set_tls_config.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/set_tls_config.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -665,7 +665,7 @@ "text": "ISslConfig" } ], - "path": "packages/kbn-server-http-tools/src/set_tls_config.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/set_tls_config.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -683,7 +683,7 @@ "tags": [], "label": "ICorsConfig", "description": [], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -694,7 +694,7 @@ "tags": [], "label": "enabled", "description": [], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -705,7 +705,7 @@ "tags": [], "label": "allowCredentials", "description": [], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -719,7 +719,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -733,7 +733,7 @@ "tags": [], "label": "IHttpConfig", "description": [], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -747,7 +747,7 @@ "signature": [ "\"http1\" | \"http2\"" ], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -758,7 +758,7 @@ "tags": [], "label": "host", "description": [], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -769,7 +769,7 @@ "tags": [], "label": "port", "description": [], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -789,7 +789,7 @@ "text": "ByteSizeValue" } ], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -800,7 +800,7 @@ "tags": [], "label": "keepaliveTimeout", "description": [], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -811,7 +811,7 @@ "tags": [], "label": "socketTimeout", "description": [], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -822,7 +822,7 @@ "tags": [], "label": "payloadTimeout", "description": [], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -842,7 +842,7 @@ "text": "ICorsConfig" } ], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -862,7 +862,7 @@ "text": "ISslConfig" } ], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -876,7 +876,7 @@ "signature": [ "moment.Duration" ], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -887,7 +887,7 @@ "tags": [], "label": "restrictInternalApis", "description": [], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -901,7 +901,7 @@ "tags": [], "label": "ISslConfig", "description": [], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -912,7 +912,7 @@ "tags": [], "label": "enabled", "description": [], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -926,7 +926,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -940,7 +940,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -954,7 +954,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -968,7 +968,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -982,7 +982,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -996,7 +996,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1010,7 +1010,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1024,7 +1024,7 @@ "signature": [ "(() => number) | undefined" ], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1063,7 +1063,7 @@ "ServerResponse", ">" ], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1078,7 +1078,7 @@ "signature": [ "\"http1\" | \"http2\"" ], - "path": "packages/kbn-server-http-tools/src/types.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1093,7 +1093,7 @@ "signature": [ "\"TLSv1\"" ], - "path": "packages/kbn-server-http-tools/src/ssl/constants.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/ssl/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1108,7 +1108,7 @@ "signature": [ "\"TLSv1.1\"" ], - "path": "packages/kbn-server-http-tools/src/ssl/constants.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/ssl/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1123,7 +1123,7 @@ "signature": [ "\"TLSv1.2\"" ], - "path": "packages/kbn-server-http-tools/src/ssl/constants.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/ssl/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1138,7 +1138,7 @@ "signature": [ "\"TLSv1.3\"" ], - "path": "packages/kbn-server-http-tools/src/ssl/constants.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/ssl/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1282,7 +1282,7 @@ }, "<\"none\" | \"required\" | \"optional\">; }>" ], - "path": "packages/kbn-server-http-tools/src/ssl/ssl_config.ts", + "path": "src/platform/packages/shared/kbn-server-http-tools/src/ssl/ssl_config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_server_http_tools.mdx b/api_docs/kbn_server_http_tools.mdx index f4eb0aa2b95a4..ae08ee3f43d7f 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-12-27 +date: 2025-01-05 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 88f2e8c60398f..51d0b70d7ecc0 100644 --- a/api_docs/kbn_server_route_repository.devdocs.json +++ b/api_docs/kbn_server_route_repository.devdocs.json @@ -89,13 +89,7 @@ "description": [], "signature": [ "(endpoint: string, pathParams: Record) => { method: \"get\" | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.DestructiveRouteMethod", - "text": "DestructiveRouteMethod" - }, + "DestructiveRouteMethod", "; pathname: string; version: string; }" ], "path": "src/platform/packages/shared/kbn-server-route-repository-utils/src/format_request.ts", @@ -145,13 +139,7 @@ "description": [], "signature": [ "(endpoint: string) => { method: \"get\" | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.DestructiveRouteMethod", - "text": "DestructiveRouteMethod" - }, + "DestructiveRouteMethod", "; pathname: string; version: string; }" ], "path": "src/platform/packages/shared/kbn-server-route-repository-utils/src/parse_endpoint.ts", @@ -186,13 +174,7 @@ "description": [], "signature": [ "({\n core,\n repository,\n logger,\n dependencies,\n}: { core: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "; repository: Record" ], "path": "src/platform/packages/shared/kbn-server-route-repository/src/register_routes.ts", @@ -442,13 +418,7 @@ "text": "ClientRequestParamsOf" }, " & TAdditionalClientOptions & ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptions", - "text": "HttpFetchOptions" - }, + "HttpFetchOptions", ">) => Promise<", { "pluginId": "@kbn/server-route-repository-utils", @@ -495,13 +465,7 @@ "text": "ClientRequestParamsOf" }, " & TAdditionalClientOptions & ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptions", - "text": "HttpFetchOptions" - }, + "HttpFetchOptions", ">" ], "path": "src/platform/packages/shared/kbn-server-route-repository-utils/src/typings.ts", @@ -529,13 +493,7 @@ "text": "ClientRequestParamsOf" }, " & TAdditionalClientOptions & ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptions", - "text": "HttpFetchOptions" - }, + "HttpFetchOptions", ">) => ", { "pluginId": "@kbn/server-route-repository-utils", @@ -586,13 +544,7 @@ "text": "ClientRequestParamsOf" }, " & TAdditionalClientOptions & ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptions", - "text": "HttpFetchOptions" - }, + "HttpFetchOptions", ">" ], "path": "src/platform/packages/shared/kbn-server-route-repository-utils/src/typings.ts", @@ -703,21 +655,9 @@ "label": "DefaultRouteCreateOptions", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfigOptions", - "text": "RouteConfigOptions" - }, + "RouteConfigOptions", "<\"get\" | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.DestructiveRouteMethod", - "text": "DestructiveRouteMethod" - }, + "DestructiveRouteMethod", ">" ], "path": "src/platform/packages/shared/kbn-server-route-repository-utils/src/typings.ts", @@ -782,23 +722,11 @@ "text": "ServerRoute" }, " ? TReturnType extends ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined> ? TWrappedResponseType : TReturnType : never" ], "path": "src/platform/packages/shared/kbn-server-route-repository-utils/src/typings.ts", @@ -844,13 +772,7 @@ "description": [], "signature": [ "{ endpoint: TEndpoint; handler: ServerRouteHandler; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; } & (TRouteParamsRT extends ", { "pluginId": "@kbn/server-route-repository-utils", diff --git a/api_docs/kbn_server_route_repository.mdx b/api_docs/kbn_server_route_repository.mdx index e38f11becaf3f..acd57c8e59738 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-route-repository'] --- import kbnServerRouteRepositoryObj from './kbn_server_route_repository.devdocs.json'; diff --git a/api_docs/kbn_server_route_repository_client.devdocs.json b/api_docs/kbn_server_route_repository_client.devdocs.json index 759f12ff6b32b..67929ef2bed3a 100644 --- a/api_docs/kbn_server_route_repository_client.devdocs.json +++ b/api_docs/kbn_server_route_repository_client.devdocs.json @@ -12,21 +12,9 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", " | ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", ") => ", { "pluginId": "@kbn/server-route-repository-utils", @@ -49,21 +37,9 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", " | ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "" ], "path": "src/platform/packages/shared/kbn-server-route-repository-client/src/create_repository_client.ts", @@ -181,13 +157,7 @@ "text": "ClientRequestParamsOf" }, " & TAdditionalClientOptions & ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptions", - "text": "HttpFetchOptions" - }, + "HttpFetchOptions", ">) => Promise<", { "pluginId": "@kbn/server-route-repository-utils", @@ -234,13 +204,7 @@ "text": "ClientRequestParamsOf" }, " & TAdditionalClientOptions & ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptions", - "text": "HttpFetchOptions" - }, + "HttpFetchOptions", ">" ], "path": "src/platform/packages/shared/kbn-server-route-repository-utils/src/typings.ts", @@ -268,13 +232,7 @@ "text": "ClientRequestParamsOf" }, " & TAdditionalClientOptions & ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptions", - "text": "HttpFetchOptions" - }, + "HttpFetchOptions", ">) => ", { "pluginId": "@kbn/server-route-repository-utils", @@ -325,13 +283,7 @@ "text": "ClientRequestParamsOf" }, " & TAdditionalClientOptions & ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptions", - "text": "HttpFetchOptions" - }, + "HttpFetchOptions", ">" ], "path": "src/platform/packages/shared/kbn-server-route-repository-utils/src/typings.ts", @@ -403,13 +355,7 @@ "label": "DefaultClientOptions", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptions", - "text": "HttpFetchOptions" - } + "HttpFetchOptions" ], "path": "src/platform/packages/shared/kbn-server-route-repository-utils/src/typings.ts", "deprecated": false, diff --git a/api_docs/kbn_server_route_repository_client.mdx b/api_docs/kbn_server_route_repository_client.mdx index ef19d017b65ed..b9425aae3819a 100644 --- a/api_docs/kbn_server_route_repository_client.mdx +++ b/api_docs/kbn_server_route_repository_client.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-server-route-repository-client title: "@kbn/server-route-repository-client" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/server-route-repository-client plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-route-repository-client'] --- import kbnServerRouteRepositoryClientObj from './kbn_server_route_repository_client.devdocs.json'; diff --git a/api_docs/kbn_server_route_repository_utils.devdocs.json b/api_docs/kbn_server_route_repository_utils.devdocs.json index 09f60f690d12e..b8fe10a3f7752 100644 --- a/api_docs/kbn_server_route_repository_utils.devdocs.json +++ b/api_docs/kbn_server_route_repository_utils.devdocs.json @@ -28,13 +28,7 @@ "description": [], "signature": [ "(endpoint: string, pathParams: Record) => { method: \"get\" | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.DestructiveRouteMethod", - "text": "DestructiveRouteMethod" - }, + "DestructiveRouteMethod", "; pathname: string; version: string; }" ], "path": "src/platform/packages/shared/kbn-server-route-repository-utils/src/format_request.ts", @@ -84,13 +78,7 @@ "description": [], "signature": [ "(endpoint: string) => { method: \"get\" | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.DestructiveRouteMethod", - "text": "DestructiveRouteMethod" - }, + "DestructiveRouteMethod", "; pathname: string; version: string; }" ], "path": "src/platform/packages/shared/kbn-server-route-repository-utils/src/parse_endpoint.ts", @@ -200,13 +188,7 @@ "text": "ClientRequestParamsOf" }, " & TAdditionalClientOptions & ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptions", - "text": "HttpFetchOptions" - }, + "HttpFetchOptions", ">) => Promise<", { "pluginId": "@kbn/server-route-repository-utils", @@ -253,13 +235,7 @@ "text": "ClientRequestParamsOf" }, " & TAdditionalClientOptions & ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptions", - "text": "HttpFetchOptions" - }, + "HttpFetchOptions", ">" ], "path": "src/platform/packages/shared/kbn-server-route-repository-utils/src/typings.ts", @@ -287,13 +263,7 @@ "text": "ClientRequestParamsOf" }, " & TAdditionalClientOptions & ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptions", - "text": "HttpFetchOptions" - }, + "HttpFetchOptions", ">) => ", { "pluginId": "@kbn/server-route-repository-utils", @@ -344,13 +314,7 @@ "text": "ClientRequestParamsOf" }, " & TAdditionalClientOptions & ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptions", - "text": "HttpFetchOptions" - }, + "HttpFetchOptions", ">" ], "path": "src/platform/packages/shared/kbn-server-route-repository-utils/src/typings.ts", @@ -489,13 +453,7 @@ "label": "DefaultClientOptions", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptions", - "text": "HttpFetchOptions" - } + "HttpFetchOptions" ], "path": "src/platform/packages/shared/kbn-server-route-repository-utils/src/typings.ts", "deprecated": false, @@ -510,21 +468,9 @@ "label": "DefaultRouteCreateOptions", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteConfigOptions", - "text": "RouteConfigOptions" - }, + "RouteConfigOptions", "<\"get\" | ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.DestructiveRouteMethod", - "text": "DestructiveRouteMethod" - }, + "DestructiveRouteMethod", ">" ], "path": "src/platform/packages/shared/kbn-server-route-repository-utils/src/typings.ts", @@ -589,23 +535,11 @@ "text": "ServerRoute" }, " ? TReturnType extends ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined> ? TWrappedResponseType : TReturnType : never" ], "path": "src/platform/packages/shared/kbn-server-route-repository-utils/src/typings.ts", @@ -651,13 +585,7 @@ "description": [], "signature": [ "{ endpoint: TEndpoint; handler: ServerRouteHandler; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; } & (TRouteParamsRT extends ", { "pluginId": "@kbn/server-route-repository-utils", diff --git a/api_docs/kbn_server_route_repository_utils.mdx b/api_docs/kbn_server_route_repository_utils.mdx index b2f503603d079..a2ee36a7e542e 100644 --- a/api_docs/kbn_server_route_repository_utils.mdx +++ b/api_docs/kbn_server_route_repository_utils.mdx @@ -8,7 +8,7 @@ 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-route-repository-utils'] --- import kbnServerRouteRepositoryUtilsObj from './kbn_server_route_repository_utils.devdocs.json'; diff --git a/api_docs/kbn_serverless_common_settings.mdx b/api_docs/kbn_serverless_common_settings.mdx index 0672f12b37747..dbb3c62af95b2 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-12-27 +date: 2025-01-05 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 51269a604bb18..ac69a5739d854 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-12-27 +date: 2025-01-05 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 815a410e0f925..d8d24475609fb 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-12-27 +date: 2025-01-05 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.devdocs.json b/api_docs/kbn_serverless_search_settings.devdocs.json index 772c029aea954..52932d4a19f4c 100644 --- a/api_docs/kbn_serverless_search_settings.devdocs.json +++ b/api_docs/kbn_serverless_search_settings.devdocs.json @@ -32,7 +32,7 @@ "signature": [ "string[]" ], - "path": "packages/serverless/settings/search_project/index.ts", + "path": "src/platform/packages/shared/serverless/settings/search_project/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_serverless_search_settings.mdx b/api_docs/kbn_serverless_search_settings.mdx index f1fbd49840f35..8e40e6fc5e3f1 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-12-27 +date: 2025-01-05 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 66a8e142a420d..cb7ff49749a17 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-12-27 +date: 2025-01-05 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 74cd9f9e825d1..eac1552aa4f69 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-12-27 +date: 2025-01-05 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 ba43b526089fd..12c1ac1bcd520 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-12-27 +date: 2025-01-05 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 7cf37d6017b73..7440661fe7e3b 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-12-27 +date: 2025-01-05 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 69292ba37caa5..df5c725a35f7e 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-12-27 +date: 2025-01-05 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 1be1fa3f4e9b9..6ead6e8371202 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-12-27 +date: 2025-01-05 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 14dd7bf591d32..7e7b0184c6e14 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-12-27 +date: 2025-01-05 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 7201eb296020e..4d832d9a3c16c 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-12-27 +date: 2025-01-05 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.mdx b/api_docs/kbn_shared_ux_chrome_navigation.mdx index a49d9d00ccd4f..1dc7fe7ea806c 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-12-27 +date: 2025-01-05 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 2dbd2b10d9efd..9a7a0d00bdea5 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-12-27 +date: 2025-01-05 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 8790e8ba08e38..8e876a98518d0 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-12-27 +date: 2025-01-05 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 59435dd591259..8df662f45ac91 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-12-27 +date: 2025-01-05 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 97fe6eac3d108..67c0807310107 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-12-27 +date: 2025-01-05 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 516a87b775c7c..80277331040fd 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-12-27 +date: 2025-01-05 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 30577ccbda346..aef9e995aeacd 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-12-27 +date: 2025-01-05 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 ed0e1be805f6f..d6d79cc5258dc 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-12-27 +date: 2025-01-05 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 2bd7efb0b301c..e4a6c96e61150 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-12-27 +date: 2025-01-05 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 a9254b6836dd5..8f472cc5c2feb 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-12-27 +date: 2025-01-05 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.mdx b/api_docs/kbn_shared_ux_link_redirect_app.mdx index 46f78bd5f0490..557bc86f4ab99 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-link-redirect-app'] --- import kbnSharedUxLinkRedirectAppObj from './kbn_shared_ux_link_redirect_app.devdocs.json'; 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 19f8b859c33d2..de69b150ed318 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-12-27 +date: 2025-01-05 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 bf75d37a1984d..35a20fdce2592 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-12-27 +date: 2025-01-05 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 b16d53743aaeb..747691e688954 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-12-27 +date: 2025-01-05 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 a11648d1499e6..d84fc273022c9 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-12-27 +date: 2025-01-05 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 46d1a4c467e50..9519d690da7e9 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-12-27 +date: 2025-01-05 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 4e8320dc1009e..353ef89219873 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-12-27 +date: 2025-01-05 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 39bff7fccc951..f1d1ee2821780 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-12-27 +date: 2025-01-05 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 1969bce3bdbb8..5883fdea389bc 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-12-27 +date: 2025-01-05 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 183dc21585d1e..55f1fa4a1959c 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-12-27 +date: 2025-01-05 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 0e22d2ca030a8..018e42dea6bd0 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-12-27 +date: 2025-01-05 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 f349dff9fbd0c..a899611514fae 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-12-27 +date: 2025-01-05 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 fbfb7859a185b..3c49e991af224 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-12-27 +date: 2025-01-05 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 d334a26595028..1d47f26de4611 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-12-27 +date: 2025-01-05 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 81b584faec725..571e41124f51d 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-12-27 +date: 2025-01-05 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 9b006becf5666..53d87ff9a0011 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-12-27 +date: 2025-01-05 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 8d8e98b3d538a..cf901644ff837 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-12-27 +date: 2025-01-05 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 7a2bb4c2ee30f..de4107d47b37b 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-12-27 +date: 2025-01-05 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 43f2b89c5485a..563e5e4cdf014 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-12-27 +date: 2025-01-05 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 5ca12c13a1215..ef8d79928ea9e 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-12-27 +date: 2025-01-05 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 7ff53efc8658c..01d7e6cbf4e72 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-12-27 +date: 2025-01-05 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 b71093800ff1b..e2ecff88355c7 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-12-27 +date: 2025-01-05 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 4993588ae186c..ba0c4eab255cc 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-12-27 +date: 2025-01-05 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_table_persist.mdx b/api_docs/kbn_shared_ux_table_persist.mdx index 4af69ae1b3b00..be752fcdf2ec7 100644 --- a/api_docs/kbn_shared_ux_table_persist.mdx +++ b/api_docs/kbn_shared_ux_table_persist.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-table-persist title: "@kbn/shared-ux-table-persist" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-table-persist plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-table-persist'] --- import kbnSharedUxTablePersistObj from './kbn_shared_ux_table_persist.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_utility.mdx b/api_docs/kbn_shared_ux_utility.mdx index b062fd5183b92..2ce6bd638d6e6 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-12-27 +date: 2025-01-05 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 a109cf5b3e619..24a763c5cf680 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-12-27 +date: 2025-01-05 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 f117883388e68..7e41f6ab3f8ff 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-12-27 +date: 2025-01-05 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 a38acae2de71f..712946a6db4fb 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/sort-predicates'] --- import kbnSortPredicatesObj from './kbn_sort_predicates.devdocs.json'; diff --git a/api_docs/kbn_sse_utils.mdx b/api_docs/kbn_sse_utils.mdx index d13c786bb2568..daec82b6c77bb 100644 --- a/api_docs/kbn_sse_utils.mdx +++ b/api_docs/kbn_sse_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-sse-utils title: "@kbn/sse-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sse-utils plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/sse-utils'] --- import kbnSseUtilsObj from './kbn_sse_utils.devdocs.json'; diff --git a/api_docs/kbn_sse_utils_client.mdx b/api_docs/kbn_sse_utils_client.mdx index 62f792bd20a5d..549b864241902 100644 --- a/api_docs/kbn_sse_utils_client.mdx +++ b/api_docs/kbn_sse_utils_client.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-sse-utils-client title: "@kbn/sse-utils-client" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sse-utils-client plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/sse-utils-client'] --- import kbnSseUtilsClientObj from './kbn_sse_utils_client.devdocs.json'; diff --git a/api_docs/kbn_sse_utils_server.mdx b/api_docs/kbn_sse_utils_server.mdx index ce6326bd1e038..f0afd87499f23 100644 --- a/api_docs/kbn_sse_utils_server.mdx +++ b/api_docs/kbn_sse_utils_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-sse-utils-server title: "@kbn/sse-utils-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sse-utils-server plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/sse-utils-server'] --- import kbnSseUtilsServerObj from './kbn_sse_utils_server.devdocs.json'; diff --git a/api_docs/kbn_std.devdocs.json b/api_docs/kbn_std.devdocs.json index 52ab3ce364996..c305c01e171e9 100644 --- a/api_docs/kbn_std.devdocs.json +++ b/api_docs/kbn_std.devdocs.json @@ -25,7 +25,7 @@ "tags": [], "label": "Semaphore", "description": [], - "path": "packages/kbn-std/src/semaphore.ts", + "path": "src/platform/packages/shared/kbn-std/src/semaphore.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -39,7 +39,7 @@ "signature": [ "any" ], - "path": "packages/kbn-std/src/semaphore.ts", + "path": "src/platform/packages/shared/kbn-std/src/semaphore.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -53,7 +53,7 @@ "signature": [ "number" ], - "path": "packages/kbn-std/src/semaphore.ts", + "path": "src/platform/packages/shared/kbn-std/src/semaphore.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -73,7 +73,7 @@ "OperatorFunction", "" ], - "path": "packages/kbn-std/src/semaphore.ts", + "path": "src/platform/packages/shared/kbn-std/src/semaphore.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -89,7 +89,7 @@ "signature": [ "() => void" ], - "path": "packages/kbn-std/src/semaphore.ts", + "path": "src/platform/packages/shared/kbn-std/src/semaphore.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -112,7 +112,7 @@ "signature": [ "(x: never) => never" ], - "path": "packages/kbn-std/src/assert_never.ts", + "path": "src/platform/packages/shared/kbn-std/src/assert_never.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -126,7 +126,7 @@ "signature": [ "never" ], - "path": "packages/kbn-std/src/assert_never.ts", + "path": "src/platform/packages/shared/kbn-std/src/assert_never.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -151,7 +151,7 @@ "AsyncMapFn", ") => Promise" ], - "path": "packages/kbn-std/src/iteration/for_each.ts", + "path": "src/platform/packages/shared/kbn-std/src/iteration/for_each.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -168,7 +168,7 @@ "ObservableInput", "" ], - "path": "packages/kbn-std/src/iteration/for_each.ts", + "path": "src/platform/packages/shared/kbn-std/src/iteration/for_each.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -186,7 +186,7 @@ "AsyncMapFn", "" ], - "path": "packages/kbn-std/src/iteration/for_each.ts", + "path": "src/platform/packages/shared/kbn-std/src/iteration/for_each.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -211,7 +211,7 @@ "AsyncMapFn", ") => Promise" ], - "path": "packages/kbn-std/src/iteration/for_each.ts", + "path": "src/platform/packages/shared/kbn-std/src/iteration/for_each.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -228,7 +228,7 @@ "ObservableInput", "" ], - "path": "packages/kbn-std/src/iteration/for_each.ts", + "path": "src/platform/packages/shared/kbn-std/src/iteration/for_each.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -245,7 +245,7 @@ "signature": [ "number" ], - "path": "packages/kbn-std/src/iteration/for_each.ts", + "path": "src/platform/packages/shared/kbn-std/src/iteration/for_each.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -263,7 +263,7 @@ "AsyncMapFn", "" ], - "path": "packages/kbn-std/src/iteration/for_each.ts", + "path": "src/platform/packages/shared/kbn-std/src/iteration/for_each.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -288,7 +288,7 @@ "AsyncMapFn", ") => Promise" ], - "path": "packages/kbn-std/src/iteration/map.ts", + "path": "src/platform/packages/shared/kbn-std/src/iteration/map.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -305,7 +305,7 @@ "ObservableInput", "" ], - "path": "packages/kbn-std/src/iteration/map.ts", + "path": "src/platform/packages/shared/kbn-std/src/iteration/map.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -323,7 +323,7 @@ "AsyncMapFn", "" ], - "path": "packages/kbn-std/src/iteration/map.ts", + "path": "src/platform/packages/shared/kbn-std/src/iteration/map.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -348,7 +348,7 @@ "AsyncMapFn", ") => Promise" ], - "path": "packages/kbn-std/src/iteration/map.ts", + "path": "src/platform/packages/shared/kbn-std/src/iteration/map.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -365,7 +365,7 @@ "ObservableInput", "" ], - "path": "packages/kbn-std/src/iteration/map.ts", + "path": "src/platform/packages/shared/kbn-std/src/iteration/map.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -382,7 +382,7 @@ "signature": [ "number" ], - "path": "packages/kbn-std/src/iteration/map.ts", + "path": "src/platform/packages/shared/kbn-std/src/iteration/map.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -400,7 +400,7 @@ "AsyncMapFn", "" ], - "path": "packages/kbn-std/src/iteration/map.ts", + "path": "src/platform/packages/shared/kbn-std/src/iteration/map.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -429,7 +429,7 @@ }, "" ], - "path": "packages/kbn-std/src/deep_freeze.ts", + "path": "src/platform/packages/shared/kbn-std/src/deep_freeze.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -443,7 +443,7 @@ "signature": [ "T" ], - "path": "packages/kbn-std/src/deep_freeze.ts", + "path": "src/platform/packages/shared/kbn-std/src/deep_freeze.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -464,7 +464,7 @@ "signature": [ "(obj: any, path: string[]) => any" ], - "path": "packages/kbn-std/src/ensure_deep_object.ts", + "path": "src/platform/packages/shared/kbn-std/src/ensure_deep_object.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -480,7 +480,7 @@ "signature": [ "any" ], - "path": "packages/kbn-std/src/ensure_deep_object.ts", + "path": "src/platform/packages/shared/kbn-std/src/ensure_deep_object.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -497,7 +497,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-std/src/ensure_deep_object.ts", + "path": "src/platform/packages/shared/kbn-std/src/ensure_deep_object.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -518,7 +518,7 @@ "signature": [ "(obj: any) => void" ], - "path": "packages/kbn-std/src/ensure_no_unsafe_properties.ts", + "path": "src/platform/packages/shared/kbn-std/src/ensure_no_unsafe_properties.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -532,7 +532,7 @@ "signature": [ "any" ], - "path": "packages/kbn-std/src/ensure_no_unsafe_properties.ts", + "path": "src/platform/packages/shared/kbn-std/src/ensure_no_unsafe_properties.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -551,7 +551,7 @@ "signature": [ "(path: string[]) => void" ], - "path": "packages/kbn-std/src/ensure_deep_object.ts", + "path": "src/platform/packages/shared/kbn-std/src/ensure_deep_object.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -565,7 +565,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-std/src/ensure_deep_object.ts", + "path": "src/platform/packages/shared/kbn-std/src/ensure_deep_object.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -586,7 +586,7 @@ "signature": [ "(obj: CFG, path: [A, B, C, D, E]) => CFG[A][B][C][D][E]" ], - "path": "packages/kbn-std/src/get.ts", + "path": "src/platform/packages/shared/kbn-std/src/get.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -600,7 +600,7 @@ "signature": [ "CFG" ], - "path": "packages/kbn-std/src/get.ts", + "path": "src/platform/packages/shared/kbn-std/src/get.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -615,7 +615,7 @@ "signature": [ "[A, B, C, D, E]" ], - "path": "packages/kbn-std/src/get.ts", + "path": "src/platform/packages/shared/kbn-std/src/get.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -634,7 +634,7 @@ "signature": [ "(obj: CFG, path: [A, B, C, D]) => CFG[A][B][C][D]" ], - "path": "packages/kbn-std/src/get.ts", + "path": "src/platform/packages/shared/kbn-std/src/get.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -648,7 +648,7 @@ "signature": [ "CFG" ], - "path": "packages/kbn-std/src/get.ts", + "path": "src/platform/packages/shared/kbn-std/src/get.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -663,7 +663,7 @@ "signature": [ "[A, B, C, D]" ], - "path": "packages/kbn-std/src/get.ts", + "path": "src/platform/packages/shared/kbn-std/src/get.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -682,7 +682,7 @@ "signature": [ "(obj: CFG, path: [A, B, C]) => CFG[A][B][C]" ], - "path": "packages/kbn-std/src/get.ts", + "path": "src/platform/packages/shared/kbn-std/src/get.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -696,7 +696,7 @@ "signature": [ "CFG" ], - "path": "packages/kbn-std/src/get.ts", + "path": "src/platform/packages/shared/kbn-std/src/get.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -711,7 +711,7 @@ "signature": [ "[A, B, C]" ], - "path": "packages/kbn-std/src/get.ts", + "path": "src/platform/packages/shared/kbn-std/src/get.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -730,7 +730,7 @@ "signature": [ "(obj: CFG, path: [A, B]) => CFG[A][B]" ], - "path": "packages/kbn-std/src/get.ts", + "path": "src/platform/packages/shared/kbn-std/src/get.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -744,7 +744,7 @@ "signature": [ "CFG" ], - "path": "packages/kbn-std/src/get.ts", + "path": "src/platform/packages/shared/kbn-std/src/get.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -759,7 +759,7 @@ "signature": [ "[A, B]" ], - "path": "packages/kbn-std/src/get.ts", + "path": "src/platform/packages/shared/kbn-std/src/get.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -778,7 +778,7 @@ "signature": [ "(obj: CFG, path: A | [A]) => CFG[A]" ], - "path": "packages/kbn-std/src/get.ts", + "path": "src/platform/packages/shared/kbn-std/src/get.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -792,7 +792,7 @@ "signature": [ "CFG" ], - "path": "packages/kbn-std/src/get.ts", + "path": "src/platform/packages/shared/kbn-std/src/get.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -807,7 +807,7 @@ "signature": [ "A | [A]" ], - "path": "packages/kbn-std/src/get.ts", + "path": "src/platform/packages/shared/kbn-std/src/get.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -826,7 +826,7 @@ "signature": [ "(obj: CFG, path: string | string[]) => any" ], - "path": "packages/kbn-std/src/get.ts", + "path": "src/platform/packages/shared/kbn-std/src/get.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -840,7 +840,7 @@ "signature": [ "CFG" ], - "path": "packages/kbn-std/src/get.ts", + "path": "src/platform/packages/shared/kbn-std/src/get.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -855,7 +855,7 @@ "signature": [ "string | string[]" ], - "path": "packages/kbn-std/src/get.ts", + "path": "src/platform/packages/shared/kbn-std/src/get.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -876,7 +876,7 @@ "signature": [ "(rootValue: Record) => { [key: string]: any; }" ], - "path": "packages/kbn-std/src/get_flattened_object.ts", + "path": "src/platform/packages/shared/kbn-std/src/get_flattened_object.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -890,7 +890,7 @@ "signature": [ "Record" ], - "path": "packages/kbn-std/src/get_flattened_object.ts", + "path": "src/platform/packages/shared/kbn-std/src/get_flattened_object.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -911,7 +911,7 @@ "signature": [ "(url: string) => string | null" ], - "path": "packages/kbn-std/src/url.ts", + "path": "src/platform/packages/shared/kbn-std/src/url.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -925,7 +925,7 @@ "signature": [ "string" ], - "path": "packages/kbn-std/src/url.ts", + "path": "src/platform/packages/shared/kbn-std/src/url.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -946,7 +946,7 @@ "signature": [ "(url: string, basePath: string) => boolean" ], - "path": "packages/kbn-std/src/is_internal_url.ts", + "path": "src/platform/packages/shared/kbn-std/src/is_internal_url.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -960,7 +960,7 @@ "signature": [ "string" ], - "path": "packages/kbn-std/src/is_internal_url.ts", + "path": "src/platform/packages/shared/kbn-std/src/is_internal_url.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -975,7 +975,7 @@ "signature": [ "string" ], - "path": "packages/kbn-std/src/is_internal_url.ts", + "path": "src/platform/packages/shared/kbn-std/src/is_internal_url.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -994,7 +994,7 @@ "signature": [ "(maybePromise: T | Promise) => boolean" ], - "path": "packages/kbn-std/src/promise.ts", + "path": "src/platform/packages/shared/kbn-std/src/promise.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1008,7 +1008,7 @@ "signature": [ "T | Promise" ], - "path": "packages/kbn-std/src/promise.ts", + "path": "src/platform/packages/shared/kbn-std/src/promise.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1029,7 +1029,7 @@ "signature": [ "(candidatePath: string) => boolean" ], - "path": "packages/kbn-std/src/url.ts", + "path": "src/platform/packages/shared/kbn-std/src/url.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1043,7 +1043,7 @@ "signature": [ "string" ], - "path": "packages/kbn-std/src/url.ts", + "path": "src/platform/packages/shared/kbn-std/src/url.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1070,7 +1070,7 @@ "Observable", "" ], - "path": "packages/kbn-std/src/iteration/observable.ts", + "path": "src/platform/packages/shared/kbn-std/src/iteration/observable.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1087,7 +1087,7 @@ "ObservableInput", "" ], - "path": "packages/kbn-std/src/iteration/observable.ts", + "path": "src/platform/packages/shared/kbn-std/src/iteration/observable.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1105,7 +1105,7 @@ "AsyncMapFn", "" ], - "path": "packages/kbn-std/src/iteration/observable.ts", + "path": "src/platform/packages/shared/kbn-std/src/iteration/observable.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1124,7 +1124,7 @@ "signature": [ "(map: ReadonlyMap) => Record" ], - "path": "packages/kbn-std/src/map_to_object.ts", + "path": "src/platform/packages/shared/kbn-std/src/map_to_object.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1138,7 +1138,7 @@ "signature": [ "ReadonlyMap" ], - "path": "packages/kbn-std/src/map_to_object.ts", + "path": "src/platform/packages/shared/kbn-std/src/map_to_object.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1165,7 +1165,7 @@ "Observable", "" ], - "path": "packages/kbn-std/src/iteration/observable.ts", + "path": "src/platform/packages/shared/kbn-std/src/iteration/observable.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1182,7 +1182,7 @@ "ObservableInput", "" ], - "path": "packages/kbn-std/src/iteration/observable.ts", + "path": "src/platform/packages/shared/kbn-std/src/iteration/observable.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1199,7 +1199,7 @@ "signature": [ "number" ], - "path": "packages/kbn-std/src/iteration/observable.ts", + "path": "src/platform/packages/shared/kbn-std/src/iteration/observable.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1217,7 +1217,7 @@ "AsyncMapFn", "" ], - "path": "packages/kbn-std/src/iteration/observable.ts", + "path": "src/platform/packages/shared/kbn-std/src/iteration/observable.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1238,7 +1238,7 @@ "signature": [ "(baseObj: TBase, source1: TSource1) => TBase & TSource1" ], - "path": "packages/kbn-std/src/merge.ts", + "path": "src/platform/packages/shared/kbn-std/src/merge.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1252,7 +1252,7 @@ "signature": [ "TBase" ], - "path": "packages/kbn-std/src/merge.ts", + "path": "src/platform/packages/shared/kbn-std/src/merge.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1267,7 +1267,7 @@ "signature": [ "TSource1" ], - "path": "packages/kbn-std/src/merge.ts", + "path": "src/platform/packages/shared/kbn-std/src/merge.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1286,7 +1286,7 @@ "signature": [ "(baseObj: TBase, overrideObj: TSource1, overrideObj2: TSource2) => TBase & TSource1 & TSource2" ], - "path": "packages/kbn-std/src/merge.ts", + "path": "src/platform/packages/shared/kbn-std/src/merge.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1300,7 +1300,7 @@ "signature": [ "TBase" ], - "path": "packages/kbn-std/src/merge.ts", + "path": "src/platform/packages/shared/kbn-std/src/merge.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1315,7 +1315,7 @@ "signature": [ "TSource1" ], - "path": "packages/kbn-std/src/merge.ts", + "path": "src/platform/packages/shared/kbn-std/src/merge.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1330,7 +1330,7 @@ "signature": [ "TSource2" ], - "path": "packages/kbn-std/src/merge.ts", + "path": "src/platform/packages/shared/kbn-std/src/merge.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1349,7 +1349,7 @@ "signature": [ "(baseObj: TBase, overrideObj: TSource1, overrideObj2: TSource2) => TBase & TSource1 & TSource2 & TSource3" ], - "path": "packages/kbn-std/src/merge.ts", + "path": "src/platform/packages/shared/kbn-std/src/merge.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1363,7 +1363,7 @@ "signature": [ "TBase" ], - "path": "packages/kbn-std/src/merge.ts", + "path": "src/platform/packages/shared/kbn-std/src/merge.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1378,7 +1378,7 @@ "signature": [ "TSource1" ], - "path": "packages/kbn-std/src/merge.ts", + "path": "src/platform/packages/shared/kbn-std/src/merge.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1393,7 +1393,7 @@ "signature": [ "TSource2" ], - "path": "packages/kbn-std/src/merge.ts", + "path": "src/platform/packages/shared/kbn-std/src/merge.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1412,7 +1412,7 @@ "signature": [ "(baseObj: Record, sources: Record[]) => TReturn" ], - "path": "packages/kbn-std/src/merge.ts", + "path": "src/platform/packages/shared/kbn-std/src/merge.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1426,7 +1426,7 @@ "signature": [ "Record" ], - "path": "packages/kbn-std/src/merge.ts", + "path": "src/platform/packages/shared/kbn-std/src/merge.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1441,7 +1441,7 @@ "signature": [ "Record[]" ], - "path": "packages/kbn-std/src/merge.ts", + "path": "src/platform/packages/shared/kbn-std/src/merge.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1478,7 +1478,7 @@ }, ">) => string" ], - "path": "packages/kbn-std/src/url.ts", + "path": "src/platform/packages/shared/kbn-std/src/url.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1494,7 +1494,7 @@ "signature": [ "string" ], - "path": "packages/kbn-std/src/url.ts", + "path": "src/platform/packages/shared/kbn-std/src/url.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1527,7 +1527,7 @@ }, ">" ], - "path": "packages/kbn-std/src/url.ts", + "path": "src/platform/packages/shared/kbn-std/src/url.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1550,7 +1550,7 @@ "signature": [ "(href: string, basePath: string, nextUrlQueryParam: string) => string" ], - "path": "packages/kbn-std/src/parse_next_url.ts", + "path": "src/platform/packages/shared/kbn-std/src/parse_next_url.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1564,7 +1564,7 @@ "signature": [ "string" ], - "path": "packages/kbn-std/src/parse_next_url.ts", + "path": "src/platform/packages/shared/kbn-std/src/parse_next_url.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1579,7 +1579,7 @@ "signature": [ "string" ], - "path": "packages/kbn-std/src/parse_next_url.ts", + "path": "src/platform/packages/shared/kbn-std/src/parse_next_url.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1594,7 +1594,7 @@ "signature": [ "string" ], - "path": "packages/kbn-std/src/parse_next_url.ts", + "path": "src/platform/packages/shared/kbn-std/src/parse_next_url.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1613,7 +1613,7 @@ "signature": [ "(obj: T, keys: readonly K[]) => Pick" ], - "path": "packages/kbn-std/src/pick.ts", + "path": "src/platform/packages/shared/kbn-std/src/pick.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1627,7 +1627,7 @@ "signature": [ "T" ], - "path": "packages/kbn-std/src/pick.ts", + "path": "src/platform/packages/shared/kbn-std/src/pick.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1642,7 +1642,7 @@ "signature": [ "readonly K[]" ], - "path": "packages/kbn-std/src/pick.ts", + "path": "src/platform/packages/shared/kbn-std/src/pick.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1663,7 +1663,7 @@ "signature": [ "(version: string) => string" ], - "path": "packages/kbn-std/src/strip_version_qualifier.ts", + "path": "src/platform/packages/shared/kbn-std/src/strip_version_qualifier.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1677,7 +1677,7 @@ "signature": [ "string" ], - "path": "packages/kbn-std/src/strip_version_qualifier.ts", + "path": "src/platform/packages/shared/kbn-std/src/strip_version_qualifier.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1696,7 +1696,7 @@ "signature": [ "({\n promise,\n timeoutMs,\n}: { promise: Promise; timeoutMs: number; }) => Promise<{ timedout: true; } | { timedout: false; value: T; }>" ], - "path": "packages/kbn-std/src/promise.ts", + "path": "src/platform/packages/shared/kbn-std/src/promise.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1707,7 +1707,7 @@ "tags": [], "label": "{\n promise,\n timeoutMs,\n}", "description": [], - "path": "packages/kbn-std/src/promise.ts", + "path": "src/platform/packages/shared/kbn-std/src/promise.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1721,7 +1721,7 @@ "signature": [ "Promise" ], - "path": "packages/kbn-std/src/promise.ts", + "path": "src/platform/packages/shared/kbn-std/src/promise.ts", "deprecated": false, "trackAdoption": false }, @@ -1732,7 +1732,7 @@ "tags": [], "label": "timeoutMs", "description": [], - "path": "packages/kbn-std/src/promise.ts", + "path": "src/platform/packages/shared/kbn-std/src/promise.ts", "deprecated": false, "trackAdoption": false } @@ -1753,7 +1753,7 @@ "description": [ "\nWe define our own typings because the current version of @types/node\ndeclares properties to be optional \"hostname?: string\".\nAlthough, parse call returns \"hostname: null | string\".\n" ], - "path": "packages/kbn-std/src/url.ts", + "path": "src/platform/packages/shared/kbn-std/src/url.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1767,7 +1767,7 @@ "signature": [ "string | null | undefined" ], - "path": "packages/kbn-std/src/url.ts", + "path": "src/platform/packages/shared/kbn-std/src/url.ts", "deprecated": false, "trackAdoption": false }, @@ -1781,7 +1781,7 @@ "signature": [ "string | null | undefined" ], - "path": "packages/kbn-std/src/url.ts", + "path": "src/platform/packages/shared/kbn-std/src/url.ts", "deprecated": false, "trackAdoption": false }, @@ -1795,7 +1795,7 @@ "signature": [ "string | null | undefined" ], - "path": "packages/kbn-std/src/url.ts", + "path": "src/platform/packages/shared/kbn-std/src/url.ts", "deprecated": false, "trackAdoption": false }, @@ -1809,7 +1809,7 @@ "signature": [ "string | null | undefined" ], - "path": "packages/kbn-std/src/url.ts", + "path": "src/platform/packages/shared/kbn-std/src/url.ts", "deprecated": false, "trackAdoption": false }, @@ -1823,7 +1823,7 @@ "signature": [ "string | null | undefined" ], - "path": "packages/kbn-std/src/url.ts", + "path": "src/platform/packages/shared/kbn-std/src/url.ts", "deprecated": false, "trackAdoption": false }, @@ -1837,7 +1837,7 @@ "signature": [ "boolean | null | undefined" ], - "path": "packages/kbn-std/src/url.ts", + "path": "src/platform/packages/shared/kbn-std/src/url.ts", "deprecated": false, "trackAdoption": false }, @@ -1851,7 +1851,7 @@ "signature": [ "string | null | undefined" ], - "path": "packages/kbn-std/src/url.ts", + "path": "src/platform/packages/shared/kbn-std/src/url.ts", "deprecated": false, "trackAdoption": false }, @@ -1866,7 +1866,7 @@ "ParsedQuery", "" ], - "path": "packages/kbn-std/src/url.ts", + "path": "src/platform/packages/shared/kbn-std/src/url.ts", "deprecated": false, "trackAdoption": false } @@ -1886,7 +1886,7 @@ "signature": [ "any[] | { [k: string]: any; }" ], - "path": "packages/kbn-std/src/deep_freeze.ts", + "path": "src/platform/packages/shared/kbn-std/src/deep_freeze.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_std.mdx b/api_docs/kbn_std.mdx index 8f03c206209dc..92d10c412fafe 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-12-27 +date: 2025-01-05 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 fbc88ef239241..05100d45f9043 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-12-27 +date: 2025-01-05 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 8363d0501f2d6..87cffe8b8ee8a 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/storybook'] --- import kbnStorybookObj from './kbn_storybook.devdocs.json'; diff --git a/api_docs/kbn_streams_schema.mdx b/api_docs/kbn_streams_schema.mdx index 158ba918a6d84..02a7ae53f8e1a 100644 --- a/api_docs/kbn_streams_schema.mdx +++ b/api_docs/kbn_streams_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-streams-schema title: "@kbn/streams-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/streams-schema plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/streams-schema'] --- import kbnStreamsSchemaObj from './kbn_streams_schema.devdocs.json'; diff --git a/api_docs/kbn_synthetics_e2e.mdx b/api_docs/kbn_synthetics_e2e.mdx index 00f677f822b58..59678e8f5c7d7 100644 --- a/api_docs/kbn_synthetics_e2e.mdx +++ b/api_docs/kbn_synthetics_e2e.mdx @@ -8,7 +8,7 @@ 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/synthetics-e2e'] --- import kbnSyntheticsE2eObj from './kbn_synthetics_e2e.devdocs.json'; diff --git a/api_docs/kbn_synthetics_private_location.mdx b/api_docs/kbn_synthetics_private_location.mdx index 61160d57945f2..e11588326b256 100644 --- a/api_docs/kbn_synthetics_private_location.mdx +++ b/api_docs/kbn_synthetics_private_location.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-synthetics-private-location title: "@kbn/synthetics-private-location" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/synthetics-private-location plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/synthetics-private-location'] --- import kbnSyntheticsPrivateLocationObj from './kbn_synthetics_private_location.devdocs.json'; diff --git a/api_docs/kbn_telemetry_tools.mdx b/api_docs/kbn_telemetry_tools.mdx index bf8a6ed22bde1..905814222e881 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/telemetry-tools'] --- import kbnTelemetryToolsObj from './kbn_telemetry_tools.devdocs.json'; diff --git a/api_docs/kbn_test.devdocs.json b/api_docs/kbn_test.devdocs.json index f011ccc602fd9..87e50d954f855 100644 --- a/api_docs/kbn_test.devdocs.json +++ b/api_docs/kbn_test.devdocs.json @@ -2167,6 +2167,23 @@ } ], "functions": [ + { + "parentPluginId": "@kbn/test", + "id": "def-common.checkFTRCodeOwnersCLI", + "type": "Function", + "tags": [], + "label": "checkFTRCodeOwnersCLI", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "packages/kbn-test/src/functional_test_runner/cli/code_owners.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/test", "id": "def-common.cleanupElasticsearch", @@ -3226,23 +3243,6 @@ "returnComment": [], "initialIsOpen": false }, - { - "parentPluginId": "@kbn/test", - "id": "def-common.runCheckFtrCodeOwnersCli", - "type": "Function", - "tags": [], - "label": "runCheckFtrCodeOwnersCli", - "description": [], - "signature": [ - "() => Promise" - ], - "path": "packages/kbn-test/src/functional_test_runner/run_check_ftr_code_owners.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [], - "initialIsOpen": false - }, { "parentPluginId": "@kbn/test", "id": "def-common.runCheckFtrConfigsCli", @@ -3320,7 +3320,7 @@ "signature": [ "() => void" ], - "path": "packages/kbn-test/src/functional_test_runner/cli.ts", + "path": "packages/kbn-test/src/functional_test_runner/cli/ftr.ts", "deprecated": false, "trackAdoption": false, "children": [], diff --git a/api_docs/kbn_test.mdx b/api_docs/kbn_test.mdx index d0b56eb6121f7..23a7e5b6456fa 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-12-27 +date: 2025-01-05 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 5889be0936b6a..b888122e65fb2 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-12-27 +date: 2025-01-05 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 7533e2a712432..6f12ff375f3f5 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-12-27 +date: 2025-01-05 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 9c22e8c3ff6c2..3eb3bbec2a267 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test-subj-selector'] --- import kbnTestSubjSelectorObj from './kbn_test_subj_selector.devdocs.json'; diff --git a/api_docs/kbn_timerange.mdx b/api_docs/kbn_timerange.mdx index 853ba1db62337..7b39b84a8ab92 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-12-27 +date: 2025-01-05 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 b88bdb1c01e7d..02a5043d4ba56 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/tooling-log'] --- import kbnToolingLogObj from './kbn_tooling_log.devdocs.json'; diff --git a/api_docs/kbn_transpose_utils.mdx b/api_docs/kbn_transpose_utils.mdx index f99c6ada4828b..0233ec1a4e784 100644 --- a/api_docs/kbn_transpose_utils.mdx +++ b/api_docs/kbn_transpose_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-transpose-utils title: "@kbn/transpose-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/transpose-utils plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/transpose-utils'] --- import kbnTransposeUtilsObj from './kbn_transpose_utils.devdocs.json'; diff --git a/api_docs/kbn_triggers_actions_ui_types.mdx b/api_docs/kbn_triggers_actions_ui_types.mdx index ee9f47f1808ea..7cb7e9be5f3d7 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-12-27 +date: 2025-01-05 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.devdocs.json b/api_docs/kbn_try_in_console.devdocs.json index fda6ac6421065..1e906e3bc69f5 100644 --- a/api_docs/kbn_try_in_console.devdocs.json +++ b/api_docs/kbn_try_in_console.devdocs.json @@ -31,7 +31,7 @@ "TryInConsoleButtonProps", ") => React.JSX.Element | null" ], - "path": "packages/kbn-try-in-console/components/try_in_console_button.tsx", + "path": "src/platform/packages/shared/kbn-try-in-console/components/try_in_console_button.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -45,7 +45,7 @@ "signature": [ "TryInConsoleButtonProps" ], - "path": "packages/kbn-try-in-console/components/try_in_console_button.tsx", + "path": "src/platform/packages/shared/kbn-try-in-console/components/try_in_console_button.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_try_in_console.mdx b/api_docs/kbn_try_in_console.mdx index c5b1efb91fa37..3454331d42beb 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-12-27 +date: 2025-01-05 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 4c4ed1a0ec95d..2c962153343d8 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-12-27 +date: 2025-01-05 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 887396f9be26b..20efb8b40ddb1 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/typed-react-router-config'] --- import kbnTypedReactRouterConfigObj from './kbn_typed_react_router_config.devdocs.json'; diff --git a/api_docs/kbn_ui_actions_browser.mdx b/api_docs/kbn_ui_actions_browser.mdx index 2a89394e6e45f..a28f49954cc7d 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-12-27 +date: 2025-01-05 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.devdocs.json b/api_docs/kbn_ui_shared_deps_src.devdocs.json index c47aa3ad72002..fa5ea4fdda6a6 100644 --- a/api_docs/kbn_ui_shared_deps_src.devdocs.json +++ b/api_docs/kbn_ui_shared_deps_src.devdocs.json @@ -34,7 +34,7 @@ "signature": [ "\"kbn-ui-shared-deps-src.css\"" ], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -48,7 +48,7 @@ "description": [ "\nAbsolute path to the distributable directory" ], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -65,7 +65,7 @@ "signature": [ "\"kbn-ui-shared-deps-src.js\"" ], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -81,7 +81,7 @@ "description": [ "\nExternals mapping intended to be used in a webpack config" ], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false, "children": [ @@ -94,7 +94,7 @@ "description": [ "/**\n * stateful deps\n */" ], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -105,7 +105,7 @@ "tags": [], "label": "'@kbn/i18n'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -116,7 +116,7 @@ "tags": [], "label": "'@kbn/i18n-react'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -127,7 +127,7 @@ "tags": [], "label": "'@emotion/cache'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -138,7 +138,7 @@ "tags": [], "label": "'@emotion/react'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -149,7 +149,7 @@ "tags": [], "label": "jquery", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -160,7 +160,7 @@ "tags": [], "label": "moment", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -171,7 +171,7 @@ "tags": [], "label": "'moment-timezone'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -182,7 +182,7 @@ "tags": [], "label": "react", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -193,7 +193,7 @@ "tags": [], "label": "'react-dom'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -204,7 +204,7 @@ "tags": [], "label": "'react-dom/server'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -215,7 +215,7 @@ "tags": [], "label": "'react-router'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -226,7 +226,7 @@ "tags": [], "label": "'react-router-dom'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -237,7 +237,7 @@ "tags": [], "label": "'react-router-dom-v5-compat'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -248,7 +248,7 @@ "tags": [], "label": "'styled-components'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -259,7 +259,7 @@ "tags": [], "label": "'@kbn/monaco'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -272,7 +272,7 @@ "description": [ "// this is how plugins/consumers from npm load monaco" ], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -283,7 +283,7 @@ "tags": [], "label": "'io-ts'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -294,7 +294,7 @@ "tags": [], "label": "'@reduxjs/toolkit'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -305,7 +305,7 @@ "tags": [], "label": "'react-redux'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -316,7 +316,7 @@ "tags": [], "label": "redux", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -327,7 +327,7 @@ "tags": [], "label": "immer", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -338,7 +338,7 @@ "tags": [], "label": "reselect", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -349,7 +349,7 @@ "tags": [], "label": "'fastest-levenshtein'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -362,7 +362,7 @@ "description": [ "/**\n * big deps which are locked to a single version\n */" ], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -373,7 +373,7 @@ "tags": [], "label": "numeral", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -384,7 +384,7 @@ "tags": [], "label": "'@elastic/numeral'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -395,7 +395,7 @@ "tags": [], "label": "'@elastic/charts'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -406,7 +406,7 @@ "tags": [], "label": "'@kbn/datemath'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -417,7 +417,7 @@ "tags": [], "label": "'@elastic/eui'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -428,7 +428,7 @@ "tags": [], "label": "'@elastic/eui/lib/components/provider/nested'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -439,7 +439,7 @@ "tags": [], "label": "'@elastic/eui/lib/services'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -450,7 +450,7 @@ "tags": [], "label": "'@elastic/eui/lib/services/format'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -461,7 +461,7 @@ "tags": [], "label": "'@elastic/eui-theme-borealis'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -474,7 +474,7 @@ "description": [ "// transient dep of eui" ], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -485,7 +485,7 @@ "tags": [], "label": "lodash", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -496,7 +496,7 @@ "tags": [], "label": "'lodash/fp'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -507,7 +507,7 @@ "tags": [], "label": "fflate", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -520,7 +520,7 @@ "description": [ "/**\n * runtime deps which don't need to be copied across all bundles\n */" ], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -531,7 +531,7 @@ "tags": [], "label": "uuid", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -542,7 +542,7 @@ "tags": [], "label": "'@kbn/analytics'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -553,7 +553,7 @@ "tags": [], "label": "'@kbn/crypto-browser'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -564,7 +564,7 @@ "tags": [], "label": "'@kbn/es-query'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -575,7 +575,7 @@ "tags": [], "label": "'@kbn/search-errors'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -586,7 +586,7 @@ "tags": [], "label": "'@kbn/std'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -597,7 +597,7 @@ "tags": [], "label": "'@kbn/safer-lodash-set'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -608,7 +608,7 @@ "tags": [], "label": "'@kbn/shared-ux-error-boundary'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -619,7 +619,7 @@ "tags": [], "label": "'@kbn/rison'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -630,7 +630,7 @@ "tags": [], "label": "history", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -641,7 +641,7 @@ "tags": [], "label": "classnames", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -652,7 +652,7 @@ "tags": [], "label": "'@tanstack/react-query'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -663,7 +663,7 @@ "tags": [], "label": "'@tanstack/react-query-devtools'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -674,7 +674,7 @@ "tags": [], "label": "'@kbn/code-editor'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -685,7 +685,7 @@ "tags": [], "label": "'@kbn/esql-ast'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -696,7 +696,7 @@ "tags": [], "label": "'@kbn/ebt-tools'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -707,7 +707,40 @@ "tags": [], "label": "'@elastic/apm-rum-core'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/ui-shared-deps-src", + "id": "def-common.externals.kbnreactkibanacontextcommon", + "type": "string", + "tags": [], + "label": "'@kbn/react-kibana-context-common'", + "description": [], + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/ui-shared-deps-src", + "id": "def-common.externals.kbnreactkibanacontextroot", + "type": "string", + "tags": [], + "label": "'@kbn/react-kibana-context-root'", + "description": [], + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/ui-shared-deps-src", + "id": "def-common.externals.kbnreactkibanacontextrender", + "type": "string", + "tags": [], + "label": "'@kbn/react-kibana-context-render'", + "description": [], + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false }, @@ -718,7 +751,18 @@ "tags": [], "label": "'@kbn/react-kibana-context-theme'", "description": [], - "path": "packages/kbn-ui-shared-deps-src/src/definitions.js", + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/ui-shared-deps-src", + "id": "def-common.externals.kbnshareduxrouter", + "type": "string", + "tags": [], + "label": "'@kbn/shared-ux-router'", + "description": [], + "path": "src/platform/packages/private/kbn-ui-shared-deps-src/src/definitions.js", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_ui_shared_deps_src.mdx b/api_docs/kbn_ui_shared_deps_src.mdx index dbb991fb9dca2..178a34beb59b5 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ui-shared-deps-src'] --- import kbnUiSharedDepsSrcObj from './kbn_ui_shared_deps_src.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kiban | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 61 | 0 | 52 | 0 | +| 65 | 0 | 56 | 0 | ## Common diff --git a/api_docs/kbn_ui_theme.devdocs.json b/api_docs/kbn_ui_theme.devdocs.json index e4622567f99fb..009e1e5a5eccd 100644 --- a/api_docs/kbn_ui_theme.devdocs.json +++ b/api_docs/kbn_ui_theme.devdocs.json @@ -29,7 +29,7 @@ "signature": [ "(mode: boolean) => void" ], - "path": "packages/kbn-ui-theme/src/theme.ts", + "path": "src/platform/packages/shared/kbn-ui-theme/src/theme.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -43,7 +43,7 @@ "signature": [ "boolean" ], - "path": "packages/kbn-ui-theme/src/theme.ts", + "path": "src/platform/packages/shared/kbn-ui-theme/src/theme.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -65,38 +65,10 @@ ], "label": "darkMode", "description": [], - "path": "packages/kbn-ui-theme/src/theme.ts", + "path": "src/platform/packages/shared/kbn-ui-theme/src/theme.ts", "deprecated": true, "trackAdoption": false, "references": [ - { - "plugin": "@kbn/monaco", - "path": "packages/kbn-monaco/src/console/theme.ts" - }, - { - "plugin": "@kbn/monaco", - "path": "packages/kbn-monaco/src/console/theme.ts" - }, - { - "plugin": "@kbn/monaco", - "path": "packages/kbn-monaco/src/console/theme.ts" - }, - { - "plugin": "@kbn/monaco", - "path": "packages/kbn-monaco/src/console/theme.ts" - }, - { - "plugin": "@kbn/monaco", - "path": "packages/kbn-monaco/src/console/theme.ts" - }, - { - "plugin": "@kbn/monaco", - "path": "packages/kbn-monaco/src/console/theme.ts" - }, - { - "plugin": "@kbn/monaco", - "path": "packages/kbn-monaco/src/console/theme.ts" - }, { "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/public/resolver/view/use_colors.ts" @@ -129,7 +101,7 @@ ], "label": "tag", "description": [], - "path": "packages/kbn-ui-theme/src/theme.ts", + "path": "src/platform/packages/shared/kbn-ui-theme/src/theme.ts", "deprecated": true, "trackAdoption": false, "references": [], @@ -145,7 +117,7 @@ "signature": [ "{ 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; }" ], - "path": "packages/kbn-ui-theme/src/theme.ts", + "path": "src/platform/packages/shared/kbn-ui-theme/src/theme.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -162,7 +134,7 @@ "signature": [ "8" ], - "path": "packages/kbn-ui-theme/src/theme.ts", + "path": "src/platform/packages/shared/kbn-ui-theme/src/theme.ts", "deprecated": true, "trackAdoption": false, "references": [], @@ -180,7 +152,7 @@ "signature": [ "{ 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; }" ], - "path": "packages/kbn-ui-theme/src/theme.ts", + "path": "src/platform/packages/shared/kbn-ui-theme/src/theme.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -195,7 +167,7 @@ "signature": [ "{ 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; }" ], - "path": "packages/kbn-ui-theme/src/theme.ts", + "path": "src/platform/packages/shared/kbn-ui-theme/src/theme.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -212,7 +184,7 @@ "signature": [ "{ 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; }" ], - "path": "packages/kbn-ui-theme/src/theme.ts", + "path": "src/platform/packages/shared/kbn-ui-theme/src/theme.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_ui_theme.mdx b/api_docs/kbn_ui_theme.mdx index 2e275eb100eae..b45ab505f3b52 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-12-27 +date: 2025-01-05 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 24f786f64dcb2..e6fa8f404f5a7 100644 --- a/api_docs/kbn_unified_data_table.devdocs.json +++ b/api_docs/kbn_unified_data_table.devdocs.json @@ -28,7 +28,7 @@ "text": "DataGridDensity" } ], - "path": "packages/kbn-unified-data-table/src/hooks/use_data_grid_density.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/hooks/use_data_grid_density.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -48,7 +48,7 @@ "text": "Storage" } ], - "path": "packages/kbn-unified-data-table/src/hooks/use_data_grid_density.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/hooks/use_data_grid_density.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -63,7 +63,7 @@ "signature": [ "string" ], - "path": "packages/kbn-unified-data-table/src/hooks/use_data_grid_density.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/hooks/use_data_grid_density.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -92,7 +92,7 @@ }, ") => string[]" ], - "path": "packages/kbn-unified-data-table/src/utils/columns.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/utils/columns.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -106,7 +106,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-unified-data-table/src/utils/columns.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/utils/columns.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -127,7 +127,7 @@ "text": "DataView" } ], - "path": "packages/kbn-unified-data-table/src/utils/columns.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/utils/columns.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -155,7 +155,7 @@ "text": "UnifiedDataTableRenderCustomToolbar" } ], - "path": "packages/kbn-unified-data-table/src/components/custom_toolbar/render_custom_toolbar.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/custom_toolbar/render_custom_toolbar.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -166,7 +166,7 @@ "tags": [], "label": "{\n leftSide,\n bottomSection,\n}", "description": [], - "path": "packages/kbn-unified-data-table/src/components/custom_toolbar/render_custom_toolbar.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/custom_toolbar/render_custom_toolbar.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -180,7 +180,7 @@ "signature": [ "React.ReactElement> | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/custom_toolbar/render_custom_toolbar.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/custom_toolbar/render_custom_toolbar.tsx", "deprecated": false, "trackAdoption": false }, @@ -194,7 +194,7 @@ "signature": [ "React.ReactElement> | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/custom_toolbar/render_custom_toolbar.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/custom_toolbar/render_custom_toolbar.tsx", "deprecated": false, "trackAdoption": false } @@ -214,7 +214,7 @@ "signature": [ "({ storage, consumer, rowHeightState, configRowHeight, }: Pick & { configRowHeight?: number | undefined; }) => number" ], - "path": "packages/kbn-unified-data-table/src/hooks/use_row_height.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/hooks/use_row_height.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -228,7 +228,7 @@ "signature": [ "Pick & { configRowHeight?: number | undefined; }" ], - "path": "packages/kbn-unified-data-table/src/hooks/use_row_height.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/hooks/use_row_height.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -247,7 +247,7 @@ "signature": [ "(currentRowsPerPage?: number | undefined) => number[]" ], - "path": "packages/kbn-unified-data-table/src/utils/rows_per_page.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/utils/rows_per_page.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -261,7 +261,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-unified-data-table/src/utils/rows_per_page.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/utils/rows_per_page.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -290,7 +290,7 @@ }, "[]) => TextBasedColumnTypes" ], - "path": "packages/kbn-unified-data-table/src/utils/get_columns_meta.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/utils/get_columns_meta.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -311,7 +311,7 @@ }, "[]" ], - "path": "packages/kbn-unified-data-table/src/utils/get_columns_meta.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/utils/get_columns_meta.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -330,7 +330,7 @@ "signature": [ "React.NamedExoticComponent & { readonly type: (props: JsonCodeEditorCommonProps) => React.JSX.Element; }" ], - "path": "packages/kbn-unified-data-table/src/components/json_code_editor/json_code_editor_common.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/json_code_editor/json_code_editor_common.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -377,16 +377,10 @@ "text": "DataViewsServicePublic" }, ", capabilities: ", - { - "pluginId": "@kbn/core-capabilities-common", - "scope": "common", - "docId": "kibKbnCoreCapabilitiesCommonPluginApi", - "section": "def-common.Capabilities", - "text": "Capabilities" - }, + "Capabilities", ") => Promise" ], - "path": "packages/kbn-unified-data-table/src/utils/popularize_field.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/utils/popularize_field.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -406,7 +400,7 @@ "text": "DataView" } ], - "path": "packages/kbn-unified-data-table/src/utils/popularize_field.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/utils/popularize_field.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -421,7 +415,7 @@ "signature": [ "string" ], - "path": "packages/kbn-unified-data-table/src/utils/popularize_field.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/utils/popularize_field.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -442,7 +436,7 @@ "text": "DataViewsServicePublic" } ], - "path": "packages/kbn-unified-data-table/src/utils/popularize_field.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/utils/popularize_field.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -455,15 +449,9 @@ "label": "capabilities", "description": [], "signature": [ - { - "pluginId": "@kbn/core-capabilities-common", - "scope": "common", - "docId": "kibKbnCoreCapabilitiesCommonPluginApi", - "section": "def-common.Capabilities", - "text": "Capabilities" - } + "Capabilities" ], - "path": "packages/kbn-unified-data-table/src/utils/popularize_field.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/utils/popularize_field.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -490,7 +478,7 @@ }, ") => React.ReactElement>" ], - "path": "packages/kbn-unified-data-table/src/components/custom_toolbar/render_custom_toolbar.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/custom_toolbar/render_custom_toolbar.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -511,7 +499,7 @@ "text": "UnifiedDataTableRenderCustomToolbarProps" } ], - "path": "packages/kbn-unified-data-table/src/components/custom_toolbar/render_custom_toolbar.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/custom_toolbar/render_custom_toolbar.tsx", "deprecated": false, "trackAdoption": false } @@ -536,7 +524,7 @@ }, ") => React.JSX.Element" ], - "path": "packages/kbn-unified-data-table/src/components/row_height_settings.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/row_height_settings.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -556,7 +544,7 @@ "text": "RowHeightSettingsProps" } ], - "path": "packages/kbn-unified-data-table/src/components/row_height_settings.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/row_height_settings.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -607,7 +595,7 @@ }, "; dataTestSubj?: string | undefined; className?: string | undefined; isCompressed?: boolean | undefined; }) => React.JSX.Element" ], - "path": "packages/kbn-unified-data-table/src/components/source_document.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/source_document.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -618,7 +606,7 @@ "tags": [], "label": "{\n useTopLevelObjectColumns,\n row,\n columnId,\n dataView,\n shouldShowFieldHandler,\n maxEntries,\n isPlainRecord,\n fieldFormats,\n dataTestSubj = 'discoverCellDescriptionList',\n className,\n isCompressed = true,\n}", "description": [], - "path": "packages/kbn-unified-data-table/src/components/source_document.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/source_document.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -629,7 +617,7 @@ "tags": [], "label": "useTopLevelObjectColumns", "description": [], - "path": "packages/kbn-unified-data-table/src/components/source_document.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/source_document.tsx", "deprecated": false, "trackAdoption": false }, @@ -649,7 +637,7 @@ "text": "DataTableRecord" } ], - "path": "packages/kbn-unified-data-table/src/components/source_document.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/source_document.tsx", "deprecated": false, "trackAdoption": false }, @@ -660,7 +648,7 @@ "tags": [], "label": "columnId", "description": [], - "path": "packages/kbn-unified-data-table/src/components/source_document.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/source_document.tsx", "deprecated": false, "trackAdoption": false }, @@ -680,7 +668,7 @@ "text": "DataView" } ], - "path": "packages/kbn-unified-data-table/src/components/source_document.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/source_document.tsx", "deprecated": false, "trackAdoption": false }, @@ -694,7 +682,7 @@ "signature": [ "(fieldName: string) => boolean" ], - "path": "packages/kbn-unified-data-table/src/components/source_document.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/source_document.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -706,7 +694,7 @@ "tags": [], "label": "fieldName", "description": [], - "path": "packages/kbn-discover-utils/src/utils/get_should_show_field_handler.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/utils/get_should_show_field_handler.ts", "deprecated": false, "trackAdoption": false } @@ -719,7 +707,7 @@ "tags": [], "label": "maxEntries", "description": [], - "path": "packages/kbn-unified-data-table/src/components/source_document.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/source_document.tsx", "deprecated": false, "trackAdoption": false }, @@ -733,7 +721,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/source_document.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/source_document.tsx", "deprecated": false, "trackAdoption": false }, @@ -763,7 +751,7 @@ }, "; }" ], - "path": "packages/kbn-unified-data-table/src/components/source_document.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/source_document.tsx", "deprecated": false, "trackAdoption": false }, @@ -777,7 +765,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/source_document.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/source_document.tsx", "deprecated": false, "trackAdoption": false }, @@ -791,7 +779,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/source_document.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/source_document.tsx", "deprecated": false, "trackAdoption": false }, @@ -805,7 +793,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/source_document.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/source_document.tsx", "deprecated": false, "trackAdoption": false } @@ -833,7 +821,7 @@ }, ") => React.JSX.Element" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -853,7 +841,7 @@ "text": "UnifiedDataTableProps" } ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -880,7 +868,7 @@ }, ") => { columns: string[]; onAddColumn: (columnName: string) => void; onRemoveColumn: (columnName: string) => void; onMoveColumn: (columnName: string, newIndex: number) => void; onSetColumns: (nextColumns: string[], hideTimeColumn: boolean) => void; }" ], - "path": "packages/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -900,7 +888,7 @@ "text": "UseColumnsProps" } ], - "path": "packages/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -918,7 +906,7 @@ "tags": [], "label": "CustomGridColumnProps", "description": [], - "path": "packages/kbn-unified-data-table/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -932,7 +920,7 @@ "signature": [ "EuiDataGridColumn" ], - "path": "packages/kbn-unified-data-table/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -946,7 +934,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-unified-data-table/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -960,7 +948,7 @@ "tags": [], "label": "RowHeightSettingsProps", "description": [], - "path": "packages/kbn-unified-data-table/src/components/row_height_settings.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/row_height_settings.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -975,7 +963,7 @@ "RowHeightMode", " | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/row_height_settings.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/row_height_settings.tsx", "deprecated": false, "trackAdoption": false }, @@ -989,7 +977,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/row_height_settings.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/row_height_settings.tsx", "deprecated": false, "trackAdoption": false }, @@ -1003,7 +991,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/row_height_settings.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/row_height_settings.tsx", "deprecated": false, "trackAdoption": false }, @@ -1014,7 +1002,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-unified-data-table/src/components/row_height_settings.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/row_height_settings.tsx", "deprecated": false, "trackAdoption": false }, @@ -1028,7 +1016,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/row_height_settings.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/row_height_settings.tsx", "deprecated": false, "trackAdoption": false }, @@ -1044,7 +1032,7 @@ "RowHeightMode", " | undefined) => void" ], - "path": "packages/kbn-unified-data-table/src/components/row_height_settings.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/row_height_settings.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1059,7 +1047,7 @@ "RowHeightMode", " | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/row_height_settings.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/row_height_settings.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1077,7 +1065,7 @@ "signature": [ "(newRowHeightLines: number) => void" ], - "path": "packages/kbn-unified-data-table/src/components/row_height_settings.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/row_height_settings.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1091,7 +1079,7 @@ "signature": [ "number" ], - "path": "packages/kbn-unified-data-table/src/components/row_height_settings.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/row_height_settings.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1109,7 +1097,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/row_height_settings.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/row_height_settings.tsx", "deprecated": false, "trackAdoption": false } @@ -1125,7 +1113,7 @@ "description": [ "\nUnified Data Table props" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1138,7 +1126,7 @@ "description": [ "\nDetermines which element labels the grid for ARIA" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1154,7 +1142,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1170,7 +1158,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1193,7 +1181,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1209,7 +1197,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1225,7 +1213,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1241,7 +1229,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1257,7 +1245,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1273,7 +1261,7 @@ "signature": [ "((headerRowHeight: number) => void) | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1287,7 +1275,7 @@ "signature": [ "number" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1314,7 +1302,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1336,7 +1324,7 @@ "text": "DataView" } ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1358,7 +1346,7 @@ "text": "DataLoadingState" } ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1375,7 +1363,7 @@ "DocViewFilterFn", " | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1391,7 +1379,7 @@ "signature": [ "((colSettings: { columnId: string; width: number | undefined; }) => void) | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1402,7 +1390,7 @@ "tags": [], "label": "colSettings", "description": [], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1413,7 +1401,7 @@ "tags": [], "label": "columnId", "description": [], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1427,7 +1415,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false } @@ -1448,7 +1436,7 @@ "signature": [ "(columns: string[], hideTimeColumn: boolean) => void" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1462,7 +1450,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1477,7 +1465,7 @@ "signature": [ "boolean" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1497,7 +1485,7 @@ "signature": [ "((sort: string[][]) => void) | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1511,7 +1499,7 @@ "signature": [ "string[][]" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1538,7 +1526,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1562,7 +1550,7 @@ }, " | undefined) => void) | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1583,7 +1571,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1610,7 +1598,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1626,7 +1614,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1642,7 +1630,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1655,7 +1643,7 @@ "description": [ "\nDetermines whether the time columns should be displayed (legacy settings)" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1671,7 +1659,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1687,7 +1675,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1710,7 +1698,7 @@ }, "[]" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1726,7 +1714,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1742,7 +1730,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1758,7 +1746,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1774,7 +1762,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1790,7 +1778,7 @@ "signature": [ "((rowHeight: number) => void) | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1804,7 +1792,7 @@ "signature": [ "number" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1831,7 +1819,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1855,7 +1843,7 @@ }, ") => void) | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1875,7 +1863,7 @@ "text": "DataGridDensity" } ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1895,7 +1883,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1911,7 +1899,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -1927,7 +1915,7 @@ "signature": [ "((rowsPerPage: number) => void) | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1941,7 +1929,7 @@ "signature": [ "number" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1961,7 +1949,7 @@ "signature": [ "((pageIndex: number) => void) | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1975,7 +1963,7 @@ "signature": [ "number" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1995,7 +1983,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -2008,7 +1996,7 @@ "description": [ "\nThe max size of the documents returned by Elasticsearch" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -2024,7 +2012,7 @@ "signature": [ "((sampleSize: number) => void) | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2038,7 +2026,7 @@ "signature": [ "number" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2058,7 +2046,7 @@ "signature": [ "(() => void) | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -2107,13 +2095,7 @@ "text": "PluginStart" }, " | undefined; toastNotifications: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - }, + "IToasts", "; storage: ", { "pluginId": "kibanaUtils", @@ -2132,7 +2114,7 @@ }, "; }" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -2172,7 +2154,7 @@ }, " | undefined) => JSX.Element | undefined) | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2192,7 +2174,7 @@ "text": "DataTableRecord" } ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2214,7 +2196,7 @@ }, "[]" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2229,7 +2211,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2251,7 +2233,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2271,7 +2253,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -2287,7 +2269,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -2304,7 +2286,7 @@ "EuiDataGridControlColumn", "[] | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": true, "trackAdoption": false, "references": [ @@ -2331,7 +2313,7 @@ "EuiDataGridControlColumn", "[] | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -2354,7 +2336,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -2370,7 +2352,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -2386,7 +2368,7 @@ "signature": [ "(() => void) | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -2404,7 +2386,7 @@ "signature": [ "string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | null | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -2420,7 +2402,7 @@ "signature": [ "number[] | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -2438,7 +2420,7 @@ "EuiDataGridCustomBodyProps", ") => React.ReactNode) | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2452,7 +2434,7 @@ "signature": [ "EuiDataGridCustomBodyProps" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2479,7 +2461,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -2495,7 +2477,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -2511,7 +2493,7 @@ "signature": [ "Record | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -2527,7 +2509,7 @@ "signature": [ "\"replace\" | \"append\" | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -2543,7 +2525,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -2566,7 +2548,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -2597,7 +2579,7 @@ }, "> | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -2620,7 +2602,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -2636,7 +2618,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -2652,7 +2634,7 @@ "signature": [ "Record | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -2669,7 +2651,7 @@ "EuiDataGridStyle", " | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -2685,7 +2667,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -2701,7 +2683,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -2717,7 +2699,7 @@ "signature": [ "CellContext | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -2737,7 +2719,7 @@ "EuiDataGridCellPopoverElementProps", ") => React.ReactNode) | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false }, @@ -2763,7 +2745,7 @@ "EuiThemeComputed", "<{}>) => { color: string; label: string; } | undefined) | undefined" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false } @@ -2777,7 +2759,7 @@ "tags": [], "label": "UnifiedDataTableRenderCustomToolbarProps", "description": [], - "path": "packages/kbn-unified-data-table/src/components/custom_toolbar/render_custom_toolbar.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/custom_toolbar/render_custom_toolbar.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2791,7 +2773,7 @@ "signature": [ "EuiDataGridCustomToolbarProps" ], - "path": "packages/kbn-unified-data-table/src/components/custom_toolbar/render_custom_toolbar.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/custom_toolbar/render_custom_toolbar.tsx", "deprecated": false, "trackAdoption": false }, @@ -2805,7 +2787,7 @@ "signature": [ "{ additionalControls?: React.ReactNode; }" ], - "path": "packages/kbn-unified-data-table/src/components/custom_toolbar/render_custom_toolbar.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/custom_toolbar/render_custom_toolbar.tsx", "deprecated": false, "trackAdoption": false } @@ -2821,7 +2803,7 @@ "description": [ "\nUser configurable state of data grid, persisted in saved search" ], - "path": "packages/kbn-unified-data-table/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2843,7 +2825,7 @@ }, "> | undefined" ], - "path": "packages/kbn-unified-data-table/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -2857,7 +2839,7 @@ "tags": [], "label": "UnifiedDataTableSettingsColumn", "description": [], - "path": "packages/kbn-unified-data-table/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2871,7 +2853,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-unified-data-table/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2887,7 +2869,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-data-table/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -2901,7 +2883,7 @@ "tags": [], "label": "UseColumnsProps", "description": [], - "path": "packages/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2913,15 +2895,9 @@ "label": "capabilities", "description": [], "signature": [ - { - "pluginId": "@kbn/core-capabilities-common", - "scope": "common", - "docId": "kibKbnCoreCapabilitiesCommonPluginApi", - "section": "def-common.Capabilities", - "text": "Capabilities" - } + "Capabilities" ], - "path": "packages/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", "deprecated": false, "trackAdoption": false }, @@ -2941,7 +2917,7 @@ "text": "DataView" } ], - "path": "packages/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", "deprecated": false, "trackAdoption": false }, @@ -2961,7 +2937,7 @@ "text": "DataViewsServicePublic" } ], - "path": "packages/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", "deprecated": false, "trackAdoption": false }, @@ -2983,7 +2959,7 @@ }, " | undefined; }) => void" ], - "path": "packages/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2994,7 +2970,7 @@ "tags": [], "label": "state", "description": [], - "path": "packages/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3008,7 +2984,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", "deprecated": false, "trackAdoption": false }, @@ -3022,7 +2998,7 @@ "signature": [ "string[][] | undefined" ], - "path": "packages/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", "deprecated": false, "trackAdoption": false }, @@ -3043,7 +3019,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", "deprecated": false, "trackAdoption": false } @@ -3062,7 +3038,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", "deprecated": false, "trackAdoption": false }, @@ -3076,7 +3052,7 @@ "signature": [ "string[][] | undefined" ], - "path": "packages/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", "deprecated": false, "trackAdoption": false }, @@ -3090,7 +3066,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", "deprecated": false, "trackAdoption": false }, @@ -3111,7 +3087,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/hooks/use_data_grid_columns.ts", "deprecated": false, "trackAdoption": false } @@ -3127,7 +3103,7 @@ "tags": [], "label": "DataGridDensity", "description": [], - "path": "packages/kbn-unified-data-table/src/constants.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3139,7 +3115,7 @@ "tags": [], "label": "DataLoadingState", "description": [], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3164,7 +3140,7 @@ }, ">; }" ], - "path": "packages/kbn-unified-data-table/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3189,7 +3165,7 @@ "EuiDataGridColumn", "; }" ], - "path": "packages/kbn-unified-data-table/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3229,7 +3205,7 @@ }, "; closePopover: () => void; isCompressed?: boolean | undefined; }" ], - "path": "packages/kbn-unified-data-table/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3254,7 +3230,7 @@ }, "; esType?: string | undefined; }; }" ], - "path": "packages/kbn-discover-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-discover-utils/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3269,7 +3245,7 @@ "signature": [ "\"openDetails\"" ], - "path": "packages/kbn-unified-data-table/src/components/data_table_columns.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table_columns.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3284,7 +3260,7 @@ "signature": [ "\"select\"" ], - "path": "packages/kbn-unified-data-table/src/components/data_table_columns.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table_columns.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3299,7 +3275,7 @@ "signature": [ "[string, string]" ], - "path": "packages/kbn-unified-data-table/src/components/data_table.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/data_table.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3314,7 +3290,7 @@ "signature": [ "\"_source\"" ], - "path": "packages/kbn-unified-data-table/src/utils/columns.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/utils/columns.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3337,7 +3313,7 @@ }, ") => React.ReactElement>" ], - "path": "packages/kbn-unified-data-table/src/components/custom_toolbar/render_custom_toolbar.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/custom_toolbar/render_custom_toolbar.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3358,7 +3334,7 @@ "text": "UnifiedDataTableRenderCustomToolbarProps" } ], - "path": "packages/kbn-unified-data-table/src/components/custom_toolbar/render_custom_toolbar.tsx", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/components/custom_toolbar/render_custom_toolbar.tsx", "deprecated": false, "trackAdoption": false } @@ -3375,7 +3351,7 @@ "signature": [ "(rowIndex: number, columnId: string, options?: { compatibleWithCSV?: boolean | undefined; } | undefined) => { formattedString: string; withFormula: boolean; }" ], - "path": "packages/kbn-unified-data-table/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3387,7 +3363,7 @@ "tags": [], "label": "rowIndex", "description": [], - "path": "packages/kbn-unified-data-table/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3398,7 +3374,7 @@ "tags": [], "label": "columnId", "description": [], - "path": "packages/kbn-unified-data-table/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3412,7 +3388,7 @@ "signature": [ "{ compatibleWithCSV?: boolean | undefined; } | undefined" ], - "path": "packages/kbn-unified-data-table/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -3433,7 +3409,7 @@ "signature": [ "{ readonly auto: -1; readonly single: 0; readonly default: 3; }" ], - "path": "packages/kbn-unified-data-table/src/constants.ts", + "path": "src/platform/packages/shared/kbn-unified-data-table/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_unified_data_table.mdx b/api_docs/kbn_unified_data_table.mdx index f429a66cc5bce..691e968d4e44f 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-data-table'] --- import kbnUnifiedDataTableObj from './kbn_unified_data_table.devdocs.json'; diff --git a/api_docs/kbn_unified_doc_viewer.devdocs.json b/api_docs/kbn_unified_doc_viewer.devdocs.json index 54a94acd8e5e3..a75ef82cce9a9 100644 --- a/api_docs/kbn_unified_doc_viewer.devdocs.json +++ b/api_docs/kbn_unified_doc_viewer.devdocs.json @@ -25,7 +25,7 @@ "tags": [], "label": "DocViewsRegistry", "description": [], - "path": "packages/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", + "path": "src/platform/packages/shared/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -39,7 +39,7 @@ "signature": [ "any" ], - "path": "packages/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", + "path": "src/platform/packages/shared/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -62,7 +62,7 @@ "DocView", "[] | undefined" ], - "path": "packages/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", + "path": "src/platform/packages/shared/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -82,7 +82,7 @@ "DocView", "[]" ], - "path": "packages/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", + "path": "src/platform/packages/shared/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -102,7 +102,7 @@ "DocViewFactory", ") => void" ], - "path": "packages/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", + "path": "src/platform/packages/shared/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -118,7 +118,7 @@ " | ", "DocViewFactory" ], - "path": "packages/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", + "path": "src/platform/packages/shared/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -136,7 +136,7 @@ "signature": [ "(id: string) => void" ], - "path": "packages/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", + "path": "src/platform/packages/shared/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -150,7 +150,7 @@ "signature": [ "string" ], - "path": "packages/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", + "path": "src/platform/packages/shared/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -168,7 +168,7 @@ "signature": [ "(id: string) => void" ], - "path": "packages/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", + "path": "src/platform/packages/shared/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -182,7 +182,7 @@ "signature": [ "string" ], - "path": "packages/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", + "path": "src/platform/packages/shared/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -200,7 +200,7 @@ "signature": [ "(id: string) => void" ], - "path": "packages/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", + "path": "src/platform/packages/shared/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -214,7 +214,7 @@ "signature": [ "string" ], - "path": "packages/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", + "path": "src/platform/packages/shared/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -239,7 +239,7 @@ "text": "DocViewsRegistry" } ], - "path": "packages/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", + "path": "src/platform/packages/shared/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -264,7 +264,7 @@ "DocViewerProps", ") => React.JSX.Element | null" ], - "path": "packages/kbn-unified-doc-viewer/src/components/doc_viewer/doc_viewer.tsx", + "path": "src/platform/packages/shared/kbn-unified-doc-viewer/src/components/doc_viewer/doc_viewer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -278,7 +278,7 @@ "signature": [ "DocViewerProps" ], - "path": "packages/kbn-unified-doc-viewer/src/components/doc_viewer/doc_viewer.tsx", + "path": "src/platform/packages/shared/kbn-unified-doc-viewer/src/components/doc_viewer/doc_viewer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -297,7 +297,7 @@ "signature": [ "({\n fieldName,\n fieldMapping,\n fieldType,\n fieldIconProps,\n scripted = false,\n highlight = '',\n}: Props) => React.JSX.Element" ], - "path": "packages/kbn-unified-doc-viewer/src/components/field_name/field_name.tsx", + "path": "src/platform/packages/shared/kbn-unified-doc-viewer/src/components/field_name/field_name.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -311,7 +311,7 @@ "signature": [ "Props" ], - "path": "packages/kbn-unified-doc-viewer/src/components/field_name/field_name.tsx", + "path": "src/platform/packages/shared/kbn-unified-doc-viewer/src/components/field_name/field_name.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -330,7 +330,7 @@ "tags": [], "label": "ElasticRequestState", "description": [], - "path": "packages/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", + "path": "src/platform/packages/shared/kbn-unified-doc-viewer/src/services/doc_views_registry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_unified_doc_viewer.mdx b/api_docs/kbn_unified_doc_viewer.mdx index 3b9c524f38f8d..258e8e6fd9953 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-12-27 +date: 2025-01-05 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 8d9c7a262b95d..7522989684f73 100644 --- a/api_docs/kbn_unified_field_list.devdocs.json +++ b/api_docs/kbn_unified_field_list.devdocs.json @@ -15,7 +15,7 @@ "signature": [ "(props: FieldsInfo) => string[]" ], - "path": "packages/kbn-unified-field-list/src/utils/fallback_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/utils/fallback_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -29,7 +29,7 @@ "signature": [ "FieldsInfo" ], - "path": "packages/kbn-unified-field-list/src/utils/fallback_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/utils/fallback_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -60,7 +60,7 @@ }, ") => React.JSX.Element" ], - "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -81,7 +81,7 @@ }, "" ], - "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -112,7 +112,7 @@ }, ">) => React.JSX.Element" ], - "path": "packages/kbn-unified-field-list/src/components/field_list/field_list.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list/field_list.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -134,7 +134,7 @@ }, ">" ], - "path": "packages/kbn-unified-field-list/src/components/field_list/field_list.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list/field_list.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -177,7 +177,7 @@ }, ") => React.JSX.Element" ], - "path": "packages/kbn-unified-field-list/src/components/field_list_filters/index.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -199,7 +199,7 @@ }, "" ], - "path": "packages/kbn-unified-field-list/src/components/field_list_filters/index.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/index.tsx", "deprecated": false, "trackAdoption": false } @@ -240,7 +240,7 @@ }, ") => React.JSX.Element" ], - "path": "packages/kbn-unified-field-list/src/components/field_list_grouped/index.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_grouped/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -262,7 +262,7 @@ }, "" ], - "path": "packages/kbn-unified-field-list/src/components/field_list_grouped/index.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_grouped/index.tsx", "deprecated": false, "trackAdoption": false } @@ -287,7 +287,7 @@ }, ") => React.JSX.Element" ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -307,7 +307,7 @@ "text": "FieldPopoverProps" } ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -334,7 +334,7 @@ }, ") => React.JSX.Element" ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_footer.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_footer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -354,7 +354,7 @@ "text": "FieldVisualizeButtonProps" } ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_footer.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_footer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -381,7 +381,7 @@ }, ") => React.JSX.Element | null" ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -401,7 +401,7 @@ "text": "FieldPopoverHeaderProps" } ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -428,7 +428,7 @@ }, ">" ], - "path": "packages/kbn-unified-field-list/src/components/field_stats/index.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -482,7 +482,7 @@ }, ">" ], - "path": "packages/kbn-unified-field-list/src/components/field_stats/index.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -536,7 +536,7 @@ }, ">" ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -600,7 +600,7 @@ }, "> | undefined) => string[]" ], - "path": "packages/kbn-unified-field-list/src/utils/fallback_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/utils/fallback_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -629,7 +629,7 @@ }, "> | undefined" ], - "path": "packages/kbn-unified-field-list/src/utils/fallback_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/utils/fallback_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -666,7 +666,7 @@ }, "> | undefined) => string[]" ], - "path": "packages/kbn-unified-field-list/src/utils/fallback_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/utils/fallback_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -680,7 +680,7 @@ "signature": [ "string" ], - "path": "packages/kbn-unified-field-list/src/utils/fallback_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/utils/fallback_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -710,7 +710,7 @@ }, "> | undefined" ], - "path": "packages/kbn-unified-field-list/src/utils/fallback_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/utils/fallback_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -747,7 +747,7 @@ }, "> | undefined, delimiter?: string) => string" ], - "path": "packages/kbn-unified-field-list/src/utils/fallback_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/utils/fallback_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -761,7 +761,7 @@ "signature": [ "string" ], - "path": "packages/kbn-unified-field-list/src/utils/fallback_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/utils/fallback_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -791,7 +791,7 @@ }, "> | undefined" ], - "path": "packages/kbn-unified-field-list/src/utils/fallback_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/utils/fallback_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -806,7 +806,7 @@ "signature": [ "string" ], - "path": "packages/kbn-unified-field-list/src/utils/fallback_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/utils/fallback_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -851,7 +851,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -880,7 +880,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -941,7 +941,7 @@ }, " | undefined>" ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -961,7 +961,7 @@ "text": "UiActionsPublicStart" } ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -982,7 +982,7 @@ "text": "DataViewField" } ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1004,7 +1004,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1019,7 +1019,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1041,7 +1041,7 @@ }, "[]" ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1102,7 +1102,7 @@ }, "; }" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1122,7 +1122,7 @@ "text": "QuerySubscriberResult" } ], - "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1149,7 +1149,7 @@ }, "[] | undefined; }>" ], - "path": "packages/kbn-unified-field-list/src/services/field_existing/index.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/services/field_existing/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1163,7 +1163,7 @@ "signature": [ "FetchFieldExistenceParams" ], - "path": "packages/kbn-unified-field-list/src/services/field_existing/index.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/services/field_existing/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1190,7 +1190,7 @@ }, ">" ], - "path": "packages/kbn-unified-field-list/src/services/field_stats/index.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/services/field_stats/index.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1204,7 +1204,7 @@ "signature": [ "FetchFieldStatsParams" ], - "path": "packages/kbn-unified-field-list/src/services/field_stats/index.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/services/field_stats/index.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1223,7 +1223,7 @@ "signature": [ "() => void" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1240,7 +1240,7 @@ "signature": [ "React.ForwardRefExoticComponent<{ associatedSmartFields: string; } & React.RefAttributes<{}>>" ], - "path": "packages/kbn-unified-field-list/src/components/fallback_fields/index.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/fallback_fields/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1296,7 +1296,7 @@ }, " | undefined) => void" ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1316,7 +1316,7 @@ "text": "UiActionsPublicStart" } ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1337,7 +1337,7 @@ "text": "DataViewField" } ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1352,7 +1352,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1367,7 +1367,7 @@ "signature": [ "string" ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1389,7 +1389,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1432,7 +1432,7 @@ }, " | undefined) => void" ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1452,7 +1452,7 @@ "text": "UiActionsPublicStart" } ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1467,7 +1467,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1482,7 +1482,7 @@ "signature": [ "string" ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1504,7 +1504,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1526,7 +1526,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1554,13 +1554,7 @@ "text": "FieldStatsServices" }, ", \"uiSettings\"> & { core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", "; } & { uiActions?: ", { "pluginId": "uiActions", @@ -1613,7 +1607,7 @@ }, ">>" ], - "path": "packages/kbn-unified-field-list/src/containers/unified_field_list_sidebar/index.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/containers/unified_field_list_sidebar/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1662,7 +1656,7 @@ "text": "ExistingFieldsFetcher" } ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1682,7 +1676,7 @@ "text": "ExistingFieldsFetcherParams" } ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1717,7 +1711,7 @@ }, "[]; }" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1752,7 +1746,7 @@ }, "" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1773,7 +1767,7 @@ }, "" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1808,7 +1802,7 @@ }, "" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1829,7 +1823,7 @@ }, "" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1865,7 +1859,7 @@ "text": "QuerySubscriberResult" } ], - "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1885,7 +1879,7 @@ "text": "QuerySubscriberParams" } ], - "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1913,7 +1907,7 @@ }, "" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1927,7 +1921,7 @@ "signature": [ "T[] | undefined" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1941,7 +1935,7 @@ "signature": [ "Record | undefined" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -1965,7 +1959,7 @@ }, "" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1979,7 +1973,7 @@ "signature": [ "{ key: KeyType; count: number; }[]" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1993,7 +1987,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -2007,7 +2001,7 @@ "tags": [], "label": "ExistingFieldsFetcher", "description": [], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2021,7 +2015,7 @@ "signature": [ "(dataViewId?: string | undefined) => Promise" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2035,7 +2029,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2050,7 +2044,7 @@ "tags": [], "label": "isProcessing", "description": [], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false } @@ -2064,7 +2058,7 @@ "tags": [], "label": "ExistingFieldsFetcherParams", "description": [], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2078,7 +2072,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -2099,7 +2093,7 @@ }, "[]" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -2113,7 +2107,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -2127,7 +2121,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -2156,7 +2150,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -2177,7 +2171,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -2190,13 +2184,7 @@ "description": [], "signature": [ "{ core: Pick<", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", \"analytics\" | \"uiSettings\">; data: ", { "pluginId": "data", @@ -2215,7 +2203,7 @@ }, "; }" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -2229,7 +2217,7 @@ "signature": [ "((dataViewId: string) => unknown) | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2243,7 +2231,7 @@ "signature": [ "string" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2261,7 +2249,7 @@ "tags": [], "label": "ExistingFieldsInfo", "description": [], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2281,7 +2269,7 @@ "text": "ExistenceFetchStatus" } ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -2295,7 +2283,7 @@ "signature": [ "{ [x: string]: boolean; }" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -2316,7 +2304,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -2327,7 +2315,7 @@ "tags": [], "label": "numberOfFetches", "description": [], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -2341,7 +2329,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false } @@ -2355,7 +2343,7 @@ "tags": [], "label": "ExistingFieldsReader", "description": [], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2369,7 +2357,7 @@ "signature": [ "(dataViewId: string, fieldName: string) => boolean" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2383,7 +2371,7 @@ "signature": [ "string" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2398,7 +2386,7 @@ "signature": [ "string" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2423,7 +2411,7 @@ "text": "ExistenceFetchStatus" } ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2437,7 +2425,7 @@ "signature": [ "string" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2455,7 +2443,7 @@ "signature": [ "(dataViewId: string) => boolean" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2469,7 +2457,7 @@ "signature": [ "string" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2495,7 +2483,7 @@ }, "[]" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2509,7 +2497,7 @@ "signature": [ "string" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2539,7 +2527,7 @@ }, "" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2553,7 +2541,7 @@ "signature": [ "T[] | null" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false }, @@ -2574,7 +2562,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false }, @@ -2588,7 +2576,7 @@ "signature": [ "((field: T) => boolean) | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2602,7 +2590,7 @@ "signature": [ "T" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2619,16 +2607,10 @@ "description": [], "signature": [ "{ core: Pick<", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", \"docLinks\">; }" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false } @@ -2654,7 +2636,7 @@ }, "" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2665,7 +2647,7 @@ "tags": [], "label": "fieldSearchHighlight", "description": [], - "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false }, @@ -2686,7 +2668,7 @@ }, "" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false }, @@ -2700,7 +2682,7 @@ "signature": [ "((field: T) => boolean) | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2714,7 +2696,7 @@ "signature": [ "T" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_field_filters.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_field_filters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2744,7 +2726,7 @@ }, "" ], - "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2758,7 +2740,7 @@ "signature": [ "T" ], - "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -2772,7 +2754,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -2783,7 +2765,7 @@ "tags": [], "label": "isSelected", "description": [], - "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -2797,7 +2779,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -2808,7 +2790,7 @@ "tags": [], "label": "isEmpty", "description": [], - "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -2822,7 +2804,7 @@ "signature": [ "string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | null | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -2836,7 +2818,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -2850,7 +2832,7 @@ "signature": [ "\"both\" | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -2864,7 +2846,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -2885,7 +2867,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -2899,7 +2881,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -2913,7 +2895,7 @@ "signature": [ "\"s\" | \"xs\" | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -2927,7 +2909,7 @@ "signature": [ "(() => void) | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -2941,7 +2923,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -2957,7 +2939,7 @@ "EuiButtonIconProps", "> | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -2973,7 +2955,7 @@ "EuiButtonIconProps", "> | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -2987,7 +2969,7 @@ "signature": [ "((field: T) => unknown) | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -3001,7 +2983,7 @@ "signature": [ "T" ], - "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3019,7 +3001,7 @@ "signature": [ "((field: T) => unknown) | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -3033,7 +3015,7 @@ "signature": [ "T" ], - "path": "packages/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_item_button/field_item_button.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3063,7 +3045,7 @@ }, "" ], - "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -3077,7 +3059,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", "deprecated": false, "trackAdoption": false }, @@ -3089,15 +3071,9 @@ "label": "docLinks", "description": [], "signature": [ - { - "pluginId": "@kbn/core-doc-links-browser", - "scope": "public", - "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-public.DocLinksStart", - "text": "DocLinksStart" - } + "DocLinksStart" ], - "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", "deprecated": false, "trackAdoption": false }, @@ -3111,7 +3087,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", "deprecated": false, "trackAdoption": false }, @@ -3125,7 +3101,7 @@ "signature": [ "T[] | null | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", "deprecated": false, "trackAdoption": false }, @@ -3146,7 +3122,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", "deprecated": false, "trackAdoption": false }, @@ -3160,7 +3136,7 @@ "signature": [ "((field: T) => boolean) | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", "deprecated": false, "trackAdoption": false }, @@ -3174,7 +3150,7 @@ "signature": [ "(fieldTypes: string[]) => unknown" ], - "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3189,7 +3165,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_type_filter.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_type_filter.tsx", "deprecated": false, "trackAdoption": false } @@ -3205,7 +3181,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", "deprecated": false, "trackAdoption": false }, @@ -3216,7 +3192,7 @@ "tags": [], "label": "nameFilter", "description": [], - "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", "deprecated": false, "trackAdoption": false }, @@ -3230,7 +3206,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", "deprecated": false, "trackAdoption": false }, @@ -3244,7 +3220,7 @@ "signature": [ "(nameFilter: string) => unknown" ], - "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_list_filters.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3256,7 +3232,7 @@ "tags": [], "label": "nameFilter", "description": [], - "path": "packages/kbn-unified-field-list/src/components/field_list_filters/field_name_search.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_filters/field_name_search.tsx", "deprecated": false, "trackAdoption": false } @@ -3282,7 +3258,7 @@ }, "" ], - "path": "packages/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -3360,7 +3336,7 @@ }, " | undefined; }" ], - "path": "packages/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", "deprecated": false, "trackAdoption": false }, @@ -3380,7 +3356,7 @@ "text": "ExistenceFetchStatus" } ], - "path": "packages/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", "deprecated": false, "trackAdoption": false }, @@ -3391,7 +3367,7 @@ "tags": [], "label": "fieldsExistInIndex", "description": [], - "path": "packages/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", "deprecated": false, "trackAdoption": false }, @@ -3413,7 +3389,7 @@ }, ") => JSX.Element" ], - "path": "packages/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3435,7 +3411,7 @@ }, "" ], - "path": "packages/kbn-unified-field-list/src/components/field_list_grouped/fields_accordion.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_grouped/fields_accordion.tsx", "deprecated": false, "trackAdoption": false } @@ -3448,7 +3424,7 @@ "tags": [], "label": "scrollToTopResetCounter", "description": [], - "path": "packages/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", "deprecated": false, "trackAdoption": false }, @@ -3462,7 +3438,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", "deprecated": false, "trackAdoption": false }, @@ -3476,7 +3452,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", "deprecated": false, "trackAdoption": false }, @@ -3490,7 +3466,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list_grouped/field_list_grouped.tsx", "deprecated": false, "trackAdoption": false } @@ -3506,7 +3482,7 @@ "description": [ "\nA top level wrapper props" ], - "path": "packages/kbn-unified-field-list/src/components/field_list/field_list.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list/field_list.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -3520,7 +3496,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_list/field_list.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list/field_list.tsx", "deprecated": false, "trackAdoption": false }, @@ -3531,7 +3507,7 @@ "tags": [], "label": "isProcessing", "description": [], - "path": "packages/kbn-unified-field-list/src/components/field_list/field_list.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list/field_list.tsx", "deprecated": false, "trackAdoption": false }, @@ -3545,7 +3521,7 @@ "signature": [ "string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | null | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_list/field_list.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list/field_list.tsx", "deprecated": false, "trackAdoption": false }, @@ -3559,7 +3535,7 @@ "signature": [ "string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | null | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_list/field_list.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list/field_list.tsx", "deprecated": false, "trackAdoption": false }, @@ -3573,7 +3549,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_list/field_list.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_list/field_list.tsx", "deprecated": false, "trackAdoption": false } @@ -3587,7 +3563,7 @@ "tags": [], "label": "FieldPopoverHeaderProps", "description": [], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -3607,7 +3583,7 @@ "text": "DataViewField" } ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false }, @@ -3621,7 +3597,7 @@ "signature": [ "() => void" ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3639,7 +3615,7 @@ "EuiButtonIconProps", "> | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false }, @@ -3655,7 +3631,7 @@ "EuiButtonIconProps", "> | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false }, @@ -3671,7 +3647,7 @@ "EuiButtonIconProps", "> | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false }, @@ -3687,7 +3663,7 @@ "EuiButtonIconProps", "> | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false }, @@ -3709,7 +3685,7 @@ }, " | undefined) => void) | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -3730,7 +3706,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3756,7 +3732,7 @@ }, ") => unknown) | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -3776,7 +3752,7 @@ "text": "DataViewField" } ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3801,7 +3777,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false }, @@ -3815,7 +3791,7 @@ "signature": [ "((fieldName: string) => unknown) | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -3829,7 +3805,7 @@ "signature": [ "string" ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3847,7 +3823,7 @@ "signature": [ "((fieldName: string) => unknown) | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -3861,7 +3837,7 @@ "signature": [ "string" ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3887,7 +3863,7 @@ }, " | undefined; } | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", "deprecated": false, "trackAdoption": false } @@ -3912,7 +3888,7 @@ " extends ", "EuiPopoverProps" ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -3926,7 +3902,7 @@ "signature": [ "(() => React.ReactNode) | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -3942,7 +3918,7 @@ "signature": [ "(() => React.ReactNode) | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -3958,7 +3934,7 @@ "signature": [ "(() => React.ReactNode) | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -3991,7 +3967,7 @@ "text": "FieldsGroupDetails" } ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4005,7 +3981,7 @@ "signature": [ "T[]" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4016,7 +3992,7 @@ "tags": [], "label": "fieldCount", "description": [], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4030,7 +4006,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -4044,7 +4020,7 @@ "tags": [], "label": "FieldsGroupDetails", "description": [], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4055,7 +4031,7 @@ "tags": [], "label": "showInAccordion", "description": [], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4066,7 +4042,7 @@ "tags": [], "label": "isInitiallyOpen", "description": [], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4077,7 +4053,7 @@ "tags": [], "label": "title", "description": [], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4091,7 +4067,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4102,7 +4078,7 @@ "tags": [], "label": "isAffectedByGlobalFilter", "description": [], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4113,7 +4089,7 @@ "tags": [], "label": "isAffectedByTimeFilter", "description": [], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4127,7 +4103,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4141,7 +4117,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4155,7 +4131,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -4179,7 +4155,7 @@ }, "" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4193,7 +4169,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4207,7 +4183,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4221,7 +4197,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4242,7 +4218,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4263,7 +4239,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4284,7 +4260,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -4298,7 +4274,7 @@ "tags": [], "label": "FieldStatsServices", "description": [], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -4318,7 +4294,7 @@ "text": "IUiSettingsClient" } ], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false }, @@ -4338,7 +4314,7 @@ "text": "DataViewsServicePublic" } ], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false }, @@ -4358,7 +4334,7 @@ "text": "DataPublicPluginStart" } ], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false }, @@ -4388,7 +4364,7 @@ }, "; }" ], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false }, @@ -4408,7 +4384,7 @@ "text": "ChartsPluginSetup" } ], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false } @@ -4422,7 +4398,7 @@ "tags": [], "label": "FieldStatsState", "description": [], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -4433,7 +4409,7 @@ "tags": [], "label": "isLoading", "description": [], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false }, @@ -4447,7 +4423,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false }, @@ -4461,7 +4437,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false }, @@ -4475,7 +4451,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false }, @@ -4496,7 +4472,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false }, @@ -4517,7 +4493,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false }, @@ -4538,7 +4514,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false } @@ -4552,7 +4528,7 @@ "tags": [], "label": "FieldTopValuesBucketParams", "description": [], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -4572,7 +4548,7 @@ "text": "DataViewField" } ], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false }, @@ -4586,7 +4562,7 @@ "signature": [ "unknown" ], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false }, @@ -4600,7 +4576,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false }, @@ -4611,7 +4587,7 @@ "tags": [], "label": "formattedPercentage", "description": [], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false }, @@ -4622,7 +4598,7 @@ "tags": [], "label": "progressValue", "description": [], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false }, @@ -4633,7 +4609,7 @@ "tags": [], "label": "count", "description": [], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false }, @@ -4644,7 +4620,7 @@ "tags": [], "label": "color", "description": [], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false }, @@ -4658,7 +4634,7 @@ "signature": [ "\"other\" | \"normal\" | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false } @@ -4689,7 +4665,7 @@ "text": "FieldTopValuesBucketParams" } ], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -4700,7 +4676,7 @@ "tags": [], "label": "'data-test-subj'", "description": [], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false }, @@ -4721,7 +4697,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false }, @@ -4738,7 +4714,7 @@ "OverrideFieldTopValueBarCallback", " | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_top_values_bucket.tsx", "deprecated": false, "trackAdoption": false } @@ -4752,7 +4728,7 @@ "tags": [], "label": "FieldVisualizeButtonProps", "description": [], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -4772,7 +4748,7 @@ "text": "DataViewField" } ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -4792,7 +4768,7 @@ "text": "DataView" } ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -4803,7 +4779,7 @@ "tags": [], "label": "originatingApp", "description": [], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -4891,7 +4867,7 @@ }, "; }" ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -4912,7 +4888,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -4926,7 +4902,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -4940,7 +4916,7 @@ "signature": [ "((metricType: string, eventName: string | string[]) => void) | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -4954,7 +4930,7 @@ "signature": [ "string" ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4969,7 +4945,7 @@ "signature": [ "string | string[]" ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4989,7 +4965,7 @@ "EuiButtonProps", "> | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -5010,7 +4986,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/field_visualize_button.tsx", "deprecated": false, "trackAdoption": false } @@ -5034,7 +5010,7 @@ }, "" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5048,7 +5024,7 @@ "signature": [ "string | null" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -5062,7 +5038,7 @@ "signature": [ "T[] | null" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -5083,16 +5059,10 @@ "text": "DataViewsServicePublic" }, "; core: Pick<", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", \"docLinks\">; }" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -5106,7 +5076,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -5120,7 +5090,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -5134,7 +5104,7 @@ "signature": [ "T[] | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -5155,7 +5125,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -5170,7 +5140,7 @@ "OverrideFieldGroupDetails", " | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -5184,7 +5154,7 @@ "signature": [ "((field: T) => boolean) | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5198,7 +5168,7 @@ "signature": [ "T" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5216,7 +5186,7 @@ "signature": [ "((field: T) => boolean) | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5230,7 +5200,7 @@ "signature": [ "T" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5264,7 +5234,7 @@ }, " | null) => T[]) | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -5285,7 +5255,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false } @@ -5309,7 +5279,7 @@ }, "" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5330,7 +5300,7 @@ }, "" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -5360,7 +5330,7 @@ }, "; fieldsExistInIndex: boolean; screenReaderDescriptionId?: string | undefined; }" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -5374,7 +5344,7 @@ "signature": [ "T[] | null" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -5385,7 +5355,7 @@ "tags": [], "label": "hasNewFields", "description": [], - "path": "packages/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_grouped_fields.ts", "deprecated": false, "trackAdoption": false } @@ -5399,7 +5369,7 @@ "tags": [], "label": "NumberSummary", "description": [], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5413,7 +5383,7 @@ "signature": [ "number | null" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5427,7 +5397,7 @@ "signature": [ "number | null" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -5443,7 +5413,7 @@ "description": [ "\nHook params" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5463,7 +5433,7 @@ "text": "DataPublicPluginStart" } ], - "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false }, @@ -5480,7 +5450,7 @@ "TimeRangeUpdatesType", " | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false } @@ -5496,7 +5466,7 @@ "description": [ "\nResult from the hook" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5525,7 +5495,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false }, @@ -5546,7 +5516,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false }, @@ -5560,7 +5530,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false }, @@ -5574,7 +5544,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false }, @@ -5595,7 +5565,7 @@ }, " | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_query_subscriber.ts", "deprecated": false, "trackAdoption": false } @@ -5619,7 +5589,7 @@ }, "" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5633,7 +5603,7 @@ "signature": [ "T" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5647,7 +5617,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5658,7 +5628,7 @@ "tags": [], "label": "itemIndex", "description": [], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5669,7 +5639,7 @@ "tags": [], "label": "groupIndex", "description": [], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5689,7 +5659,7 @@ "text": "FieldsGroupNames" } ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5703,7 +5673,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -5717,7 +5687,7 @@ "tags": [], "label": "UnifiedFieldListSidebarContainerApi", "description": [], - "path": "packages/kbn-unified-field-list/src/containers/unified_field_list_sidebar/field_list_sidebar_container.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/containers/unified_field_list_sidebar/field_list_sidebar_container.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -5731,7 +5701,7 @@ "signature": [ "SidebarVisibility" ], - "path": "packages/kbn-unified-field-list/src/containers/unified_field_list_sidebar/field_list_sidebar_container.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/containers/unified_field_list_sidebar/field_list_sidebar_container.tsx", "deprecated": false, "trackAdoption": false }, @@ -5745,7 +5715,7 @@ "signature": [ "(dataViewId?: string | undefined) => Promise" ], - "path": "packages/kbn-unified-field-list/src/containers/unified_field_list_sidebar/field_list_sidebar_container.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/containers/unified_field_list_sidebar/field_list_sidebar_container.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -5760,7 +5730,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-field-list/src/hooks/use_existing_fields.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/hooks/use_existing_fields.ts", "deprecated": false, "trackAdoption": false } @@ -5776,7 +5746,7 @@ "signature": [ "() => void" ], - "path": "packages/kbn-unified-field-list/src/containers/unified_field_list_sidebar/field_list_sidebar_container.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/containers/unified_field_list_sidebar/field_list_sidebar_container.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -5792,7 +5762,7 @@ "signature": [ "(() => void) | undefined" ], - "path": "packages/kbn-unified-field-list/src/containers/unified_field_list_sidebar/field_list_sidebar_container.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/containers/unified_field_list_sidebar/field_list_sidebar_container.tsx", "deprecated": false, "trackAdoption": false }, @@ -5806,7 +5776,7 @@ "signature": [ "((fieldName: string) => void) | undefined" ], - "path": "packages/kbn-unified-field-list/src/containers/unified_field_list_sidebar/field_list_sidebar_container.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/containers/unified_field_list_sidebar/field_list_sidebar_container.tsx", "deprecated": false, "trackAdoption": false }, @@ -5820,7 +5790,7 @@ "signature": [ "((fieldName: string) => void) | undefined" ], - "path": "packages/kbn-unified-field-list/src/containers/unified_field_list_sidebar/field_list_sidebar_container.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/containers/unified_field_list_sidebar/field_list_sidebar_container.tsx", "deprecated": false, "trackAdoption": false } @@ -5834,7 +5804,7 @@ "tags": [], "label": "VisualizeInformation", "description": [], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5854,7 +5824,7 @@ "text": "DataViewField" } ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false }, @@ -5868,7 +5838,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_visualize_button/visualize_trigger_utils.ts", "deprecated": false, "trackAdoption": false } @@ -5884,7 +5854,7 @@ "tags": [], "label": "ExistenceFetchStatus", "description": [], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5896,7 +5866,7 @@ "tags": [], "label": "FieldsGroupNames", "description": [], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5921,7 +5891,7 @@ }, " | \"_exists_\", value: unknown, type: \"+\" | \"-\") => void" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -5943,7 +5913,7 @@ }, " | \"_exists_\"" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5957,7 +5927,7 @@ "signature": [ "unknown" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5971,7 +5941,7 @@ "signature": [ "\"+\" | \"-\"" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -6052,7 +6022,7 @@ }, " | undefined; }" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6073,7 +6043,7 @@ "text": "FieldBase" } ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6094,7 +6064,7 @@ "text": "FieldVisualizeButtonProps" } ], - "path": "packages/kbn-unified-field-list/src/components/field_popover/field_popover_footer.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_footer.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6111,7 +6081,7 @@ " | ", "FieldStatsWithDslQuery" ], - "path": "packages/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_stats/field_stats.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6126,7 +6096,7 @@ "signature": [ "(field: T) => string" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6141,7 +6111,7 @@ "signature": [ "T" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -6158,7 +6128,7 @@ "signature": [ "\"documents\" | \"text-based\"" ], - "path": "packages/kbn-unified-field-list/src/types.ts", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6182,13 +6152,7 @@ "text": "FieldStatsServices" }, ", \"uiSettings\"> & { core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", "; } & { uiActions?: ", { "pluginId": "uiActions", @@ -6225,7 +6189,7 @@ }, ") => boolean) | undefined; onFieldEdited?: ((options?: { removedFieldName?: string | undefined; editedFieldName?: string | undefined; } | undefined) => Promise) | undefined; }" ], - "path": "packages/kbn-unified-field-list/src/containers/unified_field_list_sidebar/field_list_sidebar_container.tsx", + "path": "src/platform/packages/shared/kbn-unified-field-list/src/containers/unified_field_list_sidebar/field_list_sidebar_container.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_unified_field_list.mdx b/api_docs/kbn_unified_field_list.mdx index bf24fa7c5ab24..fcd04e9ba9975 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-field-list'] --- import kbnUnifiedFieldListObj from './kbn_unified_field_list.devdocs.json'; diff --git a/api_docs/kbn_unsaved_changes_badge.devdocs.json b/api_docs/kbn_unsaved_changes_badge.devdocs.json index 597cf74a2c217..1296367b7d821 100644 --- a/api_docs/kbn_unsaved_changes_badge.devdocs.json +++ b/api_docs/kbn_unsaved_changes_badge.devdocs.json @@ -46,7 +46,7 @@ "text": "TopNavMenuBadgeProps" } ], - "path": "packages/kbn-unsaved-changes-badge/src/utils/get_top_nav_unsaved_changes_badge.tsx", + "path": "src/platform/packages/private/kbn-unsaved-changes-badge/src/utils/get_top_nav_unsaved_changes_badge.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -66,7 +66,7 @@ "text": "TopNavUnsavedChangesBadgeParams" } ], - "path": "packages/kbn-unsaved-changes-badge/src/utils/get_top_nav_unsaved_changes_badge.tsx", + "path": "src/platform/packages/private/kbn-unsaved-changes-badge/src/utils/get_top_nav_unsaved_changes_badge.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -97,7 +97,7 @@ }, ") => React.JSX.Element" ], - "path": "packages/kbn-unsaved-changes-badge/src/components/unsaved_changes_badge/unsaved_changes_badge.tsx", + "path": "src/platform/packages/private/kbn-unsaved-changes-badge/src/components/unsaved_changes_badge/unsaved_changes_badge.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -117,7 +117,7 @@ "text": "UnsavedChangesBadgeProps" } ], - "path": "packages/kbn-unsaved-changes-badge/src/components/unsaved_changes_badge/unsaved_changes_badge.tsx", + "path": "src/platform/packages/private/kbn-unsaved-changes-badge/src/components/unsaved_changes_badge/unsaved_changes_badge.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -137,7 +137,7 @@ "description": [ "\nParams for getTopNavUnsavedChangesBadge" ], - "path": "packages/kbn-unsaved-changes-badge/src/utils/get_top_nav_unsaved_changes_badge.tsx", + "path": "src/platform/packages/private/kbn-unsaved-changes-badge/src/utils/get_top_nav_unsaved_changes_badge.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -151,7 +151,7 @@ "signature": [ "() => Promise" ], - "path": "packages/kbn-unsaved-changes-badge/src/utils/get_top_nav_unsaved_changes_badge.tsx", + "path": "src/platform/packages/private/kbn-unsaved-changes-badge/src/utils/get_top_nav_unsaved_changes_badge.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -167,7 +167,7 @@ "signature": [ "(() => Promise) | undefined" ], - "path": "packages/kbn-unsaved-changes-badge/src/utils/get_top_nav_unsaved_changes_badge.tsx", + "path": "src/platform/packages/private/kbn-unsaved-changes-badge/src/utils/get_top_nav_unsaved_changes_badge.tsx", "deprecated": false, "trackAdoption": false }, @@ -181,7 +181,7 @@ "signature": [ "(() => Promise) | undefined" ], - "path": "packages/kbn-unsaved-changes-badge/src/utils/get_top_nav_unsaved_changes_badge.tsx", + "path": "src/platform/packages/private/kbn-unsaved-changes-badge/src/utils/get_top_nav_unsaved_changes_badge.tsx", "deprecated": false, "trackAdoption": false } @@ -197,7 +197,7 @@ "description": [ "\nProps for UnsavedChangesBadge" ], - "path": "packages/kbn-unsaved-changes-badge/src/components/unsaved_changes_badge/unsaved_changes_badge.tsx", + "path": "src/platform/packages/private/kbn-unsaved-changes-badge/src/components/unsaved_changes_badge/unsaved_changes_badge.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -211,7 +211,7 @@ "signature": [ "() => Promise" ], - "path": "packages/kbn-unsaved-changes-badge/src/components/unsaved_changes_badge/unsaved_changes_badge.tsx", + "path": "src/platform/packages/private/kbn-unsaved-changes-badge/src/components/unsaved_changes_badge/unsaved_changes_badge.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -227,7 +227,7 @@ "signature": [ "(() => Promise) | undefined" ], - "path": "packages/kbn-unsaved-changes-badge/src/components/unsaved_changes_badge/unsaved_changes_badge.tsx", + "path": "src/platform/packages/private/kbn-unsaved-changes-badge/src/components/unsaved_changes_badge/unsaved_changes_badge.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -243,7 +243,7 @@ "signature": [ "(() => Promise) | undefined" ], - "path": "packages/kbn-unsaved-changes-badge/src/components/unsaved_changes_badge/unsaved_changes_badge.tsx", + "path": "src/platform/packages/private/kbn-unsaved-changes-badge/src/components/unsaved_changes_badge/unsaved_changes_badge.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -256,7 +256,7 @@ "tags": [], "label": "badgeText", "description": [], - "path": "packages/kbn-unsaved-changes-badge/src/components/unsaved_changes_badge/unsaved_changes_badge.tsx", + "path": "src/platform/packages/private/kbn-unsaved-changes-badge/src/components/unsaved_changes_badge/unsaved_changes_badge.tsx", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_unsaved_changes_badge.mdx b/api_docs/kbn_unsaved_changes_badge.mdx index ae1fe55d8af22..e229226b4d784 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unsaved-changes-badge'] --- import kbnUnsavedChangesBadgeObj from './kbn_unsaved_changes_badge.devdocs.json'; diff --git a/api_docs/kbn_unsaved_changes_prompt.mdx b/api_docs/kbn_unsaved_changes_prompt.mdx index 5ba57eae747e4..bf8636c9ac0a6 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unsaved-changes-prompt'] --- import kbnUnsavedChangesPromptObj from './kbn_unsaved_changes_prompt.devdocs.json'; diff --git a/api_docs/kbn_use_tracked_promise.mdx b/api_docs/kbn_use_tracked_promise.mdx index c8d5e1f78001e..68348ecbabe30 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-12-27 +date: 2025-01-05 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 85718e3880056..888cf8ee5b7b5 100644 --- a/api_docs/kbn_user_profile_components.devdocs.json +++ b/api_docs/kbn_user_profile_components.devdocs.json @@ -439,7 +439,7 @@ "section": "def-common.UserProfileData", "text": "UserProfileData" }, - ">>(updatedData: D) => Promise; showSuccessNotification: ({ isRefreshRequired }?: { isRefreshRequired?: boolean | undefined; }) => void; userProfileData: ", + ">>(updatedData: D) => Promise; showSuccessNotification: ({ isRefreshRequired }?: { isRefreshRequired?: boolean | undefined; }) => void; userProfileData: ", { "pluginId": "@kbn/user-profile-components", "scope": "common", @@ -447,7 +447,7 @@ "section": "def-common.UserProfileData", "text": "UserProfileData" }, - " | null | undefined; isLoading: boolean; userProfileEnabled: boolean | undefined; }" + " | null | undefined; isLoading: boolean; userProfileEnabled: boolean | undefined; userProfileLoaded: boolean; }" ], "path": "packages/kbn-user-profile-components/src/hooks/use_update_user_profile.tsx", "deprecated": false, @@ -857,37 +857,13 @@ ], "signature": [ "{ notifications: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.NotificationsStart", - "text": "NotificationsStart" - }, + "NotificationsStart", "; theme: ", - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - }, + "ThemeServiceSetup", "; userProfile: ", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - }, + "UserProfileService", "; i18n: ", - { - "pluginId": "@kbn/core-i18n-browser", - "scope": "public", - "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-public.I18nStart", - "text": "I18nStart" - }, + "I18nStart", "; }" ], "path": "packages/kbn-user-profile-components/src/services.tsx", @@ -929,13 +905,7 @@ "text": "ToMountPointParams" }, ") => ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", "" ], "path": "packages/kbn-user-profile-components/src/services.tsx", @@ -966,13 +936,7 @@ "description": [], "signature": [ "{ i18n: ", - { - "pluginId": "@kbn/core-i18n-browser", - "scope": "public", - "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-public.I18nStart", - "text": "I18nStart" - }, + "I18nStart", "; analytics?: Pick<", "AnalyticsServiceStart", ", \"reportEvent\"> | undefined; theme: ", @@ -984,13 +948,7 @@ "text": "ThemeServiceStart" }, "; userProfile?: Pick<", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - }, + "UserProfileService", ", \"getUserProfile$\"> | undefined; }" ], "path": "packages/react/kibana_mount/to_mount_point.tsx", @@ -1636,7 +1594,7 @@ "label": "DarkModeValue", "description": [], "signature": [ - "\"\" | \"light\" | \"dark\"" + "\"light\" | \"dark\" | \"system\" | \"space_default\"" ], "path": "packages/kbn-user-profile-components/src/types.ts", "deprecated": false, @@ -1659,7 +1617,7 @@ "section": "def-common.UserProfileData", "text": "UserProfileData" }, - ">>(updatedData: D) => Promise; showSuccessNotification: ({ isRefreshRequired }?: { isRefreshRequired?: boolean | undefined; }) => void; userProfileData: ", + ">>(updatedData: D) => Promise; showSuccessNotification: ({ isRefreshRequired }?: { isRefreshRequired?: boolean | undefined; }) => void; userProfileData: ", { "pluginId": "@kbn/user-profile-components", "scope": "common", @@ -1667,7 +1625,7 @@ "section": "def-common.UserProfileData", "text": "UserProfileData" }, - " | null | undefined; isLoading: boolean; userProfileEnabled: boolean | undefined; }" + " | null | undefined; isLoading: boolean; userProfileEnabled: boolean | undefined; userProfileLoaded: boolean; }" ], "path": "packages/kbn-user-profile-components/src/hooks/use_update_user_profile.tsx", "deprecated": false, diff --git a/api_docs/kbn_user_profile_components.mdx b/api_docs/kbn_user_profile_components.mdx index 760c75b1cfa11..f83cdb694d1e5 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-12-27 +date: 2025-01-05 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.devdocs.json b/api_docs/kbn_utility_types.devdocs.json index b9cdddfd3ad02..e63bfa529ca44 100644 --- a/api_docs/kbn_utility_types.devdocs.json +++ b/api_docs/kbn_utility_types.devdocs.json @@ -45,7 +45,7 @@ }, "[]" ], - "path": "packages/kbn-utility-types/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/index.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -76,7 +76,7 @@ }, "[]" ], - "path": "packages/kbn-utility-types/src/serializable/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/src/serializable/index.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -89,7 +89,7 @@ "tags": [], "label": "JsonObject", "description": [], - "path": "packages/kbn-utility-types/src/serializable/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/src/serializable/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -110,7 +110,7 @@ "text": "JsonValue" } ], - "path": "packages/kbn-utility-types/src/serializable/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/src/serializable/index.ts", "deprecated": false, "trackAdoption": false } @@ -136,7 +136,7 @@ }, "" ], - "path": "packages/kbn-utility-types/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -150,7 +150,7 @@ "signature": [ "(observer: (value: T) => void) => void" ], - "path": "packages/kbn-utility-types/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -164,7 +164,7 @@ "signature": [ "(value: T) => void" ], - "path": "packages/kbn-utility-types/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -200,7 +200,7 @@ }, "[]" ], - "path": "packages/kbn-utility-types/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/index.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -231,7 +231,7 @@ }, ">" ], - "path": "packages/kbn-utility-types/src/serializable/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/src/serializable/index.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -270,7 +270,7 @@ "signature": [ "A extends readonly (infer T)[] ? T : never" ], - "path": "packages/kbn-utility-types/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -326,7 +326,7 @@ "signature": [ "{ [K in keyof T]: Awaited; }" ], - "path": "packages/kbn-utility-types/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -369,7 +369,7 @@ "DeepPartial", ">> : DedotKey; }>, undefined>) => void : never) extends (k: infer I) => void ? I : never" ], - "path": "packages/kbn-utility-types/src/dot.ts", + "path": "src/platform/packages/shared/kbn-utility-types/src/dot.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -402,7 +402,7 @@ }, " : T" ], - "path": "packages/kbn-utility-types/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -425,7 +425,7 @@ }, " | undefined; }" ], - "path": "packages/kbn-utility-types/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -444,7 +444,7 @@ "ValuesType", "<{ [TKey in keyof TObject & string]: {} extends Pick ? Partial, TKey, TPrefix>> : DotKey; }>) => void : never) extends (k: infer I) => void ? I : never" ], - "path": "packages/kbn-utility-types/src/dot.ts", + "path": "src/platform/packages/shared/kbn-utility-types/src/dot.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -461,7 +461,7 @@ "signature": [ "T extends X ? T : never" ], - "path": "packages/kbn-utility-types/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -492,7 +492,7 @@ }, " | null" ], - "path": "packages/kbn-utility-types/src/serializable/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/src/serializable/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -509,7 +509,7 @@ "signature": [ "T | Promise" ], - "path": "packages/kbn-utility-types/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -526,7 +526,7 @@ "signature": [ "{ [K in keyof T]: T[K] extends (...args: any[]) => any ? K : never; }[keyof T]" ], - "path": "packages/kbn-utility-types/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -543,7 +543,7 @@ "signature": [ "Omit & { [k in K]: Pick, k> & { [k1 in Exclude]?: undefined; }; }[K]" ], - "path": "packages/kbn-utility-types/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -580,7 +580,7 @@ "signature": [ "{ [P in keyof T]: T[P]; }" ], - "path": "packages/kbn-utility-types/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -597,7 +597,7 @@ "signature": [ "keyof T" ], - "path": "packages/kbn-utility-types/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -622,7 +622,7 @@ }, "]: T[P]; }" ], - "path": "packages/kbn-utility-types/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -677,7 +677,7 @@ }, ") | undefined; }" ], - "path": "packages/kbn-utility-types/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -708,7 +708,7 @@ }, "; }> : T" ], - "path": "packages/kbn-utility-types/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -733,7 +733,7 @@ "SerializableArray", " | null | undefined" ], - "path": "packages/kbn-utility-types/src/serializable/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/src/serializable/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -750,7 +750,7 @@ "signature": [ "T extends Promise ? Promise : Promise" ], - "path": "packages/kbn-utility-types/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -767,7 +767,7 @@ "signature": [ "(U extends any ? (k: U) => void : never) extends (k: infer I) => void ? I : never" ], - "path": "packages/kbn-utility-types/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -792,7 +792,7 @@ }, " ? U : never" ], - "path": "packages/kbn-utility-types/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -809,7 +809,7 @@ "signature": [ "T extends any[] ? T[number] : T extends object ? T[keyof T] : never" ], - "path": "packages/kbn-utility-types/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -826,7 +826,7 @@ "signature": [ "Omit & { [Property in Key]-?: Type[Property]; }" ], - "path": "packages/kbn-utility-types/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -843,7 +843,7 @@ "signature": [ "{ -readonly [K in keyof T]: T[K]; }" ], - "path": "packages/kbn-utility-types/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_utility_types.mdx b/api_docs/kbn_utility_types.mdx index c56320d2d435d..9371840647672 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-12-27 +date: 2025-01-05 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.devdocs.json b/api_docs/kbn_utility_types_jest.devdocs.json index 9d6394e780ac4..c0612a168d7c6 100644 --- a/api_docs/kbn_utility_types_jest.devdocs.json +++ b/api_docs/kbn_utility_types_jest.devdocs.json @@ -48,7 +48,7 @@ }, " : T[P]; } & T" ], - "path": "packages/kbn-utility-types-jest/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types-jest/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -63,7 +63,7 @@ "signature": [ "{ [P in keyof T]: jest.Mocked; }" ], - "path": "packages/kbn-utility-types-jest/index.ts", + "path": "src/platform/packages/shared/kbn-utility-types-jest/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_utility_types_jest.mdx b/api_docs/kbn_utility_types_jest.mdx index 64b87e52426b8..8bbe4172dc90d 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-12-27 +date: 2025-01-05 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.devdocs.json b/api_docs/kbn_utils.devdocs.json index 9ce76bbc13e33..1fe111009fc27 100644 --- a/api_docs/kbn_utils.devdocs.json +++ b/api_docs/kbn_utils.devdocs.json @@ -30,7 +30,7 @@ " | undefined) => ", "PassThrough" ], - "path": "packages/kbn-utils/src/streams/concat_stream_providers.ts", + "path": "src/platform/packages/shared/kbn-utils/src/streams/concat_stream_providers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -46,7 +46,7 @@ "Readable", ")[]" ], - "path": "packages/kbn-utils/src/streams/concat_stream_providers.ts", + "path": "src/platform/packages/shared/kbn-utils/src/streams/concat_stream_providers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -64,7 +64,7 @@ "TransformOptions", " | undefined" ], - "path": "packages/kbn-utils/src/streams/concat_stream_providers.ts", + "path": "src/platform/packages/shared/kbn-utils/src/streams/concat_stream_providers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -90,7 +90,7 @@ "(initial: T | undefined) => ", "Transform" ], - "path": "packages/kbn-utils/src/streams/concat_stream.ts", + "path": "src/platform/packages/shared/kbn-utils/src/streams/concat_stream.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -106,7 +106,7 @@ "signature": [ "T | undefined" ], - "path": "packages/kbn-utils/src/streams/concat_stream.ts", + "path": "src/platform/packages/shared/kbn-utils/src/streams/concat_stream.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -126,7 +126,7 @@ "(fn: (obj: T) => boolean) => ", "Transform" ], - "path": "packages/kbn-utils/src/streams/filter_stream.ts", + "path": "src/platform/packages/shared/kbn-utils/src/streams/filter_stream.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -140,7 +140,7 @@ "signature": [ "(obj: T) => boolean" ], - "path": "packages/kbn-utils/src/streams/filter_stream.ts", + "path": "src/platform/packages/shared/kbn-utils/src/streams/filter_stream.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -164,7 +164,7 @@ "(intersperseChunk: string | Buffer) => ", "Transform" ], - "path": "packages/kbn-utils/src/streams/intersperse_stream.ts", + "path": "src/platform/packages/shared/kbn-utils/src/streams/intersperse_stream.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -178,7 +178,7 @@ "signature": [ "string | Buffer" ], - "path": "packages/kbn-utils/src/streams/intersperse_stream.ts", + "path": "src/platform/packages/shared/kbn-utils/src/streams/intersperse_stream.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -202,7 +202,7 @@ "(items: T | T[]) => ", "Readable" ], - "path": "packages/kbn-utils/src/streams/list_stream.ts", + "path": "src/platform/packages/shared/kbn-utils/src/streams/list_stream.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -218,7 +218,7 @@ "signature": [ "T | T[]" ], - "path": "packages/kbn-utils/src/streams/list_stream.ts", + "path": "src/platform/packages/shared/kbn-utils/src/streams/list_stream.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -238,7 +238,7 @@ "(fn: (value: T, i: number) => void) => ", "Transform" ], - "path": "packages/kbn-utils/src/streams/map_stream.ts", + "path": "src/platform/packages/shared/kbn-utils/src/streams/map_stream.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -252,7 +252,7 @@ "signature": [ "(value: T, i: number) => void" ], - "path": "packages/kbn-utils/src/streams/map_stream.ts", + "path": "src/platform/packages/shared/kbn-utils/src/streams/map_stream.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -275,7 +275,7 @@ "Writable", "[]]) => Promise" ], - "path": "packages/kbn-utils/src/streams/promise_from_streams.ts", + "path": "src/platform/packages/shared/kbn-utils/src/streams/promise_from_streams.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -293,7 +293,7 @@ "Writable", "[]]" ], - "path": "packages/kbn-utils/src/streams/promise_from_streams.ts", + "path": "src/platform/packages/shared/kbn-utils/src/streams/promise_from_streams.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -317,7 +317,7 @@ "(reducer: (value: any, chunk: T, enc: string) => T, initial: T | undefined) => ", "Transform" ], - "path": "packages/kbn-utils/src/streams/reduce_stream.ts", + "path": "src/platform/packages/shared/kbn-utils/src/streams/reduce_stream.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -331,7 +331,7 @@ "signature": [ "(value: any, chunk: T, enc: string) => T" ], - "path": "packages/kbn-utils/src/streams/reduce_stream.ts", + "path": "src/platform/packages/shared/kbn-utils/src/streams/reduce_stream.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -348,7 +348,7 @@ "signature": [ "T | undefined" ], - "path": "packages/kbn-utils/src/streams/reduce_stream.ts", + "path": "src/platform/packages/shared/kbn-utils/src/streams/reduce_stream.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -368,7 +368,7 @@ "(toReplace: string, replacement: string | Buffer) => ", "Transform" ], - "path": "packages/kbn-utils/src/streams/replace_stream.ts", + "path": "src/platform/packages/shared/kbn-utils/src/streams/replace_stream.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -382,7 +382,7 @@ "signature": [ "string" ], - "path": "packages/kbn-utils/src/streams/replace_stream.ts", + "path": "src/platform/packages/shared/kbn-utils/src/streams/replace_stream.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -397,7 +397,7 @@ "signature": [ "string | Buffer" ], - "path": "packages/kbn-utils/src/streams/replace_stream.ts", + "path": "src/platform/packages/shared/kbn-utils/src/streams/replace_stream.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -421,7 +421,7 @@ "(splitChunk: string | Uint8Array) => ", "Transform" ], - "path": "packages/kbn-utils/src/streams/split_stream.ts", + "path": "src/platform/packages/shared/kbn-utils/src/streams/split_stream.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -435,7 +435,7 @@ "signature": [ "string | Uint8Array" ], - "path": "packages/kbn-utils/src/streams/split_stream.ts", + "path": "src/platform/packages/shared/kbn-utils/src/streams/split_stream.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -456,7 +456,7 @@ "signature": [ "(object: object) => string" ], - "path": "packages/kbn-utils/src/json/index.ts", + "path": "src/platform/packages/shared/kbn-utils/src/json/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -470,7 +470,7 @@ "signature": [ "object" ], - "path": "packages/kbn-utils/src/json/index.ts", + "path": "src/platform/packages/shared/kbn-utils/src/json/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -493,7 +493,7 @@ "signature": [ "{ readonly data: string; }" ], - "path": "packages/kbn-utils/src/path/index.ts", + "path": "src/platform/packages/shared/kbn-utils/src/path/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_utils.mdx b/api_docs/kbn_utils.mdx index b35750ffce148..35081b6ecdec7 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-12-27 +date: 2025-01-05 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 07a3804e0fcbe..b6846b2161f1c 100644 --- a/api_docs/kbn_visualization_ui_components.devdocs.json +++ b/api_docs/kbn_visualization_ui_components.devdocs.json @@ -2158,13 +2158,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "packages/kbn-visualization-ui-components/components/query_input/query_input.tsx", "deprecated": false, @@ -2259,13 +2253,7 @@ "label": "notifications", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.NotificationsStart", - "text": "NotificationsStart" - } + "NotificationsStart" ], "path": "packages/kbn-visualization-ui-components/components/query_input/query_input.tsx", "deprecated": false, @@ -2299,13 +2287,7 @@ "label": "docLinks", "description": [], "signature": [ - { - "pluginId": "@kbn/core-doc-links-browser", - "scope": "public", - "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-public.DocLinksStart", - "text": "DocLinksStart" - } + "DocLinksStart" ], "path": "packages/kbn-visualization-ui-components/components/query_input/query_input.tsx", "deprecated": false, diff --git a/api_docs/kbn_visualization_ui_components.mdx b/api_docs/kbn_visualization_ui_components.mdx index 7a93f998eb9cb..a215efb711923 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/visualization-ui-components'] --- import kbnVisualizationUiComponentsObj from './kbn_visualization_ui_components.devdocs.json'; diff --git a/api_docs/kbn_visualization_utils.mdx b/api_docs/kbn_visualization_utils.mdx index 872052dcbecfe..24d005303c12d 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-12-27 +date: 2025-01-05 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 8975662558577..9b449cd34262c 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-12-27 +date: 2025-01-05 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 2f44b0b6fc451..2b6fef8fa9990 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/yarn-lock-validator'] --- import kbnYarnLockValidatorObj from './kbn_yarn_lock_validator.devdocs.json'; diff --git a/api_docs/kbn_zod.devdocs.json b/api_docs/kbn_zod.devdocs.json index 4fbf59e5edf59..d66259384a000 100644 --- a/api_docs/kbn_zod.devdocs.json +++ b/api_docs/kbn_zod.devdocs.json @@ -13720,7 +13720,7 @@ "signature": [ "(value: unknown) => boolean" ], - "path": "packages/kbn-zod/util.ts", + "path": "src/platform/packages/shared/kbn-zod/util.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -13734,7 +13734,7 @@ "signature": [ "unknown" ], - "path": "packages/kbn-zod/util.ts", + "path": "src/platform/packages/shared/kbn-zod/util.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -15862,7 +15862,7 @@ }, "" ], - "path": "packages/kbn-zod/types.ts", + "path": "src/platform/packages/shared/kbn-zod/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -15876,7 +15876,7 @@ "signature": [ "V" ], - "path": "packages/kbn-zod/types.ts", + "path": "src/platform/packages/shared/kbn-zod/types.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_zod.mdx b/api_docs/kbn_zod.mdx index 0725545080e84..e76860927db5d 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-12-27 +date: 2025-01-05 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 79732be820af6..75a7e10bbd179 100644 --- a/api_docs/kbn_zod_helpers.devdocs.json +++ b/api_docs/kbn_zod_helpers.devdocs.json @@ -69,13 +69,7 @@ ], "signature": [ "(schema: ZodSchema) => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteValidationFunction", - "text": "RouteValidationFunction" - }, + "RouteValidationFunction", "" ], "path": "src/platform/packages/shared/kbn-zod-helpers/src/build_route_validation_with_zod.ts", diff --git a/api_docs/kbn_zod_helpers.mdx b/api_docs/kbn_zod_helpers.mdx index d16d09a97eb72..e38c198738e1d 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/zod-helpers'] --- import kbnZodHelpersObj from './kbn_zod_helpers.devdocs.json'; diff --git a/api_docs/kibana_overview.devdocs.json b/api_docs/kibana_overview.devdocs.json index 83eebc6dafa94..c6c9ab1791835 100644 --- a/api_docs/kibana_overview.devdocs.json +++ b/api_docs/kibana_overview.devdocs.json @@ -14,7 +14,7 @@ "tags": [], "label": "KibanaOverviewPluginSetup", "description": [], - "path": "src/plugins/kibana_overview/public/types.ts", + "path": "src/platform/plugins/private/kibana_overview/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -28,7 +28,7 @@ "tags": [], "label": "KibanaOverviewPluginStart", "description": [], - "path": "src/plugins/kibana_overview/public/types.ts", + "path": "src/platform/plugins/private/kibana_overview/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -60,7 +60,7 @@ "signature": [ "\"logoKibana\"" ], - "path": "src/plugins/kibana_overview/common/index.ts", + "path": "src/platform/plugins/private/kibana_overview/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -75,7 +75,7 @@ "signature": [ "\"kibanaOverview\"" ], - "path": "src/plugins/kibana_overview/common/index.ts", + "path": "src/platform/plugins/private/kibana_overview/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -90,7 +90,7 @@ "signature": [ "\"Overview\"" ], - "path": "src/plugins/kibana_overview/common/index.ts", + "path": "src/platform/plugins/private/kibana_overview/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -105,7 +105,7 @@ "signature": [ "\"/app/kibana_overview\"" ], - "path": "src/plugins/kibana_overview/common/index.ts", + "path": "src/platform/plugins/private/kibana_overview/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kibana_overview.mdx b/api_docs/kibana_overview.mdx index 753275f0e8610..2ae442e9820f6 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-12-27 +date: 2025-01-05 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 1f5f6b200058a..65e40ffeaf9fc 100644 --- a/api_docs/kibana_react.devdocs.json +++ b/api_docs/kibana_react.devdocs.json @@ -19,7 +19,7 @@ }, " extends React.Component" ], - "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -30,7 +30,7 @@ "tags": [], "label": "defaultProps", "description": [], - "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -44,7 +44,7 @@ "signature": [ "true" ], - "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false }, @@ -58,7 +58,7 @@ "signature": [ "false" ], - "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false }, @@ -72,7 +72,7 @@ "signature": [ "false" ], - "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false } @@ -88,7 +88,7 @@ "signature": [ "(nextProps: Props, prevState: State) => { value: [string | number, string | number] | undefined; prevValue: [string | number, string | number] | undefined; isValid: boolean; errorMessage: string; } | null" ], - "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -102,7 +102,7 @@ "signature": [ "Props" ], - "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -117,7 +117,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -132,7 +132,7 @@ "tags": [], "label": "state", "description": [], - "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, "children": [] @@ -147,7 +147,7 @@ "signature": [ "(value: [string | number, string | number]) => void" ], - "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -161,7 +161,7 @@ "signature": [ "[string | number, string | number]" ], - "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -179,7 +179,7 @@ "signature": [ "() => React.JSX.Element" ], - "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -199,13 +199,7 @@ "description": [], "signature": [ ">(services: Services) => ", { "pluginId": "kibanaReact", @@ -216,7 +210,7 @@ }, "" ], - "path": "src/plugins/kibana_react/public/context/context.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/context/context.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -230,7 +224,7 @@ "signature": [ "Services" ], - "path": "src/plugins/kibana_react/public/context/context.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/context/context.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -248,13 +242,7 @@ "description": [], "signature": [ "(services: Partial<", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ">) => ", { "pluginId": "kibanaReact", @@ -264,7 +252,7 @@ "text": "KibanaReactNotifications" } ], - "path": "src/plugins/kibana_react/public/notifications/create_notifications.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/notifications/create_notifications.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -277,16 +265,10 @@ "description": [], "signature": [ "Partial<", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ">" ], - "path": "src/plugins/kibana_react/public/notifications/create_notifications.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/notifications/create_notifications.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -304,13 +286,7 @@ "description": [], "signature": [ "(services: Partial<", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ">) => ", { "pluginId": "kibanaReact", @@ -320,7 +296,7 @@ "text": "KibanaReactOverlays" } ], - "path": "src/plugins/kibana_react/public/overlays/create_react_overlays.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/overlays/create_react_overlays.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -333,16 +309,10 @@ "description": [], "signature": [ "Partial<", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ">" ], - "path": "src/plugins/kibana_react/public/overlays/create_react_overlays.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/overlays/create_react_overlays.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -371,7 +341,7 @@ }, ") => React.JSX.Element" ], - "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_card/elastic_agent_card.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/page_template/no_data_page/no_data_card/elastic_agent_card.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -391,7 +361,7 @@ "text": "ElasticAgentCardProps" } ], - "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_card/elastic_agent_card.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/page_template/no_data_page/no_data_card/elastic_agent_card.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -410,7 +380,7 @@ "signature": [ "React.FunctionComponent>" ], - "path": "src/plugins/kibana_react/public/context/context.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/context/context.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -460,7 +430,7 @@ "KibanaPageTemplateSolutionNavAvatarProps", ") => React.JSX.Element" ], - "path": "src/plugins/kibana_react/public/page_template/solution_nav/solution_nav_avatar.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/page_template/solution_nav/solution_nav_avatar.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -474,7 +444,7 @@ "signature": [ "KibanaPageTemplateSolutionNavAvatarProps" ], - "path": "src/plugins/kibana_react/public/page_template/solution_nav/solution_nav_avatar.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/page_template/solution_nav/solution_nav_avatar.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -503,7 +473,7 @@ }, ") => React.JSX.Element" ], - "path": "src/plugins/kibana_react/public/theme.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/theme.tsx", "deprecated": true, "trackAdoption": false, "references": [], @@ -524,7 +494,7 @@ "text": "KibanaThemeProviderProps" } ], - "path": "src/plugins/kibana_react/public/theme.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/theme.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -545,7 +515,7 @@ "MarkdownProps", ") => React.JSX.Element" ], - "path": "src/plugins/kibana_react/public/markdown/index.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/markdown/index.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -559,7 +529,7 @@ "signature": [ "MarkdownProps" ], - "path": "src/plugins/kibana_react/public/markdown/index.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/markdown/index.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -580,7 +550,7 @@ "MarkdownSimpleProps", ") => React.JSX.Element" ], - "path": "src/plugins/kibana_react/public/markdown/index.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/markdown/index.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -594,7 +564,7 @@ "signature": [ "MarkdownSimpleProps" ], - "path": "src/plugins/kibana_react/public/markdown/index.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/markdown/index.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -621,7 +591,7 @@ }, ") => React.JSX.Element" ], - "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_card/no_data_card.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/page_template/no_data_page/no_data_card/no_data_card.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -641,7 +611,7 @@ "text": "NoDataPageActions" } ], - "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_card/no_data_card.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/page_template/no_data_page/no_data_card/no_data_card.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -668,7 +638,7 @@ }, ") => React.JSX.Element" ], - "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/page_template/no_data_page/no_data_page.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -688,7 +658,7 @@ "text": "NoDataPageProps" } ], - "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/page_template/no_data_page/no_data_page.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -707,7 +677,7 @@ "signature": [ "({ addDataHref, application, devToolsHref, hidden, managementHref, showDevToolsLink, showManagementLink, }: Props) => (React.JSX.Element | null)[]" ], - "path": "src/plugins/kibana_react/public/overview_page/overview_page_actions/overview_page_actions.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/overview_page/overview_page_actions/overview_page_actions.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -721,7 +691,7 @@ "signature": [ "Props" ], - "path": "src/plugins/kibana_react/public/overview_page/overview_page_actions/overview_page_actions.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/overview_page/overview_page_actions/overview_page_actions.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -740,7 +710,7 @@ "signature": [ "({ addBasePath, path, onSetDefaultRoute, onChangeDefaultRoute, }: Props) => React.JSX.Element" ], - "path": "src/plugins/kibana_react/public/overview_page/overview_page_footer/overview_page_footer.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/overview_page/overview_page_footer/overview_page_footer.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -754,7 +724,7 @@ "signature": [ "Props" ], - "path": "src/plugins/kibana_react/public/overview_page/overview_page_footer/overview_page_footer.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/overview_page/overview_page_footer/overview_page_footer.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -777,7 +747,7 @@ "History", ", to: string | LocationObject, onClickCallback?: Function | undefined) => { href: string; onClick: (event: React.MouseEvent) => void; }" ], - "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -794,7 +764,7 @@ "History", "" ], - "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -809,7 +779,7 @@ "signature": [ "string | LocationObject" ], - "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -824,7 +794,7 @@ "signature": [ "Function | undefined" ], - "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -847,7 +817,7 @@ "History", ", to: string | LocationObject, onClickCallback?: Function | undefined) => (event: React.MouseEvent) => void" ], - "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -864,7 +834,7 @@ "History", "" ], - "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -879,7 +849,7 @@ "signature": [ "string | LocationObject" ], - "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -894,7 +864,7 @@ "signature": [ "Function | undefined" ], - "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -922,27 +892,13 @@ "text": "ToMountPointOptions" }, ") => ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", "" ], - "path": "src/plugins/kibana_react/public/util/index.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/util/index.tsx", "deprecated": true, "trackAdoption": false, "references": [ - { - "plugin": "observabilityShared", - "path": "x-pack/solutions/observability/plugins/observability_shared/public/components/header_menu/header_menu_portal.tsx" - }, - { - "plugin": "observabilityShared", - "path": "x-pack/solutions/observability/plugins/observability_shared/public/components/header_menu/header_menu_portal.tsx" - }, { "plugin": "monitoring", "path": "x-pack/platform/plugins/private/monitoring/public/components/header_menu/header_menu_portal.tsx" @@ -950,6 +906,14 @@ { "plugin": "monitoring", "path": "x-pack/platform/plugins/private/monitoring/public/components/header_menu/header_menu_portal.tsx" + }, + { + "plugin": "observabilityShared", + "path": "x-pack/solutions/observability/plugins/observability_shared/public/components/header_menu/header_menu_portal.tsx" + }, + { + "plugin": "observabilityShared", + "path": "x-pack/solutions/observability/plugins/observability_shared/public/components/header_menu/header_menu_portal.tsx" } ], "children": [ @@ -963,7 +927,7 @@ "signature": [ "React.ReactNode" ], - "path": "src/plugins/kibana_react/public/util/index.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/util/index.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -984,7 +948,7 @@ "text": "ToMountPointOptions" } ], - "path": "src/plugins/kibana_react/public/util/index.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/util/index.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1011,7 +975,7 @@ }, ") => React.JSX.Element" ], - "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1031,7 +995,7 @@ "text": "UrlTemplateEditorProps" } ], - "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1050,7 +1014,7 @@ "signature": [ "(defaultValue?: boolean | undefined) => boolean" ], - "path": "src/plugins/kibana_react/public/dark_mode/use_dark_mode.ts", + "path": "src/platform/plugins/shared/kibana_react/public/dark_mode/use_dark_mode.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1064,7 +1028,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/kibana_react/public/dark_mode/use_dark_mode.ts", + "path": "src/platform/plugins/shared/kibana_react/public/dark_mode/use_dark_mode.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1084,24 +1048,12 @@ ], "signature": [ "(executionContext: ", - { - "pluginId": "@kbn/core-execution-context-browser", - "scope": "public", - "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-public.ExecutionContextSetup", - "text": "ExecutionContextSetup" - }, + "ExecutionContextSetup", " | undefined, context: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", ") => void" ], - "path": "src/plugins/kibana_react/public/use_execution_context/use_execution_context.ts", + "path": "src/platform/plugins/shared/kibana_react/public/use_execution_context/use_execution_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1113,16 +1065,10 @@ "label": "executionContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-execution-context-browser", - "scope": "public", - "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-public.ExecutionContextSetup", - "text": "ExecutionContextSetup" - }, + "ExecutionContextSetup", " | undefined" ], - "path": "src/plugins/kibana_react/public/use_execution_context/use_execution_context.ts", + "path": "src/platform/plugins/shared/kibana_react/public/use_execution_context/use_execution_context.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1135,15 +1081,9 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - } + "KibanaExecutionContext" ], - "path": "src/plugins/kibana_react/public/use_execution_context/use_execution_context.ts", + "path": "src/platform/plugins/shared/kibana_react/public/use_execution_context/use_execution_context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1164,7 +1104,7 @@ "signature": [ "(key: string, defaultValue?: T | undefined) => T" ], - "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", + "path": "src/platform/plugins/shared/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1178,7 +1118,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", + "path": "src/platform/plugins/shared/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1193,7 +1133,7 @@ "signature": [ "T | undefined" ], - "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", + "path": "src/platform/plugins/shared/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1214,7 +1154,7 @@ "signature": [ "(key: string, defaultValue?: T | undefined) => [T, Setter]" ], - "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", + "path": "src/platform/plugins/shared/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1228,7 +1168,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", + "path": "src/platform/plugins/shared/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1243,7 +1183,7 @@ "signature": [ "T | undefined" ], - "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", + "path": "src/platform/plugins/shared/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1269,16 +1209,10 @@ "text": "KibanaReactContextValue" }, " & Extra>" ], - "path": "src/plugins/kibana_react/public/context/context.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/context/context.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -1297,7 +1231,7 @@ "signature": [ "(key: string, defaultValue?: T | undefined) => T" ], - "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", + "path": "src/platform/plugins/shared/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1311,7 +1245,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", + "path": "src/platform/plugins/shared/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1326,7 +1260,7 @@ "signature": [ "T | undefined" ], - "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", + "path": "src/platform/plugins/shared/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1347,7 +1281,7 @@ "signature": [ "(key: string, defaultValue?: T | undefined) => [T, Setter]" ], - "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", + "path": "src/platform/plugins/shared/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1361,7 +1295,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", + "path": "src/platform/plugins/shared/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1376,7 +1310,7 @@ "signature": [ "T | undefined" ], - "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", + "path": "src/platform/plugins/shared/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1403,7 +1337,7 @@ }, "<{}>; }>(type: React.ComponentType) => React.FC>" ], - "path": "src/plugins/kibana_react/public/context/context.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/context/context.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1417,7 +1351,7 @@ "signature": [ "React.ComponentType" ], - "path": "src/plugins/kibana_react/public/context/context.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/context/context.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1447,16 +1381,10 @@ "text": "KibanaTheme" }, ">, userProfile?: ", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - }, + "UserProfileService", " | undefined) => React.JSX.Element" ], - "path": "src/plugins/kibana_react/public/theme.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/theme.tsx", "deprecated": true, "trackAdoption": false, "references": [ @@ -1488,7 +1416,7 @@ "signature": [ "React.ReactNode" ], - "path": "src/plugins/kibana_react/public/theme.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/theme.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1512,7 +1440,7 @@ }, ">" ], - "path": "src/plugins/kibana_react/public/theme.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/theme.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1525,16 +1453,10 @@ "label": "userProfile", "description": [], "signature": [ - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - }, + "UserProfileService", " | undefined" ], - "path": "src/plugins/kibana_react/public/theme.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/theme.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1562,7 +1484,7 @@ }, "" ], - "path": "src/plugins/kibana_react/public/context/types.ts", + "path": "src/platform/plugins/shared/kibana_react/public/context/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1583,7 +1505,7 @@ }, "" ], - "path": "src/plugins/kibana_react/public/context/types.ts", + "path": "src/platform/plugins/shared/kibana_react/public/context/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1597,7 +1519,7 @@ "signature": [ "React.FunctionComponent>" ], - "path": "src/plugins/kibana_react/public/context/types.ts", + "path": "src/platform/plugins/shared/kibana_react/public/context/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1650,7 +1572,7 @@ }, ">>" ], - "path": "src/plugins/kibana_react/public/context/types.ts", + "path": "src/platform/plugins/shared/kibana_react/public/context/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1691,7 +1613,7 @@ }, "" ], - "path": "src/plugins/kibana_react/public/context/types.ts", + "path": "src/platform/plugins/shared/kibana_react/public/context/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1705,7 +1627,7 @@ "signature": [ "Services" ], - "path": "src/plugins/kibana_react/public/context/types.ts", + "path": "src/platform/plugins/shared/kibana_react/public/context/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1725,7 +1647,7 @@ "text": "KibanaReactOverlays" } ], - "path": "src/plugins/kibana_react/public/context/types.ts", + "path": "src/platform/plugins/shared/kibana_react/public/context/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1745,7 +1667,7 @@ "text": "KibanaReactNotifications" } ], - "path": "src/plugins/kibana_react/public/context/types.ts", + "path": "src/platform/plugins/shared/kibana_react/public/context/types.ts", "deprecated": false, "trackAdoption": false } @@ -1759,7 +1681,7 @@ "tags": [], "label": "KibanaReactNotifications", "description": [], - "path": "src/plugins/kibana_react/public/notifications/types.ts", + "path": "src/platform/plugins/shared/kibana_react/public/notifications/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1805,7 +1727,7 @@ }, ") => void; }" ], - "path": "src/plugins/kibana_react/public/notifications/types.ts", + "path": "src/platform/plugins/shared/kibana_react/public/notifications/types.ts", "deprecated": false, "trackAdoption": false } @@ -1819,7 +1741,7 @@ "tags": [], "label": "KibanaReactOverlays", "description": [], - "path": "src/plugins/kibana_react/public/overlays/types.ts", + "path": "src/platform/plugins/shared/kibana_react/public/overlays/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1832,23 +1754,11 @@ "description": [], "signature": [ "(node: React.ReactNode, options?: ", - { - "pluginId": "@kbn/core-overlays-browser", - "scope": "public", - "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-public.OverlayFlyoutOpenOptions", - "text": "OverlayFlyoutOpenOptions" - }, + "OverlayFlyoutOpenOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.OverlayRef", - "text": "OverlayRef" - } + "OverlayRef" ], - "path": "src/plugins/kibana_react/public/overlays/types.ts", + "path": "src/platform/plugins/shared/kibana_react/public/overlays/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1862,7 +1772,7 @@ "signature": [ "React.ReactNode" ], - "path": "src/plugins/kibana_react/public/overlays/types.ts", + "path": "src/platform/plugins/shared/kibana_react/public/overlays/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1875,16 +1785,10 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-overlays-browser", - "scope": "public", - "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-public.OverlayFlyoutOpenOptions", - "text": "OverlayFlyoutOpenOptions" - }, + "OverlayFlyoutOpenOptions", " | undefined" ], - "path": "src/plugins/kibana_react/public/overlays/types.ts", + "path": "src/platform/plugins/shared/kibana_react/public/overlays/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1901,23 +1805,11 @@ "description": [], "signature": [ "(node: React.ReactNode, options?: ", - { - "pluginId": "@kbn/core-overlays-browser", - "scope": "public", - "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-public.OverlayModalOpenOptions", - "text": "OverlayModalOpenOptions" - }, + "OverlayModalOpenOptions", " | undefined) => ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.OverlayRef", - "text": "OverlayRef" - } + "OverlayRef" ], - "path": "src/plugins/kibana_react/public/overlays/types.ts", + "path": "src/platform/plugins/shared/kibana_react/public/overlays/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1931,7 +1823,7 @@ "signature": [ "React.ReactNode" ], - "path": "src/plugins/kibana_react/public/overlays/types.ts", + "path": "src/platform/plugins/shared/kibana_react/public/overlays/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1944,16 +1836,10 @@ "label": "options", "description": [], "signature": [ - { - "pluginId": "@kbn/core-overlays-browser", - "scope": "public", - "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-public.OverlayModalOpenOptions", - "text": "OverlayModalOpenOptions" - }, + "OverlayModalOpenOptions", " | undefined" ], - "path": "src/plugins/kibana_react/public/overlays/types.ts", + "path": "src/platform/plugins/shared/kibana_react/public/overlays/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1982,7 +1868,7 @@ " extends ", "CommonProps" ], - "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/page_template/no_data_page/no_data_page.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1995,7 +1881,7 @@ "description": [ "\nSingle name for the current solution, used to auto-generate the title, logo, description, and button label" ], - "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/page_template/no_data_page/no_data_page.tsx", "deprecated": false, "trackAdoption": false }, @@ -2011,7 +1897,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/page_template/no_data_page/no_data_page.tsx", "deprecated": false, "trackAdoption": false }, @@ -2024,7 +1910,7 @@ "description": [ "\nRequired to set the docs link for the whole solution" ], - "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/page_template/no_data_page/no_data_page.tsx", "deprecated": false, "trackAdoption": false }, @@ -2040,7 +1926,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/page_template/no_data_page/no_data_page.tsx", "deprecated": false, "trackAdoption": false }, @@ -2064,7 +1950,7 @@ }, "; }" ], - "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/page_template/no_data_page/no_data_page.tsx", "deprecated": false, "trackAdoption": false } @@ -2078,7 +1964,7 @@ "tags": [], "label": "ToastInput", "description": [], - "path": "src/plugins/kibana_react/public/notifications/types.ts", + "path": "src/platform/plugins/shared/kibana_react/public/notifications/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2092,7 +1978,7 @@ "signature": [ "string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | null | undefined" ], - "path": "src/plugins/kibana_react/public/notifications/types.ts", + "path": "src/platform/plugins/shared/kibana_react/public/notifications/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2106,7 +1992,7 @@ "signature": [ "string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | null | undefined" ], - "path": "src/plugins/kibana_react/public/notifications/types.ts", + "path": "src/platform/plugins/shared/kibana_react/public/notifications/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2120,7 +2006,7 @@ "signature": [ "\"warning\" | \"success\" | \"primary\" | \"danger\" | undefined" ], - "path": "src/plugins/kibana_react/public/notifications/types.ts", + "path": "src/platform/plugins/shared/kibana_react/public/notifications/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2135,7 +2021,7 @@ "IconType", " | undefined" ], - "path": "src/plugins/kibana_react/public/notifications/types.ts", + "path": "src/platform/plugins/shared/kibana_react/public/notifications/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2149,7 +2035,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/kibana_react/public/notifications/types.ts", + "path": "src/platform/plugins/shared/kibana_react/public/notifications/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2163,7 +2049,7 @@ "signature": [ "(() => void) | undefined" ], - "path": "src/plugins/kibana_react/public/notifications/types.ts", + "path": "src/platform/plugins/shared/kibana_react/public/notifications/types.ts", "deprecated": false, "trackAdoption": false } @@ -2179,7 +2065,7 @@ ], "label": "ToMountPointOptions", "description": [], - "path": "src/plugins/kibana_react/public/util/index.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/util/index.tsx", "deprecated": true, "trackAdoption": false, "references": [], @@ -2195,7 +2081,7 @@ "AnalyticsServiceStart", " | undefined" ], - "path": "src/plugins/kibana_react/public/util/index.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/util/index.tsx", "deprecated": false, "trackAdoption": false }, @@ -2209,16 +2095,10 @@ "signature": [ "Observable", "<", - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.CoreTheme", - "text": "CoreTheme" - }, + "CoreTheme", "> | undefined" ], - "path": "src/plugins/kibana_react/public/util/index.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/util/index.tsx", "deprecated": false, "trackAdoption": false }, @@ -2230,16 +2110,10 @@ "label": "userProfile", "description": [], "signature": [ - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - }, + "UserProfileService", " | undefined" ], - "path": "src/plugins/kibana_react/public/util/index.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/util/index.tsx", "deprecated": false, "trackAdoption": false } @@ -2253,7 +2127,7 @@ "tags": [], "label": "UrlTemplateEditorProps", "description": [], - "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2264,7 +2138,7 @@ "tags": [], "label": "value", "description": [], - "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false }, @@ -2278,7 +2152,7 @@ "signature": [ "string | number | undefined" ], - "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false }, @@ -2292,7 +2166,7 @@ "signature": [ "{ minLines?: number | undefined; maxLines?: number | undefined; } | undefined" ], - "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false }, @@ -2313,7 +2187,7 @@ }, "[] | undefined" ], - "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false }, @@ -2329,7 +2203,7 @@ "editor", ".IModelContentChangedEvent) => void) | undefined" ], - "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false }, @@ -2345,7 +2219,7 @@ "editor", ".IStandaloneCodeEditor) => void) | undefined" ], - "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2360,7 +2234,7 @@ "editor", ".IStandaloneCodeEditor" ], - "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2378,7 +2252,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false }, @@ -2400,7 +2274,7 @@ }, "> | undefined" ], - "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false } @@ -2414,7 +2288,7 @@ "tags": [], "label": "UrlTemplateEditorVariable", "description": [], - "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2425,7 +2299,7 @@ "tags": [], "label": "label", "description": [], - "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false }, @@ -2439,7 +2313,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false }, @@ -2453,7 +2327,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false }, @@ -2468,7 +2342,7 @@ "languages", ".CompletionItemKind | undefined" ], - "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false }, @@ -2482,7 +2356,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false } @@ -2509,7 +2383,7 @@ }, " & { solution: string; }" ], - "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_card/elastic_agent_card.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/page_template/no_data_page/no_data_card/elastic_agent_card.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2543,69 +2417,21 @@ "text": "CustomBrandingStart" }, " | undefined; docLinks?: ", - { - "pluginId": "@kbn/core-doc-links-browser", - "scope": "public", - "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-public.DocLinksStart", - "text": "DocLinksStart" - }, + "DocLinksStart", " | undefined; executionContext?: ", - { - "pluginId": "@kbn/core-execution-context-browser", - "scope": "public", - "docId": "kibKbnCoreExecutionContextBrowserPluginApi", - "section": "def-public.ExecutionContextSetup", - "text": "ExecutionContextSetup" - }, + "ExecutionContextSetup", " | undefined; featureFlags?: ", - { - "pluginId": "@kbn/core-feature-flags-browser", - "scope": "public", - "docId": "kibKbnCoreFeatureFlagsBrowserPluginApi", - "section": "def-public.FeatureFlagsStart", - "text": "FeatureFlagsStart" - }, + "FeatureFlagsStart", " | undefined; http?: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", " | undefined; savedObjects?: ", - { - "pluginId": "@kbn/core-saved-objects-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsBrowserPluginApi", - "section": "def-public.SavedObjectsStart", - "text": "SavedObjectsStart" - }, + "SavedObjectsStart", " | undefined; i18n?: ", - { - "pluginId": "@kbn/core-i18n-browser", - "scope": "public", - "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-public.I18nStart", - "text": "I18nStart" - }, + "I18nStart", " | undefined; notifications?: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.NotificationsStart", - "text": "NotificationsStart" - }, + "NotificationsStart", " | undefined; overlays?: ", - { - "pluginId": "@kbn/core-overlays-browser", - "scope": "public", - "docId": "kibKbnCoreOverlaysBrowserPluginApi", - "section": "def-public.OverlayStart", - "text": "OverlayStart" - }, + "OverlayStart", " | undefined; uiSettings?: ", { "pluginId": "@kbn/core-ui-settings-browser", @@ -2623,56 +2449,20 @@ "text": "SettingsStart" }, " | undefined; fatalErrors?: ", - { - "pluginId": "@kbn/core-fatal-errors-browser", - "scope": "public", - "docId": "kibKbnCoreFatalErrorsBrowserPluginApi", - "section": "def-public.FatalErrorsSetup", - "text": "FatalErrorsSetup" - }, + "FatalErrorsSetup", " | undefined; deprecations?: ", - { - "pluginId": "@kbn/core-deprecations-browser", - "scope": "public", - "docId": "kibKbnCoreDeprecationsBrowserPluginApi", - "section": "def-public.DeprecationsServiceStart", - "text": "DeprecationsServiceStart" - }, + "DeprecationsServiceStart", " | undefined; theme?: ", - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - }, + "ThemeServiceSetup", " | undefined; plugins?: ", - { - "pluginId": "@kbn/core-plugins-contracts-browser", - "scope": "public", - "docId": "kibKbnCorePluginsContractsBrowserPluginApi", - "section": "def-public.PluginsServiceStart", - "text": "PluginsServiceStart" - }, + "PluginsServiceStart", " | undefined; security?: ", - { - "pluginId": "@kbn/core-security-browser", - "scope": "public", - "docId": "kibKbnCoreSecurityBrowserPluginApi", - "section": "def-public.SecurityServiceStart", - "text": "SecurityServiceStart" - }, + "SecurityServiceStart", " | undefined; userProfile?: ", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - }, + "UserProfileService", " | undefined; }" ], - "path": "src/plugins/kibana_react/public/context/types.ts", + "path": "src/platform/plugins/shared/kibana_react/public/context/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2704,7 +2494,7 @@ "text": "ThemeServiceStart" } ], - "path": "src/plugins/kibana_react/public/theme.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/theme.tsx", "deprecated": true, "trackAdoption": false, "references": [], @@ -2717,7 +2507,7 @@ "tags": [], "label": "NO_DATA_RECOMMENDED", "description": [], - "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/page_template/no_data_page/no_data_page.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2734,7 +2524,7 @@ "EuiCardProps", "> & { recommended?: boolean | undefined; button?: React.ReactNode; onClick?: React.MouseEventHandler | undefined; category?: string | undefined; }" ], - "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/page_template/no_data_page/no_data_page.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2757,7 +2547,7 @@ }, "; }" ], - "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/page_template/no_data_page/no_data_page.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2772,7 +2562,7 @@ "signature": [ "[string | number, string | number]" ], - "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2796,16 +2586,10 @@ "text": "KibanaReactContextValue" }, ">>" ], - "path": "src/plugins/kibana_react/public/context/context.tsx", + "path": "src/platform/plugins/shared/kibana_react/public/context/context.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kibana_react.mdx b/api_docs/kibana_react.mdx index 5b8548303997d..ca33173a8176f 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-12-27 +date: 2025-01-05 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 5a8ff256ae2f8..217b446a4fb53 100644 --- a/api_docs/kibana_utils.devdocs.json +++ b/api_docs/kibana_utils.devdocs.json @@ -21,7 +21,7 @@ }, " extends Error" ], - "path": "src/plugins/kibana_utils/common/abort_utils.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/abort_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -35,7 +35,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/common/abort_utils.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/abort_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -49,7 +49,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/common/abort_utils.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/abort_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -86,7 +86,7 @@ "text": "KbnError" } ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -100,7 +100,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -114,7 +114,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -129,7 +129,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -159,7 +159,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/defer.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/defer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -173,7 +173,7 @@ "signature": [ "(data: T) => void" ], - "path": "src/plugins/kibana_utils/common/defer.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/defer.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -188,7 +188,7 @@ "signature": [ "T" ], - "path": "src/plugins/kibana_utils/common/defer.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/defer.ts", "deprecated": false, "trackAdoption": false } @@ -204,7 +204,7 @@ "signature": [ "(error: any) => void" ], - "path": "src/plugins/kibana_utils/common/defer.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/defer.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -219,7 +219,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/common/defer.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/defer.ts", "deprecated": false, "trackAdoption": false } @@ -235,7 +235,7 @@ "signature": [ "Promise" ], - "path": "src/plugins/kibana_utils/common/defer.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/defer.ts", "deprecated": false, "trackAdoption": false } @@ -268,7 +268,7 @@ "text": "KbnError" } ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -282,7 +282,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -296,7 +296,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -332,7 +332,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/public/storage/hashed_item_store/hashed_item_store.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/hashed_item_store/hashed_item_store.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -346,7 +346,7 @@ "signature": [ "\"kbn.hashedItemsIndex.v1\"" ], - "path": "src/plugins/kibana_utils/public/storage/hashed_item_store/hashed_item_store.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/hashed_item_store/hashed_item_store.ts", "deprecated": false, "trackAdoption": false }, @@ -362,7 +362,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/public/storage/hashed_item_store/hashed_item_store.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/hashed_item_store/hashed_item_store.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -376,7 +376,7 @@ "signature": [ "Storage" ], - "path": "src/plugins/kibana_utils/public/storage/hashed_item_store/hashed_item_store.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/hashed_item_store/hashed_item_store.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -394,7 +394,7 @@ "signature": [ "(hash: string, item: string) => boolean" ], - "path": "src/plugins/kibana_utils/public/storage/hashed_item_store/hashed_item_store.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/hashed_item_store/hashed_item_store.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -408,7 +408,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/storage/hashed_item_store/hashed_item_store.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/hashed_item_store/hashed_item_store.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -423,7 +423,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/storage/hashed_item_store/hashed_item_store.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/hashed_item_store/hashed_item_store.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -441,7 +441,7 @@ "signature": [ "(hash: string) => string | null" ], - "path": "src/plugins/kibana_utils/public/storage/hashed_item_store/hashed_item_store.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/hashed_item_store/hashed_item_store.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -455,7 +455,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/storage/hashed_item_store/hashed_item_store.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/hashed_item_store/hashed_item_store.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -473,7 +473,7 @@ "signature": [ "(hash: string) => string | null" ], - "path": "src/plugins/kibana_utils/public/storage/hashed_item_store/hashed_item_store.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/hashed_item_store/hashed_item_store.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -487,7 +487,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/storage/hashed_item_store/hashed_item_store.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/hashed_item_store/hashed_item_store.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -505,7 +505,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/kibana_utils/public/storage/hashed_item_store/hashed_item_store.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/hashed_item_store/hashed_item_store.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -540,7 +540,7 @@ "text": "KbnError" } ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -554,7 +554,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -568,7 +568,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -596,7 +596,7 @@ }, " extends Error" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -610,7 +610,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -624,7 +624,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -644,7 +644,7 @@ "description": [ "\nShould call `dispatchComplete()` when UI block has finished loading its data and has\ncompletely rendered. Should `dispatchInProgress()` every time UI block\nstarts loading data again. At the start it is assumed that UI block is loading\nso it dispatches \"in progress\" automatically, so you need to call `setRenderComplete`\nat least once.\n\nThis is used for reporting to know that UI block is ready, so\nit can take a screenshot. It is also used in functional tests to know that\npage has stabilized." ], - "path": "src/plugins/kibana_utils/public/render_complete/render_complete_dispatcher.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/render_complete/render_complete_dispatcher.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -658,7 +658,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/public/render_complete/render_complete_dispatcher.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/render_complete/render_complete_dispatcher.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -672,7 +672,7 @@ "signature": [ "HTMLElement | undefined" ], - "path": "src/plugins/kibana_utils/public/render_complete/render_complete_dispatcher.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/render_complete/render_complete_dispatcher.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -690,7 +690,7 @@ "signature": [ "(el?: HTMLElement | undefined) => void" ], - "path": "src/plugins/kibana_utils/public/render_complete/render_complete_dispatcher.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/render_complete/render_complete_dispatcher.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -704,7 +704,7 @@ "signature": [ "HTMLElement | undefined" ], - "path": "src/plugins/kibana_utils/public/render_complete/render_complete_dispatcher.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/render_complete/render_complete_dispatcher.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -722,7 +722,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/kibana_utils/public/render_complete/render_complete_dispatcher.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/render_complete/render_complete_dispatcher.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -738,7 +738,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/kibana_utils/public/render_complete/render_complete_dispatcher.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/render_complete/render_complete_dispatcher.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -754,7 +754,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/kibana_utils/public/render_complete/render_complete_dispatcher.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/render_complete/render_complete_dispatcher.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -770,7 +770,7 @@ "signature": [ "(title: string) => void" ], - "path": "src/plugins/kibana_utils/public/render_complete/render_complete_dispatcher.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/render_complete/render_complete_dispatcher.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -784,7 +784,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/render_complete/render_complete_dispatcher.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/render_complete/render_complete_dispatcher.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -802,7 +802,7 @@ "tags": [], "label": "RenderCompleteListener", "description": [], - "path": "src/plugins/kibana_utils/public/render_complete/render_complete_listener.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/render_complete/render_complete_listener.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -816,7 +816,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/public/render_complete/render_complete_listener.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/render_complete/render_complete_listener.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -830,7 +830,7 @@ "signature": [ "HTMLElement" ], - "path": "src/plugins/kibana_utils/public/render_complete/render_complete_listener.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/render_complete/render_complete_listener.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -848,7 +848,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/kibana_utils/public/render_complete/render_complete_listener.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/render_complete/render_complete_listener.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -864,7 +864,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/kibana_utils/public/render_complete/render_complete_listener.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/render_complete/render_complete_listener.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -880,7 +880,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/kibana_utils/public/render_complete/render_complete_listener.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/render_complete/render_complete_listener.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -909,7 +909,7 @@ " extends ", "events" ], - "path": "src/plugins/kibana_utils/public/resize_checker/resize_checker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/resize_checker/resize_checker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -923,7 +923,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/public/resize_checker/resize_checker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/resize_checker/resize_checker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -937,7 +937,7 @@ "signature": [ "HTMLElement" ], - "path": "src/plugins/kibana_utils/public/resize_checker/resize_checker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/resize_checker/resize_checker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -949,7 +949,7 @@ "tags": [], "label": "args", "description": [], - "path": "src/plugins/kibana_utils/public/resize_checker/resize_checker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/resize_checker/resize_checker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -963,7 +963,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/kibana_utils/public/resize_checker/resize_checker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/resize_checker/resize_checker.ts", "deprecated": false, "trackAdoption": false } @@ -982,7 +982,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/kibana_utils/public/resize_checker/resize_checker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/resize_checker/resize_checker.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1000,7 +1000,7 @@ "signature": [ "(block: () => void) => void" ], - "path": "src/plugins/kibana_utils/public/resize_checker/resize_checker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/resize_checker/resize_checker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1014,7 +1014,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/kibana_utils/public/resize_checker/resize_checker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/resize_checker/resize_checker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1034,7 +1034,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/kibana_utils/public/resize_checker/resize_checker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/resize_checker/resize_checker.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1069,7 +1069,7 @@ "text": "KbnError" } ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1083,7 +1083,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1097,7 +1097,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1134,7 +1134,7 @@ "text": "KbnError" } ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1148,7 +1148,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1162,7 +1162,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1199,7 +1199,7 @@ "text": "KbnError" } ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1210,7 +1210,7 @@ "tags": [], "label": "savedObjectType", "description": [], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false }, @@ -1224,7 +1224,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false }, @@ -1238,7 +1238,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1252,7 +1252,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1267,7 +1267,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1282,7 +1282,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1297,7 +1297,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1333,7 +1333,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/public/storage/storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1354,7 +1354,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/public/storage/storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/storage.ts", "deprecated": false, "trackAdoption": false }, @@ -1368,7 +1368,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/public/storage/storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1389,7 +1389,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/public/storage/storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1407,7 +1407,7 @@ "signature": [ "(key: string) => any" ], - "path": "src/plugins/kibana_utils/public/storage/storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1421,7 +1421,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/storage/storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1439,7 +1439,7 @@ "signature": [ "(key: string, value: any, includeUndefined?: boolean) => false | void" ], - "path": "src/plugins/kibana_utils/public/storage/storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1453,7 +1453,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/storage/storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1468,7 +1468,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/public/storage/storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1483,7 +1483,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/kibana_utils/public/storage/storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1501,7 +1501,7 @@ "signature": [ "(key: string) => any" ], - "path": "src/plugins/kibana_utils/public/storage/storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1515,7 +1515,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/storage/storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1533,7 +1533,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/kibana_utils/public/storage/storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/storage.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1556,7 +1556,7 @@ "signature": [ "(signal: AbortSignal) => { promise: Promise; cleanup: () => void; }" ], - "path": "src/plugins/kibana_utils/common/abort_utils.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/abort_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1572,7 +1572,7 @@ "signature": [ "AbortSignal" ], - "path": "src/plugins/kibana_utils/common/abort_utils.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/abort_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1592,7 +1592,7 @@ "(target: Record, source: Record) => ", "IDiffObject" ], - "path": "src/plugins/kibana_utils/public/state_management/utils/diff_object.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/utils/diff_object.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1606,7 +1606,7 @@ "signature": [ "Record" ], - "path": "src/plugins/kibana_utils/public/state_management/utils/diff_object.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/utils/diff_object.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1621,7 +1621,7 @@ "signature": [ "Record" ], - "path": "src/plugins/kibana_utils/public/state_management/utils/diff_object.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/utils/diff_object.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1640,7 +1640,7 @@ "signature": [ "(o: object) => string" ], - "path": "src/plugins/kibana_utils/common/calculate_object_hash.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/calculate_object_hash.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1655,7 +1655,7 @@ "signature": [ "object" ], - "path": "src/plugins/kibana_utils/common/calculate_object_hash.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/calculate_object_hash.ts", "deprecated": false, "trackAdoption": false } @@ -1688,7 +1688,7 @@ }, "]" ], - "path": "src/plugins/kibana_utils/common/create_getter_setter.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/create_getter_setter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1702,7 +1702,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/common/create_getter_setter.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/create_getter_setter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1717,7 +1717,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/kibana_utils/common/create_getter_setter.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/create_getter_setter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1746,7 +1746,7 @@ "Action", "; }>" ], - "path": "src/plugins/kibana_utils/public/history/history_observable.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/history/history_observable.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1763,7 +1763,7 @@ "History", "" ], - "path": "src/plugins/kibana_utils/public/history/history_observable.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/history/history_observable.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1785,7 +1785,7 @@ ") => ", "IKbnUrlControls" ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1800,7 +1800,7 @@ "History", "" ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1830,7 +1830,7 @@ "text": "IKbnUrlStateStorage" } ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1841,7 +1841,7 @@ "tags": [], "label": "{\n useHash = false,\n useHashQuery = true,\n history,\n onGetError,\n onSetError,\n }", "description": [], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1852,7 +1852,7 @@ "tags": [], "label": "useHash", "description": [], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", "deprecated": false, "trackAdoption": false }, @@ -1866,7 +1866,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", "deprecated": false, "trackAdoption": false }, @@ -1881,7 +1881,7 @@ "History", " | undefined" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", "deprecated": false, "trackAdoption": false }, @@ -1895,7 +1895,7 @@ "signature": [ "((error: Error) => void) | undefined" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1909,7 +1909,7 @@ "signature": [ "Error" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1927,7 +1927,7 @@ "signature": [ "((error: Error) => void) | undefined" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1941,7 +1941,7 @@ "signature": [ "Error" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1974,13 +1974,7 @@ "<", "AppUpdater", ">; toastNotifications: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - }, + "IToasts", "; history?: ", "History", " | undefined; getHistory?: (() => ", @@ -1988,7 +1982,7 @@ ") | undefined; storage?: Storage | undefined; shouldTrackUrlUpdate?: ((pathname: string) => boolean) | undefined; onBeforeNavLinkSaved?: ((newNavLink: string) => string) | undefined; }) => ", "KbnUrlTracker" ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_tracker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_tracker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1999,7 +1993,7 @@ "tags": [], "label": "{\n baseUrl,\n defaultSubUrl,\n storageKey,\n stateParams,\n navLinkUpdater$,\n toastNotifications,\n history,\n getHistory,\n storage,\n shouldTrackUrlUpdate = () => {\n return true;\n },\n onBeforeNavLinkSaved = (newNavLink) => newNavLink,\n}", "description": [], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_tracker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_tracker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2012,7 +2006,7 @@ "description": [ "\nBase url of the current app. This will be used as a prefix for the\nnav link in the side bar" ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_tracker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_tracker.ts", "deprecated": false, "trackAdoption": false }, @@ -2025,7 +2019,7 @@ "description": [ "\nDefault sub url for this app. If the app is currently active or no sub url is already stored in session storage and the app hasn't been visited yet, the nav link will be set to this url." ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_tracker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_tracker.ts", "deprecated": false, "trackAdoption": false }, @@ -2043,7 +2037,7 @@ "Observable", "; }[]" ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_tracker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_tracker.ts", "deprecated": false, "trackAdoption": false }, @@ -2056,7 +2050,7 @@ "description": [ "\nKey used to store the current sub url in session storage. This key should only be used for one active url tracker at any given time." ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_tracker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_tracker.ts", "deprecated": false, "trackAdoption": false }, @@ -2075,7 +2069,7 @@ "AppUpdater", ">" ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_tracker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_tracker.ts", "deprecated": false, "trackAdoption": false }, @@ -2089,15 +2083,9 @@ "\nToast notifications service to show toasts in error cases." ], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - } + "IToasts" ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_tracker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_tracker.ts", "deprecated": false, "trackAdoption": false }, @@ -2114,7 +2102,7 @@ "History", " | undefined" ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_tracker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_tracker.ts", "deprecated": false, "trackAdoption": false }, @@ -2132,7 +2120,7 @@ "History", ") | undefined" ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_tracker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_tracker.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2150,7 +2138,7 @@ "signature": [ "Storage | undefined" ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_tracker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_tracker.ts", "deprecated": false, "trackAdoption": false }, @@ -2166,7 +2154,7 @@ "signature": [ "((pathname: string) => boolean) | undefined" ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_tracker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_tracker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2182,7 +2170,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_tracker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_tracker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2202,7 +2190,7 @@ "signature": [ "((newNavLink: string) => string) | undefined" ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_tracker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_tracker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2216,7 +2204,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_tracker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_tracker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2246,7 +2234,7 @@ "Observable", "" ], - "path": "src/plugins/kibana_utils/public/history/history_observable.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/history/history_observable.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2263,7 +2251,7 @@ "History", "" ], - "path": "src/plugins/kibana_utils/public/history/history_observable.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/history/history_observable.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2280,7 +2268,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/history/history_observable.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/history/history_observable.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2307,7 +2295,7 @@ "ParsedQuery", ">" ], - "path": "src/plugins/kibana_utils/public/history/history_observable.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/history/history_observable.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2324,7 +2312,7 @@ "History", "" ], - "path": "src/plugins/kibana_utils/public/history/history_observable.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/history/history_observable.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2340,7 +2328,7 @@ "tags": [], "label": "createSessionStorageStateStorage", "description": [ - "\nCreates {@link ISessionStorageStateStorage}\n{@link https://github.com/elastic/kibana/blob/main/src/plugins/kibana_utils/docs/state_sync/storages/session_storage.md | guide}" + "\nCreates {@link ISessionStorageStateStorage}\n{@link https://github.com/elastic/kibana/blob/main/src/platform/plugins/shared/kibana_utils/docs/state_sync/storages/session_storage.md | guide}" ], "signature": [ "(storage?: Storage) => ", @@ -2352,7 +2340,7 @@ "text": "ISessionStorageStateStorage" } ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_session_storage_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_session_storage_state_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2368,7 +2356,7 @@ "signature": [ "Storage" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_session_storage_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_session_storage_state_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2390,13 +2378,7 @@ ], "signature": [ "(accessor: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.StartServicesAccessor", - "text": "StartServicesAccessor" - }, + "StartServicesAccessor", ") => ", { "pluginId": "kibanaUtils", @@ -2406,16 +2388,10 @@ "text": "StartServicesGetter" }, "" ], - "path": "src/plugins/kibana_utils/public/core/create_start_service_getter.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/core/create_start_service_getter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2429,16 +2405,10 @@ "Asynchronous start service accessor provided by platform." ], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.StartServicesAccessor", - "text": "StartServicesAccessor" - }, + "StartServicesAccessor", "" ], - "path": "src/plugins/kibana_utils/public/core/create_start_service_getter.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/core/create_start_service_getter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2469,7 +2439,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2485,7 +2455,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2514,7 +2484,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2530,7 +2500,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2547,7 +2517,7 @@ "signature": [ "PureTransitions" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2584,7 +2554,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2600,7 +2570,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2617,7 +2587,7 @@ "signature": [ "PureTransitions" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2634,7 +2604,7 @@ "signature": [ "PureSelectors" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2658,7 +2628,7 @@ }, " | undefined" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2674,7 +2644,7 @@ "tags": [], "label": "createStateContainerReactHelpers", "description": [ - "\nCreates helpers for using {@link StateContainer | State Containers} with react\nRefer to {@link https://github.com/elastic/kibana/blob/main/src/plugins/kibana_utils/docs/state_containers/react.md | guide} for details" + "\nCreates helpers for using {@link StateContainer | State Containers} with react\nRefer to {@link https://github.com/elastic/kibana/blob/main/src/platform/plugins/shared/kibana_utils/docs/state_containers/react.md | guide} for details" ], "signature": [ ">; }" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2747,7 +2717,7 @@ "(key: string, storage: Storage) => ", "IUrlTracker" ], - "path": "src/plugins/kibana_utils/public/state_management/url/url_tracker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/url_tracker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2761,7 +2731,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/state_management/url/url_tracker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/url_tracker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2776,7 +2746,7 @@ "signature": [ "Storage" ], - "path": "src/plugins/kibana_utils/public/state_management/url/url_tracker.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/url_tracker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2803,7 +2773,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/defer.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/defer.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2820,7 +2790,7 @@ "signature": [ "(el: HTMLElement) => void" ], - "path": "src/plugins/kibana_utils/public/render_complete/render_complete_dispatcher.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/render_complete/render_complete_dispatcher.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2834,7 +2804,7 @@ "signature": [ "HTMLElement" ], - "path": "src/plugins/kibana_utils/public/render_complete/render_complete_dispatcher.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/render_complete/render_complete_dispatcher.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2853,7 +2823,7 @@ "signature": [ "(el: HTMLElement) => void" ], - "path": "src/plugins/kibana_utils/public/render_complete/render_complete_dispatcher.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/render_complete/render_complete_dispatcher.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2867,7 +2837,7 @@ "signature": [ "HTMLElement" ], - "path": "src/plugins/kibana_utils/public/render_complete/render_complete_dispatcher.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/render_complete/render_complete_dispatcher.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2886,7 +2856,7 @@ "signature": [ "(globs: string[], metaFields: string[]) => (val: unknown) => boolean" ], - "path": "src/plugins/kibana_utils/common/field_wildcard.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/field_wildcard.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2900,7 +2870,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/kibana_utils/common/field_wildcard.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/field_wildcard.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2915,7 +2885,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/kibana_utils/common/field_wildcard.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/field_wildcard.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2934,7 +2904,7 @@ "signature": [ "(globs: string[], metaFields: unknown[]) => (val: unknown) => boolean" ], - "path": "src/plugins/kibana_utils/common/field_wildcard.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/field_wildcard.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2948,7 +2918,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/kibana_utils/common/field_wildcard.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/field_wildcard.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2963,7 +2933,7 @@ "signature": [ "unknown[]" ], - "path": "src/plugins/kibana_utils/common/field_wildcard.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/field_wildcard.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2986,7 +2956,7 @@ "ParsedQuery", "" ], - "path": "src/plugins/kibana_utils/public/history/get_query_params.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/history/get_query_params.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3001,7 +2971,7 @@ "Location", "" ], - "path": "src/plugins/kibana_utils/public/history/get_query_params.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/history/get_query_params.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3022,7 +2992,7 @@ "signature": [ "(key: string, url: string, { getFromHashQuery = true }: { getFromHashQuery: boolean; }) => State | null" ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3036,7 +3006,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3051,7 +3021,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3063,7 +3033,7 @@ "tags": [], "label": "{ getFromHashQuery = true }", "description": [], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3074,7 +3044,7 @@ "tags": [], "label": "getFromHashQuery", "description": [], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_storage.ts", "deprecated": false, "trackAdoption": false } @@ -3096,7 +3066,7 @@ "signature": [ "(url: string, keys: (keyof State)[] | undefined, { getFromHashQuery = true }: { getFromHashQuery: boolean; }) => State" ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3110,7 +3080,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3125,7 +3095,7 @@ "signature": [ "(keyof State)[] | undefined" ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3137,7 +3107,7 @@ "tags": [], "label": "{ getFromHashQuery = true }", "description": [], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3148,7 +3118,7 @@ "tags": [], "label": "getFromHashQuery", "description": [], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_storage.ts", "deprecated": false, "trackAdoption": false } @@ -3170,7 +3140,7 @@ "IParsedUrlQuery", ", options?: IUrlQueryMapperOptions) => { [k: string]: any; }" ], - "path": "src/plugins/kibana_utils/public/state_management/url/hash_unhash_url.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/hash_unhash_url.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3185,7 +3155,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "src/plugins/kibana_utils/public/state_management/url/hash_unhash_url.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/hash_unhash_url.ts", "deprecated": false, "trackAdoption": false }, @@ -3199,7 +3169,7 @@ "signature": [ "IUrlQueryMapperOptions" ], - "path": "src/plugins/kibana_utils/public/state_management/url/hash_unhash_url.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/hash_unhash_url.ts", "deprecated": false, "trackAdoption": false } @@ -3216,7 +3186,7 @@ "signature": [ "(url: string) => string" ], - "path": "src/plugins/kibana_utils/public/state_management/url/hash_unhash_url.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/hash_unhash_url.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3228,7 +3198,7 @@ "tags": [], "label": "url", "description": [], - "path": "src/plugins/kibana_utils/public/state_management/url/hash_unhash_url.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/hash_unhash_url.ts", "deprecated": false, "trackAdoption": false } @@ -3247,7 +3217,7 @@ "signature": [ "(promise: Promise) => Promise<[T | undefined, E | undefined, boolean]>" ], - "path": "src/plugins/kibana_utils/common/of.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/of.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3263,7 +3233,7 @@ "signature": [ "Promise" ], - "path": "src/plugins/kibana_utils/common/of.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/of.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3282,7 +3252,7 @@ "signature": [ "(state: State) => string" ], - "path": "src/plugins/kibana_utils/public/state_management/state_hash/state_hash.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/state_hash/state_hash.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3296,7 +3266,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/public/state_management/state_hash/state_hash.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/state_hash/state_hash.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3320,21 +3290,9 @@ "; navigateToApp: (appId: string, options?: ", "NavigateToAppOptions", " | undefined) => Promise; basePath: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IBasePath", - "text": "IBasePath" - }, + "IBasePath", "; mapping: string | Mapping; toastNotifications: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - }, + "IToasts", "; onBeforeRedirect?: ((error: ", { "pluginId": "kibanaUtils", @@ -3344,21 +3302,9 @@ "text": "SavedObjectNotFound" }, ") => void) | undefined; theme: ", - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - }, + "ThemeServiceSetup", "; userProfile?: ", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - }, + "UserProfileService", " | undefined; }) => (error: ", { "pluginId": "kibanaUtils", @@ -3369,7 +3315,7 @@ }, ") => void" ], - "path": "src/plugins/kibana_utils/public/history/redirect_when_missing.tsx", + "path": "src/platform/plugins/shared/kibana_utils/public/history/redirect_when_missing.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -3380,7 +3326,7 @@ "tags": [], "label": "{\n history,\n navigateToApp,\n basePath,\n mapping,\n toastNotifications,\n onBeforeRedirect,\n theme,\n userProfile,\n}", "description": [], - "path": "src/plugins/kibana_utils/public/history/redirect_when_missing.tsx", + "path": "src/platform/plugins/shared/kibana_utils/public/history/redirect_when_missing.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -3395,7 +3341,7 @@ "History", "" ], - "path": "src/plugins/kibana_utils/public/history/redirect_when_missing.tsx", + "path": "src/platform/plugins/shared/kibana_utils/public/history/redirect_when_missing.tsx", "deprecated": false, "trackAdoption": false }, @@ -3411,7 +3357,7 @@ "NavigateToAppOptions", " | undefined) => Promise" ], - "path": "src/plugins/kibana_utils/public/history/redirect_when_missing.tsx", + "path": "src/platform/plugins/shared/kibana_utils/public/history/redirect_when_missing.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3452,15 +3398,9 @@ "label": "basePath", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.IBasePath", - "text": "IBasePath" - } + "IBasePath" ], - "path": "src/plugins/kibana_utils/public/history/redirect_when_missing.tsx", + "path": "src/platform/plugins/shared/kibana_utils/public/history/redirect_when_missing.tsx", "deprecated": false, "trackAdoption": false }, @@ -3476,7 +3416,7 @@ "signature": [ "string | Mapping" ], - "path": "src/plugins/kibana_utils/public/history/redirect_when_missing.tsx", + "path": "src/platform/plugins/shared/kibana_utils/public/history/redirect_when_missing.tsx", "deprecated": false, "trackAdoption": false }, @@ -3490,15 +3430,9 @@ "\nToast notifications service to show toasts in error cases." ], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - } + "IToasts" ], - "path": "src/plugins/kibana_utils/public/history/redirect_when_missing.tsx", + "path": "src/platform/plugins/shared/kibana_utils/public/history/redirect_when_missing.tsx", "deprecated": false, "trackAdoption": false }, @@ -3522,7 +3456,7 @@ }, ") => void) | undefined" ], - "path": "src/plugins/kibana_utils/public/history/redirect_when_missing.tsx", + "path": "src/platform/plugins/shared/kibana_utils/public/history/redirect_when_missing.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -3542,7 +3476,7 @@ "text": "SavedObjectNotFound" } ], - "path": "src/plugins/kibana_utils/public/history/redirect_when_missing.tsx", + "path": "src/platform/plugins/shared/kibana_utils/public/history/redirect_when_missing.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3558,15 +3492,9 @@ "label": "theme", "description": [], "signature": [ - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - } + "ThemeServiceSetup" ], - "path": "src/plugins/kibana_utils/public/history/redirect_when_missing.tsx", + "path": "src/platform/plugins/shared/kibana_utils/public/history/redirect_when_missing.tsx", "deprecated": false, "trackAdoption": false }, @@ -3578,16 +3506,10 @@ "label": "userProfile", "description": [], "signature": [ - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - }, + "UserProfileService", " | undefined" ], - "path": "src/plugins/kibana_utils/public/history/redirect_when_missing.tsx", + "path": "src/platform/plugins/shared/kibana_utils/public/history/redirect_when_missing.tsx", "deprecated": false, "trackAdoption": false } @@ -3609,7 +3531,7 @@ "History", ", param: string, replace: boolean) => void" ], - "path": "src/plugins/kibana_utils/public/history/remove_query_param.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/history/remove_query_param.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3624,7 +3546,7 @@ "History", "" ], - "path": "src/plugins/kibana_utils/public/history/remove_query_param.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/history/remove_query_param.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3639,7 +3561,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/history/remove_query_param.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/history/remove_query_param.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3654,7 +3576,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/kibana_utils/public/history/remove_query_param.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/history/remove_query_param.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3673,7 +3595,7 @@ "signature": [ "(stateHash: string) => State" ], - "path": "src/plugins/kibana_utils/public/state_management/state_hash/state_hash.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/state_hash/state_hash.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3687,7 +3609,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/state_management/state_hash/state_hash.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/state_hash/state_hash.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3710,7 +3632,7 @@ "SetStateToKbnUrlHashOptions", ", rawUrl: string) => string" ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3724,7 +3646,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3739,7 +3661,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3754,7 +3676,7 @@ "signature": [ "SetStateToKbnUrlHashOptions" ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3769,7 +3691,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/state_management/url/kbn_url_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3785,7 +3707,7 @@ "tags": [], "label": "syncState", "description": [ - "\nUtility for syncing application state wrapped in state container\nwith some kind of storage (e.g. URL)\n\nGo {@link https://github.com/elastic/kibana/tree/main/src/plugins/kibana_utils/docs/state_sync | here} for a complete guide and examples.\n" + "\nUtility for syncing application state wrapped in state container\nwith some kind of storage (e.g. URL)\n\nGo {@link https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/kibana_utils/docs/state_sync | here} for a complete guide and examples.\n" ], "signature": [ "({\n storageKey,\n stateStorage,\n stateContainer,\n}: ", @@ -3822,7 +3744,7 @@ }, ">" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3851,7 +3773,7 @@ }, ">" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3904,7 +3826,7 @@ }, ">" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3935,7 +3857,7 @@ }, ">[]" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3956,7 +3878,7 @@ "IParsedUrlQuery", ", options?: IUrlQueryMapperOptions) => { [k: string]: any; }" ], - "path": "src/plugins/kibana_utils/public/state_management/url/hash_unhash_url.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/hash_unhash_url.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3971,7 +3893,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "src/plugins/kibana_utils/public/state_management/url/hash_unhash_url.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/hash_unhash_url.ts", "deprecated": false, "trackAdoption": false }, @@ -3985,7 +3907,7 @@ "signature": [ "IUrlQueryMapperOptions" ], - "path": "src/plugins/kibana_utils/public/state_management/url/hash_unhash_url.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/hash_unhash_url.ts", "deprecated": false, "trackAdoption": false } @@ -4002,7 +3924,7 @@ "signature": [ "(url: string) => string" ], - "path": "src/plugins/kibana_utils/public/state_management/url/hash_unhash_url.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/hash_unhash_url.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -4014,7 +3936,7 @@ "tags": [], "label": "url", "description": [], - "path": "src/plugins/kibana_utils/public/state_management/url/hash_unhash_url.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/hash_unhash_url.ts", "deprecated": false, "trackAdoption": false } @@ -4057,7 +3979,7 @@ }, ") => Result" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4073,7 +3995,7 @@ "signature": [ "Container" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4098,7 +4020,7 @@ }, ") => Result" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4122,7 +4044,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4161,7 +4083,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4177,7 +4099,7 @@ "signature": [ "Container" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4199,16 +4121,10 @@ ], "signature": [ "(toasts: ", - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - }, + "IToasts", ") => { onGetError: (e: Error) => void; onSetError: (e: Error) => void; }" ], - "path": "src/plugins/kibana_utils/public/state_management/url/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4220,15 +4136,9 @@ "label": "toasts", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - } + "IToasts" ], - "path": "src/plugins/kibana_utils/public/state_management/url/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_management/url/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4258,7 +4168,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4274,7 +4184,7 @@ "signature": [ "() => State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4294,7 +4204,7 @@ "signature": [ "(state: State) => void" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4310,7 +4220,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4331,7 +4241,7 @@ "Observable", "" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -4357,7 +4267,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/public/ui/configurable.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/ui/configurable.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4373,7 +4283,7 @@ "signature": [ "Config" ], - "path": "src/plugins/kibana_utils/public/ui/configurable.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/ui/configurable.ts", "deprecated": false, "trackAdoption": false }, @@ -4389,7 +4299,7 @@ "signature": [ "(config: Config) => void" ], - "path": "src/plugins/kibana_utils/public/ui/configurable.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/ui/configurable.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4403,7 +4313,7 @@ "signature": [ "Config" ], - "path": "src/plugins/kibana_utils/public/ui/configurable.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/ui/configurable.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4423,7 +4333,7 @@ "signature": [ "Context" ], - "path": "src/plugins/kibana_utils/public/ui/configurable.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/ui/configurable.ts", "deprecated": false, "trackAdoption": false } @@ -4449,7 +4359,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/public/ui/configurable.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/ui/configurable.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4465,7 +4375,7 @@ "signature": [ "(context: Context) => Config" ], - "path": "src/plugins/kibana_utils/public/ui/configurable.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/ui/configurable.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4479,7 +4389,7 @@ "signature": [ "Context" ], - "path": "src/plugins/kibana_utils/public/ui/configurable.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/ui/configurable.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4499,7 +4409,7 @@ "signature": [ "(config: Config, context: Context) => boolean" ], - "path": "src/plugins/kibana_utils/public/ui/configurable.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/ui/configurable.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4513,7 +4423,7 @@ "signature": [ "Config" ], - "path": "src/plugins/kibana_utils/public/ui/configurable.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/ui/configurable.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4528,7 +4438,7 @@ "signature": [ "Context" ], - "path": "src/plugins/kibana_utils/public/ui/configurable.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/ui/configurable.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4556,7 +4466,7 @@ }, ">" ], - "path": "src/plugins/kibana_utils/public/ui/configurable.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/ui/configurable.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -4603,7 +4513,7 @@ "description": [ "\nState container options" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4619,7 +4529,7 @@ "signature": [ "((state: T) => T) | undefined" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4633,7 +4543,7 @@ "signature": [ "T" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4651,7 +4561,7 @@ "tags": [], "label": "IKbnUrlStateStorage", "description": [ - "\nKbnUrlStateStorage is a state storage for {@link syncState} utility which:\n\n1. Keeps state in sync with the URL.\n2. Serializes data and stores it in the URL in one of the supported formats:\n * Rison encoded.\n * Hashed URL: In URL we store only the hash from the serialized state, but the state itself is stored in sessionStorage. See Kibana's `state:storeInSessionStorage` advanced option for more context.\n3. Takes care of listening to the URL updates and notifies state about the updates.\n4. Takes care of batching URL updates to prevent redundant browser history records.\n\n{@link https://github.com/elastic/kibana/blob/main/src/plugins/kibana_utils/docs/state_sync/storages/kbn_url_storage.md | Refer to this guide for more info}" + "\nKbnUrlStateStorage is a state storage for {@link syncState} utility which:\n\n1. Keeps state in sync with the URL.\n2. Serializes data and stores it in the URL in one of the supported formats:\n * Rison encoded.\n * Hashed URL: In URL we store only the hash from the serialized state, but the state itself is stored in sessionStorage. See Kibana's `state:storeInSessionStorage` advanced option for more context.\n3. Takes care of listening to the URL updates and notifies state about the updates.\n4. Takes care of batching URL updates to prevent redundant browser history records.\n\n{@link https://github.com/elastic/kibana/blob/main/src/platform/plugins/shared/kibana_utils/docs/state_sync/storages/kbn_url_storage.md | Refer to this guide for more info}" ], "signature": [ { @@ -4670,7 +4580,7 @@ "text": "IStateStorage" } ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4684,7 +4594,7 @@ "signature": [ "(key: string, state: State, opts?: { replace: boolean; } | undefined) => Promise" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4698,7 +4608,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4713,7 +4623,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4725,7 +4635,7 @@ "tags": [], "label": "opts", "description": [], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4736,7 +4646,7 @@ "tags": [], "label": "replace", "description": [], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", "deprecated": false, "trackAdoption": false } @@ -4755,7 +4665,7 @@ "signature": [ "(key: string) => State | null" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4769,7 +4679,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4789,7 +4699,7 @@ "Observable", "" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4803,7 +4713,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4823,7 +4733,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4841,7 +4751,7 @@ "signature": [ "IKbnUrlControls" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_kbn_url_state_storage.ts", "deprecated": false, "trackAdoption": false } @@ -4875,7 +4785,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/public/state_sync/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4889,7 +4799,7 @@ "signature": [ "(state: State | null) => void" ], - "path": "src/plugins/kibana_utils/public/state_sync/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4903,7 +4813,7 @@ "signature": [ "State | null" ], - "path": "src/plugins/kibana_utils/public/state_sync/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -4921,7 +4831,7 @@ "tags": [], "label": "ISessionStorageStateStorage", "description": [ - "\n{@link IStateStorage} for storing state in browser {@link Storage}\n{@link https://github.com/elastic/kibana/blob/main/src/plugins/kibana_utils/docs/state_sync/storages/session_storage.md | guide}" + "\n{@link IStateStorage} for storing state in browser {@link Storage}\n{@link https://github.com/elastic/kibana/blob/main/src/platform/plugins/shared/kibana_utils/docs/state_sync/storages/session_storage.md | guide}" ], "signature": [ { @@ -4940,7 +4850,7 @@ "text": "IStateStorage" } ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_session_storage_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_session_storage_state_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4954,7 +4864,7 @@ "signature": [ "(key: string, state: State) => void" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_session_storage_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_session_storage_state_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4968,7 +4878,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_session_storage_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_session_storage_state_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4983,7 +4893,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_session_storage_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_session_storage_state_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5001,7 +4911,7 @@ "signature": [ "(key: string) => State | null" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_session_storage_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_session_storage_state_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5015,7 +4925,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/create_session_storage_state_storage.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/create_session_storage_state_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5035,7 +4945,7 @@ "description": [ "\nAny StateStorage have to implement IStateStorage interface\nStateStorage is responsible for:\n* state serialisation / deserialization\n* persisting to and retrieving from storage\n\nFor an example take a look at already implemented {@link IKbnUrlStateStorage} and {@link ISessionStorageStateStorage} state storages" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5051,7 +4961,7 @@ "signature": [ "(key: string, state: State) => any" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5065,7 +4975,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5080,7 +4990,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5100,7 +5010,7 @@ "signature": [ "(key: string) => State | null" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5114,7 +5024,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5136,7 +5046,7 @@ "Observable", ") | undefined" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5150,7 +5060,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5170,7 +5080,7 @@ "signature": [ "(() => void) | undefined" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync_state_storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync_state_storage/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -5198,7 +5108,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/public/state_sync/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5211,7 +5121,7 @@ "description": [ "\nStorage key to use for syncing,\ne.g. storageKey '_a' should sync state to ?_a query param" ], - "path": "src/plugins/kibana_utils/public/state_sync/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5234,7 +5144,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/public/state_sync/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5250,7 +5160,7 @@ "signature": [ "StateStorage" ], - "path": "src/plugins/kibana_utils/public/state_sync/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/types.ts", "deprecated": false, "trackAdoption": false } @@ -5274,7 +5184,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/public/storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5288,7 +5198,7 @@ "signature": [ "(key: string) => T | null" ], - "path": "src/plugins/kibana_utils/public/storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5302,7 +5212,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5320,7 +5230,7 @@ "signature": [ "(key: string, value: T) => S" ], - "path": "src/plugins/kibana_utils/public/storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5334,7 +5244,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5349,7 +5259,7 @@ "signature": [ "T" ], - "path": "src/plugins/kibana_utils/public/storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5367,7 +5277,7 @@ "signature": [ "(key: string) => T | null" ], - "path": "src/plugins/kibana_utils/public/storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5381,7 +5291,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5399,7 +5309,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/kibana_utils/public/storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -5425,7 +5335,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/public/storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5439,7 +5349,7 @@ "signature": [ "(key: string) => T | null" ], - "path": "src/plugins/kibana_utils/public/storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5453,7 +5363,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5471,7 +5381,7 @@ "signature": [ "(key: string, value: T) => S" ], - "path": "src/plugins/kibana_utils/public/storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5485,7 +5395,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5500,7 +5410,7 @@ "signature": [ "T" ], - "path": "src/plugins/kibana_utils/public/storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5518,7 +5428,7 @@ "signature": [ "(key: string) => T | null" ], - "path": "src/plugins/kibana_utils/public/storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5532,7 +5442,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/public/storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5550,7 +5460,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/kibana_utils/public/storage/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -5576,7 +5486,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5592,7 +5502,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -5610,7 +5520,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -5636,7 +5546,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/errors/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5647,7 +5557,7 @@ "tags": [], "label": "statusCode", "description": [], - "path": "src/plugins/kibana_utils/common/errors/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5658,7 +5568,7 @@ "tags": [], "label": "message", "description": [], - "path": "src/plugins/kibana_utils/common/errors/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5672,7 +5582,7 @@ "signature": [ "T | undefined" ], - "path": "src/plugins/kibana_utils/common/errors/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/types.ts", "deprecated": false, "trackAdoption": false } @@ -5706,7 +5616,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5720,7 +5630,7 @@ "signature": [ "() => State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -5738,7 +5648,7 @@ "TransitionDescription", ") => State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -5753,7 +5663,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false }, @@ -5768,7 +5678,7 @@ "TransitionDescription", "" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -5792,7 +5702,7 @@ }, ") => void" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5813,7 +5723,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5833,7 +5743,7 @@ "TransitionDescription", ") => void" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5848,7 +5758,7 @@ "TransitionDescription", "" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5874,7 +5784,7 @@ }, ") => void" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5895,7 +5805,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5913,7 +5823,7 @@ "signature": [ "(listener: (state: State) => void) => () => void" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5927,7 +5837,7 @@ "signature": [ "(state: State) => void" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5965,7 +5875,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5983,7 +5893,7 @@ "PureTransitionsToTransitions", "[P]; }" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false }, @@ -6013,7 +5923,7 @@ }, "[P]; }" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -6035,7 +5945,7 @@ "signature": [ "object" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6052,7 +5962,7 @@ "signature": [ "(previous: Result, current: Result) => boolean" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6067,7 +5977,7 @@ "signature": [ "Result" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false }, @@ -6081,7 +5991,7 @@ "signature": [ "Result" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -6108,7 +6018,7 @@ }, ">) => (component: React.ComponentType) => React.FC>" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6123,7 +6033,7 @@ "signature": [ "(state: State) => Pick" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6138,7 +6048,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -6159,7 +6069,7 @@ "signature": [ "(action: T) => void" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6174,7 +6084,7 @@ "signature": [ "T" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -6199,7 +6109,7 @@ }, " ? T : never" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6214,7 +6124,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -6239,7 +6149,7 @@ }, " ? T : never" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6254,7 +6164,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -6271,7 +6181,7 @@ "signature": [ "() => T" ], - "path": "src/plugins/kibana_utils/common/create_getter_setter.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/create_getter_setter.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6290,7 +6200,7 @@ "signature": [ "(state: State) => StateProps" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6305,7 +6215,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -6344,7 +6254,7 @@ "TransitionDescription", ">" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6361,7 +6271,7 @@ "TransitionDescription", ") => void; }" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -6386,7 +6296,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6401,7 +6311,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -6450,7 +6360,7 @@ }, ">>; }" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6480,7 +6390,7 @@ }, "> extends (...args: any) => infer R ? R : any" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6495,7 +6405,7 @@ "signature": [ "Args" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -6516,7 +6426,7 @@ "Transition", "" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6531,7 +6441,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -6552,7 +6462,7 @@ "TransitionDescription", ") => State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6567,7 +6477,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false }, @@ -6582,7 +6492,7 @@ "TransitionDescription", "" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -6599,7 +6509,7 @@ "signature": [ "(...args: Args) => Result" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6614,7 +6524,7 @@ "signature": [ "Args" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -6631,7 +6541,7 @@ "signature": [ "(value: T) => void" ], - "path": "src/plugins/kibana_utils/common/create_getter_setter.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/create_getter_setter.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6646,7 +6556,7 @@ "signature": [ "T" ], - "path": "src/plugins/kibana_utils/common/create_getter_setter.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/create_getter_setter.ts", "deprecated": false, "trackAdoption": false } @@ -6662,16 +6572,10 @@ "description": [], "signature": [ "() => StartServices" ], - "path": "src/plugins/kibana_utils/public/core/create_start_service_getter.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/core/create_start_service_getter.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6688,7 +6592,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6705,7 +6609,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/kibana_utils/public/state_sync/state_sync.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/state_sync/state_sync.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6732,7 +6636,7 @@ }, " ? T : never" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6755,7 +6659,7 @@ "text": "HashedItemStore" } ], - "path": "src/plugins/kibana_utils/public/storage/hashed_item_store/index.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/storage/hashed_item_store/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6767,7 +6671,7 @@ "tags": [], "label": "url", "description": [], - "path": "src/plugins/kibana_utils/common/url/index.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6785,7 +6689,7 @@ "ParsedQuery", "" ], - "path": "src/plugins/kibana_utils/common/url/index.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6801,7 +6705,7 @@ "ParsedQuery", "" ], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false }, @@ -6815,7 +6719,7 @@ "signature": [ "(val: string, pctEncodeSpaces?: boolean | undefined) => string" ], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6827,7 +6731,7 @@ "tags": [], "label": "val", "description": [], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false }, @@ -6841,7 +6745,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false } @@ -6854,7 +6758,7 @@ "tags": [], "label": "pctEncodeSpaces", "description": [], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false } @@ -6870,7 +6774,7 @@ "signature": [ "(val: string, pctEncodeSpaces?: boolean) => string" ], - "path": "src/plugins/kibana_utils/common/url/index.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6882,7 +6786,7 @@ "tags": [], "label": "val", "description": [], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false }, @@ -6893,7 +6797,7 @@ "tags": [], "label": "pctEncodeSpaces", "description": [], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false } @@ -6909,7 +6813,7 @@ "signature": [ "(params: string, key: string, value?: string | undefined) => string" ], - "path": "src/plugins/kibana_utils/common/url/index.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6921,7 +6825,7 @@ "tags": [], "label": "params", "description": [], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false }, @@ -6932,7 +6836,7 @@ "tags": [], "label": "key", "description": [], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false }, @@ -6946,7 +6850,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false } @@ -6966,7 +6870,7 @@ "signature": [ "undefined" ], - "path": "src/plugins/kibana_utils/public/plugin.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -6994,7 +6898,7 @@ }, " extends Error" ], - "path": "src/plugins/kibana_utils/common/abort_utils.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/abort_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7008,7 +6912,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/common/abort_utils.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/abort_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7022,7 +6926,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/common/abort_utils.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/abort_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7057,7 +6961,7 @@ "text": "KbnError" } ], - "path": "src/plugins/kibana_utils/server/report_server_error.ts", + "path": "src/platform/plugins/shared/kibana_utils/server/report_server_error.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7071,7 +6975,7 @@ "signature": [ "Record | undefined" ], - "path": "src/plugins/kibana_utils/server/report_server_error.ts", + "path": "src/platform/plugins/shared/kibana_utils/server/report_server_error.ts", "deprecated": false, "trackAdoption": false }, @@ -7085,7 +6989,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/server/report_server_error.ts", + "path": "src/platform/plugins/shared/kibana_utils/server/report_server_error.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7099,7 +7003,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/server/report_server_error.ts", + "path": "src/platform/plugins/shared/kibana_utils/server/report_server_error.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7114,7 +7018,7 @@ "signature": [ "number" ], - "path": "src/plugins/kibana_utils/server/report_server_error.ts", + "path": "src/platform/plugins/shared/kibana_utils/server/report_server_error.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7129,7 +7033,7 @@ "signature": [ "Record | undefined" ], - "path": "src/plugins/kibana_utils/server/report_server_error.ts", + "path": "src/platform/plugins/shared/kibana_utils/server/report_server_error.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -7154,7 +7058,7 @@ "signature": [ "(signal: AbortSignal) => { promise: Promise; cleanup: () => void; }" ], - "path": "src/plugins/kibana_utils/common/abort_utils.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/abort_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7170,7 +7074,7 @@ "signature": [ "AbortSignal" ], - "path": "src/plugins/kibana_utils/common/abort_utils.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/abort_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7205,7 +7109,7 @@ }, "]" ], - "path": "src/plugins/kibana_utils/common/create_getter_setter.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/create_getter_setter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7219,7 +7123,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/common/create_getter_setter.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/create_getter_setter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7234,7 +7138,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/kibana_utils/common/create_getter_setter.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/create_getter_setter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7253,7 +7157,7 @@ "signature": [ "(globs: string[], metaFields: string[]) => (val: unknown) => boolean" ], - "path": "src/plugins/kibana_utils/common/field_wildcard.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/field_wildcard.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7267,7 +7171,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/kibana_utils/common/field_wildcard.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/field_wildcard.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7282,7 +7186,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/kibana_utils/common/field_wildcard.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/field_wildcard.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7301,7 +7205,7 @@ "signature": [ "(globs: string[], metaFields: unknown[]) => (val: unknown) => boolean" ], - "path": "src/plugins/kibana_utils/common/field_wildcard.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/field_wildcard.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7315,7 +7219,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/kibana_utils/common/field_wildcard.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/field_wildcard.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7330,7 +7234,7 @@ "signature": [ "unknown[]" ], - "path": "src/plugins/kibana_utils/common/field_wildcard.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/field_wildcard.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7358,7 +7262,7 @@ "text": "KbnServerError" } ], - "path": "src/plugins/kibana_utils/server/report_server_error.ts", + "path": "src/platform/plugins/shared/kibana_utils/server/report_server_error.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7374,7 +7278,7 @@ "signature": [ "Error" ], - "path": "src/plugins/kibana_utils/server/report_server_error.ts", + "path": "src/platform/plugins/shared/kibana_utils/server/report_server_error.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7426,7 +7330,7 @@ "text": "MigrateFunctionsObject" } ], - "path": "src/plugins/kibana_utils/common/persistable_state/merge_migration_function_map.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/merge_migration_function_map.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7446,7 +7350,7 @@ "text": "MigrateFunctionsObject" } ], - "path": "src/plugins/kibana_utils/common/persistable_state/merge_migration_function_map.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/merge_migration_function_map.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7467,7 +7371,7 @@ "text": "MigrateFunctionsObject" } ], - "path": "src/plugins/kibana_utils/common/persistable_state/merge_migration_function_map.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/merge_migration_function_map.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7487,13 +7391,7 @@ ], "signature": [ "(res: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaResponseFactory", - "text": "KibanaResponseFactory" - }, + "KibanaResponseFactory", ", err: ", { "pluginId": "kibanaUtils", @@ -7503,16 +7401,10 @@ "text": "KbnServerError" }, ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", "" ], - "path": "src/plugins/kibana_utils/server/report_server_error.ts", + "path": "src/platform/plugins/shared/kibana_utils/server/report_server_error.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7526,15 +7418,9 @@ "Formats a `KbnServerError` into a server error response" ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaResponseFactory", - "text": "KibanaResponseFactory" - } + "KibanaResponseFactory" ], - "path": "src/plugins/kibana_utils/server/report_server_error.ts", + "path": "src/platform/plugins/shared/kibana_utils/server/report_server_error.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7555,7 +7441,7 @@ "text": "KbnServerError" } ], - "path": "src/plugins/kibana_utils/server/report_server_error.ts", + "path": "src/platform/plugins/shared/kibana_utils/server/report_server_error.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7578,7 +7464,7 @@ "signature": [ "() => T" ], - "path": "src/plugins/kibana_utils/common/create_getter_setter.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/create_getter_setter.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -7595,7 +7481,7 @@ "signature": [ "(value: T) => void" ], - "path": "src/plugins/kibana_utils/common/create_getter_setter.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/create_getter_setter.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -7610,7 +7496,7 @@ "signature": [ "T" ], - "path": "src/plugins/kibana_utils/common/create_getter_setter.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/create_getter_setter.ts", "deprecated": false, "trackAdoption": false } @@ -7626,7 +7512,7 @@ "tags": [], "label": "url", "description": [], - "path": "src/plugins/kibana_utils/common/url/index.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7644,7 +7530,7 @@ "ParsedQuery", "" ], - "path": "src/plugins/kibana_utils/common/url/index.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -7660,7 +7546,7 @@ "ParsedQuery", "" ], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false }, @@ -7674,7 +7560,7 @@ "signature": [ "(val: string, pctEncodeSpaces?: boolean | undefined) => string" ], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -7686,7 +7572,7 @@ "tags": [], "label": "val", "description": [], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false }, @@ -7700,7 +7586,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false } @@ -7713,7 +7599,7 @@ "tags": [], "label": "pctEncodeSpaces", "description": [], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false } @@ -7729,7 +7615,7 @@ "signature": [ "(val: string, pctEncodeSpaces?: boolean) => string" ], - "path": "src/plugins/kibana_utils/common/url/index.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -7741,7 +7627,7 @@ "tags": [], "label": "val", "description": [], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false }, @@ -7752,7 +7638,7 @@ "tags": [], "label": "pctEncodeSpaces", "description": [], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false } @@ -7768,7 +7654,7 @@ "signature": [ "(params: string, key: string, value?: string | undefined) => string" ], - "path": "src/plugins/kibana_utils/common/url/index.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -7780,7 +7666,7 @@ "tags": [], "label": "params", "description": [], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false }, @@ -7791,7 +7677,7 @@ "tags": [], "label": "key", "description": [], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false }, @@ -7805,7 +7691,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false } @@ -7837,7 +7723,7 @@ }, " extends Error" ], - "path": "src/plugins/kibana_utils/common/abort_utils.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/abort_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7851,7 +7737,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/common/abort_utils.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/abort_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7865,7 +7751,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/common/abort_utils.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/abort_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7902,7 +7788,7 @@ "text": "KbnError" } ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7916,7 +7802,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7930,7 +7816,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7945,7 +7831,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -7975,7 +7861,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/defer.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/defer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7989,7 +7875,7 @@ "signature": [ "(data: T) => void" ], - "path": "src/plugins/kibana_utils/common/defer.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/defer.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -8004,7 +7890,7 @@ "signature": [ "T" ], - "path": "src/plugins/kibana_utils/common/defer.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/defer.ts", "deprecated": false, "trackAdoption": false } @@ -8020,7 +7906,7 @@ "signature": [ "(error: any) => void" ], - "path": "src/plugins/kibana_utils/common/defer.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/defer.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -8035,7 +7921,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/common/defer.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/defer.ts", "deprecated": false, "trackAdoption": false } @@ -8051,7 +7937,7 @@ "signature": [ "Promise" ], - "path": "src/plugins/kibana_utils/common/defer.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/defer.ts", "deprecated": false, "trackAdoption": false } @@ -8084,7 +7970,7 @@ "text": "KbnError" } ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8098,7 +7984,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8112,7 +7998,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8149,7 +8035,7 @@ "text": "KbnError" } ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8163,7 +8049,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8177,7 +8063,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8205,7 +8091,7 @@ }, " extends Error" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8219,7 +8105,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8233,7 +8119,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8270,7 +8156,7 @@ "text": "KbnError" } ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8284,7 +8170,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8298,7 +8184,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8335,7 +8221,7 @@ "text": "KbnError" } ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8349,7 +8235,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8363,7 +8249,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8400,7 +8286,7 @@ "text": "KbnError" } ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8411,7 +8297,7 @@ "tags": [], "label": "savedObjectType", "description": [], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false }, @@ -8425,7 +8311,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false }, @@ -8439,7 +8325,7 @@ "signature": [ "any" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8453,7 +8339,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8468,7 +8354,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -8483,7 +8369,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -8498,7 +8384,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/kibana_utils/common/errors/errors.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -8523,7 +8409,7 @@ "signature": [ "(signal: AbortSignal) => { promise: Promise; cleanup: () => void; }" ], - "path": "src/plugins/kibana_utils/common/abort_utils.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/abort_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8539,7 +8425,7 @@ "signature": [ "AbortSignal" ], - "path": "src/plugins/kibana_utils/common/abort_utils.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/abort_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8558,7 +8444,7 @@ "signature": [ "(o: object) => string" ], - "path": "src/plugins/kibana_utils/common/calculate_object_hash.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/calculate_object_hash.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -8573,7 +8459,7 @@ "signature": [ "object" ], - "path": "src/plugins/kibana_utils/common/calculate_object_hash.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/calculate_object_hash.ts", "deprecated": false, "trackAdoption": false } @@ -8606,7 +8492,7 @@ }, "]" ], - "path": "src/plugins/kibana_utils/common/create_getter_setter.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/create_getter_setter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8620,7 +8506,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/common/create_getter_setter.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/create_getter_setter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8635,7 +8521,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/kibana_utils/common/create_getter_setter.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/create_getter_setter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8664,7 +8550,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8680,7 +8566,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8709,7 +8595,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8725,7 +8611,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8742,7 +8628,7 @@ "signature": [ "PureTransitions" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8779,7 +8665,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8795,7 +8681,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8812,7 +8698,7 @@ "signature": [ "PureTransitions" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8829,7 +8715,7 @@ "signature": [ "PureSelectors" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8853,7 +8739,7 @@ }, " | undefined" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -8869,7 +8755,7 @@ "tags": [], "label": "createStateContainerReactHelpers", "description": [ - "\nCreates helpers for using {@link StateContainer | State Containers} with react\nRefer to {@link https://github.com/elastic/kibana/blob/main/src/plugins/kibana_utils/docs/state_containers/react.md | guide} for details" + "\nCreates helpers for using {@link StateContainer | State Containers} with react\nRefer to {@link https://github.com/elastic/kibana/blob/main/src/platform/plugins/shared/kibana_utils/docs/state_containers/react.md | guide} for details" ], "signature": [ ">; }" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -8947,7 +8833,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/defer.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/defer.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -8966,7 +8852,7 @@ "MonoTypeOperatorFunction", "" ], - "path": "src/plugins/kibana_utils/common/distinct_until_changed_with_initial_value.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/distinct_until_changed_with_initial_value.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8980,7 +8866,7 @@ "signature": [ "T | Promise" ], - "path": "src/plugins/kibana_utils/common/distinct_until_changed_with_initial_value.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/distinct_until_changed_with_initial_value.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -8995,7 +8881,7 @@ "signature": [ "((x: T, y: T) => boolean) | undefined" ], - "path": "src/plugins/kibana_utils/common/distinct_until_changed_with_initial_value.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/distinct_until_changed_with_initial_value.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -9014,7 +8900,7 @@ "signature": [ "(globs: string[], metaFields: string[]) => (val: unknown) => boolean" ], - "path": "src/plugins/kibana_utils/common/field_wildcard.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/field_wildcard.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9028,7 +8914,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/kibana_utils/common/field_wildcard.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/field_wildcard.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9043,7 +8929,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/kibana_utils/common/field_wildcard.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/field_wildcard.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9062,7 +8948,7 @@ "signature": [ "(globs: string[], metaFields: unknown[]) => (val: unknown) => boolean" ], - "path": "src/plugins/kibana_utils/common/field_wildcard.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/field_wildcard.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9076,7 +8962,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/kibana_utils/common/field_wildcard.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/field_wildcard.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9091,7 +8977,7 @@ "signature": [ "unknown[]" ], - "path": "src/plugins/kibana_utils/common/field_wildcard.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/field_wildcard.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9141,7 +9027,7 @@ "text": "MigrateFunctionsObject" } ], - "path": "src/plugins/kibana_utils/common/persistable_state/merge_migration_function_map.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/merge_migration_function_map.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9161,7 +9047,7 @@ "text": "MigrateFunctionsObject" } ], - "path": "src/plugins/kibana_utils/common/persistable_state/merge_migration_function_map.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/merge_migration_function_map.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9182,7 +9068,7 @@ "text": "MigrateFunctionsObject" } ], - "path": "src/plugins/kibana_utils/common/persistable_state/merge_migration_function_map.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/merge_migration_function_map.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9225,7 +9111,7 @@ }, ">, loose: boolean | undefined) => S" ], - "path": "src/plugins/kibana_utils/common/persistable_state/migrate_to_latest.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/migrate_to_latest.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9245,7 +9131,7 @@ "text": "MigrateFunctionsObject" } ], - "path": "src/plugins/kibana_utils/common/persistable_state/migrate_to_latest.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/migrate_to_latest.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9275,7 +9161,7 @@ }, ">" ], - "path": "src/plugins/kibana_utils/common/persistable_state/migrate_to_latest.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/migrate_to_latest.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9290,7 +9176,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/kibana_utils/common/persistable_state/migrate_to_latest.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/migrate_to_latest.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -9311,7 +9197,7 @@ "signature": [ "() => number" ], - "path": "src/plugins/kibana_utils/common/now.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/now.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -9330,7 +9216,7 @@ "signature": [ "(promise: Promise) => Promise<[T | undefined, E | undefined, boolean]>" ], - "path": "src/plugins/kibana_utils/common/of.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/of.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9346,7 +9232,7 @@ "signature": [ "Promise" ], - "path": "src/plugins/kibana_utils/common/of.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/of.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9369,7 +9255,7 @@ "ParsedQuery", ") => string" ], - "path": "src/plugins/kibana_utils/common/state_management/format.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_management/format.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9383,7 +9269,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/common/state_management/format.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_management/format.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9402,7 +9288,7 @@ "ParsedQuery", "" ], - "path": "src/plugins/kibana_utils/common/state_management/format.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_management/format.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9425,7 +9311,7 @@ "SetStateToKbnUrlHashOptions", ", rawUrl: string) => string" ], - "path": "src/plugins/kibana_utils/common/state_management/set_state_to_kbn_url.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_management/set_state_to_kbn_url.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9439,7 +9325,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/common/state_management/set_state_to_kbn_url.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_management/set_state_to_kbn_url.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9454,7 +9340,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/common/state_management/set_state_to_kbn_url.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_management/set_state_to_kbn_url.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9469,7 +9355,7 @@ "signature": [ "SetStateToKbnUrlHashOptions" ], - "path": "src/plugins/kibana_utils/common/state_management/set_state_to_kbn_url.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_management/set_state_to_kbn_url.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9484,7 +9370,7 @@ "signature": [ "string" ], - "path": "src/plugins/kibana_utils/common/state_management/set_state_to_kbn_url.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_management/set_state_to_kbn_url.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9529,7 +9415,7 @@ }, ") => Result" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9545,7 +9431,7 @@ "signature": [ "Container" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9570,7 +9456,7 @@ }, ") => Result" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9594,7 +9480,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9633,7 +9519,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9649,7 +9535,7 @@ "signature": [ "Container" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container_react_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9681,7 +9567,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9697,7 +9583,7 @@ "signature": [ "() => State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -9717,7 +9603,7 @@ "signature": [ "(state: State) => void" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9733,7 +9619,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9754,7 +9640,7 @@ "Observable", "" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -9770,7 +9656,7 @@ "description": [ "\nState container options" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9786,7 +9672,7 @@ "signature": [ "((state: T) => T) | undefined" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9800,7 +9686,7 @@ "signature": [ "T" ], - "path": "src/plugins/kibana_utils/common/state_containers/create_state_container.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/create_state_container.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9828,7 +9714,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/errors/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9839,7 +9725,7 @@ "tags": [], "label": "statusCode", "description": [], - "path": "src/plugins/kibana_utils/common/errors/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/types.ts", "deprecated": false, "trackAdoption": false }, @@ -9850,7 +9736,7 @@ "tags": [], "label": "message", "description": [], - "path": "src/plugins/kibana_utils/common/errors/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/types.ts", "deprecated": false, "trackAdoption": false }, @@ -9864,7 +9750,7 @@ "signature": [ "T | undefined" ], - "path": "src/plugins/kibana_utils/common/errors/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/errors/types.ts", "deprecated": false, "trackAdoption": false } @@ -9892,7 +9778,7 @@ }, "

" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9908,7 +9794,7 @@ "signature": [ "(state: P, stats: Record) => Record" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9924,7 +9810,7 @@ "signature": [ "P" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9941,7 +9827,7 @@ "signature": [ "Record" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -9962,16 +9848,10 @@ ], "signature": [ "(state: P, references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]) => P" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9987,7 +9867,7 @@ "signature": [ "P" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10002,16 +9882,10 @@ "List of saved object references." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10032,16 +9906,10 @@ ], "signature": [ "(state: P) => { state: P; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10057,7 +9925,7 @@ "signature": [ "P" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10093,7 +9961,7 @@ "text": "GetMigrationFunctionObjectFn" } ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false } @@ -10119,7 +9987,7 @@ }, "

" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10135,7 +10003,7 @@ "signature": [ "(state: P, collector: Record) => Record" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10151,7 +10019,7 @@ "signature": [ "P" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10166,7 +10034,7 @@ "signature": [ "Record" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10187,16 +10055,10 @@ ], "signature": [ "(state: P, references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]) => P" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10212,7 +10074,7 @@ "signature": [ "P" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10227,16 +10089,10 @@ "List of saved object references." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10257,16 +10113,10 @@ ], "signature": [ "(state: P) => { state: P; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10282,7 +10132,7 @@ "signature": [ "P" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10312,7 +10162,7 @@ }, "

) => P) | undefined" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10335,7 +10185,7 @@ }, "

" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10364,7 +10214,7 @@ "text": "MigrateFunctionsObject" } ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -10400,7 +10250,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10414,7 +10264,7 @@ "signature": [ "() => State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -10432,7 +10282,7 @@ "TransitionDescription", ") => State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -10447,7 +10297,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false }, @@ -10462,7 +10312,7 @@ "TransitionDescription", "" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -10486,7 +10336,7 @@ }, ") => void" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10507,7 +10357,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10527,7 +10377,7 @@ "TransitionDescription", ") => void" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10542,7 +10392,7 @@ "TransitionDescription", "" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10568,7 +10418,7 @@ }, ") => void" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10589,7 +10439,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10607,7 +10457,7 @@ "signature": [ "(listener: (state: State) => void) => () => void" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10621,7 +10471,7 @@ "signature": [ "(state: State) => void" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -10659,7 +10509,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10677,7 +10527,7 @@ "PureTransitionsToTransitions", "[P]; }" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false }, @@ -10707,7 +10557,7 @@ }, "[P]; }" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -10733,7 +10583,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -10744,7 +10594,7 @@ "tags": [], "label": "version", "description": [], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false }, @@ -10758,7 +10608,7 @@ "signature": [ "S" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false } @@ -10780,7 +10630,7 @@ "signature": [ "object" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10797,7 +10647,7 @@ "signature": [ "(previous: Result, current: Result) => boolean" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -10812,7 +10662,7 @@ "signature": [ "Result" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false }, @@ -10826,7 +10676,7 @@ "signature": [ "Result" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -10853,7 +10703,7 @@ }, ">) => (component: React.ComponentType) => React.FC>" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -10868,7 +10718,7 @@ "signature": [ "(state: State) => Pick" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -10883,7 +10733,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -10904,7 +10754,7 @@ "signature": [ "(action: T) => void" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -10919,7 +10769,7 @@ "signature": [ "T" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -10944,7 +10794,7 @@ }, " ? T : never" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -10959,7 +10809,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -10984,7 +10834,7 @@ }, " ? T : never" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -10999,7 +10849,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -11016,7 +10866,7 @@ "signature": [ "() => T" ], - "path": "src/plugins/kibana_utils/common/create_getter_setter.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/create_getter_setter.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -11040,7 +10890,7 @@ "text": "MigrateFunctionsObject" } ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -11059,7 +10909,7 @@ "signature": [ "(state: State) => StateProps" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -11074,7 +10924,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -11113,7 +10963,7 @@ "TransitionDescription", ">" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -11130,7 +10980,7 @@ "TransitionDescription", ") => void; }" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -11147,7 +10997,7 @@ "signature": [ "(state: FromVersion) => ToVersion" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -11162,7 +11012,7 @@ "signature": [ "FromVersion" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false } @@ -11189,7 +11039,7 @@ }, "; }" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11203,21 +11053,9 @@ "description": [], "signature": [ "{ telemetry?: ((state: P, stats: Record) => Record) | undefined; inject?: ((state: P, references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]) => P) | undefined; extract?: ((state: P) => { state: P; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }) | undefined; migrations?: ", { "pluginId": "kibanaUtils", @@ -11236,7 +11074,7 @@ }, " | undefined; }" ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11268,7 +11106,7 @@ "text": "SerializableRecord" } ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -11289,7 +11127,7 @@ "text": "SerializableRecord" } ], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false }, @@ -11300,7 +11138,7 @@ "tags": [], "label": "version", "description": [], - "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/persistable_state/types.ts", "deprecated": false, "trackAdoption": false } @@ -11325,7 +11163,7 @@ }, "" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -11340,7 +11178,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -11389,7 +11227,7 @@ }, ">>; }" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11419,7 +11257,7 @@ }, "> extends (...args: any) => infer R ? R : any" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -11434,7 +11272,7 @@ "signature": [ "Args" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -11455,7 +11293,7 @@ "Transition", "" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -11470,7 +11308,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -11491,7 +11329,7 @@ "TransitionDescription", ") => State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -11506,7 +11344,7 @@ "signature": [ "State" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false }, @@ -11521,7 +11359,7 @@ "TransitionDescription", "" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -11538,7 +11376,7 @@ "signature": [ "(...args: Args) => Result" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -11553,7 +11391,7 @@ "signature": [ "Args" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false } @@ -11570,7 +11408,7 @@ "signature": [ "(value: T) => void" ], - "path": "src/plugins/kibana_utils/common/create_getter_setter.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/create_getter_setter.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -11585,7 +11423,7 @@ "signature": [ "T" ], - "path": "src/plugins/kibana_utils/common/create_getter_setter.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/create_getter_setter.ts", "deprecated": false, "trackAdoption": false } @@ -11612,7 +11450,7 @@ }, " ? T : never" ], - "path": "src/plugins/kibana_utils/common/state_containers/types.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/state_containers/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11626,7 +11464,7 @@ "tags": [], "label": "url", "description": [], - "path": "src/plugins/kibana_utils/common/url/index.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -11644,7 +11482,7 @@ "ParsedQuery", "" ], - "path": "src/plugins/kibana_utils/common/url/index.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -11660,7 +11498,7 @@ "ParsedQuery", "" ], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false }, @@ -11674,7 +11512,7 @@ "signature": [ "(val: string, pctEncodeSpaces?: boolean | undefined) => string" ], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -11686,7 +11524,7 @@ "tags": [], "label": "val", "description": [], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false }, @@ -11700,7 +11538,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false } @@ -11713,7 +11551,7 @@ "tags": [], "label": "pctEncodeSpaces", "description": [], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false } @@ -11729,7 +11567,7 @@ "signature": [ "(val: string, pctEncodeSpaces?: boolean) => string" ], - "path": "src/plugins/kibana_utils/common/url/index.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -11741,7 +11579,7 @@ "tags": [], "label": "val", "description": [], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false }, @@ -11752,7 +11590,7 @@ "tags": [], "label": "pctEncodeSpaces", "description": [], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false } @@ -11768,7 +11606,7 @@ "signature": [ "(params: string, key: string, value?: string | undefined) => string" ], - "path": "src/plugins/kibana_utils/common/url/index.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -11780,7 +11618,7 @@ "tags": [], "label": "params", "description": [], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false }, @@ -11791,7 +11629,7 @@ "tags": [], "label": "key", "description": [], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false }, @@ -11805,7 +11643,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/kibana_utils/common/url/encode_uri_query.ts", + "path": "src/platform/plugins/shared/kibana_utils/common/url/encode_uri_query.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kibana_utils.mdx b/api_docs/kibana_utils.mdx index 59c87b14beb95..e6382fce4aed0 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-12-27 +date: 2025-01-05 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 ab1b16a997d59..1a316dec091d1 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-12-27 +date: 2025-01-05 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 2a22e3c4512cf..d56f69703de83 100644 --- a/api_docs/lens.devdocs.json +++ b/api_docs/lens.devdocs.json @@ -172,29 +172,11 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string | null; } | undefined; savedObjectId?: string | undefined; references?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; overrides?: Partial> | Partial; hide?: boolean | undefined; showOverlappingTicks?: boolean | undefined; showOverlappingLabels?: boolean | undefined; timeAxisLayerCount?: number | undefined; maximumFractionDigits?: number | undefined; tickFormat?: \"ignore\" | undefined; integersOnly?: boolean | undefined; labelFormat?: \"ignore\" | undefined; showDuplicatedTicks?: boolean | undefined; }>> | undefined; executionContext?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; palette?: ", { "pluginId": "@kbn/coloring", @@ -592,21 +562,9 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string | null; }; abortController?: AbortController | undefined; sharingSavedObjectProps?: ", "SharingSavedObjectProps", " | undefined; managed?: boolean | undefined; }; onEdit: () => Promise; isEditingEnabled: () => boolean; getEditHref?: (() => Promise) | undefined; getTypeDisplayName: () => string; getTypeDisplayNameLowerCase?: (() => string) | undefined; timeRange$: ", @@ -872,13 +830,7 @@ "<", "YDomainRange", " | undefined>; hide?: boolean | undefined; showOverlappingTicks?: boolean | undefined; showOverlappingLabels?: boolean | undefined; timeAxisLayerCount?: number | undefined; maximumFractionDigits?: number | undefined; tickFormat?: \"ignore\" | undefined; integersOnly?: boolean | undefined; labelFormat?: \"ignore\" | undefined; showDuplicatedTicks?: boolean | undefined; }>> | undefined; executionContext?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; palette?: ", { "pluginId": "@kbn/coloring", @@ -936,21 +888,9 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string | null; }; abortController?: AbortController | undefined; sharingSavedObjectProps?: ", "SharingSavedObjectProps", " | undefined; managed?: boolean | undefined; }; getByValueState: () => { id?: string | undefined; className?: string | undefined; style?: React.CSSProperties | undefined; title?: string | undefined; description?: string | undefined; viewMode?: ", @@ -1104,13 +1044,7 @@ "<", "YDomainRange", " | undefined>; hide?: boolean | undefined; showOverlappingTicks?: boolean | undefined; showOverlappingLabels?: boolean | undefined; timeAxisLayerCount?: number | undefined; maximumFractionDigits?: number | undefined; tickFormat?: \"ignore\" | undefined; integersOnly?: boolean | undefined; labelFormat?: \"ignore\" | undefined; showDuplicatedTicks?: boolean | undefined; }>> | undefined; executionContext?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; palette?: ", { "pluginId": "@kbn/coloring", @@ -1168,21 +1102,9 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string | null; }; abortController?: AbortController | undefined; sharingSavedObjectProps?: ", "SharingSavedObjectProps", " | undefined; managed?: boolean | undefined; }; viewMode: ", @@ -1226,13 +1148,7 @@ "text": "InspectorOptions" }, " | undefined) => ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.OverlayRef", - "text": "OverlayRef" - }, + "OverlayRef", "; closeInspector: () => Promise; adapters$: ", { "pluginId": "@kbn/presentation-publishing", @@ -1302,21 +1218,9 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string | null; }) => void; updateSavedObjectId: (newSavedObjectId: string | undefined) => void; updateOverrides: (newOverrides: Partial> | Partial | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -3446,13 +3338,7 @@ "text": "XYState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsPie\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -3486,13 +3372,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -3506,13 +3386,7 @@ " | undefined; }; visualization: ", "PieVisualizationState", "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsHeatmap\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -3546,13 +3420,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -3572,13 +3440,7 @@ "text": "HeatmapVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsGauge\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -3612,13 +3474,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -3638,13 +3494,7 @@ "text": "GaugeVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsDatatable\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -3678,13 +3528,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -3704,13 +3548,7 @@ "text": "DatatableVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsLegacyMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -3744,13 +3582,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -3770,13 +3602,7 @@ "text": "LegacyMetricState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -3810,13 +3636,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -3836,13 +3656,7 @@ "text": "MetricVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string; state: { query: ", { "pluginId": "@kbn/es-query", @@ -3876,13 +3690,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -3922,13 +3730,7 @@ "description": [], "signature": [ "(newAttributes: { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsXY\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -3962,13 +3764,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -3988,13 +3784,7 @@ "text": "XYState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsPie\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -4028,13 +3818,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -4048,13 +3832,7 @@ " | undefined; }; visualization: ", "PieVisualizationState", "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsHeatmap\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -4088,13 +3866,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -4114,13 +3886,7 @@ "text": "HeatmapVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsGauge\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -4154,13 +3920,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -4180,13 +3940,7 @@ "text": "GaugeVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsDatatable\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -4220,13 +3974,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -4246,13 +3994,7 @@ "text": "DatatableVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsLegacyMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -4286,13 +4028,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -4312,13 +4048,7 @@ "text": "LegacyMetricState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -4352,13 +4082,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -4378,13 +4102,7 @@ "text": "MetricVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string; state: { query: ", { "pluginId": "@kbn/es-query", @@ -4418,13 +4136,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -4450,13 +4162,7 @@ "description": [], "signature": [ "{ title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsXY\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -4490,13 +4196,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -4516,13 +4216,7 @@ "text": "XYState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsPie\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -4556,13 +4250,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -4576,13 +4264,7 @@ " | undefined; }; visualization: ", "PieVisualizationState", "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsHeatmap\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -4616,13 +4298,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -4642,13 +4318,7 @@ "text": "HeatmapVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsGauge\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -4682,13 +4352,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -4708,13 +4372,7 @@ "text": "GaugeVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsDatatable\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -4748,13 +4406,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -4774,13 +4426,7 @@ "text": "DatatableVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsLegacyMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -4814,13 +4460,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -4840,13 +4480,7 @@ "text": "LegacyMetricState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -4880,13 +4514,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -4906,13 +4534,7 @@ "text": "MetricVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string; state: { query: ", { "pluginId": "@kbn/es-query", @@ -4946,13 +4568,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -4982,13 +4598,7 @@ "description": [], "signature": [ "((newAttributes: { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsXY\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -5022,13 +4632,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -5048,13 +4652,7 @@ "text": "XYState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsPie\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -5088,13 +4686,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -5108,13 +4700,7 @@ " | undefined; }; visualization: ", "PieVisualizationState", "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsHeatmap\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -5148,13 +4734,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -5174,13 +4754,7 @@ "text": "HeatmapVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsGauge\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -5214,13 +4788,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -5240,13 +4808,7 @@ "text": "GaugeVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsDatatable\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -5280,13 +4842,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -5306,13 +4862,7 @@ "text": "DatatableVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsLegacyMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -5346,13 +4896,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -5372,13 +4916,7 @@ "text": "LegacyMetricState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -5412,13 +4950,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -5438,13 +4970,7 @@ "text": "MetricVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string; state: { query: ", { "pluginId": "@kbn/es-query", @@ -5478,13 +5004,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -5510,13 +5030,7 @@ "description": [], "signature": [ "{ title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsXY\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -5550,13 +5064,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -5576,13 +5084,7 @@ "text": "XYState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsPie\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -5616,13 +5118,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -5636,13 +5132,7 @@ " | undefined; }; visualization: ", "PieVisualizationState", "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsHeatmap\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -5676,14 +5166,8 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, - "[] | undefined; datasourceStates: { formBased?: ", + "SavedObjectReference", + "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", "scope": "public", @@ -5702,13 +5186,7 @@ "text": "HeatmapVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsGauge\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -5742,13 +5220,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -5768,13 +5240,7 @@ "text": "GaugeVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsDatatable\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -5808,13 +5274,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -5834,13 +5294,7 @@ "text": "DatatableVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsLegacyMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -5874,13 +5328,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -5900,13 +5348,7 @@ "text": "LegacyMetricState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -5940,13 +5382,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -5966,13 +5402,7 @@ "text": "MetricVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string; state: { query: ", { "pluginId": "@kbn/es-query", @@ -6006,13 +5436,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -6719,13 +6143,7 @@ "text": "Filter" }, "[] | undefined; references?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; overrides?: Partial> | Partial; hide?: boolean | undefined; showOverlappingTicks?: boolean | undefined; showOverlappingLabels?: boolean | undefined; timeAxisLayerCount?: number | undefined; maximumFractionDigits?: number | undefined; tickFormat?: \"ignore\" | undefined; integersOnly?: boolean | undefined; labelFormat?: \"ignore\" | undefined; showDuplicatedTicks?: boolean | undefined; }>> | undefined; executionContext?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; palette?: ", { "pluginId": "@kbn/coloring", @@ -6869,13 +6281,7 @@ "text": "ViewMode" }, " | undefined; forceDSL?: boolean | undefined; isNewPanel?: boolean | undefined; attributes: { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsXY\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -6909,13 +6315,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -6935,13 +6335,7 @@ "text": "XYState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsPie\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -6975,13 +6369,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -6995,13 +6383,7 @@ " | undefined; }; visualization: ", "PieVisualizationState", "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsHeatmap\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -7035,13 +6417,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -7061,13 +6437,7 @@ "text": "HeatmapVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsGauge\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -7101,13 +6471,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -7127,13 +6491,7 @@ "text": "GaugeVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsDatatable\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -7167,13 +6525,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -7193,13 +6545,7 @@ "text": "DatatableVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsLegacyMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -7233,13 +6579,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -7259,13 +6599,7 @@ "text": "LegacyMetricState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -7299,13 +6633,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -7325,13 +6653,7 @@ "text": "MetricVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string; state: { query: ", { "pluginId": "@kbn/es-query", @@ -7365,13 +6687,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -7518,13 +6834,7 @@ "text": "Filter" }, "[] | undefined; references?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; overrides?: Partial> | Partial; hide?: boolean | undefined; showOverlappingTicks?: boolean | undefined; showOverlappingLabels?: boolean | undefined; timeAxisLayerCount?: number | undefined; maximumFractionDigits?: number | undefined; tickFormat?: \"ignore\" | undefined; integersOnly?: boolean | undefined; labelFormat?: \"ignore\" | undefined; showDuplicatedTicks?: boolean | undefined; }>> | undefined; executionContext?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; palette?: ", { "pluginId": "@kbn/coloring", @@ -7668,13 +6972,7 @@ "text": "ViewMode" }, " | undefined; forceDSL?: boolean | undefined; isNewPanel?: boolean | undefined; attributes: { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsXY\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -7708,13 +7006,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -7734,13 +7026,7 @@ "text": "XYState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsPie\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -7774,13 +7060,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -7794,13 +7074,7 @@ " | undefined; }; visualization: ", "PieVisualizationState", "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsHeatmap\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -7834,13 +7108,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -7860,13 +7128,7 @@ "text": "HeatmapVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsGauge\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -7900,13 +7162,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -7926,13 +7182,7 @@ "text": "GaugeVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsDatatable\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -7966,13 +7216,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -7992,13 +7236,7 @@ "text": "DatatableVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsLegacyMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -8032,13 +7270,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -8058,13 +7290,7 @@ "text": "LegacyMetricState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -8098,13 +7324,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -8124,13 +7344,7 @@ "text": "MetricVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string; state: { query: ", { "pluginId": "@kbn/es-query", @@ -8164,13 +7378,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -8358,29 +7566,11 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string | null; } | undefined; savedObjectId?: string | undefined; references?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; overrides?: Partial> | Partial | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string | null; } | undefined; savedObjectId?: string | undefined; references?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; overrides?: Partial> | Partial { state: P; savedObjectReferences: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }) | undefined" ], "path": "x-pack/plugins/lens/public/types.ts", @@ -13725,21 +12873,9 @@ "description": [], "signature": [ "((state1: P, references1: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[], state2: P, references2: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[], annotationGroups: ", "AnnotationGroups", ") => boolean) | undefined" @@ -13771,13 +12907,7 @@ "label": "references1", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], "path": "x-pack/plugins/lens/public/types.ts", @@ -13808,13 +12938,7 @@ "label": "references2", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], "path": "x-pack/plugins/lens/public/types.ts", @@ -15919,13 +15043,7 @@ "text": "Filter" }, "[] | undefined; references?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; overrides?: Partial> | Partial; hide?: boolean | undefined; showOverlappingTicks?: boolean | undefined; showOverlappingLabels?: boolean | undefined; timeAxisLayerCount?: number | undefined; maximumFractionDigits?: number | undefined; tickFormat?: \"ignore\" | undefined; integersOnly?: boolean | undefined; labelFormat?: \"ignore\" | undefined; showDuplicatedTicks?: boolean | undefined; }>> | undefined; executionContext?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; palette?: ", { "pluginId": "@kbn/coloring", @@ -16069,13 +15181,7 @@ "text": "ViewMode" }, " | undefined; forceDSL?: boolean | undefined; isNewPanel?: boolean | undefined; attributes: { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsXY\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -16109,13 +15215,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -16135,13 +15235,7 @@ "text": "XYState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsPie\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -16175,13 +15269,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -16195,13 +15283,7 @@ " | undefined; }; visualization: ", "PieVisualizationState", "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsHeatmap\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -16235,13 +15317,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -16261,13 +15337,7 @@ "text": "HeatmapVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsGauge\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -16301,13 +15371,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -16327,13 +15391,7 @@ "text": "GaugeVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsDatatable\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -16367,13 +15425,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -16393,13 +15445,7 @@ "text": "DatatableVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsLegacyMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -16433,13 +15479,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -16459,13 +15499,7 @@ "text": "LegacyMetricState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -16499,13 +15533,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -16525,13 +15553,7 @@ "text": "MetricVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string; state: { query: ", { "pluginId": "@kbn/es-query", @@ -16565,13 +15587,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -16703,13 +15719,7 @@ "text": "Filter" }, "[] | undefined; references?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; overrides?: Partial> | Partial; hide?: boolean | undefined; showOverlappingTicks?: boolean | undefined; showOverlappingLabels?: boolean | undefined; timeAxisLayerCount?: number | undefined; maximumFractionDigits?: number | undefined; tickFormat?: \"ignore\" | undefined; integersOnly?: boolean | undefined; labelFormat?: \"ignore\" | undefined; showDuplicatedTicks?: boolean | undefined; }>> | undefined; executionContext?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; palette?: ", { "pluginId": "@kbn/coloring", @@ -16853,13 +15857,7 @@ "text": "ViewMode" }, " | undefined; forceDSL?: boolean | undefined; isNewPanel?: boolean | undefined; attributes: { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsXY\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -16893,13 +15891,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -16919,13 +15911,7 @@ "text": "XYState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsPie\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -16959,13 +15945,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -16979,13 +15959,7 @@ " | undefined; }; visualization: ", "PieVisualizationState", "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsHeatmap\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -17019,13 +15993,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -17045,13 +16013,7 @@ "text": "HeatmapVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsGauge\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -17085,13 +16047,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -17111,13 +16067,7 @@ "text": "GaugeVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsDatatable\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -17151,13 +16101,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -17177,13 +16121,7 @@ "text": "DatatableVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsLegacyMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -17217,13 +16155,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -17243,13 +16175,7 @@ "text": "LegacyMetricState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -17283,13 +16209,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -17309,13 +16229,7 @@ "text": "MetricVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string; state: { query: ", { "pluginId": "@kbn/es-query", @@ -17349,13 +16263,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -17796,29 +16704,11 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string | null; } | undefined; savedObjectId?: string | undefined; references?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; overrides?: Partial> | Partial; hide?: boolean | undefined; showOverlappingTicks?: boolean | undefined; showOverlappingLabels?: boolean | undefined; timeAxisLayerCount?: number | undefined; maximumFractionDigits?: number | undefined; tickFormat?: \"ignore\" | undefined; integersOnly?: boolean | undefined; labelFormat?: \"ignore\" | undefined; showDuplicatedTicks?: boolean | undefined; }>> | undefined; executionContext?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; palette?: ", { "pluginId": "@kbn/coloring", @@ -18216,21 +17094,9 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string | null; }; abortController?: AbortController | undefined; sharingSavedObjectProps?: ", "SharingSavedObjectProps", " | undefined; managed?: boolean | undefined; }; onEdit: () => Promise; isEditingEnabled: () => boolean; getEditHref?: (() => Promise) | undefined; getTypeDisplayName: () => string; getTypeDisplayNameLowerCase?: (() => string) | undefined; timeRange$: ", @@ -18496,13 +17362,7 @@ "<", "YDomainRange", " | undefined>; hide?: boolean | undefined; showOverlappingTicks?: boolean | undefined; showOverlappingLabels?: boolean | undefined; timeAxisLayerCount?: number | undefined; maximumFractionDigits?: number | undefined; tickFormat?: \"ignore\" | undefined; integersOnly?: boolean | undefined; labelFormat?: \"ignore\" | undefined; showDuplicatedTicks?: boolean | undefined; }>> | undefined; executionContext?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; palette?: ", { "pluginId": "@kbn/coloring", @@ -18560,21 +17420,9 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string | null; }; abortController?: AbortController | undefined; sharingSavedObjectProps?: ", "SharingSavedObjectProps", " | undefined; managed?: boolean | undefined; }; getByValueState: () => { id?: string | undefined; className?: string | undefined; style?: React.CSSProperties | undefined; title?: string | undefined; description?: string | undefined; viewMode?: ", @@ -18728,13 +17576,7 @@ "<", "YDomainRange", " | undefined>; hide?: boolean | undefined; showOverlappingTicks?: boolean | undefined; showOverlappingLabels?: boolean | undefined; timeAxisLayerCount?: number | undefined; maximumFractionDigits?: number | undefined; tickFormat?: \"ignore\" | undefined; integersOnly?: boolean | undefined; labelFormat?: \"ignore\" | undefined; showDuplicatedTicks?: boolean | undefined; }>> | undefined; executionContext?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; palette?: ", { "pluginId": "@kbn/coloring", @@ -18792,21 +17634,9 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string | null; }; abortController?: AbortController | undefined; sharingSavedObjectProps?: ", "SharingSavedObjectProps", " | undefined; managed?: boolean | undefined; }; viewMode: ", @@ -18850,13 +17680,7 @@ "text": "InspectorOptions" }, " | undefined) => ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.OverlayRef", - "text": "OverlayRef" - }, + "OverlayRef", "; closeInspector: () => Promise; adapters$: ", { "pluginId": "@kbn/presentation-publishing", @@ -18926,21 +17750,9 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string | null; }) => void; updateSavedObjectId: (newSavedObjectId: string | undefined) => void; updateOverrides: (newOverrides: Partial> | Partial> | Partial; hide?: boolean | undefined; showOverlappingTicks?: boolean | undefined; showOverlappingLabels?: boolean | undefined; timeAxisLayerCount?: number | undefined; maximumFractionDigits?: number | undefined; tickFormat?: \"ignore\" | undefined; integersOnly?: boolean | undefined; labelFormat?: \"ignore\" | undefined; showDuplicatedTicks?: boolean | undefined; }>> | undefined; executionContext?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; palette?: ", { "pluginId": "@kbn/coloring", @@ -19418,13 +18218,7 @@ "text": "Filter" }, "[] | undefined; attributes: { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsXY\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -19458,13 +18252,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -19484,13 +18272,7 @@ "text": "XYState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsPie\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -19524,13 +18306,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -19544,13 +18320,7 @@ " | undefined; }; visualization: ", "PieVisualizationState", "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsHeatmap\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -19584,13 +18354,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -19610,13 +18374,7 @@ "text": "HeatmapVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsGauge\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -19650,13 +18408,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -19676,13 +18428,7 @@ "text": "GaugeVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsDatatable\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -19716,13 +18462,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -19742,13 +18482,7 @@ "text": "DatatableVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsLegacyMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -19782,13 +18516,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -19808,13 +18536,7 @@ "text": "LegacyMetricState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -19848,13 +18570,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -19874,13 +18590,7 @@ "text": "MetricVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string; state: { query: ", { "pluginId": "@kbn/es-query", @@ -19914,13 +18624,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -19932,13 +18636,7 @@ " | undefined; textBased?: ", "TextBasedPersistedState", " | undefined; }; visualization: unknown; }; }; references?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; overrides?: Partial> | Partial; hide?: boolean | undefined; showOverlappingTicks?: boolean | undefined; showOverlappingLabels?: boolean | undefined; timeAxisLayerCount?: number | undefined; maximumFractionDigits?: number | undefined; tickFormat?: \"ignore\" | undefined; integersOnly?: boolean | undefined; labelFormat?: \"ignore\" | undefined; showDuplicatedTicks?: boolean | undefined; }>> | undefined; executionContext?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; palette?: ", { "pluginId": "@kbn/coloring", @@ -20350,29 +19042,11 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string | null; } | undefined; savedObjectId?: string | undefined; references?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; overrides?: Partial> | Partial; hide?: boolean | undefined; showOverlappingTicks?: boolean | undefined; showOverlappingLabels?: boolean | undefined; timeAxisLayerCount?: number | undefined; maximumFractionDigits?: number | undefined; tickFormat?: \"ignore\" | undefined; integersOnly?: boolean | undefined; labelFormat?: \"ignore\" | undefined; showDuplicatedTicks?: boolean | undefined; }>> | undefined; executionContext?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; palette?: ", { "pluginId": "@kbn/coloring", @@ -20770,21 +19432,9 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string | null; }; abortController?: AbortController | undefined; sharingSavedObjectProps?: ", "SharingSavedObjectProps", " | undefined; managed?: boolean | undefined; }; onEdit: () => Promise; isEditingEnabled: () => boolean; getEditHref?: (() => Promise) | undefined; getTypeDisplayName: () => string; getTypeDisplayNameLowerCase?: (() => string) | undefined; timeRange$: ", @@ -21050,13 +19700,7 @@ "<", "YDomainRange", " | undefined>; hide?: boolean | undefined; showOverlappingTicks?: boolean | undefined; showOverlappingLabels?: boolean | undefined; timeAxisLayerCount?: number | undefined; maximumFractionDigits?: number | undefined; tickFormat?: \"ignore\" | undefined; integersOnly?: boolean | undefined; labelFormat?: \"ignore\" | undefined; showDuplicatedTicks?: boolean | undefined; }>> | undefined; executionContext?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; palette?: ", { "pluginId": "@kbn/coloring", @@ -21114,21 +19758,9 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string | null; }; abortController?: AbortController | undefined; sharingSavedObjectProps?: ", "SharingSavedObjectProps", " | undefined; managed?: boolean | undefined; }; getByValueState: () => { id?: string | undefined; className?: string | undefined; style?: React.CSSProperties | undefined; title?: string | undefined; description?: string | undefined; viewMode?: ", @@ -21282,13 +19914,7 @@ "<", "YDomainRange", " | undefined>; hide?: boolean | undefined; showOverlappingTicks?: boolean | undefined; showOverlappingLabels?: boolean | undefined; timeAxisLayerCount?: number | undefined; maximumFractionDigits?: number | undefined; tickFormat?: \"ignore\" | undefined; integersOnly?: boolean | undefined; labelFormat?: \"ignore\" | undefined; showDuplicatedTicks?: boolean | undefined; }>> | undefined; executionContext?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; palette?: ", { "pluginId": "@kbn/coloring", @@ -21346,21 +19972,9 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string | null; }; abortController?: AbortController | undefined; sharingSavedObjectProps?: ", "SharingSavedObjectProps", " | undefined; managed?: boolean | undefined; }; viewMode: ", @@ -21404,13 +20018,7 @@ "text": "InspectorOptions" }, " | undefined) => ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.OverlayRef", - "text": "OverlayRef" - }, + "OverlayRef", "; closeInspector: () => Promise; adapters$: ", { "pluginId": "@kbn/presentation-publishing", @@ -21480,21 +20088,9 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string | null; }) => void; updateSavedObjectId: (newSavedObjectId: string | undefined) => void; updateOverrides: (newOverrides: Partial> | Partial> | Partial; hide?: boolean | undefined; showOverlappingTicks?: boolean | undefined; showOverlappingLabels?: boolean | undefined; timeAxisLayerCount?: number | undefined; maximumFractionDigits?: number | undefined; tickFormat?: \"ignore\" | undefined; integersOnly?: boolean | undefined; labelFormat?: \"ignore\" | undefined; showDuplicatedTicks?: boolean | undefined; }>> | undefined; executionContext?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; palette?: ", { "pluginId": "@kbn/coloring", @@ -21819,13 +20403,7 @@ "text": "ViewMode" }, " | undefined; forceDSL?: boolean | undefined; isNewPanel?: boolean | undefined; attributes: { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsXY\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -21859,13 +20437,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -21885,13 +20457,7 @@ "text": "XYState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsPie\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -21925,13 +20491,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -21945,13 +20505,7 @@ " | undefined; }; visualization: ", "PieVisualizationState", "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsHeatmap\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -21985,13 +20539,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -22011,13 +20559,7 @@ "text": "HeatmapVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsGauge\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -22051,13 +20593,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -22077,13 +20613,7 @@ "text": "GaugeVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsDatatable\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -22117,13 +20647,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -22143,13 +20667,7 @@ "text": "DatatableVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsLegacyMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -22183,13 +20701,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -22209,13 +20721,7 @@ "text": "LegacyMetricState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -22249,13 +20755,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -22275,13 +20775,7 @@ "text": "MetricVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string; state: { query: ", { "pluginId": "@kbn/es-query", @@ -22315,13 +20809,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -22580,13 +21068,7 @@ "<", "YDomainRange", " | undefined>; hide?: boolean | undefined; showOverlappingTicks?: boolean | undefined; showOverlappingLabels?: boolean | undefined; timeAxisLayerCount?: number | undefined; maximumFractionDigits?: number | undefined; tickFormat?: \"ignore\" | undefined; integersOnly?: boolean | undefined; labelFormat?: \"ignore\" | undefined; showDuplicatedTicks?: boolean | undefined; }>> | undefined; executionContext?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; palette?: ", { "pluginId": "@kbn/coloring", @@ -22644,21 +21126,9 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string | null; }; abortController?: AbortController | undefined; sharingSavedObjectProps?: ", "SharingSavedObjectProps", " | undefined; managed?: boolean | undefined; }" @@ -22709,21 +21179,9 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string | null; }" ], "path": "x-pack/plugins/lens/public/react_embeddable/types.ts", @@ -22774,29 +21232,11 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; }; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string | null; } | undefined; savedObjectId?: string | undefined; references?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; overrides?: Partial> | Partial | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -23095,13 +21517,7 @@ "text": "XYState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsPie\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -23135,13 +21551,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -23155,13 +21565,7 @@ " | undefined; }; visualization: ", "PieVisualizationState", "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsHeatmap\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -23195,13 +21599,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -23221,13 +21619,7 @@ "text": "HeatmapVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsGauge\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -23261,13 +21653,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -23287,13 +21673,7 @@ "text": "GaugeVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsDatatable\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -23327,13 +21707,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -23353,13 +21727,7 @@ "text": "DatatableVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsLegacyMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -23393,13 +21761,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -23419,13 +21781,7 @@ "text": "LegacyMetricState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -23459,13 +21815,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -23485,13 +21835,7 @@ "text": "MetricVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string; state: { query: ", { "pluginId": "@kbn/es-query", @@ -23525,13 +21869,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -23652,13 +21990,7 @@ "description": [], "signature": [ "{ title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsXY\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -23692,13 +22024,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -23718,13 +22044,7 @@ "text": "XYState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsPie\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -23758,13 +22078,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -23778,13 +22092,7 @@ " | undefined; }; visualization: ", "PieVisualizationState", "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsHeatmap\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -23818,13 +22126,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -23844,13 +22146,7 @@ "text": "HeatmapVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsGauge\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -23884,13 +22180,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -23910,13 +22200,7 @@ "text": "GaugeVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsDatatable\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -23950,13 +22234,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -23976,13 +22254,7 @@ "text": "DatatableVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsLegacyMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -24016,13 +22288,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -24042,13 +22308,7 @@ "text": "LegacyMetricState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -24082,13 +22342,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -24108,13 +22362,7 @@ "text": "MetricVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string; state: { query: ", { "pluginId": "@kbn/es-query", @@ -24148,13 +22396,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -24540,13 +22782,7 @@ "text": "Filter" }, "[] | undefined; attributes: { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsXY\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -24580,13 +22816,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -24606,13 +22836,7 @@ "text": "XYState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsPie\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -24646,13 +22870,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -24666,13 +22884,7 @@ " | undefined; }; visualization: ", "PieVisualizationState", "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsHeatmap\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -24706,13 +22918,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -24732,13 +22938,7 @@ "text": "HeatmapVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsGauge\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -24772,13 +22972,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -24798,13 +22992,7 @@ "text": "GaugeVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsDatatable\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -24838,13 +23026,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -24864,13 +23046,7 @@ "text": "DatatableVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsLegacyMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -24904,13 +23080,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -24930,13 +23100,7 @@ "text": "LegacyMetricState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -24970,13 +23134,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -24996,13 +23154,7 @@ "text": "MetricVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string; state: { query: ", { "pluginId": "@kbn/es-query", @@ -25036,13 +23188,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -25054,13 +23200,7 @@ " | undefined; textBased?: ", "TextBasedPersistedState", " | undefined; }; visualization: unknown; }; }; references?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; overrides?: Partial> | Partial; hide?: boolean | undefined; showOverlappingTicks?: boolean | undefined; showOverlappingLabels?: boolean | undefined; timeAxisLayerCount?: number | undefined; maximumFractionDigits?: number | undefined; tickFormat?: \"ignore\" | undefined; integersOnly?: boolean | undefined; labelFormat?: \"ignore\" | undefined; showDuplicatedTicks?: boolean | undefined; }>> | undefined; executionContext?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; palette?: ", { "pluginId": "@kbn/coloring", diff --git a/api_docs/lens.mdx b/api_docs/lens.mdx index 6800a34abc312..74665a7e9075d 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'lens'] --- import lensObj from './lens.devdocs.json'; diff --git a/api_docs/license_api_guard.devdocs.json b/api_docs/license_api_guard.devdocs.json index 216fc1eea6fb1..45cfc0c640ce1 100644 --- a/api_docs/license_api_guard.devdocs.json +++ b/api_docs/license_api_guard.devdocs.json @@ -94,55 +94,19 @@ "description": [], "signature": [ "(handler: ", "RequestHandler", ") => (ctx: Context, request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", response: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaResponseFactory", - "text": "KibanaResponseFactory" - }, + "KibanaResponseFactory", ") => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | Promise<", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", ">" ], "path": "x-pack/platform/plugins/private/license_api_guard/server/license.ts", @@ -159,13 +123,7 @@ "signature": [ "RequestHandler", "" ], "path": "x-pack/platform/plugins/private/license_api_guard/server/license.ts", diff --git a/api_docs/license_api_guard.mdx b/api_docs/license_api_guard.mdx index 1c496a1513ad1..a33782ba240f1 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-12-27 +date: 2025-01-05 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 ce3281c140454..720abf112747f 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-12-27 +date: 2025-01-05 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 a9cad32286eeb..71c87edc2f248 100644 --- a/api_docs/licensing.devdocs.json +++ b/api_docs/licensing.devdocs.json @@ -11,7 +11,7 @@ "tags": [], "label": "ILicense", "description": [], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -27,7 +27,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -44,7 +44,7 @@ "LicenseStatus", " | undefined" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -57,7 +57,7 @@ "description": [ "\nDetermine if the status of the license is active." ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -73,7 +73,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -89,7 +89,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -107,7 +107,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": true, "removeBy": "8.8.0", "trackAdoption": false, @@ -122,7 +122,7 @@ "description": [ "\nSignature of the license content." ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -135,7 +135,7 @@ "description": [ "\nDetermine if the license container has information." ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -152,7 +152,7 @@ "() => ", "PublicLicenseJSON" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -170,7 +170,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -186,7 +186,7 @@ "signature": [ "() => string | undefined" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -204,7 +204,7 @@ "signature": [ "(minimumLicenseRequired: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\") => boolean" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -220,7 +220,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -241,7 +241,7 @@ "(pluginName: string, minimumLicenseRequired: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\") => ", "LicenseCheck" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -257,7 +257,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -274,7 +274,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -295,7 +295,7 @@ "(name: string) => ", "LicenseFeature" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -311,7 +311,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -329,7 +329,7 @@ "tags": [], "label": "LicenseCheck", "description": [], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -345,7 +345,7 @@ "signature": [ "\"valid\" | \"invalid\" | \"unavailable\" | \"expired\"" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -361,7 +361,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -375,7 +375,7 @@ "tags": [], "label": "LicenseFeature", "description": [], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -386,7 +386,7 @@ "tags": [], "label": "isAvailable", "description": [], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -397,7 +397,7 @@ "tags": [], "label": "isEnabled", "description": [], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -413,7 +413,7 @@ "description": [ "\nSubset of license data considered as non-sensitive information.\nCan be passed to the client." ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -426,7 +426,7 @@ "description": [ "\nUID for license." ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -442,7 +442,7 @@ "signature": [ "\"active\" | \"invalid\" | \"expired\"" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -455,7 +455,7 @@ "description": [ "\nUnix epoch of the expiration date of the license." ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -471,7 +471,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -489,86 +489,86 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": true, "removeBy": "8.8.0", "trackAdoption": false, "references": [ { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts" + "plugin": "security", + "path": "x-pack/plugins/security/common/licensing/license_service.test.ts" }, { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts" + "plugin": "security", + "path": "x-pack/plugins/security/common/licensing/license_service.test.ts" }, { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts" + "plugin": "security", + "path": "x-pack/plugins/security/common/licensing/license_service.test.ts" }, { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts" + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/common/services/agent_policy_config.test.ts" }, { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts" + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/common/services/agent_policy_config.test.ts" }, { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts" + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/server/services/agent_policy_watch.test.ts" }, { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts" + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/server/services/agent_policy_watch.test.ts" }, { "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts" + "path": "x-pack/solutions/observability/plugins/apm/common/license_check.test.ts" }, { "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts" + "path": "x-pack/solutions/observability/plugins/apm/common/license_check.test.ts" }, { "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts" + "path": "x-pack/solutions/observability/plugins/apm/common/license_check.test.ts" }, { "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts" + "path": "x-pack/solutions/observability/plugins/apm/common/license_check.test.ts" }, { "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts" + "path": "x-pack/solutions/observability/plugins/apm/common/license_check.test.ts" }, { - "plugin": "security", - "path": "x-pack/plugins/security/common/licensing/license_service.test.ts" + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/common/license_check.test.ts" }, { - "plugin": "security", - "path": "x-pack/plugins/security/common/licensing/license_service.test.ts" + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/common/license_check.test.ts" }, { - "plugin": "security", - "path": "x-pack/plugins/security/common/licensing/license_service.test.ts" + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/common/license_check.test.ts" }, { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/common/services/agent_policy_config.test.ts" + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/common/license_check.test.ts" }, { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/common/services/agent_policy_config.test.ts" + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/common/license_check.test.ts" }, { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/services/agent_policy_watch.test.ts" + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/common/license_check.test.ts" }, { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/services/agent_policy_watch.test.ts" + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/common/license_check.test.ts" }, { "plugin": "securitySolution", @@ -652,7 +652,7 @@ "description": [ "\nSubset of license & features data considered as non-sensitive information.\nStructured as json to be passed to the client." ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -667,7 +667,7 @@ "PublicLicense", " | undefined" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -682,7 +682,7 @@ "PublicFeatures", " | undefined" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -693,7 +693,7 @@ "tags": [], "label": "signature", "description": [], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -713,7 +713,7 @@ "signature": [ "\"valid\" | \"invalid\" | \"unavailable\" | \"expired\"" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -728,7 +728,7 @@ "signature": [ "\"active\" | \"invalid\" | \"expired\"" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -743,7 +743,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -762,7 +762,7 @@ "LicenseFeature", "; }" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -776,7 +776,7 @@ "tags": [], "label": "LicensingPluginSetup", "description": [], - "path": "x-pack/plugins/licensing/public/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -797,7 +797,7 @@ "ILicense", ">" ], - "path": "x-pack/plugins/licensing/public/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/public/types.ts", "deprecated": true, "removeBy": "8.8.0", "trackAdoption": false, @@ -806,14 +806,14 @@ "plugin": "security", "path": "x-pack/plugins/security/public/plugin.tsx" }, - { - "plugin": "aiops", - "path": "x-pack/platform/plugins/shared/aiops/public/plugin.tsx" - }, { "plugin": "licenseManagement", "path": "x-pack/platform/plugins/shared/license_management/public/plugin.ts" }, + { + "plugin": "aiops", + "path": "x-pack/platform/plugins/shared/aiops/public/plugin.tsx" + }, { "plugin": "ml", "path": "x-pack/platform/plugins/shared/ml/public/plugin.ts" @@ -872,7 +872,7 @@ "ILicense", ">" ], - "path": "x-pack/plugins/licensing/public/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/public/types.ts", "deprecated": true, "removeBy": "8.8.0", "trackAdoption": false, @@ -892,7 +892,7 @@ "signature": [ "FeatureUsageServiceSetup" ], - "path": "x-pack/plugins/licensing/public/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -907,7 +907,7 @@ "tags": [], "label": "LicensingPluginStart", "description": [], - "path": "x-pack/plugins/licensing/public/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -926,7 +926,7 @@ "ILicense", ">" ], - "path": "x-pack/plugins/licensing/public/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -944,7 +944,7 @@ "ILicense", ">" ], - "path": "x-pack/plugins/licensing/public/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -964,7 +964,7 @@ "ILicense", ">" ], - "path": "x-pack/plugins/licensing/public/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -982,7 +982,7 @@ "signature": [ "FeatureUsageServiceStart" ], - "path": "x-pack/plugins/licensing/public/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -1013,26 +1013,14 @@ ", handler: ", "RequestHandler", ") => ", "RequestHandler", "" ], - "path": "x-pack/plugins/licensing/server/wrap_route_with_license_check.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/wrap_route_with_license_check.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1052,7 +1040,7 @@ "text": "CheckLicense" } ], - "path": "x-pack/plugins/licensing/server/wrap_route_with_license_check.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/wrap_route_with_license_check.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1067,16 +1055,10 @@ "signature": [ "RequestHandler", "" ], - "path": "x-pack/plugins/licensing/server/wrap_route_with_license_check.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/wrap_route_with_license_check.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1104,7 +1086,7 @@ }, " extends Error" ], - "path": "x-pack/plugins/licensing/server/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1118,7 +1100,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/licensing/server/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -1132,7 +1114,7 @@ "tags": [], "label": "FeatureUsageServiceSetup", "description": [], - "path": "x-pack/plugins/licensing/server/services/feature_usage_service.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/services/feature_usage_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1148,7 +1130,7 @@ "signature": [ "(featureName: string, licenseType: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\") => void" ], - "path": "x-pack/plugins/licensing/server/services/feature_usage_service.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/services/feature_usage_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1162,7 +1144,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/licensing/server/services/feature_usage_service.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/services/feature_usage_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1177,7 +1159,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" ], - "path": "x-pack/plugins/licensing/server/services/feature_usage_service.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/services/feature_usage_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1195,7 +1177,7 @@ "tags": [], "label": "FeatureUsageServiceStart", "description": [], - "path": "x-pack/plugins/licensing/server/services/feature_usage_service.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/services/feature_usage_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1211,7 +1193,7 @@ "signature": [ "(featureName: string, usedAt?: number | Date | undefined) => void" ], - "path": "x-pack/plugins/licensing/server/services/feature_usage_service.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/services/feature_usage_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1227,7 +1209,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/licensing/server/services/feature_usage_service.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/services/feature_usage_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1244,7 +1226,7 @@ "signature": [ "number | Date | undefined" ], - "path": "x-pack/plugins/licensing/server/services/feature_usage_service.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/services/feature_usage_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1266,7 +1248,7 @@ "LastFeatureUsage", "[]" ], - "path": "x-pack/plugins/licensing/server/services/feature_usage_service.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/services/feature_usage_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1282,7 +1264,7 @@ "tags": [], "label": "ILicense", "description": [], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1298,7 +1280,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1315,7 +1297,7 @@ "LicenseStatus", " | undefined" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1328,7 +1310,7 @@ "description": [ "\nDetermine if the status of the license is active." ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1344,7 +1326,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1360,7 +1342,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1378,7 +1360,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": true, "removeBy": "8.8.0", "trackAdoption": false, @@ -1393,7 +1375,7 @@ "description": [ "\nSignature of the license content." ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1406,7 +1388,7 @@ "description": [ "\nDetermine if the license container has information." ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1423,7 +1405,7 @@ "() => ", "PublicLicenseJSON" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1441,7 +1423,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1457,7 +1439,7 @@ "signature": [ "() => string | undefined" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1475,7 +1457,7 @@ "signature": [ "(minimumLicenseRequired: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\") => boolean" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1491,7 +1473,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1512,7 +1494,7 @@ "(pluginName: string, minimumLicenseRequired: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\") => ", "LicenseCheck" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1528,7 +1510,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1545,7 +1527,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1566,7 +1548,7 @@ "(name: string) => ", "LicenseFeature" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1582,7 +1564,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1600,7 +1582,7 @@ "tags": [], "label": "LicenseCheck", "description": [], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1616,7 +1598,7 @@ "signature": [ "\"valid\" | \"invalid\" | \"unavailable\" | \"expired\"" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1632,7 +1614,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -1646,7 +1628,7 @@ "tags": [], "label": "LicenseFeature", "description": [], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1657,7 +1639,7 @@ "tags": [], "label": "isAvailable", "description": [], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1668,7 +1650,7 @@ "tags": [], "label": "isEnabled", "description": [], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -1684,7 +1666,7 @@ "description": [ "\nThe APIs exposed on the `licensing` key of {@link RequestHandlerContext} for plugins that depend on licensing." ], - "path": "x-pack/plugins/licensing/server/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1704,7 +1686,7 @@ "text": "FeatureUsageServiceStart" } ], - "path": "x-pack/plugins/licensing/server/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1718,7 +1700,7 @@ "signature": [ "ILicense" ], - "path": "x-pack/plugins/licensing/server/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -1734,7 +1716,7 @@ "description": [ "\nSubset of license data considered as non-sensitive information.\nCan be passed to the client." ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1747,7 +1729,7 @@ "description": [ "\nUID for license." ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1763,7 +1745,7 @@ "signature": [ "\"active\" | \"invalid\" | \"expired\"" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1776,7 +1758,7 @@ "description": [ "\nUnix epoch of the expiration date of the license." ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1792,7 +1774,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1810,86 +1792,86 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": true, "removeBy": "8.8.0", "trackAdoption": false, "references": [ { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts" + "plugin": "security", + "path": "x-pack/plugins/security/common/licensing/license_service.test.ts" }, { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts" + "plugin": "security", + "path": "x-pack/plugins/security/common/licensing/license_service.test.ts" }, { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts" + "plugin": "security", + "path": "x-pack/plugins/security/common/licensing/license_service.test.ts" }, { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts" + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/common/services/agent_policy_config.test.ts" }, { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts" + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/common/services/agent_policy_config.test.ts" }, { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts" + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/server/services/agent_policy_watch.test.ts" }, { - "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts" + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/server/services/agent_policy_watch.test.ts" }, { "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts" + "path": "x-pack/solutions/observability/plugins/apm/common/license_check.test.ts" }, { "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts" + "path": "x-pack/solutions/observability/plugins/apm/common/license_check.test.ts" }, { "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts" + "path": "x-pack/solutions/observability/plugins/apm/common/license_check.test.ts" }, { "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts" + "path": "x-pack/solutions/observability/plugins/apm/common/license_check.test.ts" }, { "plugin": "apm", - "path": "x-pack/plugins/observability_solution/apm/common/license_check.test.ts" + "path": "x-pack/solutions/observability/plugins/apm/common/license_check.test.ts" }, { - "plugin": "security", - "path": "x-pack/plugins/security/common/licensing/license_service.test.ts" + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/common/license_check.test.ts" }, { - "plugin": "security", - "path": "x-pack/plugins/security/common/licensing/license_service.test.ts" + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/common/license_check.test.ts" }, { - "plugin": "security", - "path": "x-pack/plugins/security/common/licensing/license_service.test.ts" + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/common/license_check.test.ts" }, { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/common/services/agent_policy_config.test.ts" + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/common/license_check.test.ts" }, { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/common/services/agent_policy_config.test.ts" + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/common/license_check.test.ts" }, { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/services/agent_policy_watch.test.ts" + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/common/license_check.test.ts" }, { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/services/agent_policy_watch.test.ts" + "plugin": "apm", + "path": "x-pack/solutions/observability/plugins/apm/common/license_check.test.ts" }, { "plugin": "securitySolution", @@ -1973,7 +1955,7 @@ "description": [ "\nSubset of license & features data considered as non-sensitive information.\nStructured as json to be passed to the client." ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1988,7 +1970,7 @@ "PublicLicense", " | undefined" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2003,7 +1985,7 @@ "PublicFeatures", " | undefined" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2014,7 +1996,7 @@ "tags": [], "label": "signature", "description": [], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -2030,7 +2012,7 @@ "tags": [], "label": "LICENSE_TYPE", "description": [], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2049,7 +2031,7 @@ "ILicense", ") => { valid: false; message: string; } | { valid: true; message: null; }" ], - "path": "x-pack/plugins/licensing/server/wrap_route_with_license_check.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/wrap_route_with_license_check.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2064,7 +2046,7 @@ "signature": [ "ILicense" ], - "path": "x-pack/plugins/licensing/server/wrap_route_with_license_check.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/wrap_route_with_license_check.ts", "deprecated": false, "trackAdoption": false } @@ -2081,7 +2063,7 @@ "signature": [ "\"valid\" | \"invalid\" | \"unavailable\" | \"expired\"" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2096,7 +2078,7 @@ "signature": [ "\"active\" | \"invalid\" | \"expired\"" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2111,7 +2093,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2130,7 +2112,7 @@ "LicenseFeature", "; }" ], - "path": "x-pack/plugins/licensing/common/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2144,7 +2126,7 @@ "tags": [], "label": "LicensingPluginSetup", "description": [], - "path": "x-pack/plugins/licensing/server/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2165,7 +2147,7 @@ "ILicense", ">" ], - "path": "x-pack/plugins/licensing/server/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/types.ts", "deprecated": true, "removeBy": "8.8.0", "trackAdoption": false, @@ -2186,37 +2168,21 @@ "plugin": "security", "path": "x-pack/plugins/security/server/plugin.ts" }, - { - "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts" - }, - { - "plugin": "alerting", - "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts" - }, - { - "plugin": "ml", - "path": "x-pack/platform/plugins/shared/ml/server/plugin.ts" - }, { "plugin": "graph", "path": "x-pack/plugins/graph/server/plugin.ts" }, - { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.ts" - }, { "plugin": "spaces", "path": "x-pack/plugins/spaces/server/usage_collection/spaces_usage_collector.test.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts" + "plugin": "actions", + "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts" }, { - "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts" + "plugin": "alerting", + "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts" }, { "plugin": "remoteClusters", @@ -2242,10 +2208,18 @@ "plugin": "transform", "path": "x-pack/platform/plugins/private/transform/server/services/license.ts" }, + { + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/lib/reindexing/reindex_service.ts" + }, { "plugin": "aiops", "path": "x-pack/platform/plugins/shared/aiops/server/plugin.ts" }, + { + "plugin": "ml", + "path": "x-pack/platform/plugins/shared/ml/server/plugin.ts" + }, { "plugin": "osquery", "path": "x-pack/platform/plugins/shared/osquery/server/handlers/action/create_action_service.ts" @@ -2270,6 +2244,14 @@ "plugin": "searchprofiler", "path": "x-pack/platform/plugins/shared/searchprofiler/server/plugin.ts" }, + { + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts" + }, + { + "plugin": "upgradeAssistant", + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/lib/reindexing/reindex_service.test.ts" + }, { "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_is_alert_suppression_active.test.ts" @@ -2316,7 +2298,7 @@ "ILicense", ">" ], - "path": "x-pack/plugins/licensing/server/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/types.ts", "deprecated": true, "removeBy": "8.8.0", "trackAdoption": false, @@ -2342,7 +2324,7 @@ "text": "FeatureUsageServiceSetup" } ], - "path": "x-pack/plugins/licensing/server/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -2357,7 +2339,7 @@ "tags": [], "label": "LicensingPluginStart", "description": [], - "path": "x-pack/plugins/licensing/server/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2376,7 +2358,7 @@ "ILicense", ">" ], - "path": "x-pack/plugins/licensing/server/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2394,7 +2376,7 @@ "ILicense", ">" ], - "path": "x-pack/plugins/licensing/server/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2414,7 +2396,7 @@ "ILicense", ">" ], - "path": "x-pack/plugins/licensing/server/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2431,13 +2413,7 @@ ], "signature": [ "(clusterClient: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.IClusterClient", - "text": "IClusterClient" - }, + "IClusterClient", ", pollingFrequency: number) => { license$: ", "Observable", "<", @@ -2446,7 +2422,7 @@ "ILicense", ">; }" ], - "path": "x-pack/plugins/licensing/server/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2458,15 +2434,9 @@ "label": "clusterClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.IClusterClient", - "text": "IClusterClient" - } + "IClusterClient" ], - "path": "x-pack/plugins/licensing/server/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2481,7 +2451,7 @@ "signature": [ "number" ], - "path": "x-pack/plugins/licensing/server/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2507,7 +2477,7 @@ "text": "FeatureUsageServiceStart" } ], - "path": "x-pack/plugins/licensing/server/types.ts", + "path": "x-pack/platform/plugins/shared/licensing/server/types.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/licensing.mdx b/api_docs/licensing.mdx index e0f3343fdd406..37905e1c3c892 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-12-27 +date: 2025-01-05 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 119405dbaf143..94eadba761bdf 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-12-27 +date: 2025-01-05 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 71f9d6703f4bc..39e2b0032a804 100644 --- a/api_docs/lists.devdocs.json +++ b/api_docs/lists.devdocs.json @@ -18,13 +18,7 @@ "text": "Plugin" }, " implements ", - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.Plugin", - "text": "Plugin" - }, + "Plugin", "<", { "pluginId": "lists", @@ -73,13 +67,7 @@ "label": "initializerContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", "" ], "path": "x-pack/solutions/security/plugins/lists/public/plugin.ts", @@ -99,13 +87,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<", "StartPlugins", ", ", @@ -139,13 +121,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<", "StartPlugins", ", ", @@ -190,13 +166,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", plugins: ", "StartPlugins", ") => ", @@ -220,13 +190,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "x-pack/solutions/security/plugins/lists/public/plugin.ts", "deprecated": false, @@ -1539,13 +1503,7 @@ "({ namespaceType, options, }: ", "OpenPointInTimeOptions", ") => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsOpenPointInTimeResponse", - "text": "SavedObjectsOpenPointInTimeResponse" - }, + "SavedObjectsOpenPointInTimeResponse", ">" ], "path": "x-pack/solutions/security/plugins/lists/server/services/exception_lists/exception_list_client.ts", @@ -1585,13 +1543,7 @@ "({ pit, }: ", "ClosePointInTimeOptions", ") => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClosePointInTimeResponse", - "text": "SavedObjectsClosePointInTimeResponse" - }, + "SavedObjectsClosePointInTimeResponse", ">" ], "path": "x-pack/solutions/security/plugins/lists/server/services/exception_lists/exception_list_client.ts", @@ -4314,13 +4266,7 @@ "description": [], "signature": [ "(savedObjectsClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", user: string, enableServerExtensionPoints?: boolean | undefined) => ", { "pluginId": "lists", @@ -4343,13 +4289,7 @@ "label": "savedObjectsClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], "path": "x-pack/solutions/security/plugins/lists/server/types.ts", "deprecated": false, @@ -4391,13 +4331,7 @@ "description": [], "signature": [ "(esClient: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ", spaceId: string, user: string) => ", { "pluginId": "lists", diff --git a/api_docs/lists.mdx b/api_docs/lists.mdx index a028b266de0b6..43d6c9bf1d5a4 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'lists'] --- import listsObj from './lists.devdocs.json'; diff --git a/api_docs/llm_tasks.mdx b/api_docs/llm_tasks.mdx index 05a9daf9c39a9..61340cd971395 100644 --- a/api_docs/llm_tasks.mdx +++ b/api_docs/llm_tasks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/llmTasks title: "llmTasks" image: https://source.unsplash.com/400x175/?github description: API docs for the llmTasks plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'llmTasks'] --- import llmTasksObj from './llm_tasks.devdocs.json'; diff --git a/api_docs/logs_data_access.devdocs.json b/api_docs/logs_data_access.devdocs.json index 5cf297c8841db..e50abcfda782f 100644 --- a/api_docs/logs_data_access.devdocs.json +++ b/api_docs/logs_data_access.devdocs.json @@ -268,23 +268,11 @@ ") => Promise<", "LogsErrorRateTimeseriesReturnType", ">; logSourcesServiceFactory: { getLogSourcesService(savedObjectsClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", "): Promise<", "LogSourcesService", ">; getScopedLogSourcesService(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "): Promise<", "LogSourcesService", ">; }; }; }" diff --git a/api_docs/logs_data_access.mdx b/api_docs/logs_data_access.mdx index 0491c6d6d80a6..a13341941f7a1 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logsDataAccess'] --- import logsDataAccessObj from './logs_data_access.devdocs.json'; diff --git a/api_docs/logs_explorer.devdocs.json b/api_docs/logs_explorer.devdocs.json index 6d24a51787f6e..bac9c10f647c8 100644 --- a/api_docs/logs_explorer.devdocs.json +++ b/api_docs/logs_explorer.devdocs.json @@ -989,22 +989,7 @@ "path": "x-pack/solutions/observability/plugins/logs_explorer/public/types.ts", "deprecated": false, "trackAdoption": false, - "children": [ - { - "parentPluginId": "logsExplorer", - "id": "def-public.LogsExplorerPluginSetup.locators", - "type": "Object", - "tags": [], - "label": "locators", - "description": [], - "signature": [ - "LogsExplorerLocators" - ], - "path": "x-pack/solutions/observability/plugins/logs_explorer/public/types.ts", - "deprecated": false, - "trackAdoption": false - } - ], + "children": [], "lifecycle": "setup", "initialIsOpen": true }, diff --git a/api_docs/logs_explorer.mdx b/api_docs/logs_explorer.mdx index 1729d5d34b483..5fbc34359e5a3 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logsExplorer'] --- import logsExplorerObj from './logs_explorer.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 120 | 4 | 120 | 23 | +| 119 | 4 | 119 | 22 | ## Client diff --git a/api_docs/logs_shared.devdocs.json b/api_docs/logs_shared.devdocs.json index e75cb78569575..4f3ed2fed30f2 100644 --- a/api_docs/logs_shared.devdocs.json +++ b/api_docs/logs_shared.devdocs.json @@ -2856,6 +2856,40 @@ "path": "x-pack/platform/plugins/shared/logs_shared/public/types.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "logsShared", + "id": "def-public.LogsSharedClientSetupDeps.dataViews", + "type": "Object", + "tags": [], + "label": "dataViews", + "description": [], + "signature": [ + { + "pluginId": "dataViews", + "scope": "public", + "docId": "kibDataViewsPluginApi", + "section": "def-public.DataViewsPublicPluginSetup", + "text": "DataViewsPublicPluginSetup" + } + ], + "path": "x-pack/platform/plugins/shared/logs_shared/public/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "logsShared", + "id": "def-public.LogsSharedClientSetupDeps.logsDataAccess", + "type": "Uncategorized", + "tags": [], + "label": "logsDataAccess", + "description": [], + "signature": [ + "void" + ], + "path": "x-pack/platform/plugins/shared/logs_shared/public/types.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false @@ -3878,13 +3912,7 @@ "description": [], "signature": [ "(requestContext: ", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "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; } | { type: \"kibana_advanced_setting\"; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }, params: ", "LogEntriesAroundParams", ", columnOverrides?: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[] | undefined) => Promise<{ entries: { id: string; index: string; cursor: { time: string; tiebreaker: number; }; columns: ({ columnId: string; time: string; } | { columnId: string; field: string; value: ", @@ -3917,13 +3945,7 @@ "label": "requestContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - } + "RequestHandlerContext" ], "path": "x-pack/platform/plugins/shared/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, @@ -3987,13 +4009,7 @@ "description": [], "signature": [ "(requestContext: ", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "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; } | { type: \"kibana_advanced_setting\"; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }, params: ", "LogEntriesParams", ", columnOverrides?: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[] | undefined) => Promise<{ entries: { id: string; index: string; cursor: { time: string; tiebreaker: number; }; columns: ({ columnId: string; time: string; } | { columnId: string; field: string; value: ", @@ -4026,13 +4042,7 @@ "label": "requestContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - } + "RequestHandlerContext" ], "path": "x-pack/platform/plugins/shared/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, @@ -4096,13 +4106,7 @@ "description": [], "signature": [ "(requestContext: ", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "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; } | { type: \"kibana_advanced_setting\"; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }, start: number, end: number, bucketSize: number, filterQuery?: ", { "pluginId": "@kbn/utility-types", @@ -4125,13 +4129,7 @@ "label": "requestContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - } + "RequestHandlerContext" ], "path": "x-pack/platform/plugins/shared/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, @@ -4232,13 +4230,7 @@ "description": [], "signature": [ "(requestContext: ", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "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; } | { type: \"kibana_advanced_setting\"; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }, startTimestamp: number, endTimestamp: number, bucketSize: number, highlightQueries: string[], filterQuery?: ", { "pluginId": "@kbn/utility-types", @@ -4261,13 +4253,7 @@ "label": "requestContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - } + "RequestHandlerContext" ], "path": "x-pack/platform/plugins/shared/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, @@ -4383,13 +4369,7 @@ "description": [], "signature": [ "(requestContext: ", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", ", timestampField: string, indexName: string, startTime: number, endTime: number, runtimeMappings: ", "MappingRuntimeFields", ") => Promise" @@ -4406,13 +4386,7 @@ "label": "requestContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - } + "RequestHandlerContext" ], "path": "x-pack/platform/plugins/shared/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, @@ -4523,13 +4497,7 @@ "description": [], "signature": [ "(requestContext: ", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "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; } | { type: \"kibana_advanced_setting\"; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }, params: ", "LogEntriesAroundParams", ", columnOverrides?: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[] | undefined) => Promise<{ entries: { id: string; index: string; cursor: { time: string; tiebreaker: number; }; columns: ({ columnId: string; time: string; } | { columnId: string; field: string; value: ", @@ -4562,13 +4530,7 @@ "label": "requestContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - } + "RequestHandlerContext" ], "path": "x-pack/platform/plugins/shared/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, @@ -4632,13 +4594,7 @@ "description": [], "signature": [ "(requestContext: ", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "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; } | { type: \"kibana_advanced_setting\"; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }, params: ", "LogEntriesParams", ", columnOverrides?: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[] | undefined) => Promise<{ entries: { id: string; index: string; cursor: { time: string; tiebreaker: number; }; columns: ({ columnId: string; time: string; } | { columnId: string; field: string; value: ", @@ -4671,13 +4627,7 @@ "label": "requestContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - } + "RequestHandlerContext" ], "path": "x-pack/platform/plugins/shared/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, @@ -4741,13 +4691,7 @@ "description": [], "signature": [ "(requestContext: ", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "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; } | { type: \"kibana_advanced_setting\"; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }, start: number, end: number, bucketSize: number, filterQuery?: ", { "pluginId": "@kbn/utility-types", @@ -4770,13 +4714,7 @@ "label": "requestContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - } + "RequestHandlerContext" ], "path": "x-pack/platform/plugins/shared/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, @@ -4877,13 +4815,7 @@ "description": [], "signature": [ "(requestContext: ", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "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; } | { type: \"kibana_advanced_setting\"; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; }, startTimestamp: number, endTimestamp: number, bucketSize: number, highlightQueries: string[], filterQuery?: ", { "pluginId": "@kbn/utility-types", @@ -4906,13 +4838,7 @@ "label": "requestContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - } + "RequestHandlerContext" ], "path": "x-pack/platform/plugins/shared/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, @@ -5028,13 +4954,7 @@ "description": [], "signature": [ "(requestContext: ", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", ", timestampField: string, indexName: string, startTime: number, endTime: number, runtimeMappings: ", "MappingRuntimeFields", ") => Promise" @@ -5051,13 +4971,7 @@ "label": "requestContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - } + "RequestHandlerContext" ], "path": "x-pack/platform/plugins/shared/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts", "deprecated": false, @@ -5519,53 +5433,6 @@ "returnComment": [], "initialIsOpen": false }, - { - "parentPluginId": "logsShared", - "id": "def-common.createNodeLogsQuery", - "type": "Function", - "tags": [], - "label": "createNodeLogsQuery", - "description": [], - "signature": [ - "(params: ", - { - "pluginId": "logsShared", - "scope": "common", - "docId": "kibLogsSharedPluginApi", - "section": "def-common.NodeLogsLocatorParams", - "text": "NodeLogsLocatorParams" - }, - ") => string" - ], - "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/helpers.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "logsShared", - "id": "def-common.createNodeLogsQuery.$1", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - { - "pluginId": "logsShared", - "scope": "common", - "docId": "kibLogsSharedPluginApi", - "section": "def-common.NodeLogsLocatorParams", - "text": "NodeLogsLocatorParams" - } - ], - "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/helpers.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, { "parentPluginId": "logsShared", "id": "def-common.getLogEntryCursorFromHit", @@ -5613,17 +5480,17 @@ }, { "parentPluginId": "logsShared", - "id": "def-common.getLogsLocatorsFromUrlService", + "id": "def-common.getLogsLocatorFromUrlService", "type": "Function", "tags": [], - "label": "getLogsLocatorsFromUrlService", + "label": "getLogsLocatorFromUrlService", "description": [], "signature": [ "(urlService: ", "UrlService", ") => { logsLocator: ", + ">) => ", { "pluginId": "share", "scope": "common", @@ -5633,45 +5500,13 @@ }, "<", { - "pluginId": "logsShared", + "pluginId": "discover", "scope": "common", - "docId": "kibLogsSharedPluginApi", - "section": "def-common.LogsLocatorParams", - "text": "LogsLocatorParams" + "docId": "kibDiscoverPluginApi", + "section": "def-common.DiscoverAppLocatorParams", + "text": "DiscoverAppLocatorParams" }, - ">; traceLogsLocator: ", - { - "pluginId": "share", - "scope": "common", - "docId": "kibSharePluginApi", - "section": "def-common.LocatorPublic", - "text": "LocatorPublic" - }, - "<", - { - "pluginId": "logsShared", - "scope": "common", - "docId": "kibLogsSharedPluginApi", - "section": "def-common.TraceLogsLocatorParams", - "text": "TraceLogsLocatorParams" - }, - ">; nodeLogsLocator: ", - { - "pluginId": "share", - "scope": "common", - "docId": "kibSharePluginApi", - "section": "def-common.LocatorPublic", - "text": "LocatorPublic" - }, - "<", - { - "pluginId": "logsShared", - "scope": "common", - "docId": "kibLogsSharedPluginApi", - "section": "def-common.NodeLogsLocatorParams", - "text": "NodeLogsLocatorParams" - }, - ">; }" + "> | undefined" ], "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/get_logs_locators.ts", "deprecated": false, @@ -5679,7 +5514,7 @@ "children": [ { "parentPluginId": "logsShared", - "id": "def-common.getLogsLocatorsFromUrlService.$1", + "id": "def-common.getLogsLocatorFromUrlService.$1", "type": "Object", "tags": [], "label": "urlService", @@ -5698,153 +5533,218 @@ ], "returnComment": [], "initialIsOpen": false - } - ], - "interfaces": [ + }, { "parentPluginId": "logsShared", - "id": "def-common.LogsLocatorParams", - "type": "Interface", + "id": "def-common.getNodeQuery", + "type": "Function", "tags": [], - "label": "LogsLocatorParams", + "label": "getNodeQuery", "description": [], "signature": [ + "(params: ", + "NodeLogsParams", + ") => ", { - "pluginId": "logsShared", + "pluginId": "@kbn/es-query", "scope": "common", - "docId": "kibLogsSharedPluginApi", - "section": "def-common.LogsLocatorParams", - "text": "LogsLocatorParams" + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Query", + "text": "Query" }, - " extends ", + " | ", { - "pluginId": "@kbn/utility-types", + "pluginId": "@kbn/es-query", "scope": "common", - "docId": "kibKbnUtilityTypesPluginApi", - "section": "def-common.SerializableRecord", - "text": "SerializableRecord" - } + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.AggregateQuery", + "text": "AggregateQuery" + }, + " | undefined" ], - "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/types.ts", + "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "logsShared", - "id": "def-common.LogsLocatorParams.time", - "type": "number", + "id": "def-common.getNodeQuery.$1", + "type": "Object", "tags": [], - "label": "time", - "description": [ - "Defines log position" - ], + "label": "params", + "description": [], "signature": [ - "number | undefined" + "NodeLogsParams" ], - "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/types.ts", + "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/helpers.ts", "deprecated": false, - "trackAdoption": false + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "logsShared", + "id": "def-common.getTimeRange", + "type": "Function", + "tags": [], + "label": "getTimeRange", + "description": [], + "signature": [ + "(time: number | undefined) => ", + { + "pluginId": "@kbn/es-query", + "scope": "common", + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" }, + " | undefined" + ], + "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ { "parentPluginId": "logsShared", - "id": "def-common.LogsLocatorParams.timeRange", - "type": "Object", + "id": "def-common.getTimeRange.$1", + "type": "number", "tags": [], - "label": "timeRange", - "description": [ - "\nOptionally set the time range in the time picker." - ], + "label": "time", + "description": [], "signature": [ - "{ startTime: number; endTime: number; } | undefined" + "number | undefined" ], - "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/types.ts", + "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/helpers.ts", "deprecated": false, - "trackAdoption": false - }, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "logsShared", + "id": "def-common.getTimeRangeEndFromTime", + "type": "Function", + "tags": [], + "label": "getTimeRangeEndFromTime", + "description": [], + "signature": [ + "(time: number) => string" + ], + "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ { "parentPluginId": "logsShared", - "id": "def-common.LogsLocatorParams.filter", - "type": "string", + "id": "def-common.getTimeRangeEndFromTime.$1", + "type": "number", "tags": [], - "label": "filter", + "label": "time", "description": [], "signature": [ - "string | undefined" + "number" ], - "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/types.ts", + "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/helpers.ts", "deprecated": false, - "trackAdoption": false - }, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "logsShared", + "id": "def-common.getTimeRangeStartFromTime", + "type": "Function", + "tags": [], + "label": "getTimeRangeStartFromTime", + "description": [], + "signature": [ + "(time: number) => string" + ], + "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ { "parentPluginId": "logsShared", - "id": "def-common.LogsLocatorParams.logView", - "type": "CompoundType", + "id": "def-common.getTimeRangeStartFromTime.$1", + "type": "number", "tags": [], - "label": "logView", + "label": "time", "description": [], "signature": [ - "{ 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; } | { type: \"kibana_advanced_setting\"; }; logColumns: ({ timestampColumn: { id: string; }; } | { messageColumn: { id: string; }; } | { fieldColumn: { id: string; } & { field: string; }; })[]; }; } | undefined" + "number" ], - "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/types.ts", + "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/helpers.ts", "deprecated": false, - "trackAdoption": false + "trackAdoption": false, + "isRequired": true } ], + "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "logsShared", - "id": "def-common.NodeLogsLocatorParams", - "type": "Interface", + "id": "def-common.getTraceQuery", + "type": "Function", "tags": [], - "label": "NodeLogsLocatorParams", + "label": "getTraceQuery", "description": [], "signature": [ + "(params: ", + "TraceLogsParams", + ") => ", { - "pluginId": "logsShared", + "pluginId": "@kbn/es-query", "scope": "common", - "docId": "kibLogsSharedPluginApi", - "section": "def-common.NodeLogsLocatorParams", - "text": "NodeLogsLocatorParams" + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.Query", + "text": "Query" }, - " extends ", + " | ", { - "pluginId": "logsShared", + "pluginId": "@kbn/es-query", "scope": "common", - "docId": "kibLogsSharedPluginApi", - "section": "def-common.LogsLocatorParams", - "text": "LogsLocatorParams" - } + "docId": "kibKbnEsQueryPluginApi", + "section": "def-common.AggregateQuery", + "text": "AggregateQuery" + }, + " | undefined" ], - "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/types.ts", + "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "logsShared", - "id": "def-common.NodeLogsLocatorParams.nodeField", - "type": "string", - "tags": [], - "label": "nodeField", - "description": [], - "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "logsShared", - "id": "def-common.NodeLogsLocatorParams.nodeId", - "type": "string", + "id": "def-common.getTraceQuery.$1", + "type": "Object", "tags": [], - "label": "nodeId", + "label": "params", "description": [], - "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/types.ts", + "signature": [ + "TraceLogsParams" + ], + "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/helpers.ts", "deprecated": false, - "trackAdoption": false + "trackAdoption": false, + "isRequired": true } ], + "returnComment": [], "initialIsOpen": false - }, + } + ], + "interfaces": [ { "parentPluginId": "logsShared", "id": "def-common.ResolvedLogView", @@ -5998,48 +5898,6 @@ } ], "initialIsOpen": false - }, - { - "parentPluginId": "logsShared", - "id": "def-common.TraceLogsLocatorParams", - "type": "Interface", - "tags": [], - "label": "TraceLogsLocatorParams", - "description": [], - "signature": [ - { - "pluginId": "logsShared", - "scope": "common", - "docId": "kibLogsSharedPluginApi", - "section": "def-common.TraceLogsLocatorParams", - "text": "TraceLogsLocatorParams" - }, - " extends ", - { - "pluginId": "logsShared", - "scope": "common", - "docId": "kibLogsSharedPluginApi", - "section": "def-common.LogsLocatorParams", - "text": "LogsLocatorParams" - } - ], - "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/types.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "logsShared", - "id": "def-common.TraceLogsLocatorParams.traceId", - "type": "string", - "tags": [], - "label": "traceId", - "description": [], - "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/types.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false } ], "enums": [], @@ -6467,7 +6325,9 @@ "type": "string", "tags": [], "label": "LOGS_LOCATOR_ID", - "description": [], + "description": [ + "\nLocator used to link to all log sources in Discover." + ], "signature": [ "\"LOGS_LOCATOR\"" ], @@ -6476,6 +6336,29 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "logsShared", + "id": "def-common.LogsLocatorParams", + "type": "Type", + "tags": [], + "label": "LogsLocatorParams", + "description": [ + "\nAccepts the same parameters as `DiscoverAppLocatorParams`, but automatically sets the `dataViewSpec` param to all log sources." + ], + "signature": [ + { + "pluginId": "discover", + "scope": "common", + "docId": "kibDiscoverPluginApi", + "section": "def-common.DiscoverAppLocatorParams", + "text": "DiscoverAppLocatorParams" + } + ], + "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/logs_locator.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "logsShared", "id": "def-common.LogSourcesKibanaAdvancedSettingReference", @@ -6581,21 +6464,6 @@ "trackAdoption": false, "initialIsOpen": false }, - { - "parentPluginId": "logsShared", - "id": "def-common.NODE_LOGS_LOCATOR_ID", - "type": "string", - "tags": [], - "label": "NODE_LOGS_LOCATOR_ID", - "description": [], - "signature": [ - "\"NODE_LOGS_LOCATOR\"" - ], - "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/node_logs_locator.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, { "parentPluginId": "logsShared", "id": "def-common.PersistedLogViewReference", @@ -6658,21 +6526,6 @@ "deprecated": false, "trackAdoption": false, "initialIsOpen": false - }, - { - "parentPluginId": "logsShared", - "id": "def-common.TRACE_LOGS_LOCATOR_ID", - "type": "string", - "tags": [], - "label": "TRACE_LOGS_LOCATOR_ID", - "description": [], - "signature": [ - "\"TRACE_LOGS_LOCATOR\"" - ], - "path": "x-pack/platform/plugins/shared/logs_shared/common/locators/trace_logs_locator.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false } ], "objects": [ diff --git a/api_docs/logs_shared.mdx b/api_docs/logs_shared.mdx index 92c35606e06c8..6da3b626bee68 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logsShared'] --- import logsSharedObj from './logs_shared.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 316 | 0 | 287 | 34 | +| 315 | 0 | 286 | 36 | ## Client diff --git a/api_docs/management.devdocs.json b/api_docs/management.devdocs.json index f3625c5024066..b97a30268bebb 100644 --- a/api_docs/management.devdocs.json +++ b/api_docs/management.devdocs.json @@ -579,13 +579,7 @@ "label": "theme", "description": [], "signature": [ - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - } + "ThemeServiceSetup" ], "path": "src/platform/plugins/shared/management/public/types.ts", "deprecated": false, @@ -603,13 +597,7 @@ "signature": [ "Observable", "<", - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.CoreTheme", - "text": "CoreTheme" - }, + "CoreTheme", ">" ], "path": "src/platform/plugins/shared/management/public/types.ts", diff --git a/api_docs/management.mdx b/api_docs/management.mdx index 94af53ec7481c..4350079d8f3e6 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-12-27 +date: 2025-01-05 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 5b7722d572eb0..ca53805a03ff7 100644 --- a/api_docs/maps.devdocs.json +++ b/api_docs/maps.devdocs.json @@ -433,13 +433,7 @@ "description": [], "signature": [ "{ readonly type?: string | undefined; readonly name?: string | undefined; readonly page?: string | undefined; readonly id?: string | undefined; readonly description?: string | undefined; readonly url?: string | undefined; readonly meta?: { [key: string]: string | number | boolean | undefined; } | undefined; child?: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", " | undefined; }" ], "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", @@ -1627,13 +1621,7 @@ "description": [], "signature": [ "(properties: GeoJSON.GeoJsonProperties, executionContext: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", ") => Promise<", { "pluginId": "maps", @@ -1671,13 +1659,7 @@ "label": "executionContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - } + "KibanaExecutionContext" ], "path": "x-pack/platform/plugins/shared/maps/public/classes/sources/vector_source/vector_source.tsx", "deprecated": false, @@ -3765,13 +3747,7 @@ "text": "Filter" }, " | undefined; executionContext: ", - { - "pluginId": "@kbn/core-execution-context-common", - "scope": "common", - "docId": "kibKbnCoreExecutionContextCommonPluginApi", - "section": "def-common.KibanaExecutionContext", - "text": "KibanaExecutionContext" - }, + "KibanaExecutionContext", "; }" ], "path": "x-pack/platform/plugins/shared/maps/common/descriptor_types/data_request_descriptor_types.ts", diff --git a/api_docs/maps.mdx b/api_docs/maps.mdx index 4cee155f50f28..ed397086d54d3 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-12-27 +date: 2025-01-05 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 f7e937af6b4d7..4f9e76e76cb55 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-12-27 +date: 2025-01-05 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 747c1954c9283..e05b28ded1b04 100644 --- a/api_docs/metrics_data_access.devdocs.json +++ b/api_docs/metrics_data_access.devdocs.json @@ -15,7 +15,7 @@ "RouterLinkProps", "; }" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/public/pages/link_to/use_asset_details_redirect.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/public/pages/link_to/use_asset_details_redirect.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -31,7 +31,7 @@ "tags": [], "label": "RouteState", "description": [], - "path": "x-pack/plugins/observability_solution/metrics_data_access/public/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -42,7 +42,7 @@ "tags": [], "label": "originAppId", "description": [], - "path": "x-pack/plugins/observability_solution/metrics_data_access/public/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -53,7 +53,7 @@ "tags": [], "label": "originPathname", "description": [], - "path": "x-pack/plugins/observability_solution/metrics_data_access/public/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -67,7 +67,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/public/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -85,7 +85,7 @@ "tags": [], "label": "MetricsDataPluginSetup", "description": [], - "path": "x-pack/plugins/observability_solution/metrics_data_access/public/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -99,7 +99,7 @@ "signature": [ "MetricsDataClient" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/public/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -114,7 +114,7 @@ "tags": [], "label": "MetricsDataPluginStart", "description": [], - "path": "x-pack/plugins/observability_solution/metrics_data_access/public/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -128,7 +128,7 @@ "signature": [ "MetricsDataClient" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/public/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -144,7 +144,7 @@ "NodeMetricsTableProps", ") => JSX.Element" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/public/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -158,7 +158,7 @@ "signature": [ "NodeMetricsTableProps" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/public/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -178,7 +178,7 @@ "NodeMetricsTableProps", ") => JSX.Element" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/public/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -192,7 +192,7 @@ "signature": [ "NodeMetricsTableProps" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/public/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -212,7 +212,7 @@ "NodeMetricsTableProps", ") => JSX.Element" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/public/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -226,7 +226,7 @@ "signature": [ "NodeMetricsTableProps" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/public/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -248,7 +248,7 @@ "tags": [], "label": "MetricsDataClient", "description": [], - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/client/client.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/client/client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -270,7 +270,7 @@ }, ") => Promise" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/client/client.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/client/client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -290,7 +290,7 @@ "text": "GetMetricIndicesOptions" } ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/client/client.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/client/client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -315,16 +315,10 @@ "text": "UpdateMetricIndicesOptions" }, ") => Promise<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<{ metricIndices: string; }>>" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/client/client.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/client/client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -344,7 +338,7 @@ "text": "UpdateMetricIndicesOptions" } ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/client/client.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/client/client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -370,7 +364,7 @@ }, ") => void" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/client/client.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/client/client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -390,7 +384,7 @@ "text": "DefaultMetricIndicesHandler" } ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/client/client.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/client/client.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -411,7 +405,7 @@ "tags": [], "label": "GetMetricIndicesOptions", "description": [], - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -423,15 +417,9 @@ "label": "savedObjectsClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -459,7 +447,7 @@ }, ") => Promise) | null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -474,7 +462,7 @@ "signature": [ "\"metrics-data-source\"" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/saved_objects/metrics_data_source/index.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/saved_objects/metrics_data_source/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -496,7 +484,7 @@ }, " & { metricIndices: string; }" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -510,7 +498,7 @@ "tags": [], "label": "MetricsDataClientMock", "description": [], - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/client_mock.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/client_mock.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -531,7 +519,7 @@ "text": "MetricsDataClient" } ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/client_mock.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/client_mock.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -548,7 +536,7 @@ "tags": [], "label": "MetricsDataPluginSetup", "description": [], - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -568,7 +556,7 @@ "text": "MetricsDataClient" } ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/server/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -590,7 +578,7 @@ "signature": [ "(type: \"host\" | \"container\" | \"pod\" | \"awsEC2\" | \"awsS3\" | \"awsSQS\" | \"awsRDS\") => { id: string; name: string; os?: string | undefined; ip?: string | undefined; cloudProvider?: string | undefined; }" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/index.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -604,7 +592,7 @@ "signature": [ "\"host\" | \"container\" | \"pod\" | \"awsEC2\" | \"awsS3\" | \"awsSQS\" | \"awsRDS\"" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/index.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -631,7 +619,7 @@ }, "" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/index.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -645,7 +633,7 @@ "signature": [ "T" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/index.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -664,7 +652,7 @@ "signature": [ "(type: \"host\" | \"container\" | \"pod\" | \"awsEC2\" | \"awsS3\" | \"awsSQS\" | \"awsRDS\") => \"container.id\" | \"host.name\" | \"kubernetes.pod.uid\" | undefined" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/index.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -678,7 +666,7 @@ "signature": [ "\"host\" | \"container\" | \"pod\" | \"awsEC2\" | \"awsS3\" | \"awsSQS\" | \"awsRDS\"" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/index.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -699,7 +687,7 @@ "AggregationsMetricAggregationBase", ", \"field\"> | undefined>" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/index.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -713,7 +701,7 @@ "signature": [ "unknown" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/index.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -734,7 +722,7 @@ "AggregationsAggregationContainer", ", \"derivative\">" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/index.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -748,7 +736,7 @@ "signature": [ "unknown" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/index.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -769,7 +757,7 @@ "AggregationsAggregationContainer", ", \"sum_bucket\">" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/index.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -783,7 +771,7 @@ "signature": [ "unknown" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/index.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -804,7 +792,7 @@ "AggregationsAggregationContainer", ", \"aggregations\" | \"terms\">" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/index.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -818,7 +806,7 @@ "signature": [ "unknown" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/index.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -844,7 +832,7 @@ "text": "MetricsUIAggregation" } ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/snapshot/network_traffic.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/shared/metrics/snapshot/network_traffic.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -858,7 +846,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/snapshot/network_traffic.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/shared/metrics/snapshot/network_traffic.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -873,7 +861,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/snapshot/network_traffic.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/shared/metrics/snapshot/network_traffic.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -891,7 +879,7 @@ "tags": [], "label": "MetricsAPIMetric", "description": [], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metrics_api.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/http_api/metrics_api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -902,7 +890,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metrics_api.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/http_api/metrics_api.ts", "deprecated": false, "trackAdoption": false }, @@ -918,7 +906,7 @@ "AggregationsAggregate", "; }" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metrics_api.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/http_api/metrics_api.ts", "deprecated": false, "trackAdoption": false } @@ -938,7 +926,7 @@ "signature": [ "(\"rx\" | \"tx\" | \"cpu\" | \"diskIOReadBytes\" | \"diskIOWriteBytes\")[]" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_ec2/metrics/index.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/aws_ec2/metrics/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -953,7 +941,7 @@ "signature": [ "(\"cpu\" | \"rdsLatency\" | \"rdsConnections\" | \"rdsQueriesExecuted\" | \"rdsActiveTransactions\")[]" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_rds/metrics/index.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/aws_rds/metrics/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -968,7 +956,7 @@ "signature": [ "(\"s3BucketSize\" | \"s3NumberOfObjects\" | \"s3TotalRequests\" | \"s3UploadBytes\" | \"s3DownloadBytes\")[]" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_s3/metrics/index.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/aws_s3/metrics/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -983,7 +971,7 @@ "signature": [ "(\"sqsMessagesVisible\" | \"sqsMessagesDelayed\" | \"sqsMessagesEmpty\" | \"sqsMessagesSent\" | \"sqsOldestMessage\")[]" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_sqs/metrics/index.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/aws_sqs/metrics/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -998,7 +986,7 @@ "signature": [ "(\"memory\" | \"rx\" | \"tx\" | \"cpu\")[]" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/index.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/container/metrics/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1013,7 +1001,7 @@ "signature": [ "(\"memory\" | \"rx\" | \"logRate\" | \"normalizedLoad1m\" | \"memoryFree\" | \"tx\" | \"cpu\" | \"cpuV2\" | \"diskLatency\" | \"diskSpaceUsage\" | \"load\" | \"memoryTotal\" | \"rxV2\" | \"txV2\")[]" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/index.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/host/metrics/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1028,7 +1016,7 @@ "signature": [ "\"number\" | \"percent\" | \"bytes\" | \"bits\" | \"abbreviatedNumber\" | \"highPrecision\"" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1043,7 +1031,7 @@ "signature": [ "\"host\" | \"container\" | \"pod\" | \"awsEC2\" | \"awsS3\" | \"awsSQS\" | \"awsRDS\"" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1058,7 +1046,7 @@ "signature": [ "\"custom\" | \"hostSystemOverview\" | \"hostCpuUsageTotal\" | \"hostCpuUsage\" | \"hostK8sOverview\" | \"hostK8sCpuCap\" | \"hostK8sDiskCap\" | \"hostK8sMemoryCap\" | \"hostK8sPodCap\" | \"hostLoad\" | \"hostMemoryUsage\" | \"hostNetworkTraffic\" | \"podOverview\" | \"podCpuUsage\" | \"podMemoryUsage\" | \"podLogUsage\" | \"podNetworkTraffic\" | \"containerOverview\" | \"containerCpuUsage\" | \"containerDiskIOOps\" | \"containerDiskIOBytes\" | \"containerMemory\" | \"containerNetworkTraffic\" | \"containerK8sOverview\" | \"containerK8sCpuUsage\" | \"containerK8sMemoryUsage\" | \"nginxHits\" | \"nginxRequestRate\" | \"nginxActiveConnections\" | \"nginxRequestsPerConnection\" | \"awsOverview\" | \"awsCpuUtilization\" | \"awsNetworkBytes\" | \"awsNetworkPackets\" | \"awsDiskioBytes\" | \"awsDiskioOps\" | \"awsEC2CpuUtilization\" | \"awsEC2NetworkTraffic\" | \"awsEC2DiskIOBytes\" | \"awsS3TotalRequests\" | \"awsS3NumberOfObjects\" | \"awsS3BucketSize\" | \"awsS3DownloadBytes\" | \"awsS3UploadBytes\" | \"awsRDSCpuTotal\" | \"awsRDSConnections\" | \"awsRDSQueriesExecuted\" | \"awsRDSActiveTransactions\" | \"awsRDSLatency\" | \"awsSQSMessagesVisible\" | \"awsSQSMessagesDelayed\" | \"awsSQSMessagesSent\" | \"awsSQSMessagesEmpty\" | \"awsSQSOldestMessage\"" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1713,7 +1701,7 @@ "LensYBoundsConfig", " | undefined; } & { id: string; }; }; }; }>>)[]" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/index.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2384,7 +2372,7 @@ "InventoryMetrics", ">; }[T]" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/index.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2399,7 +2387,7 @@ "signature": [ "\"area\" | \"line\" | \"bar\"" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2414,7 +2402,7 @@ "signature": [ "20" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/constants.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2429,7 +2417,7 @@ "signature": [ "{ name: string; type: \"string\" | \"number\" | \"date\"; }" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metrics_api.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/http_api/metrics_api.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2444,7 +2432,7 @@ "signature": [ "\"string\" | \"number\" | \"date\"" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metrics_api.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/http_api/metrics_api.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2459,7 +2447,7 @@ "signature": [ "{ afterKey: { [x: string]: string | null; } | null | undefined; } & { interval?: number | undefined; }" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metrics_api.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/http_api/metrics_api.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2482,7 +2470,7 @@ }, "[]; }" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metrics_api.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/http_api/metrics_api.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2497,7 +2485,7 @@ "signature": [ "{ series: ({ id: string; columns: { name: string; type: \"string\" | \"number\" | \"date\"; }[]; rows: ({ timestamp: number; } & { [x: string]: string | number | object[] | null | undefined; })[]; } & { keys?: string[] | undefined; } & { metricsets?: string[] | undefined; })[]; info: { afterKey: { [x: string]: string | null; } | null | undefined; } & { interval?: number | undefined; }; }" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metrics_api.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/http_api/metrics_api.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2512,7 +2500,7 @@ "signature": [ "{ timestamp: number; } & { [x: string]: string | number | object[] | null | undefined; }" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metrics_api.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/http_api/metrics_api.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2527,7 +2515,7 @@ "signature": [ "{ id: string; columns: { name: string; type: \"string\" | \"number\" | \"date\"; }[]; rows: ({ timestamp: number; } & { [x: string]: string | number | object[] | null | undefined; })[]; } & { keys?: string[] | undefined; }" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metrics_api.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/http_api/metrics_api.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2542,7 +2530,7 @@ "signature": [ "{ from: number; to: number; interval: string; }" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metrics_api.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/http_api/metrics_api.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2559,7 +2547,7 @@ "AggregationsAggregate", "; }" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2574,7 +2562,7 @@ "signature": [ "(\"memory\" | \"rx\" | \"tx\" | \"cpu\")[]" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/kubernetes/pod/metrics/index.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/kubernetes/pod/metrics/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2589,7 +2577,7 @@ "signature": [ "\"count\" | \"memory\" | \"custom\" | \"rx\" | \"logRate\" | \"normalizedLoad1m\" | \"memoryFree\" | \"tx\" | \"cpu\" | \"s3BucketSize\" | \"s3NumberOfObjects\" | \"s3TotalRequests\" | \"s3UploadBytes\" | \"s3DownloadBytes\" | \"cpuV2\" | \"diskLatency\" | \"diskSpaceUsage\" | \"load\" | \"memoryTotal\" | \"rxV2\" | \"txV2\" | \"diskIOReadBytes\" | \"diskIOWriteBytes\" | \"rdsLatency\" | \"rdsConnections\" | \"rdsQueriesExecuted\" | \"rdsActiveTransactions\" | \"sqsMessagesVisible\" | \"sqsMessagesDelayed\" | \"sqsMessagesEmpty\" | \"sqsMessagesSent\" | \"sqsOldestMessage\"" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2604,7 +2592,7 @@ "signature": [ "{ id: \"custom\" | \"hostSystemOverview\" | \"hostCpuUsageTotal\" | \"hostCpuUsage\" | \"hostK8sOverview\" | \"hostK8sCpuCap\" | \"hostK8sDiskCap\" | \"hostK8sMemoryCap\" | \"hostK8sPodCap\" | \"hostLoad\" | \"hostMemoryUsage\" | \"hostNetworkTraffic\" | \"podOverview\" | \"podCpuUsage\" | \"podMemoryUsage\" | \"podLogUsage\" | \"podNetworkTraffic\" | \"containerOverview\" | \"containerCpuUsage\" | \"containerDiskIOOps\" | \"containerDiskIOBytes\" | \"containerMemory\" | \"containerNetworkTraffic\" | \"containerK8sOverview\" | \"containerK8sCpuUsage\" | \"containerK8sMemoryUsage\" | \"nginxHits\" | \"nginxRequestRate\" | \"nginxActiveConnections\" | \"nginxRequestsPerConnection\" | \"awsOverview\" | \"awsCpuUtilization\" | \"awsNetworkBytes\" | \"awsNetworkPackets\" | \"awsDiskioBytes\" | \"awsDiskioOps\" | \"awsEC2CpuUtilization\" | \"awsEC2NetworkTraffic\" | \"awsEC2DiskIOBytes\" | \"awsS3TotalRequests\" | \"awsS3NumberOfObjects\" | \"awsS3BucketSize\" | \"awsS3DownloadBytes\" | \"awsS3UploadBytes\" | \"awsRDSCpuTotal\" | \"awsRDSConnections\" | \"awsRDSQueriesExecuted\" | \"awsRDSActiveTransactions\" | \"awsRDSLatency\" | \"awsSQSMessagesVisible\" | \"awsSQSMessagesDelayed\" | \"awsSQSMessagesSent\" | \"awsSQSMessagesEmpty\" | \"awsSQSOldestMessage\"; requires: string[]; index_pattern: string | string[]; interval: string; time_field: string; type: string; series: ({ id: string; metrics: ({ id: string; type: \"count\"; } | ({ id: string; type: \"min\" | \"max\" | \"sum\" | \"avg\" | \"count\" | \"cardinality\" | \"cumulative_sum\" | \"derivative\" | \"calculation\" | \"series_agg\" | \"positive_only\"; } & { field?: string | undefined; }) | { id: string; script: string; type: \"calculation\"; variables: { field: string; id: string; name: string; }[]; } | { id: string; field: string; unit: string; type: \"derivative\"; } | ({ id: string; type: \"percentile\"; percentiles: { id: string; value: number; }[]; } & { field?: string | undefined; }) | { id: string; function: string; type: \"series_agg\"; })[]; split_mode: string; } & { terms_field?: string | undefined; terms_size?: number | undefined; terms_order_by?: string | undefined; filter?: { query: string; language: \"kuery\" | \"lucene\"; } | undefined; })[]; } & { filter?: string | undefined; map_field_to?: string | undefined; id_type?: \"cloud\" | \"node\" | undefined; drop_last_bucket?: boolean | undefined; }" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2619,7 +2607,7 @@ "signature": [ "(timeField: string, indexPattern: string | string[], interval: string) => { id: \"custom\" | \"hostSystemOverview\" | \"hostCpuUsageTotal\" | \"hostCpuUsage\" | \"hostK8sOverview\" | \"hostK8sCpuCap\" | \"hostK8sDiskCap\" | \"hostK8sMemoryCap\" | \"hostK8sPodCap\" | \"hostLoad\" | \"hostMemoryUsage\" | \"hostNetworkTraffic\" | \"podOverview\" | \"podCpuUsage\" | \"podMemoryUsage\" | \"podLogUsage\" | \"podNetworkTraffic\" | \"containerOverview\" | \"containerCpuUsage\" | \"containerDiskIOOps\" | \"containerDiskIOBytes\" | \"containerMemory\" | \"containerNetworkTraffic\" | \"containerK8sOverview\" | \"containerK8sCpuUsage\" | \"containerK8sMemoryUsage\" | \"nginxHits\" | \"nginxRequestRate\" | \"nginxActiveConnections\" | \"nginxRequestsPerConnection\" | \"awsOverview\" | \"awsCpuUtilization\" | \"awsNetworkBytes\" | \"awsNetworkPackets\" | \"awsDiskioBytes\" | \"awsDiskioOps\" | \"awsEC2CpuUtilization\" | \"awsEC2NetworkTraffic\" | \"awsEC2DiskIOBytes\" | \"awsS3TotalRequests\" | \"awsS3NumberOfObjects\" | \"awsS3BucketSize\" | \"awsS3DownloadBytes\" | \"awsS3UploadBytes\" | \"awsRDSCpuTotal\" | \"awsRDSConnections\" | \"awsRDSQueriesExecuted\" | \"awsRDSActiveTransactions\" | \"awsRDSLatency\" | \"awsSQSMessagesVisible\" | \"awsSQSMessagesDelayed\" | \"awsSQSMessagesSent\" | \"awsSQSMessagesEmpty\" | \"awsSQSOldestMessage\"; requires: string[]; index_pattern: string | string[]; interval: string; time_field: string; type: string; series: ({ id: string; metrics: ({ id: string; type: \"count\"; } | ({ id: string; type: \"min\" | \"max\" | \"sum\" | \"avg\" | \"count\" | \"cardinality\" | \"cumulative_sum\" | \"derivative\" | \"calculation\" | \"series_agg\" | \"positive_only\"; } & { field?: string | undefined; }) | { id: string; script: string; type: \"calculation\"; variables: { field: string; id: string; name: string; }[]; } | { id: string; field: string; unit: string; type: \"derivative\"; } | ({ id: string; type: \"percentile\"; percentiles: { id: string; value: number; }[]; } & { field?: string | undefined; }) | { id: string; function: string; type: \"series_agg\"; })[]; split_mode: string; } & { terms_field?: string | undefined; terms_size?: number | undefined; terms_order_by?: string | undefined; filter?: { query: string; language: \"kuery\" | \"lucene\"; } | undefined; })[]; } & { filter?: string | undefined; map_field_to?: string | undefined; id_type?: \"cloud\" | \"node\" | undefined; drop_last_bucket?: boolean | undefined; }" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2631,7 +2619,7 @@ "tags": [], "label": "timeField", "description": [], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2645,7 +2633,7 @@ "signature": [ "string | string[]" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2656,7 +2644,7 @@ "tags": [], "label": "interval", "description": [], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false } @@ -2676,7 +2664,7 @@ "KeyofC", "<{ abbreviatedNumber: null; bits: null; bytes: null; number: null; percent: null; highPrecision: null; }>" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2692,7 +2680,7 @@ "KeyofC", "<{ hostSystemOverview: null; hostCpuUsageTotal: null; hostCpuUsage: null; hostK8sOverview: null; hostK8sCpuCap: null; hostK8sDiskCap: null; hostK8sMemoryCap: null; hostK8sPodCap: null; hostLoad: null; hostMemoryUsage: null; hostNetworkTraffic: null; podOverview: null; podCpuUsage: null; podMemoryUsage: null; podLogUsage: null; podNetworkTraffic: null; containerOverview: null; containerCpuUsage: null; containerDiskIOOps: null; containerDiskIOBytes: null; containerMemory: null; containerNetworkTraffic: null; containerK8sOverview: null; containerK8sCpuUsage: null; containerK8sMemoryUsage: null; nginxHits: null; nginxRequestRate: null; nginxActiveConnections: null; nginxRequestsPerConnection: null; awsOverview: null; awsCpuUtilization: null; awsNetworkBytes: null; awsNetworkPackets: null; awsDiskioBytes: null; awsDiskioOps: null; awsEC2CpuUtilization: null; awsEC2NetworkTraffic: null; awsEC2DiskIOBytes: null; awsS3TotalRequests: null; awsS3NumberOfObjects: null; awsS3BucketSize: null; awsS3DownloadBytes: null; awsS3UploadBytes: null; awsRDSCpuTotal: null; awsRDSConnections: null; awsRDSQueriesExecuted: null; awsRDSActiveTransactions: null; awsRDSLatency: null; awsSQSMessagesVisible: null; awsSQSMessagesDelayed: null; awsSQSMessagesSent: null; awsSQSMessagesEmpty: null; awsSQSOldestMessage: null; custom: null; }>" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2708,7 +2696,7 @@ "KeyofC", "<{ line: null; area: null; bar: null; }>" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2724,7 +2712,7 @@ "KeyofC", "<{ host: null; pod: null; container: null; awsEC2: null; awsS3: null; awsSQS: null; awsRDS: null; }>" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2736,7 +2724,7 @@ "tags": [], "label": "metrics", "description": [], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/metrics.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/metrics.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2747,7 +2735,7 @@ "tags": [], "label": "tsvb", "description": [], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/metrics.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/metrics.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2761,7 +2749,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/metrics.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -2775,7 +2763,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/metrics.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -2789,7 +2777,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/metrics.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -2803,7 +2791,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/metrics.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -2817,7 +2805,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/metrics.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/metrics.ts", "deprecated": false, "trackAdoption": false }, @@ -2831,7 +2819,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/metrics.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/metrics.ts", "deprecated": false, "trackAdoption": false } @@ -2855,7 +2843,7 @@ "KeyofC", "<{ date: null; number: null; string: null; }>; }>" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metrics_api.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/http_api/metrics_api.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2871,7 +2859,7 @@ "KeyofC", "<{ date: null; number: null; string: null; }>" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metrics_api.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/http_api/metrics_api.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2891,7 +2879,7 @@ "UnknownRecordC", "; }>" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metrics_api.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/http_api/metrics_api.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2929,7 +2917,7 @@ "NumberC", "; }>]>" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metrics_api.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/http_api/metrics_api.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3025,7 +3013,7 @@ "BooleanC", "; }>]>" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metrics_api.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/http_api/metrics_api.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3121,7 +3109,7 @@ "NumberC", "; }>]>; }>" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metrics_api.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/http_api/metrics_api.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3189,7 +3177,7 @@ "StringC", ">; }>]>" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metrics_api.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/http_api/metrics_api.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3227,7 +3215,7 @@ "ObjectC", ">]>>]>" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metrics_api.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/http_api/metrics_api.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3287,7 +3275,7 @@ "StringC", ">; }>]>" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metrics_api.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/http_api/metrics_api.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3299,7 +3287,7 @@ "tags": [], "label": "SnapshotMetricTypeKeys", "description": [], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3313,7 +3301,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3327,7 +3315,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3341,7 +3329,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3355,7 +3343,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3369,7 +3357,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3383,7 +3371,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3397,7 +3385,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3411,7 +3399,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3425,7 +3413,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3439,7 +3427,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3453,7 +3441,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3467,7 +3455,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3481,7 +3469,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3495,7 +3483,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3509,7 +3497,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3523,7 +3511,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3537,7 +3525,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3551,7 +3539,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3565,7 +3553,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3579,7 +3567,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3593,7 +3581,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3607,7 +3595,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3621,7 +3609,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3635,7 +3623,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3649,7 +3637,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3663,7 +3651,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3677,7 +3665,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3691,7 +3679,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3705,7 +3693,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3719,7 +3707,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3733,7 +3721,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3747,7 +3735,7 @@ "signature": [ "null" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false } @@ -3765,7 +3753,7 @@ "KeyofC", "<{ count: null; cpuV2: null; cpu: null; diskLatency: null; diskSpaceUsage: null; load: null; memory: null; memoryFree: null; memoryTotal: null; normalizedLoad1m: null; tx: null; rx: null; txV2: null; rxV2: null; logRate: null; diskIOReadBytes: null; diskIOWriteBytes: null; s3TotalRequests: null; s3NumberOfObjects: null; s3BucketSize: null; s3DownloadBytes: null; s3UploadBytes: null; rdsConnections: null; rdsQueriesExecuted: null; rdsActiveTransactions: null; rdsLatency: null; sqsMessagesVisible: null; sqsMessagesDelayed: null; sqsMessagesSent: null; sqsMessagesEmpty: null; sqsOldestMessage: null; custom: null; }>" ], - "path": "x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts", + "path": "x-pack/solutions/observability/plugins/metrics_data_access/common/inventory_models/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/metrics_data_access.mdx b/api_docs/metrics_data_access.mdx index 44f5c13c37a44..5ac2a04f0cfa8 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-12-27 +date: 2025-01-05 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 f4f94a547565e..7751376a6e9b3 100644 --- a/api_docs/ml.devdocs.json +++ b/api_docs/ml.devdocs.json @@ -2621,21 +2621,9 @@ " & ", "ResultsServiceProvider", " & { alertingServiceProvider(savedObjectsClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", ", request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "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?: ", "AnomalyDetectionRuleState", " | undefined) => Promise<{ payload: ", diff --git a/api_docs/ml.mdx b/api_docs/ml.mdx index 2e3c50f24699e..c0a60450aaefe 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-12-27 +date: 2025-01-05 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 3810587e6d048..3193c5d2aa5ed 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-12-27 +date: 2025-01-05 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 b70ef4abbc1cd..e86fe240a0e2c 100644 --- a/api_docs/monitoring.devdocs.json +++ b/api_docs/monitoring.devdocs.json @@ -64,13 +64,7 @@ "description": [], "signature": [ "(esClient: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ") => void" ], "path": "x-pack/platform/plugins/private/monitoring/server/types.ts", @@ -85,13 +79,7 @@ "label": "esClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - } + "ElasticsearchClient" ], "path": "x-pack/platform/plugins/private/monitoring/server/types.ts", "deprecated": false, diff --git a/api_docs/monitoring.mdx b/api_docs/monitoring.mdx index f322f4d6b5e58..bdb8aeb004186 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-12-27 +date: 2025-01-05 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 51c8f16a9088e..d9d8496266340 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-12-27 +date: 2025-01-05 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 6c2c601d9c297..9de67b4252aa4 100644 --- a/api_docs/navigation.devdocs.json +++ b/api_docs/navigation.devdocs.json @@ -18,13 +18,7 @@ "text": "NavigationPublicPlugin" }, " implements ", - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.Plugin", - "text": "Plugin" - }, + "Plugin", "<", { "pluginId": "navigation", @@ -47,7 +41,7 @@ "NavigationPublicStartDependencies", ">" ], - "path": "src/plugins/navigation/public/plugin.tsx", + "path": "src/platform/plugins/shared/navigation/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -61,7 +55,7 @@ "signature": [ "any" ], - "path": "src/plugins/navigation/public/plugin.tsx", + "path": "src/platform/plugins/shared/navigation/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -73,16 +67,10 @@ "label": "initializerContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", "" ], - "path": "src/plugins/navigation/public/plugin.tsx", + "path": "src/platform/plugins/shared/navigation/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -99,13 +87,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", ", deps: ", "NavigationPublicSetupDependencies", ") => ", @@ -117,7 +99,7 @@ "text": "NavigationPublicSetup" } ], - "path": "src/plugins/navigation/public/plugin.tsx", + "path": "src/platform/plugins/shared/navigation/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -129,16 +111,10 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "" ], - "path": "src/plugins/navigation/public/plugin.tsx", + "path": "src/platform/plugins/shared/navigation/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -153,7 +129,7 @@ "signature": [ "NavigationPublicSetupDependencies" ], - "path": "src/plugins/navigation/public/plugin.tsx", + "path": "src/platform/plugins/shared/navigation/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -170,13 +146,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", depsStart: ", "NavigationPublicStartDependencies", ") => ", @@ -188,7 +158,7 @@ "text": "NavigationPublicStart" } ], - "path": "src/plugins/navigation/public/plugin.tsx", + "path": "src/platform/plugins/shared/navigation/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -200,15 +170,9 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], - "path": "src/plugins/navigation/public/plugin.tsx", + "path": "src/platform/plugins/shared/navigation/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -223,7 +187,7 @@ "signature": [ "NavigationPublicStartDependencies" ], - "path": "src/plugins/navigation/public/plugin.tsx", + "path": "src/platform/plugins/shared/navigation/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -241,7 +205,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/navigation/public/plugin.tsx", + "path": "src/platform/plugins/shared/navigation/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -270,7 +234,7 @@ }, ") => React.ReactElement> | null" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -291,7 +255,7 @@ }, "" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -318,7 +282,7 @@ }, "[] | undefined; }) => React.JSX.Element | null" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_badges.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_badges.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -329,7 +293,7 @@ "tags": [], "label": "{ badges }", "description": [], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_badges.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_badges.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -350,7 +314,7 @@ }, "[] | undefined" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_badges.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_badges.tsx", "deprecated": false, "trackAdoption": false } @@ -370,7 +334,7 @@ "signature": [ "({ config, className, popoverBreakpoints, }: TopNavMenuItemsProps) => React.JSX.Element | null" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_items.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_items.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -384,7 +348,7 @@ "signature": [ "TopNavMenuItemsProps" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_items.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_items.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -402,7 +366,7 @@ "tags": [], "label": "TopNavMenuData", "description": [], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_data.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -416,7 +380,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_data.tsx", "deprecated": false, "trackAdoption": false }, @@ -427,7 +391,7 @@ "tags": [], "label": "label", "description": [], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_data.tsx", "deprecated": false, "trackAdoption": false }, @@ -441,7 +405,7 @@ "signature": [ "(anchorElement: HTMLElement) => void" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_data.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -456,7 +420,7 @@ "signature": [ "HTMLElement" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_data.tsx", "deprecated": false, "trackAdoption": false } @@ -472,7 +436,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_data.tsx", "deprecated": false, "trackAdoption": false }, @@ -486,7 +450,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_data.tsx", "deprecated": false, "trackAdoption": false }, @@ -500,7 +464,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_data.tsx", "deprecated": false, "trackAdoption": false }, @@ -514,7 +478,7 @@ "signature": [ "boolean | (() => boolean) | undefined" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_data.tsx", "deprecated": false, "trackAdoption": false }, @@ -528,7 +492,7 @@ "signature": [ "string | (() => string | undefined) | undefined" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_data.tsx", "deprecated": false, "trackAdoption": false }, @@ -692,7 +656,7 @@ "DisambiguateSet", "<{ tooltipContent: React.ReactNode; title?: string | undefined; }, { title: string; tooltipContent?: React.ReactNode; }> & { title: string; tooltipContent?: React.ReactNode; } & { label: React.ReactNode; }) | undefined" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_data.tsx", "deprecated": false, "trackAdoption": false }, @@ -706,7 +670,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_data.tsx", "deprecated": false, "trackAdoption": false }, @@ -720,7 +684,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_data.tsx", "deprecated": false, "trackAdoption": false }, @@ -734,7 +698,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_data.tsx", "deprecated": false, "trackAdoption": false }, @@ -748,7 +712,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_data.tsx", "deprecated": false, "trackAdoption": false }, @@ -762,7 +726,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_data.tsx", "deprecated": false, "trackAdoption": false }, @@ -776,7 +740,7 @@ "signature": [ "\"right\" | \"left\" | undefined" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_data.tsx", "deprecated": false, "trackAdoption": false }, @@ -790,7 +754,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_data.tsx", "deprecated": false, "trackAdoption": false }, @@ -804,7 +768,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_data.tsx", "deprecated": false, "trackAdoption": false }, @@ -818,7 +782,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_data.tsx", "deprecated": false, "trackAdoption": false }, @@ -833,7 +797,7 @@ "IntlShape", " | undefined" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_data.tsx", "deprecated": false, "trackAdoption": false } @@ -863,7 +827,7 @@ }, " | undefined; }" ], - "path": "src/plugins/navigation/public/types.ts", + "path": "src/platform/plugins/shared/navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -878,7 +842,7 @@ "signature": [ "\"security\" | \"analytics\" | \"es\" | \"oblt\"" ], - "path": "src/plugins/navigation/public/types.ts", + "path": "src/platform/plugins/shared/navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -896,7 +860,7 @@ "EuiToolTipProps", "> | undefined; renderCustomBadge?: ((props: { badgeText: string; }) => React.ReactElement>) | undefined; }" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_badges.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_badges.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -942,16 +906,10 @@ "text": "UnifiedSearchPublicPluginStart" }, " | undefined; className?: string | undefined; visible?: boolean | undefined; setMenuMountPoint?: ((menuMount: ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.MountPoint", - "text": "MountPoint" - }, + "MountPoint", " | undefined) => void) | undefined; popoverBreakpoints?: string[] | undefined; }" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu.tsx", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -965,7 +923,7 @@ "tags": [], "label": "NavigationPublicSetup", "description": [], - "path": "src/plugins/navigation/public/types.ts", + "path": "src/platform/plugins/shared/navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -981,7 +939,7 @@ "RegisteredTopNavMenuData", ") => void" ], - "path": "src/plugins/navigation/public/types.ts", + "path": "src/platform/plugins/shared/navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -996,7 +954,7 @@ "signature": [ "RegisteredTopNavMenuData" ], - "path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_extensions_registry.ts", + "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_extensions_registry.ts", "deprecated": false, "trackAdoption": false } @@ -1013,7 +971,7 @@ "tags": [], "label": "NavigationPublicStart", "description": [], - "path": "src/plugins/navigation/public/types.ts", + "path": "src/platform/plugins/shared/navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1101,7 +1059,7 @@ }, ") => React.JSX.Element; }" ], - "path": "src/plugins/navigation/public/types.ts", + "path": "src/platform/plugins/shared/navigation/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1125,7 +1083,7 @@ }, ") => void" ], - "path": "src/plugins/navigation/public/types.ts", + "path": "src/platform/plugins/shared/navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1145,7 +1103,7 @@ "text": "AddSolutionNavigationArg" } ], - "path": "src/plugins/navigation/public/types.ts", + "path": "src/platform/plugins/shared/navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1166,7 +1124,7 @@ "Observable", "" ], - "path": "src/plugins/navigation/public/types.ts", + "path": "src/platform/plugins/shared/navigation/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -1199,7 +1157,7 @@ "signature": [ "\"defaultRoute\"" ], - "path": "src/plugins/navigation/common/constants.ts", + "path": "src/platform/plugins/shared/navigation/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1213,7 +1171,7 @@ "tags": [], "label": "DEFAULT_ROUTES", "description": [], - "path": "src/plugins/navigation/common/constants.ts", + "path": "src/platform/plugins/shared/navigation/common/constants.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1224,7 +1182,7 @@ "tags": [], "label": "classic", "description": [], - "path": "src/plugins/navigation/common/constants.ts", + "path": "src/platform/plugins/shared/navigation/common/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -1235,7 +1193,7 @@ "tags": [], "label": "es", "description": [], - "path": "src/plugins/navigation/common/constants.ts", + "path": "src/platform/plugins/shared/navigation/common/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -1246,7 +1204,7 @@ "tags": [], "label": "oblt", "description": [], - "path": "src/plugins/navigation/common/constants.ts", + "path": "src/platform/plugins/shared/navigation/common/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -1257,7 +1215,7 @@ "tags": [], "label": "security", "description": [], - "path": "src/plugins/navigation/common/constants.ts", + "path": "src/platform/plugins/shared/navigation/common/constants.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/navigation.mdx b/api_docs/navigation.mdx index 89cb84b2ccffc..53cf0f45959a4 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'navigation'] --- import navigationObj from './navigation.devdocs.json'; diff --git a/api_docs/newsfeed.devdocs.json b/api_docs/newsfeed.devdocs.json index fa239f7ccc9e7..ede87d160cbb0 100644 --- a/api_docs/newsfeed.devdocs.json +++ b/api_docs/newsfeed.devdocs.json @@ -11,7 +11,7 @@ "tags": [], "label": "FetchResult", "description": [], - "path": "src/plugins/newsfeed/public/types.ts", + "path": "src/platform/plugins/shared/newsfeed/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22,7 +22,7 @@ "tags": [], "label": "kibanaVersion", "description": [], - "path": "src/plugins/newsfeed/public/types.ts", + "path": "src/platform/plugins/shared/newsfeed/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -33,7 +33,7 @@ "tags": [], "label": "hasNew", "description": [], - "path": "src/plugins/newsfeed/public/types.ts", + "path": "src/platform/plugins/shared/newsfeed/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -54,7 +54,7 @@ }, "[]" ], - "path": "src/plugins/newsfeed/public/types.ts", + "path": "src/platform/plugins/shared/newsfeed/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -68,7 +68,7 @@ "signature": [ "Error | null" ], - "path": "src/plugins/newsfeed/public/types.ts", + "path": "src/platform/plugins/shared/newsfeed/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -82,7 +82,7 @@ "tags": [], "label": "NewsfeedItem", "description": [], - "path": "src/plugins/newsfeed/public/types.ts", + "path": "src/platform/plugins/shared/newsfeed/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -93,7 +93,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/newsfeed/public/types.ts", + "path": "src/platform/plugins/shared/newsfeed/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -104,7 +104,7 @@ "tags": [], "label": "description", "description": [], - "path": "src/plugins/newsfeed/public/types.ts", + "path": "src/platform/plugins/shared/newsfeed/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -118,7 +118,7 @@ "signature": [ "string | null" ], - "path": "src/plugins/newsfeed/public/types.ts", + "path": "src/platform/plugins/shared/newsfeed/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -129,7 +129,7 @@ "tags": [], "label": "linkUrl", "description": [], - "path": "src/plugins/newsfeed/public/types.ts", + "path": "src/platform/plugins/shared/newsfeed/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -143,7 +143,7 @@ "signature": [ "string | null" ], - "path": "src/plugins/newsfeed/public/types.ts", + "path": "src/platform/plugins/shared/newsfeed/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -157,7 +157,7 @@ "signature": [ "moment.Moment" ], - "path": "src/plugins/newsfeed/public/types.ts", + "path": "src/platform/plugins/shared/newsfeed/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -171,7 +171,7 @@ "signature": [ "moment.Moment" ], - "path": "src/plugins/newsfeed/public/types.ts", + "path": "src/platform/plugins/shared/newsfeed/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -182,7 +182,7 @@ "tags": [], "label": "hash", "description": [], - "path": "src/plugins/newsfeed/public/types.ts", + "path": "src/platform/plugins/shared/newsfeed/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -198,7 +198,7 @@ "tags": [], "label": "NewsfeedApiEndpoint", "description": [], - "path": "src/plugins/newsfeed/public/lib/api.ts", + "path": "src/platform/plugins/shared/newsfeed/public/lib/api.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -216,7 +216,7 @@ "signature": [ "{}" ], - "path": "src/plugins/newsfeed/public/plugin.tsx", + "path": "src/platform/plugins/shared/newsfeed/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "lifecycle": "setup", @@ -250,7 +250,7 @@ }, " | null>; }" ], - "path": "src/plugins/newsfeed/public/plugin.tsx", + "path": "src/platform/plugins/shared/newsfeed/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "lifecycle": "start", diff --git a/api_docs/newsfeed.mdx b/api_docs/newsfeed.mdx index 2e1245e1c0d1d..662b80950071a 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'newsfeed'] --- import newsfeedObj from './newsfeed.devdocs.json'; diff --git a/api_docs/no_data_page.devdocs.json b/api_docs/no_data_page.devdocs.json index 6820a673cb7a9..6dfcee35fdf4f 100644 --- a/api_docs/no_data_page.devdocs.json +++ b/api_docs/no_data_page.devdocs.json @@ -23,7 +23,7 @@ "text": "NoDataPagePublicSetup" } ], - "path": "src/plugins/no_data_page/public/types.ts", + "path": "src/platform/plugins/private/no_data_page/public/types.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", diff --git a/api_docs/no_data_page.mdx b/api_docs/no_data_page.mdx index 4730fc5288056..aa3cb99c7a130 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'noDataPage'] --- import noDataPageObj from './no_data_page.devdocs.json'; diff --git a/api_docs/notifications.devdocs.json b/api_docs/notifications.devdocs.json index 0e43337827072..8171da07d6ba4 100644 --- a/api_docs/notifications.devdocs.json +++ b/api_docs/notifications.devdocs.json @@ -25,7 +25,7 @@ "signature": [ "EmailServiceStart" ], - "path": "x-pack/plugins/notifications/server/types.ts", + "path": "x-pack/platform/plugins/shared/notifications/server/types.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -48,7 +48,7 @@ "signature": [ "\"notifications\"" ], - "path": "x-pack/plugins/notifications/common/index.ts", + "path": "x-pack/platform/plugins/shared/notifications/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/notifications.mdx b/api_docs/notifications.mdx index cd4ac7cbc89cf..33af052fe8e17 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-12-27 +date: 2025-01-05 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 624b38572eb43..f9aa144441a20 100644 --- a/api_docs/observability.devdocs.json +++ b/api_docs/observability.devdocs.json @@ -3750,13 +3750,7 @@ "label": "theme", "description": [], "signature": [ - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - } + "ThemeServiceSetup" ], "path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts", "deprecated": false, @@ -3790,13 +3784,7 @@ "label": "toastNotifications", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - } + "IToasts" ], "path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts", "deprecated": false, @@ -5264,13 +5252,7 @@ " | undefined; runtime?: ", "MappingRuntimeFields", " | undefined; }) | undefined; client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", "; logger: ", { "pluginId": "@kbn/logging", @@ -6646,13 +6628,7 @@ "({\n indexTemplate,\n client,\n logger,\n}: { indexTemplate: ", "IndicesPutIndexTemplateRequest", "; client: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", "; logger: ", { "pluginId": "@kbn/logging", @@ -8044,13 +8020,7 @@ "text": "RequestStatus" }, "; esResponse: any; kibanaRequest: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "; operationName: string; startTime: number; }) => ", { "pluginId": "inspector", @@ -8146,13 +8116,7 @@ "label": "kibanaRequest", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/solutions/observability/plugins/observability/common/utils/get_inspect_response.ts", @@ -8579,10 +8543,10 @@ }, { "parentPluginId": "observability", - "id": "def-server.CustomThresholdLocators.logsExplorerLocator", + "id": "def-server.CustomThresholdLocators.logsLocator", "type": "Object", "tags": [], - "label": "logsExplorerLocator", + "label": "logsLocator", "description": [], "signature": [ { @@ -8594,11 +8558,11 @@ }, "<", { - "pluginId": "@kbn/deeplinks-observability", + "pluginId": "discover", "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.LogsExplorerLocatorParams", - "text": "LogsExplorerLocatorParams" + "docId": "kibDiscoverPluginApi", + "section": "def-common.DiscoverAppLocatorParams", + "text": "DiscoverAppLocatorParams" }, "> | undefined" ], @@ -8670,13 +8634,7 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " & { licensing: Promise<", { "pluginId": "licensing", @@ -8694,13 +8652,7 @@ "text": "AlertingApiRequestHandlerContext" }, ">; core: Promise<", - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.CoreRequestHandlerContext", - "text": "CoreRequestHandlerContext" - }, + "CoreRequestHandlerContext", ">; }" ], "path": "x-pack/solutions/observability/plugins/observability/server/routes/types.ts", @@ -8749,13 +8701,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/solutions/observability/plugins/observability/server/routes/types.ts", @@ -8961,23 +8907,11 @@ "text": "ServerRoute" }, " ? TReturnType extends ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined> ? TWrappedResponseType : TReturnType : never" ], "path": "x-pack/solutions/observability/plugins/observability/server/routes/types.ts", @@ -12820,13 +12754,7 @@ "description": [], "signature": [ "{ 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": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.IScopedClusterClient", - "text": "IScopedClusterClient" - }, + "IScopedClusterClient", "; }; }>; licensing: Promise<", { "pluginId": "licensing", @@ -12836,13 +12764,7 @@ "text": "LicensingApiRequestHandlerContext" }, ">; }, request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "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?: ", "ExplainExplanation", " | undefined; fields?: Record | undefined; highlight?: Record | undefined; inner_hits?: Record string" ], "path": "x-pack/solutions/observability/plugins/observability/common/utils/alerting/alert_url.ts", @@ -13354,13 +13270,7 @@ "label": "basePath", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IBasePath", - "text": "IBasePath" - } + "IBasePath" ], "path": "x-pack/solutions/observability/plugins/observability/common/utils/alerting/alert_url.ts", "deprecated": false, @@ -13582,13 +13492,7 @@ "text": "RequestStatus" }, "; esResponse: any; kibanaRequest: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "; operationName: string; startTime: number; }) => ", { "pluginId": "inspector", @@ -13684,13 +13588,7 @@ "label": "kibanaRequest", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/solutions/observability/plugins/observability/common/utils/get_inspect_response.ts", diff --git a/api_docs/observability.mdx b/api_docs/observability.mdx index 93022e37f11ac..d80629e5dc531 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-12-27 +date: 2025-01-05 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 d3bae3276e596..688e8462db95a 100644 --- a/api_docs/observability_a_i_assistant.devdocs.json +++ b/api_docs/observability_a_i_assistant.devdocs.json @@ -3163,13 +3163,7 @@ ", ", "ObservabilityAIAssistantRouteCreateOptions", ">; }, TEndpoint> & Omit & { signal: AbortSignal | null; } & ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptions", - "text": "HttpFetchOptions" - }, + "HttpFetchOptions", ">) => Promise<", { "pluginId": "@kbn/server-route-repository-utils", @@ -4179,13 +4173,7 @@ "text": "ClientRequestParamsOf" }, " & TAdditionalClientOptions & ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptions", - "text": "HttpFetchOptions" - }, + "HttpFetchOptions", "> extends never ? [] | [", { "pluginId": "@kbn/server-route-repository-utils", @@ -4195,13 +4183,7 @@ "text": "ClientRequestParamsOf" }, " & TAdditionalClientOptions & ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptions", - "text": "HttpFetchOptions" - }, + "HttpFetchOptions", "] : [", { "pluginId": "@kbn/server-route-repository-utils", @@ -4211,13 +4193,7 @@ "text": "ClientRequestParamsOf" }, " & TAdditionalClientOptions & ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpFetchOptions", - "text": "HttpFetchOptions" - }, + "HttpFetchOptions", "]" ], "path": "src/platform/packages/shared/kbn-server-route-repository-utils/src/typings.ts", @@ -5864,23 +5840,11 @@ "text": "ServerRoute" }, " ? TReturnType extends ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.IKibanaResponse", - "text": "IKibanaResponse" - }, + "IKibanaResponse", " | Error | Buffer | ", "Stream", " | { message: string | Error; attributes?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.ResponseErrorAttributes", - "text": "ResponseErrorAttributes" - }, + "ResponseErrorAttributes", " | undefined; } | undefined> ? TWrappedResponseType : TReturnType : never" ], "path": "x-pack/platform/plugins/shared/observability_solution/observability_ai_assistant/public/api/index.ts", @@ -7809,13 +7773,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<", "ObservabilityAIAssistantPluginStartDependencies", ", unknown>" @@ -7950,21 +7908,9 @@ "description": [], "signature": [ "{ asInternalUser: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", "; asCurrentUser: ", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", "; }" ], "path": "x-pack/platform/plugins/shared/observability_solution/observability_ai_assistant/server/service/client/index.ts", diff --git a/api_docs/observability_a_i_assistant.mdx b/api_docs/observability_a_i_assistant.mdx index 6c9e4c3cc3756..ad9fd178603d1 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-12-27 +date: 2025-01-05 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 8bbc12cf3a9ea..9fbc4955dbc2b 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-12-27 +date: 2025-01-05 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 7c346ca4a13a2..ec2398b57fd58 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityAiAssistantManagement'] --- import observabilityAiAssistantManagementObj from './observability_ai_assistant_management.devdocs.json'; diff --git a/api_docs/observability_logs_explorer.devdocs.json b/api_docs/observability_logs_explorer.devdocs.json index 032e91447eeea..80c6b77b2b699 100644 --- a/api_docs/observability_logs_explorer.devdocs.json +++ b/api_docs/observability_logs_explorer.devdocs.json @@ -17,272 +17,7 @@ "objects": [] }, "common": { - "classes": [ - { - "parentPluginId": "observabilityLogsExplorer", - "id": "def-common.AllDatasetsLocatorDefinition", - "type": "Class", - "tags": [], - "label": "AllDatasetsLocatorDefinition", - "description": [], - "signature": [ - { - "pluginId": "observabilityLogsExplorer", - "scope": "common", - "docId": "kibObservabilityLogsExplorerPluginApi", - "section": "def-common.AllDatasetsLocatorDefinition", - "text": "AllDatasetsLocatorDefinition" - }, - " implements ", - { - "pluginId": "share", - "scope": "common", - "docId": "kibSharePluginApi", - "section": "def-common.LocatorDefinition", - "text": "LocatorDefinition" - }, - "<", - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.DatasetLocatorParams", - "text": "DatasetLocatorParams" - }, - ">" - ], - "path": "x-pack/solutions/observability/plugins/observability_logs_explorer/common/locators/all_datasets_locator.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "observabilityLogsExplorer", - "id": "def-common.AllDatasetsLocatorDefinition.id", - "type": "string", - "tags": [], - "label": "id", - "description": [], - "signature": [ - "\"ALL_DATASETS_LOCATOR\"" - ], - "path": "x-pack/solutions/observability/plugins/observability_logs_explorer/common/locators/all_datasets_locator.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "observabilityLogsExplorer", - "id": "def-common.AllDatasetsLocatorDefinition.Unnamed", - "type": "Function", - "tags": [], - "label": "Constructor", - "description": [], - "signature": [ - "any" - ], - "path": "x-pack/solutions/observability/plugins/observability_logs_explorer/common/locators/all_datasets_locator.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "observabilityLogsExplorer", - "id": "def-common.AllDatasetsLocatorDefinition.Unnamed.$1", - "type": "Object", - "tags": [], - "label": "deps", - "description": [], - "signature": [ - "ObsLogsExplorerLocatorDependencies" - ], - "path": "x-pack/solutions/observability/plugins/observability_logs_explorer/common/locators/all_datasets_locator.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "observabilityLogsExplorer", - "id": "def-common.AllDatasetsLocatorDefinition.getLocation", - "type": "Function", - "tags": [], - "label": "getLocation", - "description": [], - "signature": [ - "(params: ", - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.DatasetLocatorParams", - "text": "DatasetLocatorParams" - }, - ") => Promise<{ app: string; path: string; state: { origin?: { id: \"application-log-onboarding\"; } | undefined; }; }>" - ], - "path": "x-pack/solutions/observability/plugins/observability_logs_explorer/common/locators/all_datasets_locator.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "observabilityLogsExplorer", - "id": "def-common.AllDatasetsLocatorDefinition.getLocation.$1", - "type": "CompoundType", - "tags": [], - "label": "params", - "description": [], - "signature": [ - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.DatasetLocatorParams", - "text": "DatasetLocatorParams" - } - ], - "path": "x-pack/solutions/observability/plugins/observability_logs_explorer/common/locators/all_datasets_locator.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "observabilityLogsExplorer", - "id": "def-common.SingleDatasetLocatorDefinition", - "type": "Class", - "tags": [], - "label": "SingleDatasetLocatorDefinition", - "description": [], - "signature": [ - { - "pluginId": "observabilityLogsExplorer", - "scope": "common", - "docId": "kibObservabilityLogsExplorerPluginApi", - "section": "def-common.SingleDatasetLocatorDefinition", - "text": "SingleDatasetLocatorDefinition" - }, - " implements ", - { - "pluginId": "share", - "scope": "common", - "docId": "kibSharePluginApi", - "section": "def-common.LocatorDefinition", - "text": "LocatorDefinition" - }, - "<", - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.SingleDatasetLocatorParams", - "text": "SingleDatasetLocatorParams" - }, - ">" - ], - "path": "x-pack/solutions/observability/plugins/observability_logs_explorer/common/locators/single_dataset_locator.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "observabilityLogsExplorer", - "id": "def-common.SingleDatasetLocatorDefinition.id", - "type": "string", - "tags": [], - "label": "id", - "description": [], - "signature": [ - "\"SINGLE_DATASET_LOCATOR\"" - ], - "path": "x-pack/solutions/observability/plugins/observability_logs_explorer/common/locators/single_dataset_locator.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "observabilityLogsExplorer", - "id": "def-common.SingleDatasetLocatorDefinition.Unnamed", - "type": "Function", - "tags": [], - "label": "Constructor", - "description": [], - "signature": [ - "any" - ], - "path": "x-pack/solutions/observability/plugins/observability_logs_explorer/common/locators/single_dataset_locator.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "observabilityLogsExplorer", - "id": "def-common.SingleDatasetLocatorDefinition.Unnamed.$1", - "type": "Object", - "tags": [], - "label": "deps", - "description": [], - "signature": [ - "ObsLogsExplorerLocatorDependencies" - ], - "path": "x-pack/solutions/observability/plugins/observability_logs_explorer/common/locators/single_dataset_locator.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "observabilityLogsExplorer", - "id": "def-common.SingleDatasetLocatorDefinition.getLocation", - "type": "Function", - "tags": [], - "label": "getLocation", - "description": [], - "signature": [ - "(params: ", - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.SingleDatasetLocatorParams", - "text": "SingleDatasetLocatorParams" - }, - ") => Promise<{ app: string; path: string; state: { origin?: { id: \"application-log-onboarding\"; } | undefined; }; }>" - ], - "path": "x-pack/solutions/observability/plugins/observability_logs_explorer/common/locators/single_dataset_locator.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "observabilityLogsExplorer", - "id": "def-common.SingleDatasetLocatorDefinition.getLocation.$1", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.SingleDatasetLocatorParams", - "text": "SingleDatasetLocatorParams" - } - ], - "path": "x-pack/solutions/observability/plugins/observability_logs_explorer/common/locators/single_dataset_locator.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": true - } - ], - "returnComment": [] - } - ], - "initialIsOpen": false - } - ], + "classes": [], "functions": [ { "parentPluginId": "observabilityLogsExplorer", @@ -318,109 +53,7 @@ "initialIsOpen": false } ], - "interfaces": [ - { - "parentPluginId": "observabilityLogsExplorer", - "id": "def-common.ObservabilityLogsExplorerLocators", - "type": "Interface", - "tags": [], - "label": "ObservabilityLogsExplorerLocators", - "description": [], - "path": "x-pack/solutions/observability/plugins/observability_logs_explorer/common/locators/index.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "observabilityLogsExplorer", - "id": "def-common.ObservabilityLogsExplorerLocators.allDatasetsLocator", - "type": "Object", - "tags": [], - "label": "allDatasetsLocator", - "description": [], - "signature": [ - { - "pluginId": "share", - "scope": "common", - "docId": "kibSharePluginApi", - "section": "def-common.LocatorPublic", - "text": "LocatorPublic" - }, - "<", - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.DatasetLocatorParams", - "text": "DatasetLocatorParams" - }, - ">" - ], - "path": "x-pack/solutions/observability/plugins/observability_logs_explorer/common/locators/index.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "observabilityLogsExplorer", - "id": "def-common.ObservabilityLogsExplorerLocators.dataViewLocator", - "type": "Object", - "tags": [], - "label": "dataViewLocator", - "description": [], - "signature": [ - { - "pluginId": "share", - "scope": "common", - "docId": "kibSharePluginApi", - "section": "def-common.LocatorPublic", - "text": "LocatorPublic" - }, - "<", - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.ObsLogsExplorerDataViewLocatorParams", - "text": "ObsLogsExplorerDataViewLocatorParams" - }, - ">" - ], - "path": "x-pack/solutions/observability/plugins/observability_logs_explorer/common/locators/index.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "observabilityLogsExplorer", - "id": "def-common.ObservabilityLogsExplorerLocators.singleDatasetLocator", - "type": "Object", - "tags": [], - "label": "singleDatasetLocator", - "description": [], - "signature": [ - { - "pluginId": "share", - "scope": "common", - "docId": "kibSharePluginApi", - "section": "def-common.LocatorPublic", - "text": "LocatorPublic" - }, - "<", - { - "pluginId": "@kbn/deeplinks-observability", - "scope": "common", - "docId": "kibKbnDeeplinksObservabilityPluginApi", - "section": "def-common.SingleDatasetLocatorParams", - "text": "SingleDatasetLocatorParams" - }, - ">" - ], - "path": "x-pack/solutions/observability/plugins/observability_logs_explorer/common/locators/index.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - } - ], + "interfaces": [], "enums": [], "misc": [ { diff --git a/api_docs/observability_logs_explorer.mdx b/api_docs/observability_logs_explorer.mdx index 8d1efc1b83774..0cd40cb8a911c 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityLogsExplorer'] --- import observabilityLogsExplorerObj from './observability_logs_explorer.devdocs.json'; @@ -21,19 +21,13 @@ Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 19 | 0 | 19 | 1 | +| 3 | 0 | 3 | 0 | ## Common ### Functions -### Classes - - -### Interfaces - - ### Consts, variables and types diff --git a/api_docs/observability_onboarding.devdocs.json b/api_docs/observability_onboarding.devdocs.json index 7260e821b086c..b4341c18dc638 100644 --- a/api_docs/observability_onboarding.devdocs.json +++ b/api_docs/observability_onboarding.devdocs.json @@ -151,13 +151,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/solutions/observability/plugins/observability_onboarding/public/index.ts", "deprecated": false, @@ -251,13 +245,7 @@ "label": "docLinks", "description": [], "signature": [ - { - "pluginId": "@kbn/core-doc-links-browser", - "scope": "public", - "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-public.DocLinksStart", - "text": "DocLinksStart" - } + "DocLinksStart" ], "path": "x-pack/solutions/observability/plugins/observability_onboarding/public/index.ts", "deprecated": false, diff --git a/api_docs/observability_onboarding.mdx b/api_docs/observability_onboarding.mdx index de15e766f0565..7fb8b69e0cd0a 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-12-27 +date: 2025-01-05 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 719dbd4f9b3c6..9d931bbc72799 100644 --- a/api_docs/observability_shared.devdocs.json +++ b/api_docs/observability_shared.devdocs.json @@ -18,13 +18,7 @@ "text": "ObservabilitySharedPlugin" }, " implements ", - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.Plugin", - "text": "Plugin" - }, + "Plugin", "" ], "path": "x-pack/solutions/observability/plugins/observability_shared/public/plugin.ts", @@ -56,13 +50,7 @@ "description": [], "signature": [ "(coreSetup: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", ", pluginsSetup: ", "ObservabilitySharedSetup", ") => { registerProfilingComponent: (key: string, component: React.FC) => void; locators: ObservabilitySharedLocators; navigation: { registerSections: (sections$: ", @@ -89,13 +77,7 @@ "label": "coreSetup", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "" ], "path": "x-pack/solutions/observability/plugins/observability_shared/public/plugin.ts", @@ -130,13 +112,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", plugins: ", "ObservabilitySharedStart", ") => { locators: ObservabilitySharedLocators; navigation: { PageTemplate: (pageTemplateProps: ", @@ -171,13 +147,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "x-pack/solutions/observability/plugins/observability_shared/public/plugin.ts", "deprecated": false, @@ -3694,7 +3664,7 @@ "tags": [], "label": "METRIC_TYPE", "description": [], - "path": "packages/kbn-analytics/src/metrics/index.ts", + "path": "src/platform/packages/shared/kbn-analytics/src/metrics/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5532,13 +5502,7 @@ "text": "RequestStatus" }, "; esResponse: any; kibanaRequest: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "; operationName: string; startTime: number; }) => ", { "pluginId": "inspector", @@ -5634,13 +5598,7 @@ "label": "kibanaRequest", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/solutions/observability/plugins/observability_shared/common/utils/get_inspect_response.ts", diff --git a/api_docs/observability_shared.mdx b/api_docs/observability_shared.mdx index 3e1383bc5dc11..fc10615f46682 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityShared'] --- import observabilitySharedObj from './observability_shared.devdocs.json'; diff --git a/api_docs/osquery.devdocs.json b/api_docs/osquery.devdocs.json index e9217c50786ac..df87b16bced25 100644 --- a/api_docs/osquery.devdocs.json +++ b/api_docs/osquery.devdocs.json @@ -309,9 +309,7 @@ "section": "def-common.MultiField", "text": "MultiField" }, - "[]; }; readonly \"kibana.alert.rule.execution.timestamp\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.execution.type\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.parameters\": { readonly array: false; readonly type: \"flattened\"; readonly ignore_above: 4096; readonly required: false; }; readonly \"kibana.alert.rule.tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.severity_improving\": { readonly type: \"boolean\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.start\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.time_range\": { readonly type: \"date_range\"; readonly format: \"epoch_millis||strict_date_optional_time\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.url\": { readonly type: \"keyword\"; readonly array: false; readonly index: false; readonly required: false; readonly ignore_above: 2048; }; readonly \"kibana.alert.workflow_assignee_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.workflow_status\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.version\": { readonly type: \"version\"; readonly array: false; readonly required: false; }; }>> & { _index: string; }) | undefined) => Promise<{ response: { action_id: string; '@timestamp': string; expiration: string; type: string; input_type: string; alert_ids: string[] | undefined; event_ids: string[] | undefined; case_ids: string[] | undefined; agent_ids: string[] | undefined; agent_all: boolean | undefined; agent_platforms: string[] | undefined; agent_policy_ids: string[] | undefined; agents: string[]; user_id: string | undefined; metadata: object | undefined; pack_id: string | undefined; pack_name: string | undefined; pack_prebuilt: boolean | undefined; queries: ", - "Dictionary", - "[]; }; fleetActionsCount: number; }>; stop: () => void; }" + "[]; }; readonly \"kibana.alert.rule.execution.timestamp\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.execution.type\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.parameters\": { readonly array: false; readonly type: \"flattened\"; readonly ignore_above: 4096; readonly required: false; }; readonly \"kibana.alert.rule.tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.severity_improving\": { readonly type: \"boolean\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.start\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.time_range\": { readonly type: \"date_range\"; readonly format: \"epoch_millis||strict_date_optional_time\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.url\": { readonly type: \"keyword\"; readonly array: false; readonly index: false; readonly required: false; readonly ignore_above: 2048; }; readonly \"kibana.alert.workflow_assignee_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.workflow_status\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.version\": { readonly type: \"version\"; readonly array: false; readonly required: false; }; }>> & { _index: string; }) | undefined) => Promise<{ response: { action_id: string; '@timestamp': string; expiration: string; type: string; input_type: string; alert_ids: string[] | undefined; event_ids: string[] | undefined; case_ids: string[] | undefined; agent_ids: string[] | undefined; agent_all: boolean | undefined; agent_platforms: string[] | undefined; agent_policy_ids: string[] | undefined; agents: string[]; user_id: string | undefined; metadata: object | undefined; pack_id: string | undefined; pack_name: string | undefined; pack_prebuilt: boolean | undefined; queries: _.Dictionary[]; }; fleetActionsCount: number; }>; stop: () => void; }" ], "path": "x-pack/platform/plugins/shared/osquery/server/types.ts", "deprecated": false, diff --git a/api_docs/osquery.mdx b/api_docs/osquery.mdx index a864f1b493c56..d5782b6b600aa 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-12-27 +date: 2025-01-05 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 d93c34ee9d50f..974b331a087f4 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-12-27 +date: 2025-01-05 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 e5478a6743531..6a4ab28de84b3 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-12-27 +date: 2025-01-05 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 | |--------------|----------|------------------------| -| 908 | 772 | 43 | +| 908 | 773 | 43 | ### Public API health stats | API Count | Any Count | Missing comments | Missing exports | |--------------|----------|-----------------|--------| -| 54974 | 253 | 41303 | 2061 | +| 54840 | 253 | 41213 | 2631 | ## Plugin Directory @@ -53,7 +53,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | 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 | 268 | 0 | 249 | 1 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds the Dashboard app to Kibana | 117 | 0 | 113 | 13 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds the Dashboard app to Kibana | 113 | 0 | 109 | 12 | | | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 54 | 0 | 51 | 0 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Data services are useful for searching and querying data from Elasticsearch. Helpful utilities include: a re-usable react query bar, KQL autocomplete, async search, Data Views (Index Patterns) and field formatters. | 3208 | 31 | 2593 | 25 | | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 6 | 0 | 6 | 0 | @@ -65,12 +65,12 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | The Data Visualizer tools help you understand your data, by analyzing the metrics and fields in a log file or an existing Elasticsearch index. | 31 | 3 | 25 | 4 | | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | This plugin introduces the concept of data set quality, where users can easily get an overview on the data sets they have. | 14 | 0 | 14 | 8 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 15 | 0 | 9 | 2 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | This plugin contains the Discover application and the saved search embeddable. | 215 | 0 | 167 | 30 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | This plugin contains the Discover application and the saved search embeddable. | 210 | 0 | 163 | 30 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 35 | 0 | 33 | 2 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | A stateful layer to register shared features and provide an access point to discover without a direct dependency | 26 | 0 | 23 | 2 | | | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | APIs used to assess the quality of data in Elasticsearch indexes | 2 | 0 | 0 | 0 | | | [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/security-generative-ai) | Server APIs for the Elastic AI Assistant | 55 | 0 | 40 | 2 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds embeddables service to Kibana | 280 | 0 | 222 | 2 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds embeddables service to Kibana | 179 | 0 | 152 | 2 | | | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Extends embeddable plugin with more functionality | 15 | 0 | 15 | 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. | 54 | 0 | 47 | 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 | @@ -139,8 +139,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 227 | 0 | 98 | 52 | | | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 5 | 0 | 1 | 2 | | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 15 | 0 | 13 | 7 | -| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | This plugin provides a LogsExplorer component using the Discover customization framework, offering several affordances specifically designed for log consumption. | 120 | 4 | 120 | 23 | -| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | Exposes the shared components and APIs to access and visualize logs. | 316 | 0 | 287 | 34 | +| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | This plugin provides a LogsExplorer component using the Discover customization framework, offering several affordances specifically designed for log consumption. | 119 | 4 | 119 | 22 | +| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | Exposes the shared components and APIs to access and visualize logs. | 315 | 0 | 286 | 36 | | logstash | [@elastic/logstash](https://github.com/orgs/elastic/teams/logstash) | - | 0 | 0 | 0 | 0 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 44 | 0 | 44 | 7 | | | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 213 | 0 | 207 | 28 | @@ -158,7 +158,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 381 | 1 | 379 | 30 | | | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 8 | 0 | 7 | 0 | | | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 2 | 0 | 2 | 0 | -| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | This plugin exposes and registers observability log consumption features. | 19 | 0 | 19 | 1 | +| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | This plugin exposes and registers observability log consumption features. | 3 | 0 | 3 | 0 | | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 24 | 0 | 24 | 0 | | | [@elastic/observability-ui](https://github.com/orgs/elastic/teams/observability-ui) | - | 525 | 1 | 519 | 19 | | | [@elastic/security-defend-workflows](https://github.com/orgs/elastic/teams/security-defend-workflows) | - | 23 | 0 | 23 | 7 | @@ -241,7 +241,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Registers the vega visualization. Is the elastic version of vega and vega-lite libraries. | 2 | 0 | 2 | 0 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Contains the vislib visualizations. These are the classical area/line/bar, gauge/goal and heatmap charts. We want to replace them with elastic-charts. | 1 | 0 | 1 | 0 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Contains the new xy-axis chart using the elastic-charts library, which will eventually replace the vislib xy-axis charts including bar, area, and line. | 52 | 0 | 50 | 5 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Contains the shared architecture among all the legacy visualizations, e.g. the visualization type registry or the visualization embeddable. | 869 | 12 | 838 | 21 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Contains the shared architecture among all the legacy visualizations, e.g. the visualization type registry or the visualization embeddable. | 869 | 12 | 838 | 22 | | watcher | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 0 | 0 | 0 | 0 | ## Package Directory @@ -249,7 +249,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Package name           | Maintaining team | Description | API Cnt | Any Cnt | Missing
comments | Missing
exports | |--------------|----------------|-----------|--------------|----------|---------------|--------| | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 14 | 0 | 14 | 0 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 64 | 0 | 64 | 1 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 66 | 0 | 66 | 1 | | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 3 | 0 | 3 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 11 | 0 | 3 | 0 | | | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 37 | 0 | 0 | 0 | @@ -287,7 +287,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 93 | 1 | 93 | 0 | | | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 122 | 0 | 120 | 1 | | | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 27 | 0 | 18 | 6 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 41 | 0 | 17 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 40 | 0 | 17 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | | | [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) | - | 22 | 0 | 11 | 0 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 190 | 0 | 149 | 8 | @@ -298,7 +298,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 34 | 0 | 29 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 9 | 0 | 6 | 2 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 1 | 0 | 1 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 43 | 0 | 42 | 1 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 46 | 0 | 45 | 1 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 13 | 0 | 13 | 1 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 8 | 0 | 8 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 3 | 0 | 3 | 0 | @@ -321,7 +321,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 9 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 3 | 0 | 3 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 14 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 2 | +| | [@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) | - | 3 | 0 | 3 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 3 | 0 | 3 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 5 | 0 | 0 | 0 | @@ -348,19 +348,19 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@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) | - | 5 | 0 | 2 | 0 | | | [@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) | - | 22 | 0 | 13 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 22 | 0 | 13 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 38 | 1 | 34 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 118 | 0 | 56 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 43 | 0 | 38 | 3 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 43 | 0 | 38 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 13 | 1 | 13 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 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) | - | 4 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 10 | 0 | 2 | 1 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 6 | 2 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 10 | 0 | 2 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 6 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 6 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1 | 0 | 1 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 8 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 9 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 9 | 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) | - | 9 | 0 | 2 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 0 | @@ -371,24 +371,24 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 11 | 0 | 0 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 0 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 116 | 4 | 36 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 17 | 0 | 17 | 2 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 17 | 0 | 17 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 16 | 0 | 16 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 4 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 10 | 1 | 10 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 17 | 0 | 0 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 22 | 0 | 7 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 9 | 3 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 9 | 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) | - | 54 | 7 | 54 | 6 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 54 | 7 | 54 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 15 | 0 | 15 | 1 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 567 | 2 | 242 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 96 | 0 | 83 | 10 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 96 | 0 | 83 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 46 | 0 | 45 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 2 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 2 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 3 | 0 | 3 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 1 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 14 | 0 | 13 | 2 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 14 | 0 | 13 | 0 | | | [@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) | - | 4 | 0 | 4 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 2 | 0 | 2 | 0 | @@ -400,7 +400,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@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) | - | 41 | 0 | 34 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 61 | 0 | 34 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 5 | 2 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 5 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 13 | 0 | 13 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 29 | 0 | 25 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 11 | 1 | 11 | 0 | @@ -409,13 +409,13 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 11 | 0 | 11 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 0 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 0 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 3 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 3 | 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) | - | 39 | 4 | 27 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 32 | 0 | 11 | 2 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 32 | 0 | 11 | 0 | | | [@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) | - | 51 | 0 | 26 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1 | 0 | 1 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1 | 0 | 1 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 3 | 0 | 3 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 15 | 0 | 11 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 7 | 0 | @@ -427,13 +427,13 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 6 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 2 | 0 | 2 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 2 | 0 | 2 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 2 | 0 | 2 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 2 | 0 | 2 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 4 | 0 | 4 | 1 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 13 | 1 | 12 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 113 | 1 | 0 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 361 | 1 | 5 | 2 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 361 | 1 | 5 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 11 | 0 | 11 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 226 | 0 | 183 | 11 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 226 | 0 | 183 | 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) | - | 2 | 0 | 1 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 6 | 0 | @@ -441,30 +441,31 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 73 | 0 | 40 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 26 | 0 | 23 | 0 | | | [@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) | - | 128 | 0 | 94 | 44 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 128 | 0 | 94 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 12 | 0 | 12 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 566 | 1 | 134 | 4 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 75 | 0 | 74 | 5 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 566 | 1 | 134 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 75 | 0 | 74 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 14 | 0 | 14 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 36 | 0 | 6 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 10 | 0 | 3 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 8 | 0 | 8 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 8 | 0 | 8 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 22 | 0 | 6 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 22 | 0 | 6 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 146 | 1 | 63 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 16 | 0 | 16 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 15 | 0 | 15 | 2 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 15 | 0 | 15 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 33 | 0 | 22 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 20 | 0 | 3 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 24 | 0 | 24 | 3 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 24 | 0 | 24 | 0 | | | [@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) | - | 11 | 0 | 11 | 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) | - | 62 | 1 | 55 | 1 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 29 | 0 | 4 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 15 | 0 | 14 | 1 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 15 | 0 | 14 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 9 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 2 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1 | 0 | 1 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 9 | 0 | 9 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 33 | 2 | 20 | 1 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 11 | 1 | 11 | 3 | @@ -474,9 +475,9 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 20 | 1 | 19 | 3 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 6 | 0 | 6 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 167 | 0 | 156 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 8 | 0 | 8 | 2 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 8 | 0 | 8 | 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) | - | 29 | 0 | 4 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 30 | 0 | 4 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 8 | 0 | 8 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 6 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 18 | 0 | 0 | 0 | @@ -500,7 +501,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/fleet](https://github.com/orgs/elastic/teams/fleet) | - | 3 | 0 | 3 | 0 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 4 | 0 | 4 | 0 | | | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 3 | 0 | 3 | 0 | -| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 70 | 0 | 58 | 0 | +| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 43 | 0 | 42 | 0 | | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 21 | 0 | 21 | 0 | | | [@elastic/security-solution](https://github.com/orgs/elastic/teams/security-solution) | - | 5 | 0 | 5 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | @@ -514,13 +515,13 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 38 | 2 | 33 | 0 | | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 37 | 0 | 34 | 2 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 276 | 0 | 226 | 4 | -| | [@elastic/docs](https://github.com/orgs/elastic/teams/docs) | - | 80 | 0 | 80 | 2 | +| | [@elastic/docs](https://github.com/orgs/elastic/teams/docs) | - | 81 | 0 | 81 | 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) | - | 57 | 0 | 30 | 6 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 38 | 0 | 29 | 3 | | | [@elastic/security-threat-hunting-explore](https://github.com/orgs/elastic/teams/security-threat-hunting-explore) | - | 16 | 0 | 8 | 0 | | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 42 | 0 | 41 | 0 | -| | [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/security-generative-ai) | - | 174 | 0 | 145 | 10 | +| | [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/security-generative-ai) | - | 172 | 0 | 144 | 9 | | | [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/security-generative-ai) | - | 447 | 0 | 410 | 0 | | | [@elastic/obs-entities](https://github.com/orgs/elastic/teams/obs-entities) | - | 51 | 0 | 51 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 55 | 0 | 40 | 7 | @@ -626,7 +627,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 42 | 1 | 35 | 1 | | | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 32 | 0 | 0 | 0 | | | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 22 | 0 | 16 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 124 | 0 | 124 | 3 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 134 | 0 | 134 | 3 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 55 | 1 | 50 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | | | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 10 | 0 | 10 | 2 | @@ -647,7 +648,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 1 | 0 | 1 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 1 | 0 | 1 | 0 | | | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 87 | 0 | 75 | 1 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 233 | 0 | 197 | 6 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 235 | 0 | 199 | 6 | | | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 1 | 0 | 1 | 0 | | | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 31 | 0 | 31 | 0 | | | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 168 | 0 | 55 | 0 | @@ -811,7 +812,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 40 | 0 | 25 | 1 | | | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 92 | 0 | 92 | 2 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 42 | 0 | 28 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 61 | 0 | 52 | 0 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 65 | 0 | 56 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 9 | 0 | 8 | 0 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Contains functionality for the unified data table which can be integrated into apps | 184 | 0 | 108 | 1 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 18 | 0 | 17 | 5 | diff --git a/api_docs/presentation_panel.mdx b/api_docs/presentation_panel.mdx index 37f04db2a19d6..bfc995d7b814b 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'presentationPanel'] --- import presentationPanelObj from './presentation_panel.devdocs.json'; diff --git a/api_docs/presentation_util.mdx b/api_docs/presentation_util.mdx index 6bd82cf078dde..65ff46d1a704a 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'presentationUtil'] --- import presentationUtilObj from './presentation_util.devdocs.json'; diff --git a/api_docs/product_doc_base.mdx b/api_docs/product_doc_base.mdx index 78b63ca9d3f0c..7252605d18eaf 100644 --- a/api_docs/product_doc_base.mdx +++ b/api_docs/product_doc_base.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/productDocBase title: "productDocBase" image: https://source.unsplash.com/400x175/?github description: API docs for the productDocBase plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'productDocBase'] --- import productDocBaseObj from './product_doc_base.devdocs.json'; diff --git a/api_docs/profiling.devdocs.json b/api_docs/profiling.devdocs.json index 1946c2afe9ecb..53f936e0208a9 100644 --- a/api_docs/profiling.devdocs.json +++ b/api_docs/profiling.devdocs.json @@ -17,7 +17,7 @@ "signature": [ "void" ], - "path": "x-pack/plugins/observability_solution/profiling/public/plugin.ts", + "path": "x-pack/solutions/observability/plugins/profiling/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -40,7 +40,7 @@ "signature": [ "{ readonly telemetry?: boolean | undefined; readonly host?: string | undefined; readonly tls_enabled?: boolean | undefined; readonly tls_supported_protocols?: string[] | undefined; readonly tls_certificate_path?: string | undefined; readonly tls_key_path?: string | undefined; }" ], - "path": "x-pack/plugins/observability_solution/profiling/server/index.ts", + "path": "x-pack/solutions/observability/plugins/profiling/server/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -55,7 +55,7 @@ "signature": [ "{ readonly elasticsearch?: Readonly<{} & { username: string; password: string; hosts: string; }> | undefined; readonly symbolizer?: Readonly<{ telemetry?: boolean | undefined; host?: string | undefined; tls_enabled?: boolean | undefined; tls_supported_protocols?: string[] | undefined; tls_certificate_path?: string | undefined; tls_key_path?: string | undefined; } & {}> | undefined; readonly collector?: Readonly<{ telemetry?: boolean | undefined; host?: string | undefined; tls_enabled?: boolean | undefined; tls_supported_protocols?: string[] | undefined; tls_certificate_path?: string | undefined; tls_key_path?: string | undefined; } & {}> | undefined; readonly enabled: boolean; }" ], - "path": "x-pack/plugins/observability_solution/profiling/server/index.ts", + "path": "x-pack/solutions/observability/plugins/profiling/server/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -69,7 +69,7 @@ "tags": [], "label": "ProfilingPluginSetup", "description": [], - "path": "x-pack/plugins/observability_solution/profiling/server/types.ts", + "path": "x-pack/solutions/observability/plugins/profiling/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -83,7 +83,7 @@ "tags": [], "label": "ProfilingPluginStart", "description": [], - "path": "x-pack/plugins/observability_solution/profiling/server/types.ts", + "path": "x-pack/solutions/observability/plugins/profiling/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -104,7 +104,7 @@ "signature": [ "() => { TopN: string; TopNContainers: string; TopNDeployments: string; TopNFunctions: string; TopNHosts: string; TopNThreads: string; TopNTraces: string; APMTransactions: string; Flamechart: string; HasSetupESResources: string; SetupDataCollectionInstructions: string; StorageExplorerSummary: string; StorageExplorerHostStorageDetails: string; StorageExplorerIndicesStorageDetails: string; }" ], - "path": "x-pack/plugins/observability_solution/profiling/common/index.ts", + "path": "x-pack/solutions/observability/plugins/profiling/common/index.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -121,7 +121,7 @@ "signature": [ "(request: any) => [number, number]" ], - "path": "x-pack/plugins/observability_solution/profiling/common/index.ts", + "path": "x-pack/solutions/observability/plugins/profiling/common/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -135,7 +135,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/observability_solution/profiling/common/index.ts", + "path": "x-pack/solutions/observability/plugins/profiling/common/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -158,7 +158,7 @@ "signature": [ "\"profiling-events-all\"" ], - "path": "x-pack/plugins/observability_solution/profiling/common/index.ts", + "path": "x-pack/solutions/observability/plugins/profiling/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -173,7 +173,7 @@ "signature": [ "\"profiling-executables\"" ], - "path": "x-pack/plugins/observability_solution/profiling/common/index.ts", + "path": "x-pack/solutions/observability/plugins/profiling/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -188,7 +188,7 @@ "signature": [ "\"profiling-stackframes\"" ], - "path": "x-pack/plugins/observability_solution/profiling/common/index.ts", + "path": "x-pack/solutions/observability/plugins/profiling/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -203,7 +203,7 @@ "signature": [ "\"profiling-stacktraces\"" ], - "path": "x-pack/plugins/observability_solution/profiling/common/index.ts", + "path": "x-pack/solutions/observability/plugins/profiling/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -215,7 +215,7 @@ "tags": [], "label": "NOT_AVAILABLE_LABEL", "description": [], - "path": "x-pack/plugins/observability_solution/profiling/common/index.ts", + "path": "x-pack/solutions/observability/plugins/profiling/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -230,7 +230,7 @@ "signature": [ "\"profiling\"" ], - "path": "x-pack/plugins/observability_solution/profiling/common/index.ts", + "path": "x-pack/solutions/observability/plugins/profiling/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -245,7 +245,7 @@ "signature": [ "\"profiling\"" ], - "path": "x-pack/plugins/observability_solution/profiling/common/index.ts", + "path": "x-pack/solutions/observability/plugins/profiling/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/profiling.mdx b/api_docs/profiling.mdx index bca7ee1126017..474e855acd5b6 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-12-27 +date: 2025-01-05 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 011f2138171ea..2ef932192426f 100644 --- a/api_docs/profiling_data_access.devdocs.json +++ b/api_docs/profiling_data_access.devdocs.json @@ -24,7 +24,7 @@ "signature": [ "{ readonly elasticsearch?: Readonly<{} & { username: string; password: string; hosts: string; }> | undefined; }" ], - "path": "x-pack/plugins/observability_solution/profiling_data_access/server/index.ts", + "path": "x-pack/solutions/observability/plugins/profiling_data_access/server/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -77,7 +77,7 @@ }, ">; }; }" ], - "path": "x-pack/plugins/observability_solution/profiling_data_access/server/plugin.ts", + "path": "x-pack/solutions/observability/plugins/profiling_data_access/server/plugin.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -94,7 +94,7 @@ "signature": [ "void" ], - "path": "x-pack/plugins/observability_solution/profiling_data_access/server/plugin.ts", + "path": "x-pack/solutions/observability/plugins/profiling_data_access/server/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -121,13 +121,7 @@ "text": "PackagePolicyClient" }, "; soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", "; }) => Promise<", { "pluginId": "fleet", @@ -138,7 +132,7 @@ }, " | null>" ], - "path": "x-pack/plugins/observability_solution/profiling_data_access/common/get_apm_policy.ts", + "path": "x-pack/solutions/observability/plugins/profiling_data_access/common/get_apm_policy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -149,7 +143,7 @@ "tags": [], "label": "{\n packagePolicyClient,\n soClient,\n}", "description": [], - "path": "x-pack/plugins/observability_solution/profiling_data_access/common/get_apm_policy.ts", + "path": "x-pack/solutions/observability/plugins/profiling_data_access/common/get_apm_policy.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -169,7 +163,7 @@ "text": "PackagePolicyClient" } ], - "path": "x-pack/plugins/observability_solution/profiling_data_access/common/get_apm_policy.ts", + "path": "x-pack/solutions/observability/plugins/profiling_data_access/common/get_apm_policy.ts", "deprecated": false, "trackAdoption": false }, @@ -181,15 +175,9 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], - "path": "x-pack/plugins/observability_solution/profiling_data_access/common/get_apm_policy.ts", + "path": "x-pack/solutions/observability/plugins/profiling_data_access/common/get_apm_policy.ts", "deprecated": false, "trackAdoption": false } @@ -216,13 +204,7 @@ "text": "PackagePolicyClient" }, "; soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", "; }) => Promise<", { "pluginId": "fleet", @@ -233,7 +215,7 @@ }, " | undefined>" ], - "path": "x-pack/plugins/observability_solution/profiling_data_access/common/fleet_policies.ts", + "path": "x-pack/solutions/observability/plugins/profiling_data_access/common/fleet_policies.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -244,7 +226,7 @@ "tags": [], "label": "{\n soClient,\n packagePolicyClient,\n}", "description": [], - "path": "x-pack/plugins/observability_solution/profiling_data_access/common/fleet_policies.ts", + "path": "x-pack/solutions/observability/plugins/profiling_data_access/common/fleet_policies.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -264,7 +246,7 @@ "text": "PackagePolicyClient" } ], - "path": "x-pack/plugins/observability_solution/profiling_data_access/common/fleet_policies.ts", + "path": "x-pack/solutions/observability/plugins/profiling_data_access/common/fleet_policies.ts", "deprecated": false, "trackAdoption": false }, @@ -276,15 +258,9 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], - "path": "x-pack/plugins/observability_solution/profiling_data_access/common/fleet_policies.ts", + "path": "x-pack/solutions/observability/plugins/profiling_data_access/common/fleet_policies.ts", "deprecated": false, "trackAdoption": false } @@ -311,13 +287,7 @@ "text": "PackagePolicyClient" }, "; soClient: ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - }, + "SavedObjectsClientContract", "; }) => Promise<", { "pluginId": "fleet", @@ -328,7 +298,7 @@ }, " | undefined>" ], - "path": "x-pack/plugins/observability_solution/profiling_data_access/common/fleet_policies.ts", + "path": "x-pack/solutions/observability/plugins/profiling_data_access/common/fleet_policies.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -339,7 +309,7 @@ "tags": [], "label": "{\n soClient,\n packagePolicyClient,\n}", "description": [], - "path": "x-pack/plugins/observability_solution/profiling_data_access/common/fleet_policies.ts", + "path": "x-pack/solutions/observability/plugins/profiling_data_access/common/fleet_policies.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -359,7 +329,7 @@ "text": "PackagePolicyClient" } ], - "path": "x-pack/plugins/observability_solution/profiling_data_access/common/fleet_policies.ts", + "path": "x-pack/solutions/observability/plugins/profiling_data_access/common/fleet_policies.ts", "deprecated": false, "trackAdoption": false }, @@ -371,15 +341,9 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], - "path": "x-pack/plugins/observability_solution/profiling_data_access/common/fleet_policies.ts", + "path": "x-pack/solutions/observability/plugins/profiling_data_access/common/fleet_policies.ts", "deprecated": false, "trackAdoption": false } @@ -409,7 +373,7 @@ " extends ", "ProfilingSetupOptions" ], - "path": "x-pack/plugins/observability_solution/profiling_data_access/common/cloud_setup.ts", + "path": "x-pack/solutions/observability/plugins/profiling_data_access/common/cloud_setup.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -429,7 +393,7 @@ "text": "PackagePolicyClient" } ], - "path": "x-pack/plugins/observability_solution/profiling_data_access/common/cloud_setup.ts", + "path": "x-pack/solutions/observability/plugins/profiling_data_access/common/cloud_setup.ts", "deprecated": false, "trackAdoption": false }, @@ -440,7 +404,7 @@ "tags": [], "label": "isCloudEnabled", "description": [], - "path": "x-pack/plugins/observability_solution/profiling_data_access/common/cloud_setup.ts", + "path": "x-pack/solutions/observability/plugins/profiling_data_access/common/cloud_setup.ts", "deprecated": false, "trackAdoption": false } @@ -460,7 +424,7 @@ "signature": [ "\"elastic-universal-profiling-collector\"" ], - "path": "x-pack/plugins/observability_solution/profiling_data_access/common/fleet_policies.ts", + "path": "x-pack/solutions/observability/plugins/profiling_data_access/common/fleet_policies.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -475,7 +439,7 @@ "signature": [ "\"elastic-cloud-apm\"" ], - "path": "x-pack/plugins/observability_solution/profiling_data_access/common/get_apm_policy.ts", + "path": "x-pack/solutions/observability/plugins/profiling_data_access/common/get_apm_policy.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -490,7 +454,7 @@ "signature": [ "150000" ], - "path": "x-pack/plugins/observability_solution/profiling_data_access/common/cluster_settings.ts", + "path": "x-pack/solutions/observability/plugins/profiling_data_access/common/cluster_settings.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -505,7 +469,7 @@ "signature": [ "\"elastic-universal-profiling-symbolizer\"" ], - "path": "x-pack/plugins/observability_solution/profiling_data_access/common/fleet_policies.ts", + "path": "x-pack/solutions/observability/plugins/profiling_data_access/common/fleet_policies.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/profiling_data_access.mdx b/api_docs/profiling_data_access.mdx index 81ff4d07fabb9..7894caf77a905 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-12-27 +date: 2025-01-05 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 09a8ed75a7c91..cb84892356170 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'remoteClusters'] --- import remoteClustersObj from './remote_clusters.devdocs.json'; diff --git a/api_docs/reporting.devdocs.json b/api_docs/reporting.devdocs.json index 5d16ddfe2fa60..621155289a959 100644 --- a/api_docs/reporting.devdocs.json +++ b/api_docs/reporting.devdocs.json @@ -25,7 +25,7 @@ "text": "ReportingSetup" } ], - "path": "x-pack/plugins/reporting/public/index.ts", + "path": "x-pack/platform/plugins/private/reporting/public/index.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -57,7 +57,7 @@ "text": "ReportingSetup" } ], - "path": "x-pack/plugins/reporting/server/types.ts", + "path": "x-pack/platform/plugins/private/reporting/server/types.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", diff --git a/api_docs/reporting.mdx b/api_docs/reporting.mdx index defcd2db40395..c905dca1c61e2 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-12-27 +date: 2025-01-05 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 8920df5df1339..e6b0d026212a9 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-12-27 +date: 2025-01-05 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 a1820bddf7bc9..2bd20b3064d86 100644 --- a/api_docs/rule_registry.devdocs.json +++ b/api_docs/rule_registry.devdocs.json @@ -1808,13 +1808,7 @@ "text": "AlertAuditEventParams" }, ") => ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditEvent", - "text": "AuditEvent" - } + "AuditEvent" ], "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/audit_events.ts", "deprecated": false, @@ -1968,13 +1962,7 @@ "text": "RuleParamsAndRefs" }, "; injectReferences: (params: TParams, references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]) => TParams; } | undefined; isExportable: boolean; defaultScheduleInterval?: string | undefined; ruleTaskTimeout?: string | undefined; doesSetRecoveryContext?: boolean | undefined; autoRecoverAlerts?: boolean | undefined; getViewInAppRelativeUrl?: ", "GetViewInAppRelativeUrlFn", " | undefined; fieldsForAAD?: string[] | undefined; }" @@ -4117,13 +4105,7 @@ " | ", "Right", "<", - { - "pluginId": "@kbn/core-elasticsearch-server", - "scope": "server", - "docId": "kibKbnCoreElasticsearchServerPluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, + "ElasticsearchClient", ">" ], "path": "x-pack/platform/plugins/shared/rule_registry/server/rule_data_client/rule_data_client.ts", @@ -4284,13 +4266,7 @@ "description": [], "signature": [ "(req: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => Promise<", { "pluginId": "ruleRegistry", @@ -4313,13 +4289,7 @@ "label": "req", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/platform/plugins/shared/rule_registry/server/plugin.ts", diff --git a/api_docs/rule_registry.mdx b/api_docs/rule_registry.mdx index 24bd3695698ba..b63242f2020e4 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-12-27 +date: 2025-01-05 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 296a735e223d9..ddf568679a6bf 100644 --- a/api_docs/runtime_fields.devdocs.json +++ b/api_docs/runtime_fields.devdocs.json @@ -264,13 +264,7 @@ "\nThe docLinks start service from core" ], "signature": [ - { - "pluginId": "@kbn/core-doc-links-browser", - "scope": "public", - "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-public.DocLinksStart", - "text": "DocLinksStart" - } + "DocLinksStart" ], "path": "x-pack/platform/plugins/private/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx", "deprecated": false, diff --git a/api_docs/runtime_fields.mdx b/api_docs/runtime_fields.mdx index 37c86a5505642..abe049c08b1e6 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-12-27 +date: 2025-01-05 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 1f6ec0c2f2dc6..7017345562b39 100644 --- a/api_docs/saved_objects.devdocs.json +++ b/api_docs/saved_objects.devdocs.json @@ -29,11 +29,19 @@ }, ", any>" ], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx", "deprecated": true, "removeBy": "8.8.0", "trackAdoption": false, "references": [ + { + "plugin": "graph", + "path": "x-pack/plugins/graph/public/components/save_modal.tsx" + }, + { + "plugin": "graph", + "path": "x-pack/plugins/graph/public/components/save_modal.tsx" + }, { "plugin": "presentationUtil", "path": "src/platform/plugins/shared/presentation_util/public/components/saved_object_save_modal_dashboard.tsx" @@ -76,19 +84,11 @@ }, { "plugin": "discover", - "path": "src/plugins/discover/public/application/main/components/top_nav/on_save_search.tsx" + "path": "src/platform/plugins/shared/discover/public/application/main/components/top_nav/on_save_search.tsx" }, { "plugin": "discover", - "path": "src/plugins/discover/public/application/main/components/top_nav/on_save_search.tsx" - }, - { - "plugin": "graph", - "path": "x-pack/plugins/graph/public/components/save_modal.tsx" - }, - { - "plugin": "graph", - "path": "x-pack/plugins/graph/public/components/save_modal.tsx" + "path": "src/platform/plugins/shared/discover/public/application/main/components/top_nav/on_save_search.tsx" }, { "plugin": "links", @@ -107,7 +107,7 @@ "tags": [], "label": "state", "description": [], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -118,7 +118,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false }, @@ -129,7 +129,7 @@ "tags": [], "label": "copyOnSave", "description": [], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false }, @@ -140,7 +140,7 @@ "tags": [], "label": "isTitleDuplicateConfirmed", "description": [], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false }, @@ -151,7 +151,7 @@ "tags": [], "label": "hasTitleDuplicate", "description": [], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false }, @@ -162,7 +162,7 @@ "tags": [], "label": "isLoading", "description": [], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false }, @@ -173,7 +173,7 @@ "tags": [], "label": "visualizationDescription", "description": [], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false }, @@ -184,7 +184,7 @@ "tags": [], "label": "hasAttemptedSubmit", "description": [], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false } @@ -200,7 +200,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -216,7 +216,7 @@ "signature": [ "() => React.JSX.Element" ], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -239,7 +239,7 @@ "signature": [ "(error: { message: string; }) => boolean" ], - "path": "src/plugins/saved_objects/public/saved_object/helpers/save_saved_object.ts", + "path": "src/platform/plugins/shared/saved_objects/public/saved_object/helpers/save_saved_object.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -250,7 +250,7 @@ "tags": [], "label": "error", "description": [], - "path": "src/plugins/saved_objects/public/saved_object/helpers/save_saved_object.ts", + "path": "src/platform/plugins/shared/saved_objects/public/saved_object/helpers/save_saved_object.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -261,7 +261,7 @@ "tags": [], "label": "message", "description": [], - "path": "src/plugins/saved_objects/public/saved_object/helpers/save_saved_object.ts", + "path": "src/platform/plugins/shared/saved_objects/public/saved_object/helpers/save_saved_object.ts", "deprecated": false, "trackAdoption": false } @@ -289,7 +289,7 @@ }, ") => React.JSX.Element" ], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -309,7 +309,7 @@ "text": "OriginSaveModalProps" } ], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -328,7 +328,7 @@ "signature": [ "(saveModal: React.ReactElement>, Wrapper: React.FC<{ children?: React.ReactNode; }> | undefined) => void" ], - "path": "src/plugins/saved_objects/public/save_modal/show_saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/show_saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -342,7 +342,7 @@ "signature": [ "React.ReactElement>" ], - "path": "src/plugins/saved_objects/public/save_modal/show_saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/show_saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -357,7 +357,7 @@ "signature": [ "React.FC<{ children?: React.ReactNode; }> | undefined" ], - "path": "src/plugins/saved_objects/public/save_modal/show_saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/show_saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -375,7 +375,7 @@ "tags": [], "label": "OnSaveProps", "description": [], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -386,7 +386,7 @@ "tags": [], "label": "newTitle", "description": [], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false }, @@ -397,7 +397,7 @@ "tags": [], "label": "newCopyOnSave", "description": [], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false }, @@ -408,7 +408,7 @@ "tags": [], "label": "isTitleDuplicateConfirmed", "description": [], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false }, @@ -422,7 +422,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -435,7 +435,7 @@ "tags": [], "label": "newDescription", "description": [], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false } @@ -449,7 +449,7 @@ "tags": [], "label": "OriginSaveModalProps", "description": [], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -463,7 +463,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", "deprecated": false, "trackAdoption": false }, @@ -477,7 +477,7 @@ "signature": [ "((appId: string) => string | undefined) | undefined" ], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -491,7 +491,7 @@ "signature": [ "string" ], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -509,7 +509,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", "deprecated": false, "trackAdoption": false }, @@ -523,7 +523,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", "deprecated": false, "trackAdoption": false }, @@ -537,7 +537,7 @@ "signature": [ "SaveModalDocumentInfo" ], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", "deprecated": false, "trackAdoption": false }, @@ -548,7 +548,7 @@ "tags": [], "label": "objectType", "description": [], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", "deprecated": false, "trackAdoption": false }, @@ -562,7 +562,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -586,7 +586,7 @@ }, ") => React.ReactNode)" ], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", "deprecated": false, "trackAdoption": false }, @@ -608,7 +608,7 @@ }, " & { returnToOrigin: boolean; }) => void" ], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -629,7 +629,7 @@ }, " & { returnToOrigin: boolean; }" ], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -659,7 +659,7 @@ }, "" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": true, "removeBy": "8.8.0", "trackAdoption": false, @@ -674,24 +674,12 @@ "description": [], "signature": [ "() => { attributes: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - }, + "SavedObjectAttributes", "; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -707,7 +695,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -731,7 +719,7 @@ }, ">" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -745,7 +733,7 @@ "signature": [ "EsResponse" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -760,7 +748,7 @@ "tags": [], "label": "copyOnSave", "description": [], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -776,7 +764,7 @@ "SavedObjectCreationOpts", ") => Record" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -790,7 +778,7 @@ "signature": [ "SavedObjectCreationOpts" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -808,7 +796,7 @@ "signature": [ "any" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -822,7 +810,7 @@ "signature": [ "(() => Promise<{}>) | undefined" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -838,7 +826,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -854,7 +842,7 @@ "signature": [ "() => string" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -870,7 +858,7 @@ "signature": [ "() => string" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -886,7 +874,7 @@ "signature": [ "() => string" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -910,7 +898,7 @@ }, " | null>) | undefined" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -924,7 +912,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -942,7 +930,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -964,7 +952,7 @@ }, ">) | undefined" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -977,7 +965,7 @@ "tags": [], "label": "isSaving", "description": [], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -991,7 +979,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1004,7 +992,7 @@ "tags": [], "label": "lastSavedTitle", "description": [], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1018,7 +1006,7 @@ "signature": [ "Record | undefined" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1040,7 +1028,7 @@ }, ") => Promise" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1060,7 +1048,7 @@ "text": "SavedObjectSaveOpts" } ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1085,7 +1073,7 @@ }, " | undefined" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1106,7 +1094,7 @@ }, " | undefined" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1117,7 +1105,7 @@ "tags": [], "label": "showInRecentlyAccessed", "description": [], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1128,7 +1116,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1140,16 +1128,10 @@ "label": "unresolvedIndexPatternReference", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", " | undefined" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -1163,7 +1145,7 @@ "tags": [], "label": "SavedObjectConfig", "description": [], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1184,13 +1166,7 @@ "text": "SavedObject" }, "<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - }, + "SavedObjectAttributes", ">) => Promise<", { "pluginId": "savedObjects", @@ -1200,16 +1176,10 @@ "text": "SavedObject" }, "<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - }, + "SavedObjectAttributes", ">>) | undefined" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1229,16 +1199,10 @@ "text": "SavedObject" }, "<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - }, + "SavedObjectAttributes", ">" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1256,7 +1220,7 @@ "signature": [ "any" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1274,7 +1238,7 @@ "SavedObjectAttributesAndRefs", ") | undefined" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1288,7 +1252,7 @@ "signature": [ "SavedObjectAttributesAndRefs" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1313,24 +1277,12 @@ "text": "SavedObject" }, "<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttributes", - "text": "SavedObjectAttributes" - }, + "SavedObjectAttributes", ">>(object: T, references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]) => void) | undefined" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1344,7 +1296,7 @@ "signature": [ "T" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1357,16 +1309,10 @@ "label": "references", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1384,7 +1330,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1398,7 +1344,7 @@ "signature": [ "(() => void) | undefined" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1421,7 +1367,7 @@ }, " | undefined" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1435,7 +1381,7 @@ "signature": [ "Record | undefined" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1449,7 +1395,7 @@ "signature": [ "Record | undefined" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1463,7 +1409,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1485,7 +1431,7 @@ }, " | undefined" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1499,7 +1445,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -1513,7 +1459,7 @@ "tags": [], "label": "SavedObjectSaveOpts", "description": [], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1527,7 +1473,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1541,7 +1487,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1555,7 +1501,7 @@ "signature": [ "(() => void) | undefined" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1571,7 +1517,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/saved_objects/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -1585,7 +1531,7 @@ "tags": [], "label": "SaveModalState", "description": [], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1596,7 +1542,7 @@ "tags": [], "label": "title", "description": [], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false }, @@ -1607,7 +1553,7 @@ "tags": [], "label": "copyOnSave", "description": [], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false }, @@ -1618,7 +1564,7 @@ "tags": [], "label": "isTitleDuplicateConfirmed", "description": [], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false }, @@ -1629,7 +1575,7 @@ "tags": [], "label": "hasTitleDuplicate", "description": [], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false }, @@ -1640,7 +1586,7 @@ "tags": [], "label": "isLoading", "description": [], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false }, @@ -1651,7 +1597,7 @@ "tags": [], "label": "visualizationDescription", "description": [], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false }, @@ -1662,7 +1608,7 @@ "tags": [], "label": "hasAttemptedSubmit", "description": [], - "path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false } @@ -1684,7 +1630,7 @@ "signature": [ "{ id?: string | undefined; } | { error: Error; }" ], - "path": "src/plugins/saved_objects/public/save_modal/show_saved_object_save_modal.tsx", + "path": "src/platform/plugins/shared/saved_objects/public/save_modal/show_saved_object_save_modal.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/saved_objects.mdx b/api_docs/saved_objects.mdx index ec45e8d196d11..a6640b9135438 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-12-27 +date: 2025-01-05 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 940faea8dee89..0b7b7304d73bd 100644 --- a/api_docs/saved_objects_finder.devdocs.json +++ b/api_docs/saved_objects_finder.devdocs.json @@ -55,7 +55,7 @@ }, ">) => React.JSX.Element" ], - "path": "src/plugins/saved_objects_finder/public/finder/index.tsx", + "path": "src/platform/plugins/shared/saved_objects_finder/public/finder/index.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -75,7 +75,7 @@ "text": "ContentClient" } ], - "path": "src/plugins/saved_objects_finder/public/finder/index.tsx", + "path": "src/platform/plugins/shared/saved_objects_finder/public/finder/index.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -96,7 +96,7 @@ "text": "IUiSettingsClient" } ], - "path": "src/plugins/saved_objects_finder/public/finder/index.tsx", + "path": "src/platform/plugins/shared/saved_objects_finder/public/finder/index.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -118,7 +118,7 @@ }, " | undefined" ], - "path": "src/plugins/saved_objects_finder/public/finder/index.tsx", + "path": "src/platform/plugins/shared/saved_objects_finder/public/finder/index.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -155,7 +155,7 @@ }, ">) => React.JSX.Element" ], - "path": "src/plugins/saved_objects_finder/public/finder/index.tsx", + "path": "src/platform/plugins/shared/saved_objects_finder/public/finder/index.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -186,7 +186,7 @@ }, ">" ], - "path": "src/plugins/saved_objects_finder/public/finder/index.tsx", + "path": "src/platform/plugins/shared/saved_objects_finder/public/finder/index.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -214,7 +214,7 @@ }, "" ], - "path": "src/plugins/saved_objects_finder/public/finder/saved_object_finder.tsx", + "path": "src/platform/plugins/shared/saved_objects_finder/public/finder/saved_object_finder.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -225,7 +225,7 @@ "tags": [], "label": "type", "description": [], - "path": "src/plugins/saved_objects_finder/public/finder/saved_object_finder.tsx", + "path": "src/platform/plugins/shared/saved_objects_finder/public/finder/saved_object_finder.tsx", "deprecated": false, "trackAdoption": false }, @@ -236,7 +236,7 @@ "tags": [], "label": "name", "description": [], - "path": "src/plugins/saved_objects_finder/public/finder/saved_object_finder.tsx", + "path": "src/platform/plugins/shared/saved_objects_finder/public/finder/saved_object_finder.tsx", "deprecated": false, "trackAdoption": false }, @@ -259,7 +259,7 @@ ") => ", "IconType" ], - "path": "src/plugins/saved_objects_finder/public/finder/saved_object_finder.tsx", + "path": "src/platform/plugins/shared/saved_objects_finder/public/finder/saved_object_finder.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -280,7 +280,7 @@ }, "" ], - "path": "src/plugins/saved_objects_finder/public/finder/saved_object_finder.tsx", + "path": "src/platform/plugins/shared/saved_objects_finder/public/finder/saved_object_finder.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -306,7 +306,7 @@ }, ") => string) | undefined" ], - "path": "src/plugins/saved_objects_finder/public/finder/saved_object_finder.tsx", + "path": "src/platform/plugins/shared/saved_objects_finder/public/finder/saved_object_finder.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -327,7 +327,7 @@ }, "" ], - "path": "src/plugins/saved_objects_finder/public/finder/saved_object_finder.tsx", + "path": "src/platform/plugins/shared/saved_objects_finder/public/finder/saved_object_finder.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -353,7 +353,7 @@ }, ") => boolean) | undefined" ], - "path": "src/plugins/saved_objects_finder/public/finder/saved_object_finder.tsx", + "path": "src/platform/plugins/shared/saved_objects_finder/public/finder/saved_object_finder.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -374,7 +374,7 @@ }, "" ], - "path": "src/plugins/saved_objects_finder/public/finder/saved_object_finder.tsx", + "path": "src/platform/plugins/shared/saved_objects_finder/public/finder/saved_object_finder.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -400,7 +400,7 @@ }, ") => string) | undefined" ], - "path": "src/plugins/saved_objects_finder/public/finder/saved_object_finder.tsx", + "path": "src/platform/plugins/shared/saved_objects_finder/public/finder/saved_object_finder.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -421,7 +421,7 @@ }, "" ], - "path": "src/plugins/saved_objects_finder/public/finder/saved_object_finder.tsx", + "path": "src/platform/plugins/shared/saved_objects_finder/public/finder/saved_object_finder.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -441,17 +441,17 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/saved_objects_finder/public/finder/saved_object_finder.tsx", + "path": "src/platform/plugins/shared/saved_objects_finder/public/finder/saved_object_finder.tsx", "deprecated": true, "trackAdoption": false, "references": [ - { - "plugin": "visualizations", - "path": "src/plugins/visualizations/public/wizard/search_selection/search_selection.tsx" - }, { "plugin": "graph", "path": "x-pack/plugins/graph/public/components/source_picker.tsx" + }, + { + "plugin": "visualizations", + "path": "src/plugins/visualizations/public/wizard/search_selection/search_selection.tsx" } ] } @@ -471,7 +471,7 @@ "signature": [ "SavedObjectFinderFixedPage | SavedObjectFinderInitialPageSize" ], - "path": "src/plugins/saved_objects_finder/public/finder/saved_object_finder.tsx", + "path": "src/platform/plugins/shared/saved_objects_finder/public/finder/saved_object_finder.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -498,7 +498,7 @@ "tags": [], "label": "FinderAttributes", "description": [], - "path": "src/plugins/saved_objects_finder/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_finder/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -512,7 +512,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects_finder/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_finder/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -526,7 +526,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects_finder/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_finder/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -540,7 +540,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects_finder/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_finder/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -597,7 +597,7 @@ }, "" ], - "path": "src/plugins/saved_objects_finder/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_finder/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/saved_objects_finder.mdx b/api_docs/saved_objects_finder.mdx index d706ebed2ea71..02c663a809980 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-12-27 +date: 2025-01-05 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 687ea61691b4d..92d236c37281f 100644 --- a/api_docs/saved_objects_management.devdocs.json +++ b/api_docs/saved_objects_management.devdocs.json @@ -9,7 +9,7 @@ "tags": [], "label": "SavedObjectsManagementAction", "description": [], - "path": "src/plugins/saved_objects_management/public/services/types/action.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -23,7 +23,7 @@ "signature": [ "() => React.ReactNode" ], - "path": "src/plugins/saved_objects_management/public/services/types/action.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/action.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -36,7 +36,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/saved_objects_management/public/services/types/action.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/action.ts", "deprecated": false, "trackAdoption": false }, @@ -82,7 +82,7 @@ }, ") => any) | undefined; }" ], - "path": "src/plugins/saved_objects_management/public/services/types/action.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/action.ts", "deprecated": false, "trackAdoption": false }, @@ -96,7 +96,7 @@ "signature": [ "(() => { type: string; id: string; }[]) | undefined" ], - "path": "src/plugins/saved_objects_management/public/services/types/action.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/action.ts", "deprecated": false, "trackAdoption": false }, @@ -110,7 +110,7 @@ "signature": [ "ActionContext | null" ], - "path": "src/plugins/saved_objects_management/public/services/types/action.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/action.ts", "deprecated": false, "trackAdoption": false }, @@ -131,7 +131,7 @@ }, " | null" ], - "path": "src/plugins/saved_objects_management/public/services/types/action.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/action.ts", "deprecated": false, "trackAdoption": false }, @@ -145,7 +145,7 @@ "signature": [ "(actionContext: ActionContext) => void" ], - "path": "src/plugins/saved_objects_management/public/services/types/action.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -159,7 +159,7 @@ "signature": [ "ActionContext" ], - "path": "src/plugins/saved_objects_management/public/services/types/action.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/action.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -177,7 +177,7 @@ "signature": [ "(callback: Function) => void" ], - "path": "src/plugins/saved_objects_management/public/services/types/action.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -191,7 +191,7 @@ "signature": [ "Function" ], - "path": "src/plugins/saved_objects_management/public/services/types/action.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/action.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -217,7 +217,7 @@ }, ") => void" ], - "path": "src/plugins/saved_objects_management/public/services/types/action.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -237,7 +237,7 @@ "text": "SavedObjectsManagementRecord" } ], - "path": "src/plugins/saved_objects_management/public/services/types/action.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/action.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -255,7 +255,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/saved_objects_management/public/services/types/action.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/action.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -271,7 +271,7 @@ "tags": [], "label": "SavedObjectsManagementColumn", "description": [], - "path": "src/plugins/saved_objects_management/public/services/types/column.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/column.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -282,7 +282,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/saved_objects_management/public/services/types/column.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/column.ts", "deprecated": false, "trackAdoption": false }, @@ -340,7 +340,7 @@ }, ") => React.ReactNode) | undefined; }) | undefined; isExpander?: boolean | undefined; }" ], - "path": "src/plugins/saved_objects_management/public/services/types/column.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/column.ts", "deprecated": false, "trackAdoption": false }, @@ -354,7 +354,7 @@ "signature": [ "(() => { type: string; id: string; }[]) | undefined" ], - "path": "src/plugins/saved_objects_management/public/services/types/column.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/column.ts", "deprecated": false, "trackAdoption": false }, @@ -368,7 +368,7 @@ "signature": [ "ColumnContext | null" ], - "path": "src/plugins/saved_objects_management/public/services/types/column.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/column.ts", "deprecated": false, "trackAdoption": false }, @@ -382,7 +382,7 @@ "signature": [ "(columnContext: ColumnContext) => void" ], - "path": "src/plugins/saved_objects_management/public/services/types/column.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/column.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -396,7 +396,7 @@ "signature": [ "ColumnContext" ], - "path": "src/plugins/saved_objects_management/public/services/types/column.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/column.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -414,7 +414,7 @@ "signature": [ "(callback: Function) => void" ], - "path": "src/plugins/saved_objects_management/public/services/types/column.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/column.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -428,7 +428,7 @@ "signature": [ "Function" ], - "path": "src/plugins/saved_objects_management/public/services/types/column.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/column.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -446,7 +446,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/saved_objects_management/public/services/types/column.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/column.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -474,16 +474,10 @@ "text": "SavedObjectsTaggingApi" }, " | undefined; }) => ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", "[] | undefined" ], - "path": "src/plugins/saved_objects_management/public/lib/get_tag_references.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/get_tag_references.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -494,7 +488,7 @@ "tags": [], "label": "{\n selectedTags,\n taggingApi,\n}", "description": [], - "path": "src/plugins/saved_objects_management/public/lib/get_tag_references.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/get_tag_references.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -508,7 +502,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/saved_objects_management/public/lib/get_tag_references.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/get_tag_references.ts", "deprecated": false, "trackAdoption": false }, @@ -529,7 +523,7 @@ }, " | undefined" ], - "path": "src/plugins/saved_objects_management/public/lib/get_tag_references.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/get_tag_references.ts", "deprecated": false, "trackAdoption": false } @@ -559,7 +553,7 @@ }, "[]) => ParsedQuery" ], - "path": "src/plugins/saved_objects_management/public/lib/parse_query.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/parse_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -573,7 +567,7 @@ "signature": [ "Query" ], - "path": "src/plugins/saved_objects_management/public/lib/parse_query.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/parse_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -595,7 +589,7 @@ }, "[]" ], - "path": "src/plugins/saved_objects_management/public/lib/parse_query.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/parse_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -613,13 +607,7 @@ "description": [], "signature": [ "(response: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsImportResponse", - "text": "SavedObjectsImportResponse" - }, + "SavedObjectsImportResponse", ") => ", { "pluginId": "savedObjectsManagement", @@ -629,7 +617,7 @@ "text": "ProcessedImportResponse" } ], - "path": "src/plugins/saved_objects_management/public/lib/process_import_response.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/process_import_response.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -641,15 +629,9 @@ "label": "response", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsImportResponse", - "text": "SavedObjectsImportResponse" - } + "SavedObjectsImportResponse" ], - "path": "src/plugins/saved_objects_management/public/lib/process_import_response.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/process_import_response.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -667,7 +649,7 @@ "tags": [], "label": "FailedImport", "description": [], - "path": "src/plugins/saved_objects_management/public/lib/process_import_response.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/process_import_response.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -681,7 +663,7 @@ "signature": [ "{ id: string; meta: { title?: string | undefined; icon?: string | undefined; }; type: string; managed?: boolean | undefined; overwrite?: boolean | undefined; }" ], - "path": "src/plugins/saved_objects_management/public/lib/process_import_response.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/process_import_response.ts", "deprecated": false, "trackAdoption": false }, @@ -693,47 +675,17 @@ "label": "error", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsImportConflictError", - "text": "SavedObjectsImportConflictError" - }, + "SavedObjectsImportConflictError", " | ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsImportAmbiguousConflictError", - "text": "SavedObjectsImportAmbiguousConflictError" - }, + "SavedObjectsImportAmbiguousConflictError", " | ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsImportUnsupportedTypeError", - "text": "SavedObjectsImportUnsupportedTypeError" - }, + "SavedObjectsImportUnsupportedTypeError", " | ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsImportMissingReferencesError", - "text": "SavedObjectsImportMissingReferencesError" - }, + "SavedObjectsImportMissingReferencesError", " | ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsImportUnknownError", - "text": "SavedObjectsImportUnknownError" - } + "SavedObjectsImportUnknownError" ], - "path": "src/plugins/saved_objects_management/public/lib/process_import_response.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/process_import_response.ts", "deprecated": false, "trackAdoption": false } @@ -747,7 +699,7 @@ "tags": [], "label": "ProcessedImportResponse", "description": [], - "path": "src/plugins/saved_objects_management/public/lib/process_import_response.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/process_import_response.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -768,7 +720,7 @@ }, "[]" ], - "path": "src/plugins/saved_objects_management/public/lib/process_import_response.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/process_import_response.ts", "deprecated": false, "trackAdoption": false }, @@ -780,16 +732,10 @@ "label": "successfulImports", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsImportSuccess", - "text": "SavedObjectsImportSuccess" - }, + "SavedObjectsImportSuccess", "[]" ], - "path": "src/plugins/saved_objects_management/public/lib/process_import_response.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/process_import_response.ts", "deprecated": false, "trackAdoption": false }, @@ -803,7 +749,7 @@ "signature": [ "UnmatchedReference[]" ], - "path": "src/plugins/saved_objects_management/public/lib/process_import_response.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/process_import_response.ts", "deprecated": false, "trackAdoption": false }, @@ -817,7 +763,7 @@ "signature": [ "\"success\" | \"idle\"" ], - "path": "src/plugins/saved_objects_management/public/lib/process_import_response.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/process_import_response.ts", "deprecated": false, "trackAdoption": false }, @@ -828,7 +774,7 @@ "tags": [], "label": "importCount", "description": [], - "path": "src/plugins/saved_objects_management/public/lib/process_import_response.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/process_import_response.ts", "deprecated": false, "trackAdoption": false }, @@ -840,16 +786,10 @@ "label": "importWarnings", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsImportWarning", - "text": "SavedObjectsImportWarning" - }, + "SavedObjectsImportWarning", "[]" ], - "path": "src/plugins/saved_objects_management/public/lib/process_import_response.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/process_import_response.ts", "deprecated": false, "trackAdoption": false } @@ -863,7 +803,7 @@ "tags": [], "label": "SavedObjectManagementTypeInfo", "description": [], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -874,7 +814,7 @@ "tags": [], "label": "name", "description": [], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -888,7 +828,7 @@ "signature": [ "\"single\" | \"multiple\" | \"agnostic\" | \"multiple-isolated\"" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -899,7 +839,7 @@ "tags": [], "label": "hidden", "description": [], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -910,7 +850,7 @@ "tags": [], "label": "displayName", "description": [], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false } @@ -926,7 +866,7 @@ "description": [ "Domain interfaces\n\nSaved Object Management metadata associated with a saved object. See\n{@link SavedObjectWithMetadata}." ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -940,7 +880,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -954,7 +894,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -968,7 +908,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -982,7 +922,7 @@ "signature": [ "{ path: string; uiCapabilitiesPath: string; } | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -994,16 +934,10 @@ "label": "namespaceType", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsNamespaceType", - "text": "SavedObjectsNamespaceType" - }, + "SavedObjectsNamespaceType", " | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1017,7 +951,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false } @@ -1033,7 +967,7 @@ "description": [ "\nRepresents a relation between two {@link SavedObjectWithMetadata | saved objects}." ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1044,7 +978,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1055,7 +989,7 @@ "tags": [], "label": "type", "description": [], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1069,7 +1003,7 @@ "signature": [ "\"child\" | \"parent\"" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1089,7 +1023,7 @@ "text": "SavedObjectMetadata" } ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false } @@ -1103,7 +1037,7 @@ "tags": [], "label": "SavedObjectsManagementRecord", "description": [], - "path": "src/plugins/saved_objects_management/public/services/types/record.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/record.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1114,7 +1048,7 @@ "tags": [], "label": "type", "description": [], - "path": "src/plugins/saved_objects_management/public/services/types/record.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/record.ts", "deprecated": false, "trackAdoption": false }, @@ -1125,7 +1059,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/saved_objects_management/public/services/types/record.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/record.ts", "deprecated": false, "trackAdoption": false }, @@ -1138,16 +1072,10 @@ "description": [], "signature": [ "{ icon: string; title: string; namespaceType: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsNamespaceType", - "text": "SavedObjectsNamespaceType" - }, + "SavedObjectsNamespaceType", "; hiddenType: boolean; }" ], - "path": "src/plugins/saved_objects_management/public/services/types/record.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/record.ts", "deprecated": false, "trackAdoption": false }, @@ -1159,16 +1087,10 @@ "label": "references", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], - "path": "src/plugins/saved_objects_management/public/services/types/record.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/record.ts", "deprecated": false, "trackAdoption": false }, @@ -1182,7 +1104,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/saved_objects_management/public/services/types/record.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/services/types/record.ts", "deprecated": false, "trackAdoption": false } @@ -1210,7 +1132,7 @@ }, "" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1221,7 +1143,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1232,7 +1154,7 @@ "tags": [], "label": "type", "description": [], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1252,7 +1174,7 @@ "text": "SavedObjectMetadata" } ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1264,16 +1186,10 @@ "label": "error", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectError", - "text": "SavedObjectError" - }, + "SavedObjectError", " | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1287,7 +1203,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1301,7 +1217,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1315,7 +1231,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1329,7 +1245,7 @@ "signature": [ "T" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1343,7 +1259,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1358,7 +1274,7 @@ "SavedObjectReference", "[]" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false } @@ -1376,7 +1292,7 @@ "tags": [], "label": "SavedObjectsManagementPluginSetup", "description": [], - "path": "src/plugins/saved_objects_management/public/plugin.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1390,7 +1306,7 @@ "tags": [], "label": "SavedObjectsManagementPluginStart", "description": [], - "path": "src/plugins/saved_objects_management/public/plugin.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1412,7 +1328,7 @@ }, "[]>" ], - "path": "src/plugins/saved_objects_management/public/plugin.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1430,7 +1346,7 @@ "RelationshipsResponseHTTP", ">" ], - "path": "src/plugins/saved_objects_management/public/plugin.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1444,7 +1360,7 @@ "signature": [ "string" ], - "path": "src/plugins/saved_objects_management/public/plugin.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1459,7 +1375,7 @@ "signature": [ "string" ], - "path": "src/plugins/saved_objects_management/public/plugin.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1474,7 +1390,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/saved_objects_management/public/plugin.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1500,7 +1416,7 @@ }, "[]) => string" ], - "path": "src/plugins/saved_objects_management/public/plugin.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/plugin.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1512,7 +1428,7 @@ "tags": [], "label": "type", "description": [], - "path": "src/plugins/saved_objects_management/public/lib/get_saved_object_label.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/get_saved_object_label.ts", "deprecated": false, "trackAdoption": false }, @@ -1533,7 +1449,7 @@ }, "[]" ], - "path": "src/plugins/saved_objects_management/public/lib/get_saved_object_label.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/get_saved_object_label.ts", "deprecated": false, "trackAdoption": false } @@ -1549,7 +1465,7 @@ "signature": [ "(object: { id: string; type: string; }) => string" ], - "path": "src/plugins/saved_objects_management/public/plugin.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/plugin.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1564,7 +1480,7 @@ "signature": [ "{ id: string; type: string; }" ], - "path": "src/plugins/saved_objects_management/public/lib/get_default_title.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/get_default_title.ts", "deprecated": false, "trackAdoption": false } @@ -1590,7 +1506,7 @@ }, "[]) => ParsedQuery" ], - "path": "src/plugins/saved_objects_management/public/plugin.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/plugin.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1605,7 +1521,7 @@ "signature": [ "Query" ], - "path": "src/plugins/saved_objects_management/public/lib/parse_query.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/parse_query.ts", "deprecated": false, "trackAdoption": false }, @@ -1626,7 +1542,7 @@ }, "[]" ], - "path": "src/plugins/saved_objects_management/public/lib/parse_query.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/parse_query.ts", "deprecated": false, "trackAdoption": false } @@ -1649,16 +1565,10 @@ "text": "SavedObjectsTaggingApi" }, " | undefined; }) => ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", "[] | undefined" ], - "path": "src/plugins/saved_objects_management/public/plugin.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/plugin.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1681,7 +1591,7 @@ }, " | undefined; }" ], - "path": "src/plugins/saved_objects_management/public/lib/get_tag_references.ts", + "path": "src/platform/plugins/shared/saved_objects_management/public/lib/get_tag_references.ts", "deprecated": false, "trackAdoption": false } @@ -1705,7 +1615,7 @@ "description": [ "Domain interfaces\n\nSaved Object Management metadata associated with a saved object. See\n{@link SavedObjectWithMetadata}." ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1719,7 +1629,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1733,7 +1643,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1747,7 +1657,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1761,7 +1671,7 @@ "signature": [ "{ path: string; uiCapabilitiesPath: string; } | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1773,16 +1683,10 @@ "label": "namespaceType", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsNamespaceType", - "text": "SavedObjectsNamespaceType" - }, + "SavedObjectsNamespaceType", " | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1796,7 +1700,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false } @@ -1824,7 +1728,7 @@ }, "" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1835,7 +1739,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1846,7 +1750,7 @@ "tags": [], "label": "type", "description": [], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1866,7 +1770,7 @@ "text": "SavedObjectMetadata" } ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1878,16 +1782,10 @@ "label": "error", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectError", - "text": "SavedObjectError" - }, + "SavedObjectError", " | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1901,7 +1799,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1915,7 +1813,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1929,7 +1827,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1943,7 +1841,7 @@ "signature": [ "T" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1957,7 +1855,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -1972,7 +1870,7 @@ "SavedObjectReference", "[]" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false } @@ -1990,7 +1888,7 @@ "tags": [], "label": "SavedObjectsManagementPluginSetup", "description": [], - "path": "src/plugins/saved_objects_management/server/types.ts", + "path": "src/platform/plugins/shared/saved_objects_management/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2004,7 +1902,7 @@ "tags": [], "label": "SavedObjectsManagementPluginStart", "description": [], - "path": "src/plugins/saved_objects_management/server/types.ts", + "path": "src/platform/plugins/shared/saved_objects_management/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2025,7 +1923,7 @@ "description": [ "\nRepresents a relation between two {@link SavedObjectWithMetadata | saved objects}." ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2036,7 +1934,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -2047,7 +1945,7 @@ "tags": [], "label": "type", "description": [], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -2061,7 +1959,7 @@ "signature": [ "\"child\" | \"parent\"" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -2072,7 +1970,7 @@ "tags": [], "label": "error", "description": [], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false } @@ -2086,7 +1984,7 @@ "tags": [], "label": "SavedObjectManagementTypeInfo", "description": [], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2097,7 +1995,7 @@ "tags": [], "label": "name", "description": [], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -2111,7 +2009,7 @@ "signature": [ "\"single\" | \"multiple\" | \"agnostic\" | \"multiple-isolated\"" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -2122,7 +2020,7 @@ "tags": [], "label": "hidden", "description": [], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -2133,7 +2031,7 @@ "tags": [], "label": "displayName", "description": [], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false } @@ -2149,7 +2047,7 @@ "description": [ "Domain interfaces\n\nSaved Object Management metadata associated with a saved object. See\n{@link SavedObjectWithMetadata}." ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2163,7 +2061,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -2177,7 +2075,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -2191,7 +2089,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -2205,7 +2103,7 @@ "signature": [ "{ path: string; uiCapabilitiesPath: string; } | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -2217,16 +2115,10 @@ "label": "namespaceType", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsNamespaceType", - "text": "SavedObjectsNamespaceType" - }, + "SavedObjectsNamespaceType", " | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -2240,7 +2132,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false } @@ -2256,7 +2148,7 @@ "description": [ "\nRepresents a relation between two {@link SavedObjectWithMetadata | saved objects}." ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2267,7 +2159,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -2278,7 +2170,7 @@ "tags": [], "label": "type", "description": [], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -2292,7 +2184,7 @@ "signature": [ "\"child\" | \"parent\"" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -2312,7 +2204,7 @@ "text": "SavedObjectMetadata" } ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false } @@ -2340,7 +2232,7 @@ }, "" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2351,7 +2243,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -2362,7 +2254,7 @@ "tags": [], "label": "type", "description": [], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -2382,7 +2274,7 @@ "text": "SavedObjectMetadata" } ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -2394,16 +2286,10 @@ "label": "error", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectError", - "text": "SavedObjectError" - }, + "SavedObjectError", " | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -2417,7 +2303,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -2431,7 +2317,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -2445,7 +2331,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -2459,7 +2345,7 @@ "signature": [ "T" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -2473,7 +2359,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false }, @@ -2488,7 +2374,7 @@ "SavedObjectReference", "[]" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false } @@ -2508,7 +2394,7 @@ "signature": [ "\"child\" | \"parent\"" ], - "path": "src/plugins/saved_objects_management/common/types/v1.ts", + "path": "src/platform/plugins/shared/saved_objects_management/common/types/v1.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/saved_objects_management.mdx b/api_docs/saved_objects_management.mdx index eb5a4c2eb8fb1..fc446ad5e17e0 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-12-27 +date: 2025-01-05 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 a3672cfb898d8..922c012533ebe 100644 --- a/api_docs/saved_objects_tagging.devdocs.json +++ b/api_docs/saved_objects_tagging.devdocs.json @@ -23,7 +23,7 @@ "text": "SavedObjectsTaggingApi" } ], - "path": "x-pack/plugins/saved_objects_tagging/public/types.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/public/types.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -41,7 +41,7 @@ "tags": [], "label": "CreateTagAssignmentServiceOptions", "description": [], - "path": "x-pack/plugins/saved_objects_tagging/server/types.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -53,15 +53,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], - "path": "x-pack/plugins/saved_objects_tagging/server/types.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -75,7 +69,7 @@ "tags": [], "label": "CreateTagClientOptions", "description": [], - "path": "x-pack/plugins/saved_objects_tagging/server/types.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -87,15 +81,9 @@ "label": "client", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], - "path": "x-pack/plugins/saved_objects_tagging/server/types.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -121,7 +109,7 @@ "UpdateTagAssignmentsOptions", ") => Promise; }" ], - "path": "x-pack/plugins/saved_objects_tagging/server/services/assignments/assignment_service.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/server/services/assignments/assignment_service.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -135,7 +123,7 @@ "tags": [], "label": "SavedObjectTaggingStart", "description": [], - "path": "x-pack/plugins/saved_objects_tagging/server/types.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -166,7 +154,7 @@ "text": "ITagsClient" } ], - "path": "x-pack/plugins/saved_objects_tagging/server/types.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -186,7 +174,7 @@ "text": "CreateTagClientOptions" } ], - "path": "x-pack/plugins/saved_objects_tagging/server/types.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -221,7 +209,7 @@ "text": "IAssignmentService" } ], - "path": "x-pack/plugins/saved_objects_tagging/server/types.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -241,7 +229,7 @@ "text": "CreateTagAssignmentServiceOptions" } ], - "path": "x-pack/plugins/saved_objects_tagging/server/types.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -266,13 +254,7 @@ "description": [], "signature": [ "(capabilities: ", - { - "pluginId": "@kbn/core-capabilities-common", - "scope": "common", - "docId": "kibKbnCoreCapabilitiesCommonPluginApi", - "section": "def-common.Capabilities", - "text": "Capabilities" - }, + "Capabilities", ") => ", { "pluginId": "savedObjectsTagging", @@ -282,7 +264,7 @@ "text": "TagsCapabilities" } ], - "path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/capabilities.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -294,15 +276,9 @@ "label": "capabilities", "description": [], "signature": [ - { - "pluginId": "@kbn/core-capabilities-common", - "scope": "common", - "docId": "kibKbnCoreCapabilitiesCommonPluginApi", - "section": "def-common.Capabilities", - "text": "Capabilities" - } + "Capabilities" ], - "path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/capabilities.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -321,7 +297,7 @@ "signature": [ "(color: string) => string | undefined" ], - "path": "x-pack/plugins/saved_objects_tagging/common/validation.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/validation.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -335,7 +311,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/saved_objects_tagging/common/validation.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/validation.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -354,7 +330,7 @@ "signature": [ "(description: string) => string | undefined" ], - "path": "x-pack/plugins/saved_objects_tagging/common/validation.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/validation.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -368,7 +344,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/saved_objects_tagging/common/validation.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/validation.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -387,7 +363,7 @@ "signature": [ "(name: string) => string | undefined" ], - "path": "x-pack/plugins/saved_objects_tagging/common/validation.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/validation.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -401,7 +377,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/saved_objects_tagging/common/validation.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/validation.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -421,7 +397,7 @@ "description": [ "\nRepresent the UI capabilities for the `savedObjectsTagging` section of `Capabilities`" ], - "path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/capabilities.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -432,7 +408,7 @@ "tags": [], "label": "view", "description": [], - "path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/capabilities.ts", "deprecated": false, "trackAdoption": false }, @@ -443,7 +419,7 @@ "tags": [], "label": "create", "description": [], - "path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/capabilities.ts", "deprecated": false, "trackAdoption": false }, @@ -454,7 +430,7 @@ "tags": [], "label": "edit", "description": [], - "path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/capabilities.ts", "deprecated": false, "trackAdoption": false }, @@ -465,7 +441,7 @@ "tags": [], "label": "delete", "description": [], - "path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/capabilities.ts", "deprecated": false, "trackAdoption": false }, @@ -476,7 +452,7 @@ "tags": [], "label": "assign", "description": [], - "path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/capabilities.ts", "deprecated": false, "trackAdoption": false }, @@ -487,7 +463,7 @@ "tags": [], "label": "viewConnections", "description": [], - "path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/capabilities.ts", "deprecated": false, "trackAdoption": false } @@ -501,7 +477,7 @@ "tags": [], "label": "TagValidation", "description": [], - "path": "x-pack/plugins/saved_objects_tagging/common/validation.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/validation.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -512,7 +488,7 @@ "tags": [], "label": "valid", "description": [], - "path": "x-pack/plugins/saved_objects_tagging/common/validation.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/validation.ts", "deprecated": false, "trackAdoption": false }, @@ -526,7 +502,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/saved_objects_tagging/common/validation.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/validation.ts", "deprecated": false, "trackAdoption": false }, @@ -540,7 +516,7 @@ "signature": [ "{ id?: string | undefined; name?: string | undefined; color?: string | undefined; description?: string | undefined; managed?: string | undefined; }" ], - "path": "x-pack/plugins/saved_objects_tagging/common/validation.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/validation.ts", "deprecated": false, "trackAdoption": false } @@ -560,7 +536,7 @@ "signature": [ "100" ], - "path": "x-pack/plugins/saved_objects_tagging/common/validation.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/validation.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -577,7 +553,7 @@ "signature": [ "\"savedObjectsTagging\"" ], - "path": "x-pack/plugins/saved_objects_tagging/common/constants.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -594,7 +570,7 @@ "signature": [ "\"tags\"" ], - "path": "x-pack/plugins/saved_objects_tagging/common/constants.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -609,7 +585,7 @@ "signature": [ "50" ], - "path": "x-pack/plugins/saved_objects_tagging/common/validation.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/validation.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -624,7 +600,7 @@ "signature": [ "2" ], - "path": "x-pack/plugins/saved_objects_tagging/common/validation.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/validation.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -641,7 +617,7 @@ "signature": [ "\"tag\"" ], - "path": "x-pack/plugins/saved_objects_tagging/common/constants.ts", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/saved_objects_tagging.mdx b/api_docs/saved_objects_tagging.mdx index 091692156a26f..80c79ea70c9d3 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-12-27 +date: 2025-01-05 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 35e8a0f485113..9de976f49eada 100644 --- a/api_docs/saved_objects_tagging_oss.devdocs.json +++ b/api_docs/saved_objects_tagging_oss.devdocs.json @@ -13,7 +13,7 @@ "description": [ "\nOptions for the {@link SavedObjectsTaggingApiUi.getSearchBarFilter | getSearchBarFilter api}\n" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -29,7 +29,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false }, @@ -45,7 +45,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false } @@ -61,7 +61,7 @@ "description": [ "\nOptions for the {@link SavedObjectsTaggingApiUi.getTableColumnDefinition | getTableColumnDefinition api}\n" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -77,7 +77,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false } @@ -91,7 +91,7 @@ "tags": [], "label": "ITagsCache", "description": [], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -115,7 +115,7 @@ }, "[]" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -143,7 +143,7 @@ }, "[]>" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -154,7 +154,7 @@ "tags": [], "label": "params", "description": [], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -168,7 +168,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false } @@ -187,7 +187,7 @@ "tags": [], "label": "ParsedSearchQuery", "description": [], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -198,7 +198,7 @@ "tags": [], "label": "searchTerm", "description": [], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false }, @@ -210,16 +210,10 @@ "label": "tagReferences", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", "[]" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false }, @@ -231,16 +225,10 @@ "label": "tagReferencesToExclude", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", "[]" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false }, @@ -251,7 +239,7 @@ "tags": [], "label": "valid", "description": [], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false } @@ -267,7 +255,7 @@ "description": [ "\nOptions for the {@link SavedObjectsTaggingApiUi.parseSearchQuery | parseSearchQuery api}\n" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -283,7 +271,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false }, @@ -299,7 +287,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false } @@ -313,7 +301,7 @@ "tags": [], "label": "SavedObjectsTaggingApi", "description": [], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -335,7 +323,7 @@ "text": "ITagsClient" } ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false }, @@ -357,7 +345,7 @@ "text": "ITagsCache" } ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false }, @@ -379,7 +367,7 @@ "text": "SavedObjectsTaggingApiUi" } ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false } @@ -395,7 +383,7 @@ "description": [ "\nReact components and utility methods to use the SO tagging feature\n" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -419,7 +407,7 @@ }, " | undefined" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -433,7 +421,7 @@ "signature": [ "string" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -461,7 +449,7 @@ }, "[]" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -488,7 +476,7 @@ " | undefined) => ", "SearchFilterConfig" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -509,7 +497,7 @@ }, " | undefined" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -538,16 +526,10 @@ " | undefined) => ", "EuiTableFieldDataColumnType", "<", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", ">" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -568,7 +550,7 @@ }, " | undefined" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -587,16 +569,10 @@ ], "signature": [ "(tagName: string) => ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", " | undefined" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -610,7 +586,7 @@ "signature": [ "string" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -646,7 +622,7 @@ }, ">" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -662,7 +638,7 @@ "signature": [ "string" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -686,7 +662,7 @@ }, " | undefined" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -705,24 +681,12 @@ ], "signature": [ "(references: (", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", " | ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", ")[]) => string[]" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -735,24 +699,12 @@ "description": [], "signature": [ "(", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", " | ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsFindOptionsReference", - "text": "SavedObjectsFindOptionsReference" - }, + "SavedObjectsFindOptionsReference", ")[]" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -772,7 +724,7 @@ "signature": [ "(tagName: string) => string | undefined" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -786,7 +738,7 @@ "signature": [ "string" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -805,24 +757,12 @@ ], "signature": [ "(references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[], newTagIds: string[]) => ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -834,16 +774,10 @@ "label": "references", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -858,7 +792,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -884,7 +818,7 @@ "text": "SavedObjectsTaggingApiUiComponent" } ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false } @@ -900,7 +834,7 @@ "description": [ "\nReact UI components to be used to display the tagging feature in any application.\n" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -924,7 +858,7 @@ }, ">" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -979,7 +913,7 @@ }, ">" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1034,7 +968,7 @@ }, ">" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1081,7 +1015,7 @@ "description": [ "\nProps type for the {@link SavedObjectsTaggingApiUiComponent.TagList | TagList component}\n" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1096,16 +1030,10 @@ ], "signature": [ "{ references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false }, @@ -1129,7 +1057,7 @@ }, ") => void) | undefined" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1149,7 +1077,7 @@ "text": "TagWithOptionalId" } ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1177,7 +1105,7 @@ }, ") => JSX.Element) | undefined" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1197,7 +1125,7 @@ "text": "TagWithOptionalId" } ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1217,7 +1145,7 @@ "description": [ "\nProps type for the {@link SavedObjectsTaggingApiUiComponent.TagSelector | TagSelector component}\n" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1233,7 +1161,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false }, @@ -1249,7 +1177,7 @@ "signature": [ "(ids: string[]) => void" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1263,7 +1191,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1307,7 +1235,7 @@ }, " | { type: \"__create_option__\"; }>> & { initialSelection: string[]; onTagsSelected: (ids: string[]) => void; markOptional?: boolean | undefined; }" ], - "path": "src/plugins/saved_objects_tagging_oss/public/api.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/api.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1321,7 +1249,7 @@ "tags": [], "label": "SavedObjectTaggingOssPluginSetup", "description": [], - "path": "src/plugins/saved_objects_tagging_oss/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1345,7 +1273,7 @@ }, ">) => void" ], - "path": "src/plugins/saved_objects_tagging_oss/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1367,7 +1295,7 @@ }, ">" ], - "path": "src/plugins/saved_objects_tagging_oss/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1386,7 +1314,7 @@ "tags": [], "label": "SavedObjectTaggingOssPluginStart", "description": [], - "path": "src/plugins/saved_objects_tagging_oss/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1402,7 +1330,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/saved_objects_tagging_oss/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1428,7 +1356,7 @@ }, " | undefined" ], - "path": "src/plugins/saved_objects_tagging_oss/public/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1458,7 +1386,7 @@ "tags": [], "label": "CreateTagOptions", "description": [], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1472,7 +1400,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1486,7 +1414,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1500,7 +1428,7 @@ "signature": [ "boolean | \"wait_for\" | undefined" ], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1514,7 +1442,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -1528,7 +1456,7 @@ "tags": [], "label": "GetAllTagsOptions", "description": [], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1542,7 +1470,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -1556,7 +1484,7 @@ "tags": [], "label": "ITagsClient", "description": [], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1594,7 +1522,7 @@ }, ">" ], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1614,7 +1542,7 @@ "text": "TagAttributes" } ], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1636,7 +1564,7 @@ }, " | undefined" ], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1662,7 +1590,7 @@ }, ">" ], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1676,7 +1604,7 @@ "signature": [ "string" ], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1710,7 +1638,7 @@ }, "[]>" ], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1731,7 +1659,7 @@ }, " | undefined" ], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1757,7 +1685,7 @@ }, " | null>" ], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1771,7 +1699,7 @@ "signature": [ "string" ], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1783,7 +1711,7 @@ "tags": [], "label": "options", "description": [], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1797,7 +1725,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -1816,7 +1744,7 @@ "signature": [ "(id: string) => Promise" ], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1830,7 +1758,7 @@ "signature": [ "string" ], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1864,7 +1792,7 @@ }, ">" ], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1878,7 +1806,7 @@ "signature": [ "string" ], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1899,7 +1827,7 @@ "text": "TagAttributes" } ], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1917,7 +1845,7 @@ "tags": [], "label": "Tag", "description": [], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1928,7 +1856,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1939,7 +1867,7 @@ "tags": [], "label": "managed", "description": [], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1950,7 +1878,7 @@ "tags": [], "label": "name", "description": [], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1961,7 +1889,7 @@ "tags": [], "label": "description", "description": [], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1972,7 +1900,7 @@ "tags": [], "label": "color", "description": [], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -1986,7 +1914,7 @@ "tags": [], "label": "TagAttributes", "description": [], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1997,7 +1925,7 @@ "tags": [], "label": "name", "description": [], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2008,7 +1936,7 @@ "tags": [], "label": "description", "description": [], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2019,7 +1947,7 @@ "tags": [], "label": "color", "description": [], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -2047,7 +1975,7 @@ }, ", \"id\"> & { id?: string | undefined; }" ], - "path": "src/plugins/saved_objects_tagging_oss/common/types.ts", + "path": "src/platform/plugins/shared/saved_objects_tagging_oss/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/saved_objects_tagging_oss.mdx b/api_docs/saved_objects_tagging_oss.mdx index 839a1c0b82060..38a74857fb3d3 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-12-27 +date: 2025-01-05 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 c77059f6cce49..125a8a9a2a8d8 100644 --- a/api_docs/saved_search.devdocs.json +++ b/api_docs/saved_search.devdocs.json @@ -13,7 +13,7 @@ "signature": [ "(id?: string | undefined) => string" ], - "path": "src/plugins/saved_search/common/saved_searches_url.ts", + "path": "src/platform/plugins/shared/saved_search/common/saved_searches_url.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -27,7 +27,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_search/common/saved_searches_url.ts", + "path": "src/platform/plugins/shared/saved_search/common/saved_searches_url.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -46,7 +46,7 @@ "signature": [ "(id?: string | undefined) => string" ], - "path": "src/plugins/saved_search/common/saved_searches_url.ts", + "path": "src/platform/plugins/shared/saved_search/common/saved_searches_url.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -60,7 +60,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_search/common/saved_searches_url.ts", + "path": "src/platform/plugins/shared/saved_search/common/saved_searches_url.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -95,7 +95,7 @@ "text": "SavedSearch" } ], - "path": "src/plugins/saved_search/public/services/saved_searches/types.ts", + "path": "src/platform/plugins/shared/saved_search/public/services/saved_searches/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -109,7 +109,7 @@ "signature": [ "{ outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; aliasTargetId?: string | undefined; aliasPurpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; errorJSON?: string | undefined; } | undefined" ], - "path": "src/plugins/saved_search/public/services/saved_searches/types.ts", + "path": "src/platform/plugins/shared/saved_search/public/services/saved_searches/types.ts", "deprecated": false, "trackAdoption": false } @@ -123,7 +123,7 @@ "tags": [], "label": "SavedSearchUnwrapMetaInfo", "description": [], - "path": "src/plugins/saved_search/public/services/saved_searches/to_saved_search.ts", + "path": "src/platform/plugins/shared/saved_search/public/services/saved_searches/to_saved_search.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -137,7 +137,7 @@ "signature": [ "{ outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; aliasTargetId?: string | undefined; aliasPurpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; errorJSON?: string | undefined; } | undefined" ], - "path": "src/plugins/saved_search/public/services/saved_searches/to_saved_search.ts", + "path": "src/platform/plugins/shared/saved_search/public/services/saved_searches/to_saved_search.ts", "deprecated": false, "trackAdoption": false }, @@ -151,7 +151,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/saved_search/public/services/saved_searches/to_saved_search.ts", + "path": "src/platform/plugins/shared/saved_search/public/services/saved_searches/to_saved_search.ts", "deprecated": false, "trackAdoption": false } @@ -165,7 +165,7 @@ "tags": [], "label": "SavedSearchUnwrapResult", "description": [], - "path": "src/plugins/saved_search/public/services/saved_searches/to_saved_search.ts", + "path": "src/platform/plugins/shared/saved_search/public/services/saved_searches/to_saved_search.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -189,7 +189,7 @@ }, "[]; }" ], - "path": "src/plugins/saved_search/public/services/saved_searches/to_saved_search.ts", + "path": "src/platform/plugins/shared/saved_search/public/services/saved_searches/to_saved_search.ts", "deprecated": false, "trackAdoption": false }, @@ -210,7 +210,7 @@ }, " | undefined" ], - "path": "src/plugins/saved_search/public/services/saved_searches/to_saved_search.ts", + "path": "src/platform/plugins/shared/saved_search/public/services/saved_searches/to_saved_search.ts", "deprecated": false, "trackAdoption": false } @@ -224,7 +224,7 @@ "tags": [], "label": "SaveSavedSearchOptions", "description": [], - "path": "src/plugins/saved_search/public/services/saved_searches/save_saved_searches.ts", + "path": "src/platform/plugins/shared/saved_search/public/services/saved_searches/save_saved_searches.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -238,7 +238,7 @@ "signature": [ "(() => void) | undefined" ], - "path": "src/plugins/saved_search/public/services/saved_searches/save_saved_searches.ts", + "path": "src/platform/plugins/shared/saved_search/public/services/saved_searches/save_saved_searches.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -254,7 +254,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/saved_search/public/services/saved_searches/save_saved_searches.ts", + "path": "src/platform/plugins/shared/saved_search/public/services/saved_searches/save_saved_searches.ts", "deprecated": false, "trackAdoption": false }, @@ -268,7 +268,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/saved_search/public/services/saved_searches/save_saved_searches.ts", + "path": "src/platform/plugins/shared/saved_search/public/services/saved_searches/save_saved_searches.ts", "deprecated": false, "trackAdoption": false } @@ -284,7 +284,7 @@ "tags": [], "label": "VIEW_MODE", "description": [], - "path": "src/plugins/saved_search/common/index.ts", + "path": "src/platform/plugins/shared/saved_search/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -311,7 +311,7 @@ }, "[]; }" ], - "path": "src/plugins/saved_search/public/services/saved_searches/types.ts", + "path": "src/platform/plugins/shared/saved_search/public/services/saved_searches/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -327,7 +327,7 @@ "description": [ "\nSaved search plugin public Setup contract" ], - "path": "src/plugins/saved_search/public/plugin.ts", + "path": "src/platform/plugins/shared/saved_search/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -351,7 +351,7 @@ }, ">" ], - "path": "src/plugins/saved_search/public/plugin.ts", + "path": "src/platform/plugins/shared/saved_search/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -365,7 +365,7 @@ "signature": [ "string" ], - "path": "src/plugins/saved_search/public/plugin.ts", + "path": "src/platform/plugins/shared/saved_search/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -380,7 +380,7 @@ "signature": [ "Serialized | undefined" ], - "path": "src/plugins/saved_search/public/plugin.ts", + "path": "src/platform/plugins/shared/saved_search/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -405,7 +405,7 @@ "text": "SavedSearch" } ], - "path": "src/plugins/saved_search/public/plugin.ts", + "path": "src/platform/plugins/shared/saved_search/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -431,7 +431,7 @@ "SavedSearchAttributes", ">[]>" ], - "path": "src/plugins/saved_search/public/plugin.ts", + "path": "src/platform/plugins/shared/saved_search/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -463,7 +463,7 @@ }, " | undefined) => Promise" ], - "path": "src/plugins/saved_search/public/plugin.ts", + "path": "src/platform/plugins/shared/saved_search/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -483,7 +483,7 @@ "text": "SavedSearch" } ], - "path": "src/plugins/saved_search/public/plugin.ts", + "path": "src/platform/plugins/shared/saved_search/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -505,7 +505,7 @@ }, " | undefined" ], - "path": "src/plugins/saved_search/public/plugin.ts", + "path": "src/platform/plugins/shared/saved_search/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -531,7 +531,7 @@ }, ", \"newTitle\" | \"isTitleDuplicateConfirmed\" | \"onTitleDuplicate\">) => Promise" ], - "path": "src/plugins/saved_search/public/plugin.ts", + "path": "src/platform/plugins/shared/saved_search/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -553,7 +553,7 @@ }, ", \"newTitle\" | \"isTitleDuplicateConfirmed\" | \"onTitleDuplicate\">" ], - "path": "src/plugins/saved_search/public/plugin.ts", + "path": "src/platform/plugins/shared/saved_search/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -589,7 +589,7 @@ }, ">" ], - "path": "src/plugins/saved_search/public/plugin.ts", + "path": "src/platform/plugins/shared/saved_search/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -609,7 +609,7 @@ "text": "SavedSearchUnwrapResult" } ], - "path": "src/plugins/saved_search/public/plugin.ts", + "path": "src/platform/plugins/shared/saved_search/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -624,7 +624,7 @@ "signature": [ "Serialized | undefined" ], - "path": "src/plugins/saved_search/public/plugin.ts", + "path": "src/platform/plugins/shared/saved_search/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -658,7 +658,7 @@ }, ">" ], - "path": "src/plugins/saved_search/server/services/saved_searches/get_saved_searches.ts", + "path": "src/platform/plugins/shared/saved_search/server/services/saved_searches/get_saved_searches.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -672,7 +672,7 @@ "signature": [ "string" ], - "path": "src/plugins/saved_search/server/services/saved_searches/get_saved_searches.ts", + "path": "src/platform/plugins/shared/saved_search/server/services/saved_searches/get_saved_searches.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -687,7 +687,7 @@ "signature": [ "GetSavedSearchDependencies" ], - "path": "src/plugins/saved_search/server/services/saved_searches/get_saved_searches.ts", + "path": "src/platform/plugins/shared/saved_search/server/services/saved_searches/get_saved_searches.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -743,7 +743,7 @@ }, ", managed: boolean, serialized?: Serialized) => ReturnType" ], - "path": "src/plugins/saved_search/common/saved_searches_utils.ts", + "path": "src/platform/plugins/shared/saved_search/common/saved_searches_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -757,7 +757,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_search/common/saved_searches_utils.ts", + "path": "src/platform/plugins/shared/saved_search/common/saved_searches_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -772,7 +772,7 @@ "signature": [ "SavedSearchAttributes" ], - "path": "src/plugins/saved_search/common/saved_searches_utils.ts", + "path": "src/platform/plugins/shared/saved_search/common/saved_searches_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -787,7 +787,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/saved_search/common/saved_searches_utils.ts", + "path": "src/platform/plugins/shared/saved_search/common/saved_searches_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -816,7 +816,7 @@ "text": "SerializedSearchSourceFields" } ], - "path": "src/plugins/saved_search/common/saved_searches_utils.ts", + "path": "src/platform/plugins/shared/saved_search/common/saved_searches_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -831,7 +831,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/saved_search/common/saved_searches_utils.ts", + "path": "src/platform/plugins/shared/saved_search/common/saved_searches_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -846,7 +846,7 @@ "signature": [ "Serialized" ], - "path": "src/plugins/saved_search/common/saved_searches_utils.ts", + "path": "src/platform/plugins/shared/saved_search/common/saved_searches_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -864,13 +864,7 @@ "description": [], "signature": [ "(getStartDependencies: (getKibanaRequest: (() => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") | undefined) => Promise<", "KibanaContextStartDependencies", ">) => ", @@ -882,7 +876,7 @@ "text": "ExpressionFunctionKibanaContext" } ], - "path": "src/plugins/saved_search/common/expressions/kibana_context.ts", + "path": "src/platform/plugins/shared/saved_search/common/expressions/kibana_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -895,18 +889,12 @@ "description": [], "signature": [ "(getKibanaRequest: (() => ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") | undefined) => Promise<", "KibanaContextStartDependencies", ">" ], - "path": "src/plugins/saved_search/common/expressions/kibana_context.ts", + "path": "src/platform/plugins/shared/saved_search/common/expressions/kibana_context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -925,7 +913,7 @@ "signature": [ "(id?: string | undefined) => string" ], - "path": "src/plugins/saved_search/common/saved_searches_url.ts", + "path": "src/platform/plugins/shared/saved_search/common/saved_searches_url.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -939,7 +927,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_search/common/saved_searches_url.ts", + "path": "src/platform/plugins/shared/saved_search/common/saved_searches_url.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -958,7 +946,7 @@ "signature": [ "(id?: string | undefined) => string" ], - "path": "src/plugins/saved_search/common/saved_searches_url.ts", + "path": "src/platform/plugins/shared/saved_search/common/saved_searches_url.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -972,7 +960,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/saved_search/common/saved_searches_url.ts", + "path": "src/platform/plugins/shared/saved_search/common/saved_searches_url.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1000,7 +988,7 @@ ", searchSourceJSON: string) => ", "SavedSearchAttributes" ], - "path": "src/plugins/saved_search/common/service/saved_searches_utils.ts", + "path": "src/platform/plugins/shared/saved_search/common/service/saved_searches_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1020,7 +1008,7 @@ "text": "SavedSearch" } ], - "path": "src/plugins/saved_search/common/service/saved_searches_utils.ts", + "path": "src/platform/plugins/shared/saved_search/common/service/saved_searches_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1035,7 +1023,7 @@ "signature": [ "string" ], - "path": "src/plugins/saved_search/common/service/saved_searches_utils.ts", + "path": "src/platform/plugins/shared/saved_search/common/service/saved_searches_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1070,7 +1058,7 @@ "text": "SerializableRecord" } ], - "path": "src/plugins/saved_search/common/types.ts", + "path": "src/platform/plugins/shared/saved_search/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1092,7 +1080,7 @@ }, "> | undefined" ], - "path": "src/plugins/saved_search/common/types.ts", + "path": "src/platform/plugins/shared/saved_search/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -1123,7 +1111,7 @@ "text": "SerializableRecord" } ], - "path": "src/plugins/saved_search/common/types.ts", + "path": "src/platform/plugins/shared/saved_search/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1137,7 +1125,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/saved_search/common/types.ts", + "path": "src/platform/plugins/shared/saved_search/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -1153,7 +1141,7 @@ "tags": [], "label": "VIEW_MODE", "description": [], - "path": "src/plugins/saved_search/common/index.ts", + "path": "src/platform/plugins/shared/saved_search/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1170,7 +1158,7 @@ "signature": [ "1" ], - "path": "src/plugins/saved_search/common/constants.ts", + "path": "src/platform/plugins/shared/saved_search/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1185,7 +1173,7 @@ "signature": [ "10000" ], - "path": "src/plugins/saved_search/common/constants.ts", + "path": "src/platform/plugins/shared/saved_search/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1200,7 +1188,7 @@ "signature": [ "1" ], - "path": "src/plugins/saved_search/common/constants.ts", + "path": "src/platform/plugins/shared/saved_search/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1224,16 +1212,10 @@ "text": "ISearchSource" }, "; id?: string | undefined; tags?: string[] | undefined; managed: boolean; references?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; sharingSavedObjectProps?: { outcome?: \"exactMatch\" | \"aliasMatch\" | \"conflict\" | undefined; aliasTargetId?: string | undefined; aliasPurpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; errorJSON?: string | undefined; } | undefined; }" ], - "path": "src/plugins/saved_search/common/types.ts", + "path": "src/platform/plugins/shared/saved_search/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1248,7 +1230,7 @@ "signature": [ "\"search\"" ], - "path": "src/plugins/saved_search/common/constants.ts", + "path": "src/platform/plugins/shared/saved_search/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1263,7 +1245,7 @@ "signature": [ "\"discover session\"" ], - "path": "src/plugins/saved_search/common/constants.ts", + "path": "src/platform/plugins/shared/saved_search/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/saved_search.mdx b/api_docs/saved_search.mdx index 42597f6ab6240..f839bf0f1961d 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-12-27 +date: 2025-01-05 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 2e2b0a0d0648f..6706c6f56367f 100644 --- a/api_docs/screenshot_mode.devdocs.json +++ b/api_docs/screenshot_mode.devdocs.json @@ -15,7 +15,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/screenshot_mode/common/mode.ts", + "path": "src/platform/plugins/shared/screenshot_mode/common/mode.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -36,7 +36,7 @@ "signature": [ "\"__KBN_SCREENSHOT_MODE_ENABLED_KEY__\"" ], - "path": "src/plugins/screenshot_mode/common/mode.ts", + "path": "src/platform/plugins/shared/screenshot_mode/common/mode.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -48,7 +48,7 @@ "tags": [], "label": "KBN_SCREENSHOT_MODE_HEADER", "description": [], - "path": "src/plugins/screenshot_mode/common/constants.ts", + "path": "src/platform/plugins/shared/screenshot_mode/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -71,7 +71,7 @@ "text": "ScreenshotModePublicSetup" } ], - "path": "src/plugins/screenshot_mode/public/types.ts", + "path": "src/platform/plugins/shared/screenshot_mode/public/types.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -93,7 +93,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/screenshot_mode/common/mode.ts", + "path": "src/platform/plugins/shared/screenshot_mode/common/mode.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -114,7 +114,7 @@ "signature": [ "\"__KBN_SCREENSHOT_MODE_ENABLED_KEY__\"" ], - "path": "src/plugins/screenshot_mode/common/mode.ts", + "path": "src/platform/plugins/shared/screenshot_mode/common/mode.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -126,7 +126,7 @@ "tags": [], "label": "KBN_SCREENSHOT_MODE_HEADER", "description": [], - "path": "src/plugins/screenshot_mode/common/constants.ts", + "path": "src/platform/plugins/shared/screenshot_mode/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -139,16 +139,10 @@ "label": "ScreenshotModeRequestHandlerContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.RequestHandlerContext", - "text": "RequestHandlerContext" - }, + "RequestHandlerContext", " & { screenshotMode: Promise<{ isScreenshot: boolean; }>; }" ], - "path": "src/plugins/screenshot_mode/server/types.ts", + "path": "src/platform/plugins/shared/screenshot_mode/server/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -179,7 +173,7 @@ "text": "ScreenshotModeServerStart" } ], - "path": "src/plugins/screenshot_mode/server/types.ts", + "path": "src/platform/plugins/shared/screenshot_mode/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -195,7 +189,7 @@ "signature": [ "(key: string, value: T) => void" ], - "path": "src/plugins/screenshot_mode/server/types.ts", + "path": "src/platform/plugins/shared/screenshot_mode/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -211,7 +205,7 @@ "signature": [ "string" ], - "path": "src/plugins/screenshot_mode/server/types.ts", + "path": "src/platform/plugins/shared/screenshot_mode/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -228,7 +222,7 @@ "signature": [ "T" ], - "path": "src/plugins/screenshot_mode/server/types.ts", + "path": "src/platform/plugins/shared/screenshot_mode/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -248,7 +242,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/screenshot_mode/server/types.ts", + "path": "src/platform/plugins/shared/screenshot_mode/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -265,7 +259,7 @@ "tags": [], "label": "ScreenshotModeServerStart", "description": [], - "path": "src/plugins/screenshot_mode/server/types.ts", + "path": "src/platform/plugins/shared/screenshot_mode/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -280,16 +274,10 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => boolean" ], - "path": "src/plugins/screenshot_mode/server/types.ts", + "path": "src/platform/plugins/shared/screenshot_mode/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -301,16 +289,10 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "src/plugins/screenshot_mode/server/types.ts", + "path": "src/platform/plugins/shared/screenshot_mode/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -340,7 +322,7 @@ "signature": [ "(key: string, defaultValue: T | undefined) => T | undefined" ], - "path": "src/plugins/screenshot_mode/common/context.ts", + "path": "src/platform/plugins/shared/screenshot_mode/common/context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -356,7 +338,7 @@ "signature": [ "string" ], - "path": "src/plugins/screenshot_mode/common/context.ts", + "path": "src/platform/plugins/shared/screenshot_mode/common/context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -373,7 +355,7 @@ "signature": [ "T | undefined" ], - "path": "src/plugins/screenshot_mode/common/context.ts", + "path": "src/platform/plugins/shared/screenshot_mode/common/context.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -396,7 +378,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/screenshot_mode/common/mode.ts", + "path": "src/platform/plugins/shared/screenshot_mode/common/mode.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -415,7 +397,7 @@ "signature": [ "(key: string, value: T) => void" ], - "path": "src/plugins/screenshot_mode/common/context.ts", + "path": "src/platform/plugins/shared/screenshot_mode/common/context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -431,7 +413,7 @@ "signature": [ "string" ], - "path": "src/plugins/screenshot_mode/common/context.ts", + "path": "src/platform/plugins/shared/screenshot_mode/common/context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -448,7 +430,7 @@ "signature": [ "T" ], - "path": "src/plugins/screenshot_mode/common/context.ts", + "path": "src/platform/plugins/shared/screenshot_mode/common/context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -467,7 +449,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/screenshot_mode/common/mode.ts", + "path": "src/platform/plugins/shared/screenshot_mode/common/mode.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -486,7 +468,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/screenshot_mode/common/mode.ts", + "path": "src/platform/plugins/shared/screenshot_mode/common/mode.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -507,7 +489,7 @@ "signature": [ "\"__KBN_SCREENSHOT_MODE_ENABLED_KEY__\"" ], - "path": "src/plugins/screenshot_mode/common/mode.ts", + "path": "src/platform/plugins/shared/screenshot_mode/common/mode.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -519,7 +501,7 @@ "tags": [], "label": "KBN_SCREENSHOT_MODE_HEADER", "description": [], - "path": "src/plugins/screenshot_mode/common/constants.ts", + "path": "src/platform/plugins/shared/screenshot_mode/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/screenshot_mode.mdx b/api_docs/screenshot_mode.mdx index a2c2872161311..afe6d2217643e 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-12-27 +date: 2025-01-05 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 6aee48d6c3eed..3b97517d3402b 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'screenshotting'] --- import screenshottingObj from './screenshotting.devdocs.json'; diff --git a/api_docs/search_assistant.devdocs.json b/api_docs/search_assistant.devdocs.json index f2f5eb9bec4e8..45b17b3b6cf45 100644 --- a/api_docs/search_assistant.devdocs.json +++ b/api_docs/search_assistant.devdocs.json @@ -14,7 +14,7 @@ "tags": [], "label": "SearchAssistantPluginSetup", "description": [], - "path": "x-pack/plugins/search_assistant/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_assistant/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -28,7 +28,7 @@ "tags": [], "label": "SearchAssistantPluginStart", "description": [], - "path": "x-pack/plugins/search_assistant/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_assistant/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -50,7 +50,7 @@ "tags": [], "label": "SearchAssistantPluginSetup", "description": [], - "path": "x-pack/plugins/search_assistant/server/types.ts", + "path": "x-pack/solutions/search/plugins/search_assistant/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -64,7 +64,7 @@ "tags": [], "label": "SearchAssistantPluginStart", "description": [], - "path": "x-pack/plugins/search_assistant/server/types.ts", + "path": "x-pack/solutions/search/plugins/search_assistant/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -88,7 +88,7 @@ "signature": [ "\"searchAssistant\"" ], - "path": "x-pack/plugins/search_assistant/common/index.ts", + "path": "x-pack/solutions/search/plugins/search_assistant/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -103,7 +103,7 @@ "signature": [ "\"searchAssistant\"" ], - "path": "x-pack/plugins/search_assistant/common/index.ts", + "path": "x-pack/solutions/search/plugins/search_assistant/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/search_assistant.mdx b/api_docs/search_assistant.mdx index a416c513a901a..3cac5a31ff607 100644 --- a/api_docs/search_assistant.mdx +++ b/api_docs/search_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchAssistant title: "searchAssistant" image: https://source.unsplash.com/400x175/?github description: API docs for the searchAssistant plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchAssistant'] --- import searchAssistantObj from './search_assistant.devdocs.json'; diff --git a/api_docs/search_connectors.devdocs.json b/api_docs/search_connectors.devdocs.json index 2a7fc789e21b0..ffcd601d06c0f 100644 --- a/api_docs/search_connectors.devdocs.json +++ b/api_docs/search_connectors.devdocs.json @@ -14,7 +14,7 @@ "tags": [], "label": "SearchConnectorsPluginSetup", "description": [], - "path": "x-pack/plugins/search_connectors/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_connectors/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -36,7 +36,7 @@ }, "[]" ], - "path": "x-pack/plugins/search_connectors/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_connectors/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -53,7 +53,7 @@ "tags": [], "label": "SearchConnectorsPluginStart", "description": [], - "path": "x-pack/plugins/search_connectors/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_connectors/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -75,7 +75,7 @@ }, "[]" ], - "path": "x-pack/plugins/search_connectors/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_connectors/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -100,7 +100,7 @@ "tags": [], "label": "SearchConnectorsPluginSetup", "description": [], - "path": "x-pack/plugins/search_connectors/server/types.ts", + "path": "x-pack/solutions/search/plugins/search_connectors/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -122,7 +122,7 @@ }, "[]" ], - "path": "x-pack/plugins/search_connectors/server/types.ts", + "path": "x-pack/solutions/search/plugins/search_connectors/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -139,7 +139,7 @@ "tags": [], "label": "SearchConnectorsPluginStart", "description": [], - "path": "x-pack/plugins/search_connectors/server/types.ts", + "path": "x-pack/solutions/search/plugins/search_connectors/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], diff --git a/api_docs/search_connectors.mdx b/api_docs/search_connectors.mdx index 762c43ff658e5..a12f63d54db90 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchConnectors'] --- import searchConnectorsObj from './search_connectors.devdocs.json'; diff --git a/api_docs/search_homepage.devdocs.json b/api_docs/search_homepage.devdocs.json index 120a1d1e08f93..e3904f33c0ced 100644 --- a/api_docs/search_homepage.devdocs.json +++ b/api_docs/search_homepage.devdocs.json @@ -11,7 +11,7 @@ "tags": [], "label": "SearchHomepageAppInfo", "description": [], - "path": "x-pack/plugins/search_homepage/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_homepage/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -22,7 +22,7 @@ "tags": [], "label": "appRoute", "description": [], - "path": "x-pack/plugins/search_homepage/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_homepage/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -33,7 +33,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/search_homepage/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_homepage/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -44,7 +44,7 @@ "tags": [], "label": "title", "description": [], - "path": "x-pack/plugins/search_homepage/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_homepage/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -62,7 +62,7 @@ "tags": [], "label": "SearchHomepagePluginSetup", "description": [], - "path": "x-pack/plugins/search_homepage/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_homepage/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -84,7 +84,7 @@ "text": "SearchHomepageAppInfo" } ], - "path": "x-pack/plugins/search_homepage/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_homepage/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -100,7 +100,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/search_homepage/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_homepage/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -119,7 +119,7 @@ "tags": [], "label": "SearchHomepagePluginStart", "description": [], - "path": "x-pack/plugins/search_homepage/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_homepage/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -141,7 +141,7 @@ "text": "SearchHomepageAppInfo" } ], - "path": "x-pack/plugins/search_homepage/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_homepage/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -157,7 +157,7 @@ "signature": [ "() => boolean" ], - "path": "x-pack/plugins/search_homepage/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_homepage/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -177,7 +177,7 @@ "signature": [ "React.FunctionComponent<{}>" ], - "path": "x-pack/plugins/search_homepage/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_homepage/public/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -231,7 +231,7 @@ "tags": [], "label": "SearchHomepagePluginSetup", "description": [], - "path": "x-pack/plugins/search_homepage/server/types.ts", + "path": "x-pack/solutions/search/plugins/search_homepage/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -245,7 +245,7 @@ "tags": [], "label": "SearchHomepagePluginStart", "description": [], - "path": "x-pack/plugins/search_homepage/server/types.ts", + "path": "x-pack/solutions/search/plugins/search_homepage/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -271,7 +271,7 @@ "signature": [ "\"searchHomepage:homepageEnabled\"" ], - "path": "x-pack/plugins/search_homepage/common/index.ts", + "path": "x-pack/solutions/search/plugins/search_homepage/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -286,7 +286,7 @@ "signature": [ "\"searchHomepage\"" ], - "path": "x-pack/plugins/search_homepage/common/index.ts", + "path": "x-pack/solutions/search/plugins/search_homepage/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -301,7 +301,7 @@ "signature": [ "\"searchHomepage\"" ], - "path": "x-pack/plugins/search_homepage/common/index.ts", + "path": "x-pack/solutions/search/plugins/search_homepage/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/search_homepage.mdx b/api_docs/search_homepage.mdx index 05ad0dbd6dc92..9eaddea06c142 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchHomepage'] --- import searchHomepageObj from './search_homepage.devdocs.json'; diff --git a/api_docs/search_indices.devdocs.json b/api_docs/search_indices.devdocs.json index 699243d6082b8..83e5d3a6b113f 100644 --- a/api_docs/search_indices.devdocs.json +++ b/api_docs/search_indices.devdocs.json @@ -14,7 +14,7 @@ "tags": [], "label": "SearchIndicesPluginSetup", "description": [], - "path": "x-pack/plugins/search_indices/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_indices/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25,7 +25,7 @@ "tags": [], "label": "enabled", "description": [], - "path": "x-pack/plugins/search_indices/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_indices/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -36,7 +36,7 @@ "tags": [], "label": "startAppId", "description": [], - "path": "x-pack/plugins/search_indices/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_indices/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -47,7 +47,7 @@ "tags": [], "label": "startRoute", "description": [], - "path": "x-pack/plugins/search_indices/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_indices/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -62,7 +62,7 @@ "tags": [], "label": "SearchIndicesPluginStart", "description": [], - "path": "x-pack/plugins/search_indices/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_indices/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -73,7 +73,7 @@ "tags": [], "label": "enabled", "description": [], - "path": "x-pack/plugins/search_indices/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_indices/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -87,7 +87,7 @@ "signature": [ "\"fleet\" | \"graph\" | \"ml\" | \"monitoring\" | \"profiling\" | \"metrics\" | \"management\" | \"apm\" | \"synthetics\" | \"ux\" | \"canvas\" | \"logs\" | \"dashboards\" | \"slo\" | \"observabilityAIAssistant\" | \"home\" | \"integrations\" | \"discover\" | \"observability-overview\" | \"streams\" | \"appSearch\" | \"inventory\" | \"dev_tools\" | \"maps\" | \"visualize\" | \"dev_tools:console\" | \"dev_tools:searchprofiler\" | \"dev_tools:painless_lab\" | \"dev_tools:grokdebugger\" | \"ml:notifications\" | \"ml:nodes\" | \"ml:overview\" | \"ml:memoryUsage\" | \"ml:settings\" | \"ml:dataVisualizer\" | \"ml:logPatternAnalysis\" | \"ml:logRateAnalysis\" | \"ml:singleMetricViewer\" | \"ml:anomalyDetection\" | \"ml:anomalyExplorer\" | \"ml:dataDrift\" | \"ml:dataFrameAnalytics\" | \"ml:resultExplorer\" | \"ml:analyticsMap\" | \"ml:aiOps\" | \"ml:changePointDetections\" | \"ml:modelManagement\" | \"ml:nodesOverview\" | \"ml:esqlDataVisualizer\" | \"ml:fileUpload\" | \"ml:indexDataVisualizer\" | \"ml:calendarSettings\" | \"ml:filterListsSettings\" | \"ml:suppliedConfigurations\" | \"osquery\" | \"management:transform\" | \"management:watcher\" | \"management:cases\" | \"management:tags\" | \"management:maintenanceWindows\" | \"management:cross_cluster_replication\" | \"management:dataViews\" | \"management:spaces\" | \"management:settings\" | \"management:users\" | \"management:migrate_data\" | \"management:search_sessions\" | \"management:data_quality\" | \"management:filesManagement\" | \"management:pipelines\" | \"management:roles\" | \"management:reporting\" | \"management:aiAssistantManagementSelection\" | \"management:securityAiAssistantManagement\" | \"management:observabilityAiAssistantManagement\" | \"management:api_keys\" | \"management:license_management\" | \"management:index_lifecycle_management\" | \"management:index_management\" | \"management:ingest_pipelines\" | \"management:jobsListLink\" | \"management:objects\" | \"management:remote_clusters\" | \"management:role_mappings\" | \"management:rollup_jobs\" | \"management:snapshot_restore\" | \"management:triggersActions\" | \"management:triggersActionsConnectors\" | \"management:upgrade_assistant\" | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"enterpriseSearchAnalytics\" | \"workplaceSearch\" | \"serverlessElasticsearch\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchInferenceEndpoints\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:searchIndices\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"appSearch:engines\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"enterpriseSearchElasticsearch\" | \"enterpriseSearchVectorSearch\" | \"enterpriseSearchSemanticSearch\" | \"enterpriseSearchAISearch\" | \"elasticsearchIndices:createIndex\" | \"observability-logs-explorer\" | \"last-used-logs-viewer\" | \"observabilityOnboarding\" | \"logs:settings\" | \"logs:stream\" | \"logs:log-categories\" | \"logs:anomalies\" | \"observability-overview:cases\" | \"observability-overview:alerts\" | \"observability-overview:rules\" | \"observability-overview:cases_create\" | \"observability-overview:cases_configure\" | \"metrics:settings\" | \"metrics:hosts\" | \"metrics:inventory\" | \"metrics:metrics-explorer\" | \"metrics:assetDetails\" | \"apm:services\" | \"apm:traces\" | \"apm:dependencies\" | \"apm:service-map\" | \"apm:settings\" | \"apm:service-groups-list\" | \"apm:storage-explorer\" | \"synthetics:overview\" | \"synthetics:certificates\" | \"profiling:functions\" | \"profiling:stacktraces\" | \"profiling:flamegraphs\" | \"inventory:datastreams\" | \"streams:overview\" | \"securitySolutionUI\" | \"securitySolutionUI:\" | \"securitySolutionUI:cases\" | \"securitySolutionUI:alerts\" | \"securitySolutionUI:rules\" | \"securitySolutionUI:policy\" | \"securitySolutionUI:overview\" | \"securitySolutionUI:dashboards\" | \"securitySolutionUI:kubernetes\" | \"securitySolutionUI:cases_create\" | \"securitySolutionUI:cases_configure\" | \"securitySolutionUI:hosts\" | \"securitySolutionUI:users\" | \"securitySolutionUI:cloud_defend-policies\" | \"securitySolutionUI:cloud_security_posture-dashboard\" | \"securitySolutionUI:cloud_security_posture-findings\" | \"securitySolutionUI:cloud_security_posture-benchmarks\" | \"securitySolutionUI:network\" | \"securitySolutionUI:data_quality\" | \"securitySolutionUI:explore\" | \"securitySolutionUI:assets\" | \"securitySolutionUI:cloud_defend\" | \"securitySolutionUI:notes\" | \"securitySolutionUI:administration\" | \"securitySolutionUI:asset_inventory\" | \"securitySolutionUI:attack_discovery\" | \"securitySolutionUI:blocklist\" | \"securitySolutionUI:cloud_security_posture-rules\" | \"securitySolutionUI:detections\" | \"securitySolutionUI:detection_response\" | \"securitySolutionUI:endpoints\" | \"securitySolutionUI:event_filters\" | \"securitySolutionUI:exceptions\" | \"securitySolutionUI:host_isolation_exceptions\" | \"securitySolutionUI:hosts-all\" | \"securitySolutionUI:hosts-anomalies\" | \"securitySolutionUI:hosts-risk\" | \"securitySolutionUI:hosts-events\" | \"securitySolutionUI:hosts-sessions\" | \"securitySolutionUI:hosts-uncommon_processes\" | \"securitySolutionUI:investigations\" | \"securitySolutionUI:get_started\" | \"securitySolutionUI:machine_learning-landing\" | \"securitySolutionUI:network-anomalies\" | \"securitySolutionUI:network-dns\" | \"securitySolutionUI:network-events\" | \"securitySolutionUI:network-flows\" | \"securitySolutionUI:network-http\" | \"securitySolutionUI:network-tls\" | \"securitySolutionUI:response_actions_history\" | \"securitySolutionUI:rules-add\" | \"securitySolutionUI:rules-create\" | \"securitySolutionUI:rules-landing\" | \"securitySolutionUI:siem_migrations-rules\" | \"securitySolutionUI:threat_intelligence\" | \"securitySolutionUI:timelines\" | \"securitySolutionUI:timelines-templates\" | \"securitySolutionUI:trusted_apps\" | \"securitySolutionUI:users-all\" | \"securitySolutionUI:users-anomalies\" | \"securitySolutionUI:users-authentications\" | \"securitySolutionUI:users-events\" | \"securitySolutionUI:users-risk\" | \"securitySolutionUI:entity_analytics\" | \"securitySolutionUI:entity_analytics-management\" | \"securitySolutionUI:entity_analytics-asset-classification\" | \"securitySolutionUI:entity_analytics-entity_store_management\" | \"securitySolutionUI:coverage-overview\" | \"fleet:settings\" | \"fleet:agents\" | \"fleet:policies\" | \"fleet:data_streams\" | \"fleet:enrollment_tokens\" | \"fleet:uninstall_tokens\"" ], - "path": "x-pack/plugins/search_indices/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_indices/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -98,7 +98,7 @@ "tags": [], "label": "startRoute", "description": [], - "path": "x-pack/plugins/search_indices/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_indices/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -121,7 +121,7 @@ "tags": [], "label": "SearchIndicesPluginSetup", "description": [], - "path": "x-pack/plugins/search_indices/server/types.ts", + "path": "x-pack/solutions/search/plugins/search_indices/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -135,7 +135,7 @@ "tags": [], "label": "SearchIndicesPluginStart", "description": [], - "path": "x-pack/plugins/search_indices/server/types.ts", + "path": "x-pack/solutions/search/plugins/search_indices/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -154,7 +154,7 @@ "tags": [], "label": "IndicesStatusResponse", "description": [], - "path": "x-pack/plugins/search_indices/common/types.ts", + "path": "x-pack/solutions/search/plugins/search_indices/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -168,7 +168,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/search_indices/common/types.ts", + "path": "x-pack/solutions/search/plugins/search_indices/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -182,7 +182,7 @@ "tags": [], "label": "UserStartPrivilegesResponse", "description": [], - "path": "x-pack/plugins/search_indices/common/types.ts", + "path": "x-pack/solutions/search/plugins/search_indices/common/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -196,7 +196,7 @@ "signature": [ "{ canCreateApiKeys: boolean; canManageIndex: boolean; canDeleteDocuments: boolean; }" ], - "path": "x-pack/plugins/search_indices/common/types.ts", + "path": "x-pack/solutions/search/plugins/search_indices/common/types.ts", "deprecated": false, "trackAdoption": false } @@ -216,7 +216,7 @@ "signature": [ "\"elasticsearchIndices\"" ], - "path": "x-pack/plugins/search_indices/common/index.ts", + "path": "x-pack/solutions/search/plugins/search_indices/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -231,7 +231,7 @@ "signature": [ "\"searchIndices\"" ], - "path": "x-pack/plugins/search_indices/common/index.ts", + "path": "x-pack/solutions/search/plugins/search_indices/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -246,7 +246,7 @@ "signature": [ "\"searchIndices\"" ], - "path": "x-pack/plugins/search_indices/common/index.ts", + "path": "x-pack/solutions/search/plugins/search_indices/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -261,7 +261,7 @@ "signature": [ "\"elasticsearchStart\"" ], - "path": "x-pack/plugins/search_indices/common/index.ts", + "path": "x-pack/solutions/search/plugins/search_indices/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/search_indices.mdx b/api_docs/search_indices.mdx index dc49e431b3e99..91002513cdb64 100644 --- a/api_docs/search_indices.mdx +++ b/api_docs/search_indices.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchIndices title: "searchIndices" image: https://source.unsplash.com/400x175/?github description: API docs for the searchIndices plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchIndices'] --- import searchIndicesObj from './search_indices.devdocs.json'; diff --git a/api_docs/search_inference_endpoints.devdocs.json b/api_docs/search_inference_endpoints.devdocs.json index 1354b40b902b9..d3d3402f65eb3 100644 --- a/api_docs/search_inference_endpoints.devdocs.json +++ b/api_docs/search_inference_endpoints.devdocs.json @@ -14,7 +14,7 @@ "tags": [], "label": "SearchInferenceEndpointsPluginSetup", "description": [], - "path": "x-pack/plugins/search_inference_endpoints/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_inference_endpoints/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -28,7 +28,7 @@ "tags": [], "label": "SearchInferenceEndpointsPluginStart", "description": [], - "path": "x-pack/plugins/search_inference_endpoints/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_inference_endpoints/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -50,7 +50,7 @@ "tags": [], "label": "SearchInferenceEndpointsPluginSetup", "description": [], - "path": "x-pack/plugins/search_inference_endpoints/server/types.ts", + "path": "x-pack/solutions/search/plugins/search_inference_endpoints/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -64,7 +64,7 @@ "tags": [], "label": "SearchInferenceEndpointsPluginStart", "description": [], - "path": "x-pack/plugins/search_inference_endpoints/server/types.ts", + "path": "x-pack/solutions/search/plugins/search_inference_endpoints/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], diff --git a/api_docs/search_inference_endpoints.mdx b/api_docs/search_inference_endpoints.mdx index e431584e99bf8..addd7d7e9b9b5 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchInferenceEndpoints'] --- import searchInferenceEndpointsObj from './search_inference_endpoints.devdocs.json'; diff --git a/api_docs/search_navigation.devdocs.json b/api_docs/search_navigation.devdocs.json index 55b0e6b4b958b..8a22d863b1a1f 100644 --- a/api_docs/search_navigation.devdocs.json +++ b/api_docs/search_navigation.devdocs.json @@ -11,7 +11,7 @@ "tags": [], "label": "ClassicNavItem", "description": [], - "path": "x-pack/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -25,7 +25,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -46,7 +46,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -60,7 +60,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -71,7 +71,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -92,7 +92,7 @@ }, "[] | undefined" ], - "path": "x-pack/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -106,7 +106,7 @@ "signature": [ "string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | null | undefined" ], - "path": "x-pack/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -120,7 +120,7 @@ "tags": [], "label": "ClassicNavItemDeepLink", "description": [], - "path": "x-pack/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -134,7 +134,7 @@ "signature": [ "\"fleet\" | \"graph\" | \"ml\" | \"monitoring\" | \"profiling\" | \"metrics\" | \"management\" | \"apm\" | \"synthetics\" | \"ux\" | \"canvas\" | \"logs\" | \"dashboards\" | \"slo\" | \"observabilityAIAssistant\" | \"home\" | \"integrations\" | \"discover\" | \"observability-overview\" | \"streams\" | \"appSearch\" | \"inventory\" | \"dev_tools\" | \"maps\" | \"visualize\" | \"dev_tools:console\" | \"dev_tools:searchprofiler\" | \"dev_tools:painless_lab\" | \"dev_tools:grokdebugger\" | \"ml:notifications\" | \"ml:nodes\" | \"ml:overview\" | \"ml:memoryUsage\" | \"ml:settings\" | \"ml:dataVisualizer\" | \"ml:logPatternAnalysis\" | \"ml:logRateAnalysis\" | \"ml:singleMetricViewer\" | \"ml:anomalyDetection\" | \"ml:anomalyExplorer\" | \"ml:dataDrift\" | \"ml:dataFrameAnalytics\" | \"ml:resultExplorer\" | \"ml:analyticsMap\" | \"ml:aiOps\" | \"ml:changePointDetections\" | \"ml:modelManagement\" | \"ml:nodesOverview\" | \"ml:esqlDataVisualizer\" | \"ml:fileUpload\" | \"ml:indexDataVisualizer\" | \"ml:calendarSettings\" | \"ml:filterListsSettings\" | \"ml:suppliedConfigurations\" | \"osquery\" | \"management:transform\" | \"management:watcher\" | \"management:cases\" | \"management:tags\" | \"management:maintenanceWindows\" | \"management:cross_cluster_replication\" | \"management:dataViews\" | \"management:spaces\" | \"management:settings\" | \"management:users\" | \"management:migrate_data\" | \"management:search_sessions\" | \"management:data_quality\" | \"management:filesManagement\" | \"management:pipelines\" | \"management:roles\" | \"management:reporting\" | \"management:aiAssistantManagementSelection\" | \"management:securityAiAssistantManagement\" | \"management:observabilityAiAssistantManagement\" | \"management:api_keys\" | \"management:license_management\" | \"management:index_lifecycle_management\" | \"management:index_management\" | \"management:ingest_pipelines\" | \"management:jobsListLink\" | \"management:objects\" | \"management:remote_clusters\" | \"management:role_mappings\" | \"management:rollup_jobs\" | \"management:snapshot_restore\" | \"management:triggersActions\" | \"management:triggersActionsConnectors\" | \"management:upgrade_assistant\" | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"enterpriseSearchAnalytics\" | \"workplaceSearch\" | \"serverlessElasticsearch\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchInferenceEndpoints\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:searchIndices\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"appSearch:engines\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"enterpriseSearchElasticsearch\" | \"enterpriseSearchVectorSearch\" | \"enterpriseSearchSemanticSearch\" | \"enterpriseSearchAISearch\" | \"elasticsearchIndices:createIndex\" | \"observability-logs-explorer\" | \"last-used-logs-viewer\" | \"observabilityOnboarding\" | \"logs:settings\" | \"logs:stream\" | \"logs:log-categories\" | \"logs:anomalies\" | \"observability-overview:cases\" | \"observability-overview:alerts\" | \"observability-overview:rules\" | \"observability-overview:cases_create\" | \"observability-overview:cases_configure\" | \"metrics:settings\" | \"metrics:hosts\" | \"metrics:inventory\" | \"metrics:metrics-explorer\" | \"metrics:assetDetails\" | \"apm:services\" | \"apm:traces\" | \"apm:dependencies\" | \"apm:service-map\" | \"apm:settings\" | \"apm:service-groups-list\" | \"apm:storage-explorer\" | \"synthetics:overview\" | \"synthetics:certificates\" | \"profiling:functions\" | \"profiling:stacktraces\" | \"profiling:flamegraphs\" | \"inventory:datastreams\" | \"streams:overview\" | \"securitySolutionUI\" | \"securitySolutionUI:\" | \"securitySolutionUI:cases\" | \"securitySolutionUI:alerts\" | \"securitySolutionUI:rules\" | \"securitySolutionUI:policy\" | \"securitySolutionUI:overview\" | \"securitySolutionUI:dashboards\" | \"securitySolutionUI:kubernetes\" | \"securitySolutionUI:cases_create\" | \"securitySolutionUI:cases_configure\" | \"securitySolutionUI:hosts\" | \"securitySolutionUI:users\" | \"securitySolutionUI:cloud_defend-policies\" | \"securitySolutionUI:cloud_security_posture-dashboard\" | \"securitySolutionUI:cloud_security_posture-findings\" | \"securitySolutionUI:cloud_security_posture-benchmarks\" | \"securitySolutionUI:network\" | \"securitySolutionUI:data_quality\" | \"securitySolutionUI:explore\" | \"securitySolutionUI:assets\" | \"securitySolutionUI:cloud_defend\" | \"securitySolutionUI:notes\" | \"securitySolutionUI:administration\" | \"securitySolutionUI:asset_inventory\" | \"securitySolutionUI:attack_discovery\" | \"securitySolutionUI:blocklist\" | \"securitySolutionUI:cloud_security_posture-rules\" | \"securitySolutionUI:detections\" | \"securitySolutionUI:detection_response\" | \"securitySolutionUI:endpoints\" | \"securitySolutionUI:event_filters\" | \"securitySolutionUI:exceptions\" | \"securitySolutionUI:host_isolation_exceptions\" | \"securitySolutionUI:hosts-all\" | \"securitySolutionUI:hosts-anomalies\" | \"securitySolutionUI:hosts-risk\" | \"securitySolutionUI:hosts-events\" | \"securitySolutionUI:hosts-sessions\" | \"securitySolutionUI:hosts-uncommon_processes\" | \"securitySolutionUI:investigations\" | \"securitySolutionUI:get_started\" | \"securitySolutionUI:machine_learning-landing\" | \"securitySolutionUI:network-anomalies\" | \"securitySolutionUI:network-dns\" | \"securitySolutionUI:network-events\" | \"securitySolutionUI:network-flows\" | \"securitySolutionUI:network-http\" | \"securitySolutionUI:network-tls\" | \"securitySolutionUI:response_actions_history\" | \"securitySolutionUI:rules-add\" | \"securitySolutionUI:rules-create\" | \"securitySolutionUI:rules-landing\" | \"securitySolutionUI:siem_migrations-rules\" | \"securitySolutionUI:threat_intelligence\" | \"securitySolutionUI:timelines\" | \"securitySolutionUI:timelines-templates\" | \"securitySolutionUI:trusted_apps\" | \"securitySolutionUI:users-all\" | \"securitySolutionUI:users-anomalies\" | \"securitySolutionUI:users-authentications\" | \"securitySolutionUI:users-events\" | \"securitySolutionUI:users-risk\" | \"securitySolutionUI:entity_analytics\" | \"securitySolutionUI:entity_analytics-management\" | \"securitySolutionUI:entity_analytics-asset-classification\" | \"securitySolutionUI:entity_analytics-entity_store_management\" | \"securitySolutionUI:coverage-overview\" | \"fleet:settings\" | \"fleet:agents\" | \"fleet:policies\" | \"fleet:data_streams\" | \"fleet:enrollment_tokens\" | \"fleet:uninstall_tokens\"" ], - "path": "x-pack/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -148,7 +148,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -166,7 +166,7 @@ "tags": [], "label": "SearchNavigationPluginSetup", "description": [], - "path": "x-pack/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -180,7 +180,7 @@ "tags": [], "label": "SearchNavigationPluginStart", "description": [], - "path": "x-pack/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -194,7 +194,7 @@ "signature": [ "(onAppMount: () => Promise) => void" ], - "path": "x-pack/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -208,7 +208,7 @@ "signature": [ "() => Promise" ], - "path": "x-pack/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -226,7 +226,7 @@ "signature": [ "() => Promise" ], - "path": "x-pack/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -250,7 +250,7 @@ }, "[]) => void" ], - "path": "x-pack/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -272,7 +272,7 @@ }, "[]" ], - "path": "x-pack/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -300,7 +300,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -315,7 +315,7 @@ "ScopedHistory", "" ], - "path": "x-pack/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -343,7 +343,7 @@ "SearchNavigationSetBreadcrumbsOptions", " | undefined) => void; clearBreadcrumbs: () => void; }" ], - "path": "x-pack/plugins/search_solution/search_navigation/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -376,7 +376,7 @@ "signature": [ "\"searchNavigation\"" ], - "path": "x-pack/plugins/search_solution/search_navigation/common/index.ts", + "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -391,7 +391,7 @@ "signature": [ "\"searchNavigation\"" ], - "path": "x-pack/plugins/search_solution/search_navigation/common/index.ts", + "path": "x-pack/solutions/search/plugins/search_solution/search_navigation/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/search_navigation.mdx b/api_docs/search_navigation.mdx index 899f2c0ac274f..cf29d86815498 100644 --- a/api_docs/search_navigation.mdx +++ b/api_docs/search_navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchNavigation title: "searchNavigation" image: https://source.unsplash.com/400x175/?github description: API docs for the searchNavigation plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchNavigation'] --- import searchNavigationObj from './search_navigation.devdocs.json'; diff --git a/api_docs/search_notebooks.devdocs.json b/api_docs/search_notebooks.devdocs.json index 94c6f910d6e77..2c0a1dcd23685 100644 --- a/api_docs/search_notebooks.devdocs.json +++ b/api_docs/search_notebooks.devdocs.json @@ -14,7 +14,7 @@ "tags": [], "label": "SearchNotebooksPluginSetup", "description": [], - "path": "x-pack/plugins/search_notebooks/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_notebooks/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -28,7 +28,7 @@ "tags": [], "label": "SearchNotebooksPluginStart", "description": [], - "path": "x-pack/plugins/search_notebooks/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_notebooks/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -44,7 +44,7 @@ "NotebookListValue", ") => void" ], - "path": "x-pack/plugins/search_notebooks/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_notebooks/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -58,7 +58,7 @@ "signature": [ "NotebookListValue" ], - "path": "x-pack/plugins/search_notebooks/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_notebooks/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -76,7 +76,7 @@ "signature": [ "(notebookId: string) => void" ], - "path": "x-pack/plugins/search_notebooks/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_notebooks/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -90,7 +90,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/search_notebooks/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_notebooks/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -117,7 +117,7 @@ "tags": [], "label": "SearchNotebooksPluginSetup", "description": [], - "path": "x-pack/plugins/search_notebooks/server/types.ts", + "path": "x-pack/solutions/search/plugins/search_notebooks/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -131,7 +131,7 @@ "tags": [], "label": "SearchNotebooksPluginStart", "description": [], - "path": "x-pack/plugins/search_notebooks/server/types.ts", + "path": "x-pack/solutions/search/plugins/search_notebooks/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -155,7 +155,7 @@ "signature": [ "\"searchNotebooks\"" ], - "path": "x-pack/plugins/search_notebooks/common/index.ts", + "path": "x-pack/solutions/search/plugins/search_notebooks/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -170,7 +170,7 @@ "signature": [ "\"searchNotebooks\"" ], - "path": "x-pack/plugins/search_notebooks/common/index.ts", + "path": "x-pack/solutions/search/plugins/search_notebooks/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/search_notebooks.mdx b/api_docs/search_notebooks.mdx index c0cc25743e4e5..5924d4fc62c3c 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchNotebooks'] --- import searchNotebooksObj from './search_notebooks.devdocs.json'; diff --git a/api_docs/search_playground.devdocs.json b/api_docs/search_playground.devdocs.json index ae93251c8e63d..e9bf8336e6b7b 100644 --- a/api_docs/search_playground.devdocs.json +++ b/api_docs/search_playground.devdocs.json @@ -12,7 +12,7 @@ "tags": [], "label": "PlaygroundPageMode", "description": [], - "path": "x-pack/plugins/search_playground/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_playground/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -27,7 +27,7 @@ "tags": [], "label": "SearchPlaygroundPluginSetup", "description": [], - "path": "x-pack/plugins/search_playground/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_playground/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -41,7 +41,7 @@ "tags": [], "label": "SearchPlaygroundPluginStart", "description": [], - "path": "x-pack/plugins/search_playground/public/types.ts", + "path": "x-pack/solutions/search/plugins/search_playground/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -63,7 +63,7 @@ "tags": [], "label": "SearchPlaygroundPluginSetup", "description": [], - "path": "x-pack/plugins/search_playground/server/types.ts", + "path": "x-pack/solutions/search/plugins/search_playground/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -77,7 +77,7 @@ "tags": [], "label": "SearchPlaygroundPluginStart", "description": [], - "path": "x-pack/plugins/search_playground/server/types.ts", + "path": "x-pack/solutions/search/plugins/search_playground/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -101,7 +101,7 @@ "signature": [ "\"searchPlayground\"" ], - "path": "x-pack/plugins/search_playground/common/index.ts", + "path": "x-pack/solutions/search/plugins/search_playground/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -113,7 +113,7 @@ "tags": [], "label": "PLUGIN_NAME", "description": [], - "path": "x-pack/plugins/search_playground/common/index.ts", + "path": "x-pack/solutions/search/plugins/search_playground/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -128,7 +128,7 @@ "signature": [ "\"/app/search_playground\"" ], - "path": "x-pack/plugins/search_playground/common/index.ts", + "path": "x-pack/solutions/search/plugins/search_playground/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -143,7 +143,7 @@ "signature": [ "\"searchPlayground:searchModeEnabled\"" ], - "path": "x-pack/plugins/search_playground/common/index.ts", + "path": "x-pack/solutions/search/plugins/search_playground/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -157,7 +157,7 @@ "tags": [], "label": "DEFAULT_PAGINATION", "description": [], - "path": "x-pack/plugins/search_playground/common/index.ts", + "path": "x-pack/solutions/search/plugins/search_playground/common/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -168,7 +168,7 @@ "tags": [], "label": "from", "description": [], - "path": "x-pack/plugins/search_playground/common/index.ts", + "path": "x-pack/solutions/search/plugins/search_playground/common/index.ts", "deprecated": false, "trackAdoption": false }, @@ -179,7 +179,7 @@ "tags": [], "label": "size", "description": [], - "path": "x-pack/plugins/search_playground/common/index.ts", + "path": "x-pack/solutions/search/plugins/search_playground/common/index.ts", "deprecated": false, "trackAdoption": false }, @@ -190,7 +190,7 @@ "tags": [], "label": "total", "description": [], - "path": "x-pack/plugins/search_playground/common/index.ts", + "path": "x-pack/solutions/search/plugins/search_playground/common/index.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/search_playground.mdx b/api_docs/search_playground.mdx index 77a71830329a3..f7110483de0c6 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-12-27 +date: 2025-01-05 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 3621b070a5996..a24c3270df8f7 100644 --- a/api_docs/security.devdocs.json +++ b/api_docs/security.devdocs.json @@ -14,23 +14,11 @@ "\nRepresents the currently authenticated user." ], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " extends ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.User", - "text": "User" - } + "User" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -44,15 +32,9 @@ "\nThe name and type of the Realm that has authenticated the user." ], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.UserRealm", - "text": "UserRealm" - } + "UserRealm" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -66,15 +48,9 @@ "\nThe name and type of the Realm where the user information were retrieved from." ], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.UserRealm", - "text": "UserRealm" - } + "UserRealm" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -88,15 +64,9 @@ "\nThe authentication provider that used to authenticate user." ], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticationProvider", - "text": "AuthenticationProvider" - } + "AuthenticationProvider" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -109,7 +79,7 @@ "description": [ "\nThe AuthenticationType used by ES to authenticate the user.\n" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -122,7 +92,7 @@ "description": [ "\nIndicates whether user is authenticated via Elastic Cloud built-in SAML realm." ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -138,7 +108,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -154,7 +124,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -171,7 +141,7 @@ "ApiKeyDescriptor", " | undefined" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false } @@ -200,13 +170,7 @@ ], "signature": [ "() => Promise<", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", ">" ], "path": "x-pack/packages/security/plugin_types_public/src/authentication/authentication_service.ts", @@ -331,13 +295,7 @@ "label": "user", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - } + "AuthenticatedUser" ], "path": "x-pack/plugins/security/public/ui_api/change_password/change_password.tsx", "deprecated": false, @@ -365,13 +323,7 @@ "label": "user", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - } + "AuthenticatedUser" ], "path": "x-pack/plugins/security/public/ui_api/personal_info/personal_info.tsx", "deprecated": false, @@ -977,7 +929,7 @@ "Render a custom ReactNode instead of the default " ], "signature": [ - "string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | null | undefined" + "React.ReactNode | ((args: { closePopover: () => void; }) => React.ReactNode)" ], "path": "x-pack/packages/security/plugin_types_public/src/nav_control/nav_control_service.ts", "deprecated": false, @@ -995,7 +947,7 @@ "description": [ "\nParameters for the bulk get API." ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1011,7 +963,7 @@ "signature": [ "Set" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -1027,7 +979,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false } @@ -1043,7 +995,7 @@ "description": [ "\nParameters for the get user profile for the current user API." ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1056,7 +1008,7 @@ "description": [ "\nBy default, get API returns user information, but does not return any user data. The optional \"dataPath\"\nparameter can be used to return personal data for this user (within `kibana` namespace only)." ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false } @@ -1072,7 +1024,7 @@ "description": [ "\nParameters for the suggest API." ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1085,7 +1037,7 @@ "description": [ "\nQuery string used to match name-related fields in user profiles. The following fields are treated as\nname-related: username, full_name and email." ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -1101,7 +1053,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -1117,7 +1069,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-browser/src/service.ts", + "path": "src/core/packages/user-profile/browser/src/service.ts", "deprecated": false, "trackAdoption": false } @@ -1199,31 +1151,13 @@ "description": [], "signature": [ "{ i18n: ", - { - "pluginId": "@kbn/core-i18n-browser", - "scope": "public", - "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-public.I18nStart", - "text": "I18nStart" - }, + "I18nStart", "; analytics: ", "AnalyticsServiceStart", "; theme: ", - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - }, + "ThemeServiceSetup", "; userProfile: ", - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - }, + "UserProfileService", "; }" ], "path": "x-pack/plugins/security/public/index.ts", @@ -1287,19 +1221,19 @@ "references": [ { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx" + "path": "x-pack/solutions/search/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx" + "path": "x-pack/solutions/search/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx" + "path": "x-pack/solutions/search/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx" + "path": "x-pack/solutions/search/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx" } ] } @@ -1489,13 +1423,7 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", headerName?: string) => ", { "pluginId": "security", @@ -1520,13 +1448,7 @@ "Request instance to extract the authorization header from." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/plugins/security/server/authentication/http_authentication/http_authorization_header.ts", @@ -1936,7 +1858,7 @@ }, { "plugin": "telemetry", - "path": "src/plugins/telemetry/server/routes/telemetry_usage_stats.ts" + "path": "src/platform/plugins/shared/telemetry/server/routes/telemetry_usage_stats.ts" }, { "plugin": "fleet", @@ -1992,11 +1914,11 @@ }, { "plugin": "profiling", - "path": "x-pack/plugins/observability_solution/profiling/server/lib/setup/get_has_setup_privileges.ts" + "path": "x-pack/solutions/observability/plugins/profiling/server/lib/setup/get_has_setup_privileges.ts" }, { "plugin": "profiling", - "path": "x-pack/plugins/observability_solution/profiling/server/lib/setup/get_has_setup_privileges.ts" + "path": "x-pack/solutions/observability/plugins/profiling/server/lib/setup/get_has_setup_privileges.ts" }, { "plugin": "@kbn/security-authorization-core", @@ -2458,7 +2380,7 @@ "description": [ "\nInterface for managing API keys in Elasticsearch, including creation,\nvalidation, and invalidation of API keys,\nas well as checking the status of API key features." ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2474,7 +2396,7 @@ "signature": [ "() => Promise" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2492,7 +2414,7 @@ "signature": [ "() => Promise" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2509,26 +2431,14 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", createParams: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateAPIKeyParams", - "text": "CreateAPIKeyParams" - }, + "CreateAPIKeyParams", ") => Promise<", "SecurityCreateApiKeyResponse", " | null>" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2542,16 +2452,10 @@ "Request instance." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2566,15 +2470,9 @@ "The params to create an API key" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateAPIKeyParams", - "text": "CreateAPIKeyParams" - } + "CreateAPIKeyParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2593,26 +2491,14 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", updateParams: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.UpdateAPIKeyParams", - "text": "UpdateAPIKeyParams" - }, + "UpdateAPIKeyParams", ") => Promise<", "SecurityUpdateApiKeyResponse", " | null>" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2626,16 +2512,10 @@ "Request instance." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2650,15 +2530,9 @@ "The params to edit an API key" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.UpdateAPIKeyParams", - "text": "UpdateAPIKeyParams" - } + "UpdateAPIKeyParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2677,40 +2551,16 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", createParams: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateRestAPIKeyParams", - "text": "CreateRestAPIKeyParams" - }, + "CreateRestAPIKeyParams", " | ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams", - "text": "CreateRestAPIKeyWithKibanaPrivilegesParams" - }, + "CreateRestAPIKeyWithKibanaPrivilegesParams", ") => Promise<", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.GrantAPIKeyResult", - "text": "GrantAPIKeyResult" - }, + "GrantAPIKeyResult", " | null>" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2724,16 +2574,10 @@ "Request instance." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2748,23 +2592,11 @@ "Create operation parameters." ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateRestAPIKeyParams", - "text": "CreateRestAPIKeyParams" - }, + "CreateRestAPIKeyParams", " | ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams", - "text": "CreateRestAPIKeyWithKibanaPrivilegesParams" - } + "CreateRestAPIKeyWithKibanaPrivilegesParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2783,16 +2615,10 @@ ], "signature": [ "(apiKeyPrams: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.ValidateAPIKeyParams", - "text": "ValidateAPIKeyParams" - }, + "ValidateAPIKeyParams", ") => Promise" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2806,15 +2632,9 @@ "ValidateAPIKeyParams." ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.ValidateAPIKeyParams", - "text": "ValidateAPIKeyParams" - } + "ValidateAPIKeyParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2833,32 +2653,14 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", params: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeysParams", - "text": "InvalidateAPIKeysParams" - }, + "InvalidateAPIKeysParams", ") => Promise<", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeyResult", - "text": "InvalidateAPIKeyResult" - }, + "InvalidateAPIKeyResult", " | null>" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2872,16 +2674,10 @@ "Request instance." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2896,15 +2692,9 @@ "The params to invalidate an API keys." ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeysParams", - "text": "InvalidateAPIKeysParams" - } + "InvalidateAPIKeysParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2923,24 +2713,12 @@ ], "signature": [ "(params: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeysParams", - "text": "InvalidateAPIKeysParams" - }, + "InvalidateAPIKeysParams", ") => Promise<", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeyResult", - "text": "InvalidateAPIKeyResult" - }, + "InvalidateAPIKeyResult", " | null>" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2954,15 +2732,9 @@ "The params to invalidate the API keys." ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.InvalidateAPIKeysParams", - "text": "InvalidateAPIKeysParams" - } + "InvalidateAPIKeysParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3029,13 +2801,7 @@ "\nAudit event schema using ECS format: https://www.elastic.co/guide/en/ecs/1.12/index.html\n\nIf you add additional fields to the schema ensure you update the Kibana Filebeat module:\nhttps://github.com/elastic/beats/tree/master/filebeat/module/kibana\n" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditEvent", - "text": "AuditEvent" - }, + "AuditEvent", " extends ", { "pluginId": "@kbn/logging", @@ -3045,7 +2811,7 @@ "text": "LogMeta" } ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3058,7 +2824,7 @@ "description": [ "\nLog message" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -3072,16 +2838,10 @@ "\nKibana specific fields" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditKibana", - "text": "AuditKibana" - }, + "AuditKibana", " | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -3095,16 +2855,10 @@ "\nFields describing an HTTP request" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditHttp", - "text": "AuditHttp" - }, + "AuditHttp", " | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false } @@ -3121,17 +2875,11 @@ "\nAudit http schema using ECS format" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditHttp", - "text": "AuditHttp" - }, + "AuditHttp", " extends ", "EcsHttp" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3145,16 +2893,10 @@ "\nHTTP request details" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditRequest", - "text": "AuditRequest" - }, + "AuditRequest", " | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false } @@ -3170,7 +2912,7 @@ "description": [ "\nAudit kibana schema using ECS format" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3186,7 +2928,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -3202,7 +2944,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -3218,7 +2960,7 @@ "signature": [ "{ type: string; id: string; name?: string | undefined; } | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -3234,7 +2976,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -3250,7 +2992,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -3266,7 +3008,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -3282,7 +3024,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -3298,7 +3040,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -3314,7 +3056,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -3330,7 +3072,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false }, @@ -3346,7 +3088,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false } @@ -3360,7 +3102,7 @@ "tags": [], "label": "AuditLogger", "description": [], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_logger.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_logger.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3375,16 +3117,10 @@ ], "signature": [ "(event: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditEvent", - "text": "AuditEvent" - }, + "AuditEvent", " | undefined) => void" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_logger.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_logger.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3396,16 +3132,10 @@ "label": "event", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditEvent", - "text": "AuditEvent" - }, + "AuditEvent", " | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_logger.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_logger.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -3422,7 +3152,7 @@ "description": [ "\nIndicates whether audit logging is enabled or not.\n\nUseful for skipping resource-intense operations that don't need to be performed when audit\nlogging is disabled." ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_logger.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_logger.ts", "deprecated": false, "trackAdoption": false } @@ -3439,16 +3169,10 @@ "\nAudit request schema using ECS format" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditRequest", - "text": "AuditRequest" - }, + "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; }" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3464,7 +3188,7 @@ "signature": [ "{ 'x-forwarded-for'?: string | undefined; } | undefined" ], - "path": "packages/core/security/core-security-server/src/audit_logging/audit_events.ts", + "path": "src/core/packages/security/server/src/audit_logging/audit_events.ts", "deprecated": false, "trackAdoption": false } @@ -3493,21 +3217,9 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditLogger", - "text": "AuditLogger" - } + "AuditLogger" ], "path": "x-pack/packages/security/plugin_types_server/src/audit/audit_service.ts", "deprecated": false, @@ -3521,13 +3233,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/packages/security/plugin_types_server/src/audit/audit_service.ts", @@ -3548,13 +3254,7 @@ "\n{@link AuditLogger} for background tasks only.\n\nThis audit logger logs events without any user or session info and should never be used to log\nuser-initiated actions.\n" ], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditLogger", - "text": "AuditLogger" - } + "AuditLogger" ], "path": "x-pack/packages/security/plugin_types_server/src/audit/audit_service.ts", "deprecated": false, @@ -3573,23 +3273,11 @@ "\nRepresents the currently authenticated user." ], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " extends ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.User", - "text": "User" - } + "User" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3603,15 +3291,9 @@ "\nThe name and type of the Realm that has authenticated the user." ], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.UserRealm", - "text": "UserRealm" - } + "UserRealm" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -3625,15 +3307,9 @@ "\nThe name and type of the Realm where the user information were retrieved from." ], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.UserRealm", - "text": "UserRealm" - } + "UserRealm" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -3647,15 +3323,9 @@ "\nThe authentication provider that used to authenticate user." ], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticationProvider", - "text": "AuthenticationProvider" - } + "AuthenticationProvider" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -3668,7 +3338,7 @@ "description": [ "\nThe AuthenticationType used by ES to authenticate the user.\n" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -3681,7 +3351,7 @@ "description": [ "\nIndicates whether user is authenticated via Elastic Cloud built-in SAML realm." ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -3697,7 +3367,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -3713,7 +3383,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -3730,7 +3400,7 @@ "ApiKeyDescriptor", " | undefined" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false } @@ -3758,13 +3428,7 @@ "label": "apiKeys", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.APIKeys", - "text": "APIKeys" - } + "APIKeys" ], "path": "x-pack/packages/security/plugin_types_server/src/authentication/authentication_service.ts", "deprecated": false, @@ -3779,21 +3443,9 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | null" ], "path": "x-pack/packages/security/plugin_types_server/src/authentication/authentication_service.ts", @@ -3808,13 +3460,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/packages/security/plugin_types_server/src/authentication/authentication_service.ts", @@ -3848,13 +3494,7 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => boolean" ], "path": "x-pack/packages/security/plugin_types_server/src/authorization/mode.ts", @@ -3869,13 +3509,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/packages/security/plugin_types_server/src/authorization/mode.ts", @@ -3933,13 +3567,7 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", { "pluginId": "@kbn/security-plugin-types-server", @@ -3962,13 +3590,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", @@ -3986,13 +3608,7 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", { "pluginId": "@kbn/security-plugin-types-server", @@ -4015,13 +3631,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges_dynamically.ts", @@ -4039,13 +3649,7 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", { "pluginId": "@kbn/security-plugin-types-server", @@ -4068,13 +3672,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_saved_objects_privileges.ts", @@ -4765,7 +4363,7 @@ "tags": [], "label": "CreateCrossClusterAPIKeyParams", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4779,7 +4377,7 @@ "signature": [ "\"cross_cluster\"" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -4793,7 +4391,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -4804,7 +4402,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -4818,7 +4416,7 @@ "signature": [ "{ [key: string]: any; } | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -4832,7 +4430,7 @@ "signature": [ "{ search?: { names: string[]; query?: unknown; field_security?: unknown; allow_restricted_indices?: boolean | undefined; }[] | undefined; replication?: { names: string[]; }[] | undefined; }" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -4846,7 +4444,7 @@ "tags": [], "label": "CreateRestAPIKeyParams", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4860,7 +4458,7 @@ "signature": [ "\"rest\" | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -4874,7 +4472,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -4885,7 +4483,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -4899,7 +4497,7 @@ "signature": [ "{ [x: string]: { [key: string]: any; }; }" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -4913,7 +4511,7 @@ "signature": [ "{ [key: string]: any; } | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -4927,7 +4525,7 @@ "tags": [], "label": "CreateRestAPIKeyWithKibanaPrivilegesParams", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4941,7 +4539,7 @@ "signature": [ "\"rest\" | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -4955,7 +4553,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -4966,7 +4564,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -4980,7 +4578,7 @@ "signature": [ "{ [key: string]: any; } | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -4993,24 +4591,12 @@ "description": [], "signature": [ "{ [x: string]: { elasticsearch: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.ElasticsearchPrivilegesType", - "text": "ElasticsearchPrivilegesType" - }, + "ElasticsearchPrivilegesType", " & { [key: string]: unknown; }; kibana: ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.KibanaPrivilegesType", - "text": "KibanaPrivilegesType" - }, + "KibanaPrivilegesType", "; }; }" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -5026,7 +4612,7 @@ "description": [ "\nType representing Elasticsearch specific portion of the role definition." ], - "path": "packages/core/security/core-security-server/src/roles/schema.ts", + "path": "src/core/packages/security/server/src/roles/schema.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5040,7 +4626,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/security/core-security-server/src/roles/schema.ts", + "path": "src/core/packages/security/server/src/roles/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -5054,7 +4640,7 @@ "signature": [ "{ privileges: string[]; clusters: string[]; }[] | undefined" ], - "path": "packages/core/security/core-security-server/src/roles/schema.ts", + "path": "src/core/packages/security/server/src/roles/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -5068,7 +4654,7 @@ "signature": [ "{ names: string[]; field_security?: Record<\"except\" | \"grant\", string[]> | undefined; privileges: string[]; query?: string | undefined; allow_restricted_indices?: boolean | undefined; }[] | undefined" ], - "path": "packages/core/security/core-security-server/src/roles/schema.ts", + "path": "src/core/packages/security/server/src/roles/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -5082,7 +4668,7 @@ "signature": [ "{ clusters: string[]; names: string[]; field_security?: Record<\"except\" | \"grant\", string[]> | undefined; privileges: string[]; query?: string | undefined; allow_restricted_indices?: boolean | undefined; }[] | undefined" ], - "path": "packages/core/security/core-security-server/src/roles/schema.ts", + "path": "src/core/packages/security/server/src/roles/schema.ts", "deprecated": false, "trackAdoption": false }, @@ -5096,7 +4682,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/core/security/core-security-server/src/roles/schema.ts", + "path": "src/core/packages/security/server/src/roles/schema.ts", "deprecated": false, "trackAdoption": false } @@ -5110,7 +4696,7 @@ "tags": [], "label": "GrantAPIKeyResult", "description": [], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5123,7 +4709,7 @@ "description": [ "\nUnique id for this API key" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -5136,7 +4722,7 @@ "description": [ "\nName for this API key" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -5149,7 +4735,7 @@ "description": [ "\nGenerated API key" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -5165,7 +4751,7 @@ "description": [ "\nThe return value when invalidating an API key in Elasticsearch." ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5181,7 +4767,7 @@ "signature": [ "string[]" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -5197,7 +4783,7 @@ "signature": [ "string[]" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -5210,7 +4796,7 @@ "description": [ "\nThe number of errors that were encountered when invalidating the API keys." ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -5226,7 +4812,7 @@ "signature": [ "{ type?: string | undefined; reason?: string | undefined; caused_by?: { type?: string | undefined; reason?: string | undefined; } | undefined; }[] | undefined" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -5242,7 +4828,7 @@ "description": [ "\nRepresents the params for invalidating multiple API keys" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5258,7 +4844,7 @@ "signature": [ "string[]" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -5284,13 +4870,7 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-deprecations-server", - "scope": "server", - "docId": "kibKbnCoreDeprecationsServerPluginApi", - "section": "def-server.GetDeprecationsContext", - "text": "GetDeprecationsContext" - } + "GetDeprecationsContext" ], "path": "x-pack/packages/security/plugin_types_server/src/authorization/deprecations.ts", "deprecated": false, @@ -5350,13 +4930,7 @@ "label": "errors", "description": [], "signature": [ - { - "pluginId": "@kbn/core-deprecations-common", - "scope": "common", - "docId": "kibKbnCoreDeprecationsCommonPluginApi", - "section": "def-common.DeprecationsDetails", - "text": "DeprecationsDetails" - }, + "DeprecationsDetails", "[] | undefined" ], "path": "x-pack/packages/security/plugin_types_server/src/authorization/deprecations.ts", @@ -5540,13 +5114,7 @@ "description": [], "signature": [ "(featureId: keyof ", - { - "pluginId": "@kbn/core-capabilities-common", - "scope": "common", - "docId": "kibKbnCoreCapabilitiesCommonPluginApi", - "section": "def-common.Capabilities", - "text": "Capabilities" - }, + "Capabilities", ", ...uiCapabilityParts: string[]) => string" ], "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/ui.ts", @@ -5562,13 +5130,7 @@ "description": [], "signature": [ "keyof ", - { - "pluginId": "@kbn/core-capabilities-common", - "scope": "common", - "docId": "kibKbnCoreCapabilitiesCommonPluginApi", - "section": "def-common.Capabilities", - "text": "Capabilities" - } + "Capabilities" ], "path": "x-pack/packages/security/plugin_types_server/src/authorization/actions/ui.ts", "deprecated": false, @@ -5605,7 +5167,7 @@ "description": [ "\nParameters for the bulk get API." ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5621,7 +5183,7 @@ "signature": [ "Set" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -5637,7 +5199,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false } @@ -5653,7 +5215,7 @@ "description": [ "\nParameters for the get user profile for the current user API." ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5667,16 +5229,10 @@ "\nUser request instance to get user profile for." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -5692,7 +5248,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false } @@ -5708,7 +5264,7 @@ "description": [ "\nThe set of privileges that users associated with the suggested user profile should have for a specified space id." ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5721,7 +5277,7 @@ "description": [ "\nThe id of the Kibana Space." ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -5737,7 +5293,7 @@ "signature": [ "{ kibana: string[]; }" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false } @@ -5753,7 +5309,7 @@ "description": [ "\nParameters for the suggest API." ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5769,7 +5325,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -5785,7 +5341,7 @@ "signature": [ "{ uids: string[]; } | undefined" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -5801,7 +5357,7 @@ "signature": [ "number | undefined" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -5817,7 +5373,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false }, @@ -5831,16 +5387,10 @@ "\nThe set of the privileges that users associated with the suggested user profile should have in the specified space.\nIf not specified, privileges check isn't performed and all matched profiles are returned irrespective to the\nprivileges of the associated users." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileRequiredPrivileges", - "text": "UserProfileRequiredPrivileges" - }, + "UserProfileRequiredPrivileges", " | undefined" ], - "path": "packages/core/user-profile/core-user-profile-server/src/service.ts", + "path": "src/core/packages/user-profile/server/src/service.ts", "deprecated": false, "trackAdoption": false } @@ -5856,7 +5406,7 @@ "description": [ "\nRepresents the parameters for validating API Key credentials." ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5869,7 +5419,7 @@ "description": [ "\nUnique id for this API key" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false }, @@ -5882,7 +5432,7 @@ "description": [ "\nGenerated API Key (secret)" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false } @@ -5999,13 +5549,7 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", { "pluginId": "@kbn/security-plugin-types-server", @@ -6028,13 +5572,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges_dynamically.ts", @@ -6053,13 +5591,7 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", { "pluginId": "@kbn/security-plugin-types-server", @@ -6082,13 +5614,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_privileges.ts", @@ -6161,13 +5687,7 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", { "pluginId": "@kbn/security-plugin-types-server", @@ -6190,13 +5710,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/packages/security/plugin_types_server/src/authorization/check_saved_objects_privileges.ts", @@ -6214,31 +5728,13 @@ "label": "CreateAPIKeyParams", "description": [], "signature": [ - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateRestAPIKeyParams", - "text": "CreateRestAPIKeyParams" - }, + "CreateRestAPIKeyParams", " | ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateRestAPIKeyWithKibanaPrivilegesParams", - "text": "CreateRestAPIKeyWithKibanaPrivilegesParams" - }, + "CreateRestAPIKeyWithKibanaPrivilegesParams", " | ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.CreateCrossClusterAPIKeyParams", - "text": "CreateCrossClusterAPIKeyParams" - } + "CreateCrossClusterAPIKeyParams" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6255,7 +5751,7 @@ "signature": [ "SecurityCreateApiKeyResponse" ], - "path": "packages/core/security/core-security-server/src/authentication/api_keys/api_keys.ts", + "path": "src/core/packages/security/server/src/authentication/api_keys/api_keys.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6272,7 +5768,7 @@ "signature": [ "{ spaces: string[]; base?: string[] | undefined; feature?: Record | undefined; }[]" ], - "path": "packages/core/security/core-security-server/src/roles/schema.ts", + "path": "src/core/packages/security/server/src/roles/schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6321,15 +5817,9 @@ "\nStart contract for Core's userProfile service.\n" ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileService", - "text": "UserProfileService" - } + "UserProfileService" ], - "path": "packages/core/user-profile/core-user-profile-server/src/contracts.ts", + "path": "src/core/packages/user-profile/server/src/contracts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6377,21 +5867,9 @@ "description": [], "signature": [ "{ getCurrentUser: (request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " | null; }" ], "path": "x-pack/plugins/security/server/plugin.ts", @@ -6438,6 +5916,10 @@ "plugin": "ml", "path": "x-pack/platform/plugins/shared/ml/server/saved_objects/initialization/initialization.ts" }, + { + "plugin": "savedObjectsTagging", + "path": "x-pack/platform/plugins/private/saved_objects_tagging/server/request_handler_context.ts" + }, { "plugin": "ml", "path": "x-pack/platform/plugins/shared/ml/server/saved_objects/sync_task.ts" @@ -6450,21 +5932,17 @@ "plugin": "ml", "path": "x-pack/platform/plugins/shared/ml/server/plugin.ts" }, - { - "plugin": "savedObjectsTagging", - "path": "x-pack/plugins/saved_objects_tagging/server/request_handler_context.ts" - }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/lib/check_access.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/lib/check_access.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/lib/check_access.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/lib/check_access.ts" }, { "plugin": "enterpriseSearch", - "path": "x-pack/plugins/enterprise_search/server/lib/check_access.ts" + "path": "x-pack/solutions/search/plugins/enterprise_search/server/lib/check_access.ts" } ] } @@ -6530,20 +6008,20 @@ "path": "x-pack/platform/plugins/shared/observability_solution/observability_ai_assistant/server/service/index.ts" }, { - "plugin": "serverlessSearch", - "path": "x-pack/plugins/serverless_search/server/routes/api_key_routes.ts" + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/reauthorize_transforms/route_handler_factory.ts" }, { "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts" + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/lib/reindexing/credential_store.ts" }, { "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts" + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/lib/reindexing/credential_store.ts" }, { "plugin": "upgradeAssistant", - "path": "x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts" + "path": "x-pack/platform/plugins/private/upgrade_assistant/server/lib/reindexing/credential_store.ts" }, { "plugin": "fleet", @@ -6585,10 +6063,6 @@ "plugin": "entityManager", "path": "x-pack/platform/plugins/shared/entity_manager/server/routes/enablement/disable.ts" }, - { - "plugin": "transform", - "path": "x-pack/platform/plugins/private/transform/server/routes/api/reauthorize_transforms/route_handler_factory.ts" - }, { "plugin": "fleet", "path": "x-pack/platform/plugins/shared/fleet/server/routes/setup/handlers.test.ts" @@ -6633,6 +6107,10 @@ "plugin": "synthetics", "path": "x-pack/solutions/observability/plugins/synthetics/server/routes/synthetics_service/enablement.ts" }, + { + "plugin": "serverlessSearch", + "path": "x-pack/solutions/search/plugins/serverless_search/server/routes/api_key_routes.ts" + }, { "plugin": "cloudSecurityPosture", "path": "x-pack/solutions/security/plugins/cloud_security_posture/server/routes/setup_routes.ts" @@ -6673,13 +6151,7 @@ "\nUser profiles services to retrieve user profiles.\n" ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-server", - "scope": "server", - "docId": "kibKbnCoreUserProfileServerPluginApi", - "section": "def-server.UserProfileService", - "text": "UserProfileService" - } + "UserProfileService" ], "path": "x-pack/packages/security/plugin_types_server/src/plugin.ts", "deprecated": true, @@ -6888,23 +6360,11 @@ "\nRepresents the currently authenticated user." ], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", " extends ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.User", - "text": "User" - } + "User" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6918,15 +6378,9 @@ "\nThe name and type of the Realm that has authenticated the user." ], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.UserRealm", - "text": "UserRealm" - } + "UserRealm" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -6940,15 +6394,9 @@ "\nThe name and type of the Realm where the user information were retrieved from." ], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.UserRealm", - "text": "UserRealm" - } + "UserRealm" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -6962,15 +6410,9 @@ "\nThe authentication provider that used to authenticate user." ], "signature": [ - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticationProvider", - "text": "AuthenticationProvider" - } + "AuthenticationProvider" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -6983,7 +6425,7 @@ "description": [ "\nThe AuthenticationType used by ES to authenticate the user.\n" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -6996,7 +6438,7 @@ "description": [ "\nIndicates whether user is authenticated via Elastic Cloud built-in SAML realm." ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -7012,7 +6454,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -7028,7 +6470,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -7045,7 +6487,7 @@ "ApiKeyDescriptor", " | undefined" ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false } @@ -7061,7 +6503,7 @@ "description": [ "\nType and name tuple to identify provider used to authenticate user." ], - "path": "packages/core/security/core-security-common/src/authentication/authentication_provider.ts", + "path": "src/core/packages/security/common/src/authentication/authentication_provider.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -7074,7 +6516,7 @@ "description": [ "\nType of the Kibana authentication provider." ], - "path": "packages/core/security/core-security-common/src/authentication/authentication_provider.ts", + "path": "src/core/packages/security/common/src/authentication/authentication_provider.ts", "deprecated": false, "trackAdoption": false }, @@ -7087,7 +6529,7 @@ "description": [ "\nName of the Kibana authentication provider (arbitrary string)." ], - "path": "packages/core/security/core-security-common/src/authentication/authentication_provider.ts", + "path": "src/core/packages/security/common/src/authentication/authentication_provider.ts", "deprecated": false, "trackAdoption": false } @@ -7166,13 +6608,7 @@ "text": "EditUser" }, " extends ", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.User", - "text": "User" - } + "User" ], "path": "x-pack/plugins/security/common/model/user.ts", "deprecated": false, @@ -7316,21 +6752,9 @@ "text": "GetUserProfileResponse" }, " extends ", - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileWithSecurity", - "text": "UserProfileWithSecurity" - }, + "UserProfileWithSecurity", "" ], "path": "x-pack/plugins/security/common/model/user_profile.ts", @@ -7347,21 +6771,9 @@ "\nInformation about the currently authenticated user that owns the profile." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileUserInfoWithSecurity", - "text": "UserProfileUserInfoWithSecurity" - }, + "UserProfileUserInfoWithSecurity", " & Pick<", - { - "pluginId": "@kbn/core-security-common", - "scope": "common", - "docId": "kibKbnCoreSecurityCommonPluginApi", - "section": "def-common.AuthenticatedUser", - "text": "AuthenticatedUser" - }, + "AuthenticatedUser", ", \"authentication_provider\">" ], "path": "x-pack/plugins/security/common/model/user_profile.ts", @@ -8633,7 +8045,7 @@ "description": [ "\nA set of fields describing Kibana user." ], - "path": "packages/core/security/core-security-common/src/authentication/user.ts", + "path": "src/core/packages/security/common/src/authentication/user.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8644,7 +8056,7 @@ "tags": [], "label": "username", "description": [], - "path": "packages/core/security/core-security-common/src/authentication/user.ts", + "path": "src/core/packages/security/common/src/authentication/user.ts", "deprecated": false, "trackAdoption": false }, @@ -8658,7 +8070,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-common/src/authentication/user.ts", + "path": "src/core/packages/security/common/src/authentication/user.ts", "deprecated": false, "trackAdoption": false }, @@ -8672,7 +8084,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/security/core-security-common/src/authentication/user.ts", + "path": "src/core/packages/security/common/src/authentication/user.ts", "deprecated": false, "trackAdoption": false }, @@ -8686,7 +8098,7 @@ "signature": [ "readonly string[]" ], - "path": "packages/core/security/core-security-common/src/authentication/user.ts", + "path": "src/core/packages/security/common/src/authentication/user.ts", "deprecated": false, "trackAdoption": false }, @@ -8697,7 +8109,7 @@ "tags": [], "label": "enabled", "description": [], - "path": "packages/core/security/core-security-common/src/authentication/user.ts", + "path": "src/core/packages/security/common/src/authentication/user.ts", "deprecated": false, "trackAdoption": false }, @@ -8711,7 +8123,7 @@ "signature": [ "{ _reserved: boolean; _deprecated?: boolean | undefined; _deprecated_reason?: string | undefined; } | undefined" ], - "path": "packages/core/security/core-security-common/src/authentication/user.ts", + "path": "src/core/packages/security/common/src/authentication/user.ts", "deprecated": false, "trackAdoption": false } @@ -8728,16 +8140,10 @@ "\nIMPORTANT:\n\nThe types in this file are duplicated at\n`packages/kbn-user-profile-components/src/user_profile.ts`\n\nWhen making changes please ensure to keep both files in sync.\n\nDescribes basic properties stored in user profile." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfile", - "text": "UserProfile" - }, + "UserProfile", "" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8750,7 +8156,7 @@ "description": [ "\nUnique ID for of the user profile." ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false }, @@ -8763,7 +8169,7 @@ "description": [ "\nIndicates whether user profile is enabled or not." ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false }, @@ -8777,15 +8183,9 @@ "\nInformation about the user that owns profile." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileUserInfo", - "text": "UserProfileUserInfo" - } + "UserProfileUserInfo" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false }, @@ -8801,7 +8201,7 @@ "signature": [ "{ [P in keyof D]?: D[P] | undefined; }" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false } @@ -8817,7 +8217,7 @@ "description": [ "\nBasic user information returned in user profile." ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8830,7 +8230,7 @@ "description": [ "\nUsername of the user." ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false }, @@ -8846,7 +8246,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false }, @@ -8862,7 +8262,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false } @@ -8879,23 +8279,11 @@ "\nExtended user information returned in user profile (both basic and security related properties)." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileUserInfoWithSecurity", - "text": "UserProfileUserInfoWithSecurity" - }, + "UserProfileUserInfoWithSecurity", " extends ", - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileUserInfo", - "text": "UserProfileUserInfo" - } + "UserProfileUserInfo" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8911,7 +8299,7 @@ "signature": [ "readonly string[]" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false }, @@ -8924,7 +8312,7 @@ "description": [ "\nName of the Elasticsearch security realm that was used to authenticate user." ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false }, @@ -8940,7 +8328,7 @@ "signature": [ "string | undefined" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false } @@ -8957,24 +8345,12 @@ "\nDescribes all properties stored in user profile (both basic and security related properties)." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileWithSecurity", - "text": "UserProfileWithSecurity" - }, + "UserProfileWithSecurity", " extends ", - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfile", - "text": "UserProfile" - }, + "UserProfile", "" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -8988,15 +8364,9 @@ "\nInformation about the user that owns profile." ], "signature": [ - { - "pluginId": "@kbn/core-user-profile-common", - "scope": "common", - "docId": "kibKbnCoreUserProfileCommonPluginApi", - "section": "def-common.UserProfileUserInfoWithSecurity", - "text": "UserProfileUserInfoWithSecurity" - } + "UserProfileUserInfoWithSecurity" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false }, @@ -9012,7 +8382,7 @@ "signature": [ "L" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false } @@ -9028,7 +8398,7 @@ "description": [ "\nAn Elasticsearch realm that was used to resolve and authenticate the user." ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -9041,7 +8411,7 @@ "description": [ "\nArbitrary name of the security realm." ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false }, @@ -9054,7 +8424,7 @@ "description": [ "\nType of the security realm (file, native, saml etc.)." ], - "path": "packages/core/security/core-security-common/src/authentication/authenticated_user.ts", + "path": "src/core/packages/security/common/src/authentication/authenticated_user.ts", "deprecated": false, "trackAdoption": false } @@ -9175,7 +8545,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -9192,7 +8562,7 @@ "signature": [ "{ [x: string]: string; }" ], - "path": "packages/core/user-profile/core-user-profile-common/src/user_profile.ts", + "path": "src/core/packages/user-profile/common/src/user_profile.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/security.mdx b/api_docs/security.mdx index 4c1473f4f0234..183bd944c962a 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-12-27 +date: 2025-01-05 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 018e688768ea4..1dba7e2c64f07 100644 --- a/api_docs/security_solution.devdocs.json +++ b/api_docs/security_solution.devdocs.json @@ -18,13 +18,7 @@ "text": "Plugin" }, " implements ", - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.Plugin", - "text": "Plugin" - }, + "Plugin", "<", { "pluginId": "securitySolution", @@ -73,13 +67,7 @@ "label": "initializerContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", "" ], "path": "x-pack/solutions/security/plugins/security_solution/public/plugin.tsx", @@ -99,13 +87,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<", "StartPluginsDependencies", ", ", @@ -139,13 +121,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<", "StartPluginsDependencies", ", ", @@ -190,13 +166,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", plugins: ", "StartPlugins", ") => ", @@ -220,13 +190,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "x-pack/solutions/security/plugins/security_solution/public/plugin.tsx", "deprecated": false, @@ -276,13 +240,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<", "StartPluginsDependencies", ", ", @@ -309,13 +267,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<", "StartPluginsDependencies", ", ", @@ -522,7 +474,7 @@ "\nExperimental flag needed to enable the link" ], "signature": [ - "\"assistantModelEvaluation\" | \"attackDiscoveryAlertFiltering\" | \"defendInsights\" | \"alertSuppressionForSequenceEqlRuleEnabled\" | \"excludePoliciesInFilterEnabled\" | \"kubernetesEnabled\" | \"donutChartEmbeddablesEnabled\" | \"previewTelemetryUrlEnabled\" | \"extendedRuleExecutionLoggingEnabled\" | \"socTrendsEnabled\" | \"responseActionUploadEnabled\" | \"automatedProcessActionsEnabled\" | \"responseActionsSentinelOneV1Enabled\" | \"responseActionsSentinelOneV2Enabled\" | \"responseActionsSentinelOneGetFileEnabled\" | \"responseActionsSentinelOneKillProcessEnabled\" | \"responseActionsSentinelOneProcessesEnabled\" | \"responseActionsCrowdstrikeManualHostIsolationEnabled\" | \"endpointManagementSpaceAwarenessEnabled\" | \"securitySolutionNotesDisabled\" | \"newUserDetailsFlyoutManagedUser\" | \"riskScoringPersistence\" | \"riskScoringRoutesEnabled\" | \"esqlRulesDisabled\" | \"protectionUpdatesEnabled\" | \"disableTimelineSaveTour\" | \"riskEnginePrivilegesRouteEnabled\" | \"sentinelOneDataInAnalyzerEnabled\" | \"sentinelOneManualHostActionsEnabled\" | \"crowdstrikeDataInAnalyzerEnabled\" | \"responseActionsTelemetryEnabled\" | \"jamfDataInAnalyzerEnabled\" | \"timelineEsqlTabDisabled\" | \"analyzerDatePickersAndSourcererDisabled\" | \"graphVisualizationInFlyoutEnabled\" | \"prebuiltRulesCustomizationEnabled\" | \"malwareOnWriteScanOptionAvailable\" | \"unifiedManifestEnabled\" | \"valueListItemsModalEnabled\" | \"filterProcessDescendantsForEventFiltersEnabled\" | \"dataIngestionHubEnabled\" | \"entityStoreDisabled\" | \"serviceEntityStoreEnabled\" | \"siemMigrationsEnabled\" | \"newExpandableFlyoutNavigationEnabled\" | \"crowdstrikeRunScriptEnabled\" | \"assetInventoryStoreEnabled\" | undefined" + "\"assistantModelEvaluation\" | \"attackDiscoveryAlertFiltering\" | \"defendInsights\" | \"alertSuppressionForSequenceEqlRuleEnabled\" | \"excludePoliciesInFilterEnabled\" | \"kubernetesEnabled\" | \"donutChartEmbeddablesEnabled\" | \"previewTelemetryUrlEnabled\" | \"extendedRuleExecutionLoggingEnabled\" | \"socTrendsEnabled\" | \"responseActionUploadEnabled\" | \"automatedProcessActionsEnabled\" | \"responseActionsSentinelOneV1Enabled\" | \"responseActionsSentinelOneV2Enabled\" | \"responseActionsSentinelOneGetFileEnabled\" | \"responseActionsSentinelOneKillProcessEnabled\" | \"responseActionsSentinelOneProcessesEnabled\" | \"responseActionsCrowdstrikeManualHostIsolationEnabled\" | \"endpointManagementSpaceAwarenessEnabled\" | \"securitySolutionNotesDisabled\" | \"newUserDetailsFlyoutManagedUser\" | \"riskScoringPersistence\" | \"riskScoringRoutesEnabled\" | \"esqlRulesDisabled\" | \"protectionUpdatesEnabled\" | \"disableTimelineSaveTour\" | \"riskEnginePrivilegesRouteEnabled\" | \"sentinelOneDataInAnalyzerEnabled\" | \"sentinelOneManualHostActionsEnabled\" | \"crowdstrikeDataInAnalyzerEnabled\" | \"responseActionsTelemetryEnabled\" | \"jamfDataInAnalyzerEnabled\" | \"timelineEsqlTabDisabled\" | \"analyzerDatePickersAndSourcererDisabled\" | \"graphVisualizationInFlyoutEnabled\" | \"prebuiltRulesCustomizationEnabled\" | \"malwareOnWriteScanOptionAvailable\" | \"unifiedManifestEnabled\" | \"valueListItemsModalEnabled\" | \"filterProcessDescendantsForEventFiltersEnabled\" | \"dataIngestionHubEnabled\" | \"entityStoreDisabled\" | \"serviceEntityStoreEnabled\" | \"siemMigrationsEnabled\" | \"newExpandableFlyoutNavigationEnabled\" | \"crowdstrikeRunScriptEnabled\" | \"assetInventoryStoreEnabled\" | \"assetInventoryUXEnabled\" | undefined" ], "path": "x-pack/solutions/security/plugins/security_solution/public/common/links/types.ts", "deprecated": false, @@ -602,7 +554,7 @@ "\nExperimental flag needed to disable the link. Opposite of experimentalKey" ], "signature": [ - "\"assistantModelEvaluation\" | \"attackDiscoveryAlertFiltering\" | \"defendInsights\" | \"alertSuppressionForSequenceEqlRuleEnabled\" | \"excludePoliciesInFilterEnabled\" | \"kubernetesEnabled\" | \"donutChartEmbeddablesEnabled\" | \"previewTelemetryUrlEnabled\" | \"extendedRuleExecutionLoggingEnabled\" | \"socTrendsEnabled\" | \"responseActionUploadEnabled\" | \"automatedProcessActionsEnabled\" | \"responseActionsSentinelOneV1Enabled\" | \"responseActionsSentinelOneV2Enabled\" | \"responseActionsSentinelOneGetFileEnabled\" | \"responseActionsSentinelOneKillProcessEnabled\" | \"responseActionsSentinelOneProcessesEnabled\" | \"responseActionsCrowdstrikeManualHostIsolationEnabled\" | \"endpointManagementSpaceAwarenessEnabled\" | \"securitySolutionNotesDisabled\" | \"newUserDetailsFlyoutManagedUser\" | \"riskScoringPersistence\" | \"riskScoringRoutesEnabled\" | \"esqlRulesDisabled\" | \"protectionUpdatesEnabled\" | \"disableTimelineSaveTour\" | \"riskEnginePrivilegesRouteEnabled\" | \"sentinelOneDataInAnalyzerEnabled\" | \"sentinelOneManualHostActionsEnabled\" | \"crowdstrikeDataInAnalyzerEnabled\" | \"responseActionsTelemetryEnabled\" | \"jamfDataInAnalyzerEnabled\" | \"timelineEsqlTabDisabled\" | \"analyzerDatePickersAndSourcererDisabled\" | \"graphVisualizationInFlyoutEnabled\" | \"prebuiltRulesCustomizationEnabled\" | \"malwareOnWriteScanOptionAvailable\" | \"unifiedManifestEnabled\" | \"valueListItemsModalEnabled\" | \"filterProcessDescendantsForEventFiltersEnabled\" | \"dataIngestionHubEnabled\" | \"entityStoreDisabled\" | \"serviceEntityStoreEnabled\" | \"siemMigrationsEnabled\" | \"newExpandableFlyoutNavigationEnabled\" | \"crowdstrikeRunScriptEnabled\" | \"assetInventoryStoreEnabled\" | undefined" + "\"assistantModelEvaluation\" | \"attackDiscoveryAlertFiltering\" | \"defendInsights\" | \"alertSuppressionForSequenceEqlRuleEnabled\" | \"excludePoliciesInFilterEnabled\" | \"kubernetesEnabled\" | \"donutChartEmbeddablesEnabled\" | \"previewTelemetryUrlEnabled\" | \"extendedRuleExecutionLoggingEnabled\" | \"socTrendsEnabled\" | \"responseActionUploadEnabled\" | \"automatedProcessActionsEnabled\" | \"responseActionsSentinelOneV1Enabled\" | \"responseActionsSentinelOneV2Enabled\" | \"responseActionsSentinelOneGetFileEnabled\" | \"responseActionsSentinelOneKillProcessEnabled\" | \"responseActionsSentinelOneProcessesEnabled\" | \"responseActionsCrowdstrikeManualHostIsolationEnabled\" | \"endpointManagementSpaceAwarenessEnabled\" | \"securitySolutionNotesDisabled\" | \"newUserDetailsFlyoutManagedUser\" | \"riskScoringPersistence\" | \"riskScoringRoutesEnabled\" | \"esqlRulesDisabled\" | \"protectionUpdatesEnabled\" | \"disableTimelineSaveTour\" | \"riskEnginePrivilegesRouteEnabled\" | \"sentinelOneDataInAnalyzerEnabled\" | \"sentinelOneManualHostActionsEnabled\" | \"crowdstrikeDataInAnalyzerEnabled\" | \"responseActionsTelemetryEnabled\" | \"jamfDataInAnalyzerEnabled\" | \"timelineEsqlTabDisabled\" | \"analyzerDatePickersAndSourcererDisabled\" | \"graphVisualizationInFlyoutEnabled\" | \"prebuiltRulesCustomizationEnabled\" | \"malwareOnWriteScanOptionAvailable\" | \"unifiedManifestEnabled\" | \"valueListItemsModalEnabled\" | \"filterProcessDescendantsForEventFiltersEnabled\" | \"dataIngestionHubEnabled\" | \"entityStoreDisabled\" | \"serviceEntityStoreEnabled\" | \"siemMigrationsEnabled\" | \"newExpandableFlyoutNavigationEnabled\" | \"crowdstrikeRunScriptEnabled\" | \"assetInventoryStoreEnabled\" | \"assetInventoryUXEnabled\" | undefined" ], "path": "x-pack/solutions/security/plugins/security_solution/public/common/links/types.ts", "deprecated": false, @@ -1876,7 +1828,7 @@ "label": "experimentalFeatures", "description": [], "signature": [ - "{ readonly alertSuppressionForSequenceEqlRuleEnabled: boolean; readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: 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 endpointManagementSpaceAwarenessEnabled: boolean; readonly securitySolutionNotesDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly attackDiscoveryAlertFiltering: 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 responseActionsTelemetryEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly timelineEsqlTabDisabled: boolean; readonly analyzerDatePickersAndSourcererDisabled: boolean; readonly graphVisualizationInFlyoutEnabled: boolean; readonly prebuiltRulesCustomizationEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly dataIngestionHubEnabled: boolean; readonly entityStoreDisabled: boolean; readonly serviceEntityStoreEnabled: boolean; readonly siemMigrationsEnabled: boolean; readonly defendInsights: boolean; readonly newExpandableFlyoutNavigationEnabled: boolean; readonly crowdstrikeRunScriptEnabled: boolean; readonly assetInventoryStoreEnabled: boolean; }" + "{ readonly alertSuppressionForSequenceEqlRuleEnabled: boolean; readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: 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 endpointManagementSpaceAwarenessEnabled: boolean; readonly securitySolutionNotesDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly attackDiscoveryAlertFiltering: 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 responseActionsTelemetryEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly timelineEsqlTabDisabled: boolean; readonly analyzerDatePickersAndSourcererDisabled: boolean; readonly graphVisualizationInFlyoutEnabled: boolean; readonly prebuiltRulesCustomizationEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly dataIngestionHubEnabled: boolean; readonly entityStoreDisabled: boolean; readonly serviceEntityStoreEnabled: boolean; readonly siemMigrationsEnabled: boolean; readonly defendInsights: boolean; readonly newExpandableFlyoutNavigationEnabled: boolean; readonly crowdstrikeRunScriptEnabled: boolean; readonly assetInventoryStoreEnabled: boolean; readonly assetInventoryUXEnabled: boolean; }" ], "path": "x-pack/solutions/security/plugins/security_solution/public/types.ts", "deprecated": false, @@ -2342,13 +2294,7 @@ "text": "Plugin" }, " implements ", - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.Plugin", - "text": "Plugin" - }, + "Plugin", "<", { "pluginId": "securitySolution", @@ -2397,13 +2343,7 @@ "label": "context", "description": [], "signature": [ - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", "" ], "path": "x-pack/solutions/security/plugins/security_solution/server/plugin.ts", @@ -2481,13 +2421,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", plugins: ", "SecuritySolutionPluginStartDependencies", ") => ", @@ -2511,13 +2445,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "x-pack/solutions/security/plugins/security_solution/server/plugin.ts", "deprecated": false, @@ -2583,13 +2511,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-request-handler-context-server", - "scope": "server", - "docId": "kibKbnCoreHttpRequestHandlerContextServerPluginApi", - "section": "def-server.CoreRequestHandlerContext", - "text": "CoreRequestHandlerContext" - } + "CoreRequestHandlerContext" ], "path": "x-pack/solutions/security/plugins/security_solution/server/types.ts", "deprecated": false, @@ -2793,13 +2715,7 @@ "description": [], "signature": [ "(req: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => Promise<", { "pluginId": "ruleRegistry", @@ -2822,13 +2738,7 @@ "label": "req", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/solutions/security/plugins/security_solution/server/types.ts", @@ -2848,13 +2758,7 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-security-server", - "scope": "server", - "docId": "kibKbnCoreSecurityServerPluginApi", - "section": "def-server.AuditLogger", - "text": "AuditLogger" - }, + "AuditLogger", " | undefined" ], "path": "x-pack/solutions/security/plugins/security_solution/server/types.ts", @@ -3124,7 +3028,7 @@ "\nThe security solution generic experimental features" ], "signature": [ - "{ readonly alertSuppressionForSequenceEqlRuleEnabled: boolean; readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: 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 endpointManagementSpaceAwarenessEnabled: boolean; readonly securitySolutionNotesDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly attackDiscoveryAlertFiltering: 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 responseActionsTelemetryEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly timelineEsqlTabDisabled: boolean; readonly analyzerDatePickersAndSourcererDisabled: boolean; readonly graphVisualizationInFlyoutEnabled: boolean; readonly prebuiltRulesCustomizationEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly dataIngestionHubEnabled: boolean; readonly entityStoreDisabled: boolean; readonly serviceEntityStoreEnabled: boolean; readonly siemMigrationsEnabled: boolean; readonly defendInsights: boolean; readonly newExpandableFlyoutNavigationEnabled: boolean; readonly crowdstrikeRunScriptEnabled: boolean; readonly assetInventoryStoreEnabled: boolean; }" + "{ readonly alertSuppressionForSequenceEqlRuleEnabled: boolean; readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: 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 endpointManagementSpaceAwarenessEnabled: boolean; readonly securitySolutionNotesDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly attackDiscoveryAlertFiltering: 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 responseActionsTelemetryEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly timelineEsqlTabDisabled: boolean; readonly analyzerDatePickersAndSourcererDisabled: boolean; readonly graphVisualizationInFlyoutEnabled: boolean; readonly prebuiltRulesCustomizationEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly dataIngestionHubEnabled: boolean; readonly entityStoreDisabled: boolean; readonly serviceEntityStoreEnabled: boolean; readonly siemMigrationsEnabled: boolean; readonly defendInsights: boolean; readonly newExpandableFlyoutNavigationEnabled: boolean; readonly crowdstrikeRunScriptEnabled: boolean; readonly assetInventoryStoreEnabled: boolean; readonly assetInventoryUXEnabled: boolean; }" ], "path": "x-pack/solutions/security/plugins/security_solution/server/plugin_contract.ts", "deprecated": false, @@ -3297,7 +3201,7 @@ "label": "ExperimentalFeatures", "description": [], "signature": [ - "{ readonly alertSuppressionForSequenceEqlRuleEnabled: boolean; readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: 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 endpointManagementSpaceAwarenessEnabled: boolean; readonly securitySolutionNotesDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly attackDiscoveryAlertFiltering: 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 responseActionsTelemetryEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly timelineEsqlTabDisabled: boolean; readonly analyzerDatePickersAndSourcererDisabled: boolean; readonly graphVisualizationInFlyoutEnabled: boolean; readonly prebuiltRulesCustomizationEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly dataIngestionHubEnabled: boolean; readonly entityStoreDisabled: boolean; readonly serviceEntityStoreEnabled: boolean; readonly siemMigrationsEnabled: boolean; readonly defendInsights: boolean; readonly newExpandableFlyoutNavigationEnabled: boolean; readonly crowdstrikeRunScriptEnabled: boolean; readonly assetInventoryStoreEnabled: boolean; }" + "{ readonly alertSuppressionForSequenceEqlRuleEnabled: boolean; readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: 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 endpointManagementSpaceAwarenessEnabled: boolean; readonly securitySolutionNotesDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly attackDiscoveryAlertFiltering: 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 responseActionsTelemetryEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly timelineEsqlTabDisabled: boolean; readonly analyzerDatePickersAndSourcererDisabled: boolean; readonly graphVisualizationInFlyoutEnabled: boolean; readonly prebuiltRulesCustomizationEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly dataIngestionHubEnabled: boolean; readonly entityStoreDisabled: boolean; readonly serviceEntityStoreEnabled: boolean; readonly siemMigrationsEnabled: boolean; readonly defendInsights: boolean; readonly newExpandableFlyoutNavigationEnabled: boolean; readonly crowdstrikeRunScriptEnabled: boolean; readonly assetInventoryStoreEnabled: boolean; readonly assetInventoryUXEnabled: boolean; }" ], "path": "x-pack/solutions/security/plugins/security_solution/common/experimental_features.ts", "deprecated": false, @@ -3363,7 +3267,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 alertSuppressionForSequenceEqlRuleEnabled: true; readonly excludePoliciesInFilterEnabled: false; readonly kubernetesEnabled: false; readonly donutChartEmbeddablesEnabled: false; readonly previewTelemetryUrlEnabled: false; readonly extendedRuleExecutionLoggingEnabled: false; readonly socTrendsEnabled: false; readonly responseActionUploadEnabled: true; readonly automatedProcessActionsEnabled: true; readonly responseActionsSentinelOneV1Enabled: true; readonly responseActionsSentinelOneV2Enabled: true; readonly responseActionsSentinelOneGetFileEnabled: true; readonly responseActionsSentinelOneKillProcessEnabled: true; readonly responseActionsSentinelOneProcessesEnabled: true; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: true; readonly endpointManagementSpaceAwarenessEnabled: false; readonly securitySolutionNotesDisabled: false; readonly assistantModelEvaluation: false; readonly attackDiscoveryAlertFiltering: 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 responseActionsTelemetryEnabled: false; readonly jamfDataInAnalyzerEnabled: true; readonly timelineEsqlTabDisabled: false; readonly analyzerDatePickersAndSourcererDisabled: false; readonly graphVisualizationInFlyoutEnabled: false; readonly prebuiltRulesCustomizationEnabled: false; readonly malwareOnWriteScanOptionAvailable: true; readonly unifiedManifestEnabled: true; readonly valueListItemsModalEnabled: true; readonly filterProcessDescendantsForEventFiltersEnabled: true; readonly dataIngestionHubEnabled: false; readonly entityStoreDisabled: false; readonly serviceEntityStoreEnabled: false; readonly siemMigrationsEnabled: false; readonly defendInsights: false; readonly newExpandableFlyoutNavigationEnabled: false; readonly crowdstrikeRunScriptEnabled: false; readonly assetInventoryStoreEnabled: false; }" + "{ readonly alertSuppressionForSequenceEqlRuleEnabled: true; readonly excludePoliciesInFilterEnabled: false; readonly kubernetesEnabled: false; readonly donutChartEmbeddablesEnabled: false; readonly previewTelemetryUrlEnabled: false; readonly extendedRuleExecutionLoggingEnabled: false; readonly socTrendsEnabled: false; readonly responseActionUploadEnabled: true; readonly automatedProcessActionsEnabled: true; readonly responseActionsSentinelOneV1Enabled: true; readonly responseActionsSentinelOneV2Enabled: true; readonly responseActionsSentinelOneGetFileEnabled: true; readonly responseActionsSentinelOneKillProcessEnabled: true; readonly responseActionsSentinelOneProcessesEnabled: true; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: true; readonly endpointManagementSpaceAwarenessEnabled: false; readonly securitySolutionNotesDisabled: false; readonly assistantModelEvaluation: false; readonly attackDiscoveryAlertFiltering: 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 responseActionsTelemetryEnabled: false; readonly jamfDataInAnalyzerEnabled: true; readonly timelineEsqlTabDisabled: false; readonly analyzerDatePickersAndSourcererDisabled: false; readonly graphVisualizationInFlyoutEnabled: false; readonly prebuiltRulesCustomizationEnabled: false; readonly malwareOnWriteScanOptionAvailable: true; readonly unifiedManifestEnabled: true; readonly valueListItemsModalEnabled: true; readonly filterProcessDescendantsForEventFiltersEnabled: true; readonly dataIngestionHubEnabled: false; readonly entityStoreDisabled: false; readonly serviceEntityStoreEnabled: false; readonly siemMigrationsEnabled: false; readonly defendInsights: false; readonly newExpandableFlyoutNavigationEnabled: false; readonly crowdstrikeRunScriptEnabled: false; readonly assetInventoryStoreEnabled: false; readonly assetInventoryUXEnabled: false; }" ], "path": "x-pack/solutions/security/plugins/security_solution/common/experimental_features.ts", "deprecated": false, diff --git a/api_docs/security_solution.mdx b/api_docs/security_solution.mdx index 05b6d487f7726..7934ade152cbe 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-12-27 +date: 2025-01-05 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 4bc2accb3b022..be2a3bcd2f178 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-12-27 +date: 2025-01-05 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 e0f8d93ef86d3..4480f3b90289d 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-12-27 +date: 2025-01-05 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 5ff67d3104e84..bc0e0ac3a8d82 100644 --- a/api_docs/serverless.devdocs.json +++ b/api_docs/serverless.devdocs.json @@ -14,7 +14,7 @@ "tags": [], "label": "ServerlessPluginSetup", "description": [], - "path": "x-pack/plugins/serverless/public/types.ts", + "path": "x-pack/platform/plugins/shared/serverless/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -28,7 +28,7 @@ "tags": [], "label": "ServerlessPluginStart", "description": [], - "path": "x-pack/plugins/serverless/public/types.ts", + "path": "x-pack/platform/plugins/shared/serverless/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -66,7 +66,7 @@ }, "> | undefined) => void" ], - "path": "x-pack/plugins/serverless/public/types.ts", + "path": "x-pack/platform/plugins/shared/serverless/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -95,7 +95,7 @@ }, "[]" ], - "path": "x-pack/plugins/serverless/public/types.ts", + "path": "x-pack/platform/plugins/shared/serverless/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -118,7 +118,7 @@ }, "> | undefined" ], - "path": "x-pack/plugins/serverless/public/types.ts", + "path": "x-pack/platform/plugins/shared/serverless/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -136,7 +136,7 @@ "signature": [ "(homeHref: string) => void" ], - "path": "x-pack/plugins/serverless/public/types.ts", + "path": "x-pack/platform/plugins/shared/serverless/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -150,7 +150,7 @@ "signature": [ "string" ], - "path": "x-pack/plugins/serverless/public/types.ts", + "path": "x-pack/platform/plugins/shared/serverless/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -202,7 +202,7 @@ }, " | undefined; } | undefined) => void" ], - "path": "x-pack/plugins/serverless/public/types.ts", + "path": "x-pack/platform/plugins/shared/serverless/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -222,7 +222,7 @@ "text": "SolutionId" } ], - "path": "x-pack/plugins/serverless/public/types.ts", + "path": "x-pack/platform/plugins/shared/serverless/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -254,7 +254,7 @@ }, ", string, string>>" ], - "path": "x-pack/plugins/serverless/public/types.ts", + "path": "x-pack/platform/plugins/shared/serverless/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -266,7 +266,7 @@ "tags": [], "label": "config", "description": [], - "path": "x-pack/plugins/serverless/public/types.ts", + "path": "x-pack/platform/plugins/shared/serverless/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -280,7 +280,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/serverless/public/types.ts", + "path": "x-pack/platform/plugins/shared/serverless/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -301,7 +301,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/serverless/public/types.ts", + "path": "x-pack/platform/plugins/shared/serverless/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -330,7 +330,7 @@ }, ") => void" ], - "path": "x-pack/plugins/serverless/public/types.ts", + "path": "x-pack/platform/plugins/shared/serverless/public/types.ts", "deprecated": true, "trackAdoption": false, "references": [], @@ -351,7 +351,7 @@ "text": "SideNavComponent" } ], - "path": "x-pack/plugins/serverless/public/types.ts", + "path": "x-pack/platform/plugins/shared/serverless/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -385,7 +385,7 @@ }, "> | undefined" ], - "path": "x-pack/plugins/serverless/public/types.ts", + "path": "x-pack/platform/plugins/shared/serverless/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -399,7 +399,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/serverless/public/types.ts", + "path": "x-pack/platform/plugins/shared/serverless/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -422,7 +422,7 @@ }, "> | undefined" ], - "path": "x-pack/plugins/serverless/public/types.ts", + "path": "x-pack/platform/plugins/shared/serverless/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -449,7 +449,7 @@ "tags": [], "label": "ServerlessServerSetup", "description": [], - "path": "x-pack/plugins/serverless/server/types.ts", + "path": "x-pack/platform/plugins/shared/serverless/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -463,7 +463,7 @@ "signature": [ "(keys: string[]) => void" ], - "path": "x-pack/plugins/serverless/server/types.ts", + "path": "x-pack/platform/plugins/shared/serverless/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -477,7 +477,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/serverless/server/types.ts", + "path": "x-pack/platform/plugins/shared/serverless/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -496,7 +496,7 @@ "tags": [], "label": "ServerlessServerStart", "description": [], - "path": "x-pack/plugins/serverless/server/types.ts", + "path": "x-pack/platform/plugins/shared/serverless/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -522,7 +522,7 @@ "signature": [ "\"/internal/serverless/switch_project\"" ], - "path": "x-pack/plugins/serverless/common/index.ts", + "path": "x-pack/platform/plugins/shared/serverless/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -537,7 +537,7 @@ "signature": [ "\"serverless\"" ], - "path": "x-pack/plugins/serverless/common/index.ts", + "path": "x-pack/platform/plugins/shared/serverless/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -552,7 +552,7 @@ "signature": [ "\"serverless\"" ], - "path": "x-pack/plugins/serverless/common/index.ts", + "path": "x-pack/platform/plugins/shared/serverless/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/serverless.mdx b/api_docs/serverless.mdx index 788e9142dfb73..5346303215e0e 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-12-27 +date: 2025-01-05 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 6dc41e7b25153..e20bc8ec69051 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverlessObservability'] --- import serverlessObservabilityObj from './serverless_observability.devdocs.json'; diff --git a/api_docs/serverless_search.devdocs.json b/api_docs/serverless_search.devdocs.json index 3270aeb28c2d9..4545c16081c8f 100644 --- a/api_docs/serverless_search.devdocs.json +++ b/api_docs/serverless_search.devdocs.json @@ -14,7 +14,7 @@ "tags": [], "label": "ServerlessSearchPluginSetup", "description": [], - "path": "x-pack/plugins/serverless_search/public/types.ts", + "path": "x-pack/solutions/search/plugins/serverless_search/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -28,7 +28,7 @@ "tags": [], "label": "ServerlessSearchPluginStart", "description": [], - "path": "x-pack/plugins/serverless_search/public/types.ts", + "path": "x-pack/solutions/search/plugins/serverless_search/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -50,7 +50,7 @@ "tags": [], "label": "ServerlessSearchPluginSetup", "description": [], - "path": "x-pack/plugins/serverless_search/server/types.ts", + "path": "x-pack/solutions/search/plugins/serverless_search/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -64,7 +64,7 @@ "tags": [], "label": "ServerlessSearchPluginStart", "description": [], - "path": "x-pack/plugins/serverless_search/server/types.ts", + "path": "x-pack/solutions/search/plugins/serverless_search/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -88,7 +88,7 @@ "signature": [ "\"search-default-ingestion\"" ], - "path": "x-pack/plugins/serverless_search/common/index.ts", + "path": "x-pack/solutions/search/plugins/serverless_search/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -103,7 +103,7 @@ "signature": [ "\"serverlessSearch\"" ], - "path": "x-pack/plugins/serverless_search/common/index.ts", + "path": "x-pack/solutions/search/plugins/serverless_search/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -118,7 +118,7 @@ "signature": [ "\"serverlessSearch\"" ], - "path": "x-pack/plugins/serverless_search/common/index.ts", + "path": "x-pack/solutions/search/plugins/serverless_search/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/serverless_search.mdx b/api_docs/serverless_search.mdx index cb506b8365c04..0293e218828e2 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-12-27 +date: 2025-01-05 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 24d6125501aaf..5f5e79449546b 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-12-27 +date: 2025-01-05 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 99be9475ead0f..53779c317b689 100644 --- a/api_docs/share.devdocs.json +++ b/api_docs/share.devdocs.json @@ -23,7 +23,7 @@ }, ") => Promise" ], - "path": "src/plugins/share/public/lib/download_as.ts", + "path": "src/platform/plugins/shared/share/public/lib/download_as.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -39,7 +39,7 @@ "signature": [ "string" ], - "path": "src/plugins/share/public/lib/download_as.ts", + "path": "src/platform/plugins/shared/share/public/lib/download_as.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -62,7 +62,7 @@ "text": "DownloadableContent" } ], - "path": "src/plugins/share/public/lib/download_as.ts", + "path": "src/platform/plugins/shared/share/public/lib/download_as.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -93,7 +93,7 @@ }, ">) => Promise" ], - "path": "src/plugins/share/public/lib/download_as.ts", + "path": "src/platform/plugins/shared/share/public/lib/download_as.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -117,7 +117,7 @@ }, ">" ], - "path": "src/plugins/share/public/lib/download_as.ts", + "path": "src/platform/plugins/shared/share/public/lib/download_as.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -156,7 +156,7 @@ "LocatorGetUrlParams", " | undefined, deps?: React.DependencyList) => string" ], - "path": "src/plugins/share/common/url_service/locators/use_locator_url.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/use_locator_url.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -177,7 +177,7 @@ }, "

| null | undefined" ], - "path": "src/plugins/share/common/url_service/locators/use_locator_url.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/use_locator_url.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -192,7 +192,7 @@ "signature": [ "P" ], - "path": "src/plugins/share/common/url_service/locators/use_locator_url.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/use_locator_url.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -208,7 +208,7 @@ "LocatorGetUrlParams", " | undefined" ], - "path": "src/plugins/share/common/url_service/locators/use_locator_url.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/use_locator_url.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -223,7 +223,7 @@ "signature": [ "React.DependencyList" ], - "path": "src/plugins/share/common/url_service/locators/use_locator_url.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/use_locator_url.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -247,7 +247,7 @@ "KibanaLocation", "" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -260,7 +260,7 @@ "description": [ "\nKibana application ID." ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false }, @@ -273,7 +273,7 @@ "description": [ "\nA relative URL path within a Kibana application." ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false }, @@ -289,7 +289,7 @@ "signature": [ "S" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false } @@ -323,7 +323,7 @@ }, "

>" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -336,7 +336,7 @@ "description": [ "\nUnique ID of the locator. Should be constant and unique across Kibana." ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false }, @@ -354,7 +354,7 @@ "KibanaLocation", ">" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -370,7 +370,7 @@ "signature": [ "P" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -408,7 +408,7 @@ }, "

" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -419,7 +419,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false }, @@ -437,7 +437,7 @@ "KibanaLocation", ">" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -453,7 +453,7 @@ "signature": [ "P" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -475,7 +475,7 @@ "LocatorGetUrlParams", " | undefined) => Promise" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -491,7 +491,7 @@ "signature": [ "P" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -509,7 +509,7 @@ "LocatorGetUrlParams", " | undefined" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -531,7 +531,7 @@ "GetRedirectUrlOptions", " | undefined) => string" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -547,7 +547,7 @@ "signature": [ "P" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -565,7 +565,7 @@ "GetRedirectUrlOptions", " | undefined" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -587,7 +587,7 @@ "LocatorNavigationParams", " | undefined) => Promise" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -603,7 +603,7 @@ "signature": [ "P" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -621,7 +621,7 @@ "LocatorNavigationParams", " | undefined" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -643,7 +643,7 @@ "LocatorNavigationParams", " | undefined) => void" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -659,7 +659,7 @@ "signature": [ "P" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -677,7 +677,7 @@ "LocatorNavigationParams", " | undefined" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -699,7 +699,7 @@ "LocatorGetUrlParams", " | undefined, deps?: React.DependencyList | undefined) => string" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -713,7 +713,7 @@ "signature": [ "P" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -729,7 +729,7 @@ "LocatorGetUrlParams", " | undefined" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -744,7 +744,7 @@ "signature": [ "React.DependencyList | undefined" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -766,7 +766,7 @@ "RedirectOptions", "

" ], - "path": "src/plugins/share/common/url_service/locators/redirect/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/redirect/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -779,7 +779,7 @@ "description": [ "Locator ID." ], - "path": "src/plugins/share/common/url_service/locators/redirect/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/redirect/types.ts", "deprecated": false, "trackAdoption": false }, @@ -792,7 +792,7 @@ "description": [ "Kibana version when locator params were generated." ], - "path": "src/plugins/share/common/url_service/locators/redirect/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/redirect/types.ts", "deprecated": false, "trackAdoption": false }, @@ -808,7 +808,7 @@ "signature": [ "P" ], - "path": "src/plugins/share/common/url_service/locators/redirect/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/redirect/types.ts", "deprecated": false, "trackAdoption": false } @@ -822,7 +822,7 @@ "tags": [], "label": "ShareContext", "description": [], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -833,7 +833,7 @@ "tags": [], "label": "objectType", "description": [], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -851,7 +851,7 @@ "ShareContextObjectTypeConfig", ">> | undefined; }" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -865,7 +865,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -881,7 +881,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -897,17 +897,17 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": true, "trackAdoption": false, "references": [ - { - "plugin": "discover", - "path": "src/plugins/discover/public/application/main/components/top_nav/app_menu_actions/get_share.tsx" - }, { "plugin": "@kbn/reporting-public", "path": "packages/kbn-reporting/public/share/share_context_menu/register_pdf_png_modal_reporting.tsx" + }, + { + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/application/main/components/top_nav/app_menu_actions/get_share.tsx" } ] }, @@ -929,7 +929,7 @@ }, "; params: any; } | undefined" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -947,7 +947,7 @@ "signature": [ "(() => string) | undefined" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -963,7 +963,7 @@ "signature": [ "{ [key: string]: unknown; }" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -974,7 +974,7 @@ "tags": [], "label": "isDirty", "description": [], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -988,7 +988,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1003,16 +1003,10 @@ "description": [], "signature": [ "((anonymousUserCapabilities: ", - { - "pluginId": "@kbn/core-capabilities-common", - "scope": "common", - "docId": "kibKbnCoreCapabilitiesCommonPluginApi", - "section": "def-common.Capabilities", - "text": "Capabilities" - }, + "Capabilities", ") => boolean) | undefined" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1024,15 +1018,9 @@ "label": "anonymousUserCapabilities", "description": [], "signature": [ - { - "pluginId": "@kbn/core-capabilities-common", - "scope": "common", - "docId": "kibKbnCoreCapabilitiesCommonPluginApi", - "section": "def-common.Capabilities", - "text": "Capabilities" - } + "Capabilities" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1050,7 +1038,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1062,15 +1050,9 @@ "label": "toasts", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.IToasts", - "text": "IToasts" - } + "IToasts" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -1096,7 +1078,7 @@ "EuiContextMenuPanelItemDescriptorEntry", ", \"name\">" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1107,7 +1089,7 @@ "tags": [], "label": "name", "description": [], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1121,7 +1103,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -1145,7 +1127,7 @@ }, " extends ShareMenuItemBase" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1160,7 +1142,7 @@ "EuiContextMenuPanelDescriptor", " | undefined" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -1184,7 +1166,7 @@ }, " extends ShareMenuItemBase" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1198,7 +1180,7 @@ "signature": [ "\"PDF\" | \"CSV\" | \"PNG\"" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1213,7 +1195,7 @@ "SupportedExportTypes", " | undefined" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1227,7 +1209,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1241,7 +1223,7 @@ "signature": [ "React.ReactElement> | undefined" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1255,7 +1237,7 @@ "signature": [ "{ id: string; dataTestSubj: string; label: string; } | undefined" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1269,7 +1251,7 @@ "signature": [ "React.ReactElement> | undefined" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1287,7 +1269,7 @@ "ScreenshotExportOpts", ") => Promise" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1301,7 +1283,7 @@ "signature": [ "ScreenshotExportOpts" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1323,7 +1305,7 @@ "ScreenshotExportOpts", ") => string | undefined) | undefined" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1337,7 +1319,7 @@ "signature": [ "ScreenshotExportOpts" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1353,16 +1335,10 @@ "label": "theme", "description": [], "signature": [ - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - }, + "ThemeServiceSetup", " | undefined" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1376,7 +1352,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1390,7 +1366,7 @@ "signature": [ "\"print\" | undefined" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1404,7 +1380,7 @@ "signature": [ "URL | undefined" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1418,7 +1394,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1432,7 +1408,7 @@ "signature": [ "{ title: string; message: string; }[] | undefined" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -1464,7 +1440,7 @@ }, ", \"onClose\">" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1478,7 +1454,7 @@ "signature": [ "HTMLElement" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1489,7 +1465,7 @@ "tags": [], "label": "allowEmbed", "description": [], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1500,7 +1476,7 @@ "tags": [], "label": "allowShortUrl", "description": [], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1515,7 +1491,7 @@ "UrlParamExtension", "[] | undefined" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1529,7 +1505,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1543,7 +1519,7 @@ "signature": [ "(() => void) | undefined" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1559,7 +1535,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -1582,7 +1558,7 @@ "BrowserShortUrlClient", ">" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1597,7 +1573,7 @@ "signature": [ "{ readonly new_version: Readonly<{} & { enabled: boolean; }>; }" ], - "path": "src/plugins/share/server/config.ts", + "path": "src/platform/plugins/shared/share/server/config.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1612,7 +1588,7 @@ "signature": [ "\"csv:quoteValues\"" ], - "path": "src/plugins/share/common/constants.ts", + "path": "src/platform/plugins/shared/share/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1627,7 +1603,7 @@ "signature": [ "\"csv:separator\"" ], - "path": "src/plugins/share/common/constants.ts", + "path": "src/platform/plugins/shared/share/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1642,7 +1618,7 @@ "signature": [ "Blob | { content: string; type: string; }" ], - "path": "src/plugins/share/public/lib/download_as.ts", + "path": "src/platform/plugins/shared/share/public/lib/download_as.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1659,7 +1635,7 @@ " | ", "ShareMenuProviderLegacy" ], - "path": "src/plugins/share/public/types.ts", + "path": "src/platform/plugins/shared/share/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1710,7 +1686,7 @@ }, ") => void; }" ], - "path": "src/plugins/share/public/plugin.ts", + "path": "src/platform/plugins/shared/share/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "setup", @@ -1752,7 +1728,7 @@ }, ">): void; }" ], - "path": "src/plugins/share/public/plugin.ts", + "path": "src/platform/plugins/shared/share/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -1775,7 +1751,7 @@ "signature": [ "\"csv:quoteValues\"" ], - "path": "src/plugins/share/common/constants.ts", + "path": "src/platform/plugins/shared/share/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1790,7 +1766,7 @@ "signature": [ "\"csv:separator\"" ], - "path": "src/plugins/share/common/constants.ts", + "path": "src/platform/plugins/shared/share/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1804,7 +1780,7 @@ "tags": [], "label": "SharePublicSetup", "description": [], - "path": "src/plugins/share/server/plugin.ts", + "path": "src/platform/plugins/shared/share/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1823,7 +1799,7 @@ "IShortUrlClient", ">" ], - "path": "src/plugins/share/server/plugin.ts", + "path": "src/platform/plugins/shared/share/server/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -1838,7 +1814,7 @@ "tags": [], "label": "SharePublicStart", "description": [], - "path": "src/plugins/share/server/plugin.ts", + "path": "src/platform/plugins/shared/share/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1857,7 +1833,7 @@ "IShortUrlClient", ">" ], - "path": "src/plugins/share/server/plugin.ts", + "path": "src/platform/plugins/shared/share/server/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -1897,7 +1873,7 @@ "LocatorGetUrlParams", " | undefined, deps?: React.DependencyList) => string" ], - "path": "src/plugins/share/common/url_service/locators/use_locator_url.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/use_locator_url.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1918,7 +1894,7 @@ }, "

| null | undefined" ], - "path": "src/plugins/share/common/url_service/locators/use_locator_url.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/use_locator_url.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1933,7 +1909,7 @@ "signature": [ "P" ], - "path": "src/plugins/share/common/url_service/locators/use_locator_url.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/use_locator_url.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1949,7 +1925,7 @@ "LocatorGetUrlParams", " | undefined" ], - "path": "src/plugins/share/common/url_service/locators/use_locator_url.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/use_locator_url.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1964,7 +1940,7 @@ "signature": [ "React.DependencyList" ], - "path": "src/plugins/share/common/url_service/locators/use_locator_url.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/use_locator_url.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1984,7 +1960,7 @@ "description": [ "\nThe contract that is used to check anonymous access for the purposes of sharing public links. The implementation is intended to be\nprovided by the security plugin." ], - "path": "src/plugins/share/common/anonymous_access/types.ts", + "path": "src/platform/plugins/shared/share/common/anonymous_access/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2008,7 +1984,7 @@ }, ">" ], - "path": "src/plugins/share/common/anonymous_access/types.ts", + "path": "src/platform/plugins/shared/share/common/anonymous_access/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2025,16 +2001,10 @@ ], "signature": [ "() => Promise<", - { - "pluginId": "@kbn/core-capabilities-common", - "scope": "common", - "docId": "kibKbnCoreCapabilitiesCommonPluginApi", - "section": "def-common.Capabilities", - "text": "Capabilities" - }, + "Capabilities", ">" ], - "path": "src/plugins/share/common/anonymous_access/types.ts", + "path": "src/platform/plugins/shared/share/common/anonymous_access/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2052,7 +2022,7 @@ "description": [ "\nThe state of anonymous access." ], - "path": "src/plugins/share/common/anonymous_access/types.ts", + "path": "src/platform/plugins/shared/share/common/anonymous_access/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2065,7 +2035,7 @@ "description": [ "\nWhether anonymous access is enabled or not." ], - "path": "src/plugins/share/common/anonymous_access/types.ts", + "path": "src/platform/plugins/shared/share/common/anonymous_access/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2081,7 +2051,7 @@ "signature": [ "Record | null" ], - "path": "src/plugins/share/common/anonymous_access/types.ts", + "path": "src/platform/plugins/shared/share/common/anonymous_access/types.ts", "deprecated": false, "trackAdoption": false } @@ -2115,7 +2085,7 @@ }, "

>" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2128,7 +2098,7 @@ "description": [ "\nUnique ID of the locator. Should be constant and unique across Kibana." ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2146,7 +2116,7 @@ "KibanaLocation", ">" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2162,7 +2132,7 @@ "signature": [ "P" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2200,7 +2170,7 @@ }, "

" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2211,7 +2181,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2229,7 +2199,7 @@ "KibanaLocation", ">" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2245,7 +2215,7 @@ "signature": [ "P" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2267,7 +2237,7 @@ "LocatorGetUrlParams", " | undefined) => Promise" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2283,7 +2253,7 @@ "signature": [ "P" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2301,7 +2271,7 @@ "LocatorGetUrlParams", " | undefined" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2323,7 +2293,7 @@ "GetRedirectUrlOptions", " | undefined) => string" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2339,7 +2309,7 @@ "signature": [ "P" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2357,7 +2327,7 @@ "GetRedirectUrlOptions", " | undefined" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2379,7 +2349,7 @@ "LocatorNavigationParams", " | undefined) => Promise" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2395,7 +2365,7 @@ "signature": [ "P" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2413,7 +2383,7 @@ "LocatorNavigationParams", " | undefined" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2435,7 +2405,7 @@ "LocatorNavigationParams", " | undefined) => void" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2451,7 +2421,7 @@ "signature": [ "P" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2469,7 +2439,7 @@ "LocatorNavigationParams", " | undefined" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2491,7 +2461,7 @@ "LocatorGetUrlParams", " | undefined, deps?: React.DependencyList | undefined) => string" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2505,7 +2475,7 @@ "signature": [ "P" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2521,7 +2491,7 @@ "LocatorGetUrlParams", " | undefined" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2536,7 +2506,7 @@ "signature": [ "React.DependencyList | undefined" ], - "path": "src/plugins/share/common/url_service/locators/types.ts", + "path": "src/platform/plugins/shared/share/common/url_service/locators/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false diff --git a/api_docs/share.mdx b/api_docs/share.mdx index cd60596199a72..bfe2084063f98 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-12-27 +date: 2025-01-05 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 1469c068bd2ca..c18e285e918b3 100644 --- a/api_docs/slo.devdocs.json +++ b/api_docs/slo.devdocs.json @@ -1278,13 +1278,7 @@ "description": [], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", { "pluginId": "slo", @@ -1306,13 +1300,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/solutions/observability/plugins/slo/server/types.ts", diff --git a/api_docs/slo.mdx b/api_docs/slo.mdx index be4e6bb6dcfa2..742a2554d38a8 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-12-27 +date: 2025-01-05 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 809670cba1fab..b19e85f784923 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-12-27 +date: 2025-01-05 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 93ea371a06d61..69c6a16a4fac3 100644 --- a/api_docs/spaces.devdocs.json +++ b/api_docs/spaces.devdocs.json @@ -35,13 +35,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/plugins/spaces/public/spaces_manager/spaces_manager.ts", "deprecated": false, @@ -355,13 +349,7 @@ "description": [], "signature": [ "(aliases: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.LegacyUrlAliasTarget", - "text": "LegacyUrlAliasTarget" - }, + "LegacyUrlAliasTarget", "[]) => Promise" ], "path": "x-pack/plugins/spaces/public/spaces_manager/spaces_manager.ts", @@ -376,13 +364,7 @@ "label": "aliases", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.LegacyUrlAliasTarget", - "text": "LegacyUrlAliasTarget" - }, + "LegacyUrlAliasTarget", "[]" ], "path": "x-pack/plugins/spaces/public/spaces_manager/spaces_manager.ts", @@ -619,13 +601,7 @@ "description": [], "signature": [ "(objects: SavedObjectTarget[]) => Promise<", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsCollectMultiNamespaceReferencesResponse", - "text": "SavedObjectsCollectMultiNamespaceReferencesResponse" - }, + "SavedObjectsCollectMultiNamespaceReferencesResponse", ">" ], "path": "x-pack/plugins/spaces/public/spaces_manager/spaces_manager.ts", @@ -988,13 +964,7 @@ "description": [], "signature": [ "[spaceId: string]: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsImportResponse", - "text": "SavedObjectsImportResponse" - } + "SavedObjectsImportResponse" ], "path": "x-pack/plugins/spaces/public/copy_saved_objects_to_space/types.ts", "deprecated": false, @@ -2263,13 +2233,7 @@ ], "signature": [ ">() => ", { "pluginId": "spaces", @@ -3533,13 +3497,7 @@ ], "signature": [ "(id: string) => ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.ISavedObjectsPointInTimeFinder", - "text": "ISavedObjectsPointInTimeFinder" - }, + "ISavedObjectsPointInTimeFinder", "" ], "path": "x-pack/plugins/spaces/server/spaces_client/spaces_client.ts", @@ -3613,13 +3571,7 @@ ], "signature": [ "(aliases: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.LegacyUrlAliasTarget", - "text": "LegacyUrlAliasTarget" - }, + "LegacyUrlAliasTarget", "[]) => Promise" ], "path": "x-pack/plugins/spaces/server/spaces_client/spaces_client.ts", @@ -3636,13 +3588,7 @@ "the aliases to disable." ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.LegacyUrlAliasTarget", - "text": "LegacyUrlAliasTarget" - }, + "LegacyUrlAliasTarget", "[]" ], "path": "x-pack/plugins/spaces/server/spaces_client/spaces_client.ts", @@ -3843,13 +3789,7 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => string" ], "path": "x-pack/plugins/spaces/server/spaces_service/spaces_service.ts", @@ -3866,13 +3806,7 @@ "the request." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/plugins/spaces/server/spaces_service/spaces_service.ts", @@ -3982,13 +3916,7 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => ", { "pluginId": "spaces", @@ -4012,13 +3940,7 @@ "the request." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/plugins/spaces/server/spaces_service/spaces_service.ts", @@ -4040,13 +3962,7 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => string" ], "path": "x-pack/plugins/spaces/server/spaces_service/spaces_service.ts", @@ -4063,13 +3979,7 @@ "the request." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/plugins/spaces/server/spaces_service/spaces_service.ts", @@ -4091,13 +4001,7 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => boolean" ], "path": "x-pack/plugins/spaces/server/spaces_service/spaces_service.ts", @@ -4114,13 +4018,7 @@ "the request." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/plugins/spaces/server/spaces_service/spaces_service.ts", @@ -4142,13 +4040,7 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ") => Promise<", { "pluginId": "spaces", @@ -4173,13 +4065,7 @@ "the request." ], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/plugins/spaces/server/spaces_service/spaces_service.ts", @@ -4298,29 +4184,11 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", savedObjectsStart: ", - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsServiceStart", - "text": "SavedObjectsServiceStart" - }, + "SavedObjectsServiceStart", ") => ", - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.ISavedObjectsRepository", - "text": "ISavedObjectsRepository" - } + "ISavedObjectsRepository" ], "path": "x-pack/plugins/spaces/server/spaces_client/spaces_client_service.ts", "deprecated": false, @@ -4335,13 +4203,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/plugins/spaces/server/spaces_client/spaces_client_service.ts", @@ -4356,13 +4218,7 @@ "label": "savedObjectsStart", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsServerPluginApi", - "section": "def-server.SavedObjectsServiceStart", - "text": "SavedObjectsServiceStart" - } + "SavedObjectsServiceStart" ], "path": "x-pack/plugins/spaces/server/spaces_client/spaces_client_service.ts", "deprecated": false, @@ -4384,13 +4240,7 @@ ], "signature": [ "(request: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", baseClient: ", { "pluginId": "spaces", @@ -4421,13 +4271,7 @@ "label": "request", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "x-pack/plugins/spaces/server/spaces_client/spaces_client_service.ts", diff --git a/api_docs/spaces.mdx b/api_docs/spaces.mdx index 502eb58581721..59df5dcc4b7c5 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-12-27 +date: 2025-01-05 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 28b7f63dd140b..45bae4c9f9639 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-12-27 +date: 2025-01-05 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 90c236df9507f..db6808beae926 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'stackConnectors'] --- import stackConnectorsObj from './stack_connectors.devdocs.json'; diff --git a/api_docs/streams.devdocs.json b/api_docs/streams.devdocs.json index 742a88ca60f17..cb80d68a89201 100644 --- a/api_docs/streams.devdocs.json +++ b/api_docs/streams.devdocs.json @@ -166,13 +166,7 @@ ", undefined>; \"GET /api/streams/_status\": { endpoint: \"GET /api/streams/_status\"; handler: ServerRouteHandler<", "StreamsRouteHandlerResources", ", undefined, { enabled: boolean; }>; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; }; \"GET /api/streams\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -835,13 +829,7 @@ ", undefined>; \"GET /api/streams/_status\": { endpoint: \"GET /api/streams/_status\"; handler: ServerRouteHandler<", "StreamsRouteHandlerResources", ", undefined, { enabled: boolean; }>; security?: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.RouteSecurity", - "text": "RouteSecurity" - }, + "RouteSecurity", " | undefined; }; \"GET /api/streams\": ", { "pluginId": "@kbn/server-route-repository-utils", diff --git a/api_docs/streams.mdx b/api_docs/streams.mdx index 08a08c9224cb7..31d087dde188c 100644 --- a/api_docs/streams.mdx +++ b/api_docs/streams.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/streams title: "streams" image: https://source.unsplash.com/400x175/?github description: API docs for the streams plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'streams'] --- import streamsObj from './streams.devdocs.json'; diff --git a/api_docs/streams_app.mdx b/api_docs/streams_app.mdx index 1bab57263eef0..69707dd85eead 100644 --- a/api_docs/streams_app.mdx +++ b/api_docs/streams_app.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/streamsApp title: "streamsApp" image: https://source.unsplash.com/400x175/?github description: API docs for the streamsApp plugin -date: 2024-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'streamsApp'] --- import streamsAppObj from './streams_app.devdocs.json'; diff --git a/api_docs/task_manager.devdocs.json b/api_docs/task_manager.devdocs.json index cead7632dc681..3ea34acd61e77 100644 --- a/api_docs/task_manager.devdocs.json +++ b/api_docs/task_manager.devdocs.json @@ -26,13 +26,7 @@ "text": "TaskManagerPlugin" }, " implements ", - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.Plugin", - "text": "Plugin" - }, + "Plugin", "<", { "pluginId": "taskManager", @@ -77,13 +71,7 @@ "label": "initContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", "" ], "path": "x-pack/platform/plugins/shared/task_manager/server/plugin.ts", @@ -119,13 +107,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<", { "pluginId": "taskManager", @@ -163,13 +145,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<", { "pluginId": "taskManager", @@ -231,13 +207,7 @@ "description": [], "signature": [ "({ savedObjects, elasticsearch, executionContext, docLinks }: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", { cloud }: ", "TaskManagerPluginStart", ") => ", @@ -261,13 +231,7 @@ "label": "{ savedObjects, elasticsearch, executionContext, docLinks }", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "x-pack/platform/plugins/shared/task_manager/server/plugin.ts", "deprecated": false, diff --git a/api_docs/task_manager.mdx b/api_docs/task_manager.mdx index 83ce75485a7a2..26a4204793425 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'taskManager'] --- import taskManagerObj from './task_manager.devdocs.json'; diff --git a/api_docs/telemetry.devdocs.json b/api_docs/telemetry.devdocs.json index 2ca90344270ea..41f76473ade27 100644 --- a/api_docs/telemetry.devdocs.json +++ b/api_docs/telemetry.devdocs.json @@ -13,7 +13,7 @@ "description": [ "\nPublic's start exposed APIs by the telemetry plugin" ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -29,7 +29,7 @@ "signature": [ "() => string" ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -47,7 +47,7 @@ "description": [ "\nPublic-exposed configuration" ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -60,7 +60,7 @@ "description": [ "The banner is expected to be shown when needed" ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -73,7 +73,7 @@ "description": [ "Does the cluster allow changing the opt-in/out status via the UI?" ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -89,7 +89,7 @@ "signature": [ "boolean | null" ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -105,7 +105,7 @@ "signature": [ "\"prod\" | \"staging\"" ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -121,7 +121,7 @@ "signature": [ "\"server\" | \"browser\"" ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -137,7 +137,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -153,7 +153,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -169,7 +169,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -185,7 +185,7 @@ "signature": [ "{ [x: string]: unknown; }" ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -198,7 +198,7 @@ "description": [ "Whether to use Serverless-specific channels when reporting Snapshot Telemetry" ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -214,7 +214,7 @@ "description": [ "\nPublicly exposed APIs from the Telemetry Service" ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -230,7 +230,7 @@ "signature": [ "() => boolean | null" ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -245,7 +245,7 @@ "description": [ "Is the user allowed to change the opt-in/out status?" ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -261,7 +261,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -279,7 +279,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -297,7 +297,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -315,7 +315,7 @@ "signature": [ "(optedIn: boolean) => Promise" ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -331,7 +331,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -353,7 +353,7 @@ "tags": [], "label": "TelemetryPluginStart", "description": [], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -375,7 +375,7 @@ "text": "TelemetryServicePublicApis" } ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -391,7 +391,7 @@ "signature": [ "{ setOptedInNoticeSeen: () => Promise; }" ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -413,7 +413,7 @@ "text": "TelemetryConstants" } ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -430,7 +430,7 @@ "description": [ "\nPublic's setup exposed APIs by the telemetry plugin" ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -452,7 +452,7 @@ "text": "TelemetryServicePublicApis" } ], - "path": "src/plugins/telemetry/public/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/public/plugin.ts", "deprecated": false, "trackAdoption": false } @@ -474,7 +474,7 @@ "description": [ "\nCommon counters for the {@link DataTelemetryDocument}s" ], - "path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts", + "path": "src/platform/plugins/shared/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -487,7 +487,7 @@ "description": [ "How many indices match the declared pattern" ], - "path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts", + "path": "src/platform/plugins/shared/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts", "deprecated": false, "trackAdoption": false }, @@ -503,7 +503,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts", + "path": "src/platform/plugins/shared/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts", "deprecated": false, "trackAdoption": false }, @@ -519,7 +519,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts", + "path": "src/platform/plugins/shared/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts", "deprecated": false, "trackAdoption": false }, @@ -535,7 +535,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts", + "path": "src/platform/plugins/shared/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts", "deprecated": false, "trackAdoption": false } @@ -568,7 +568,7 @@ "text": "DataTelemetryBasePayload" } ], - "path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts", + "path": "src/platform/plugins/shared/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -584,7 +584,7 @@ "signature": [ "{ dataset?: string | undefined; type?: string | undefined; } | undefined" ], - "path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts", + "path": "src/platform/plugins/shared/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts", "deprecated": false, "trackAdoption": false }, @@ -600,7 +600,7 @@ "signature": [ "{ name: string; } | undefined" ], - "path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts", + "path": "src/platform/plugins/shared/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts", "deprecated": false, "trackAdoption": false }, @@ -616,7 +616,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts", + "path": "src/platform/plugins/shared/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts", "deprecated": false, "trackAdoption": false }, @@ -632,7 +632,7 @@ "signature": [ "\"search\" | \"logstash\" | \"alerts\" | \"apm\" | \"metricbeat\" | \"suricata\" | \"zeek\" | \"enterprise-search\" | \"app-search\" | \"magento2\" | \"magento\" | \"shopify\" | \"wordpress\" | \"drupal\" | \"joomla\" | \"sharepoint\" | \"squarespace\" | \"sitecore\" | \"weebly\" | \"acquia\" | \"filebeat\" | \"generic-filebeat\" | \"generic-metricbeat\" | \"functionbeat\" | \"generic-functionbeat\" | \"heartbeat\" | \"generic-heartbeat\" | \"generic-logstash\" | \"fluentd\" | \"telegraf\" | \"prometheusbeat\" | \"fluentbit\" | \"nginx\" | \"apache\" | \"dsns-logs\" | \"generic-logs\" | \"endgame\" | \"logs-endpoint\" | \"metrics-endpoint\" | \"siem-signals\" | \"auditbeat\" | \"winlogbeat\" | \"packetbeat\" | \"tomcat\" | \"artifactory\" | \"aruba\" | \"barracuda\" | \"bluecoat\" | \"arcsight\" | \"checkpoint\" | \"cisco\" | \"citrix\" | \"cyberark\" | \"cylance\" | \"fireeye\" | \"fortinet\" | \"infoblox\" | \"kaspersky\" | \"mcafee\" | \"paloaltonetworks\" | \"rsa\" | \"snort\" | \"sonicwall\" | \"sophos\" | \"squid\" | \"symantec\" | \"tippingpoint\" | \"trendmicro\" | \"tripwire\" | \"zscaler\" | \"sigma_doc\" | \"ecs-corelight\" | \"wazuh\" | \"meow\" | \"host_risk_score\" | \"user_risk_score\" | undefined" ], - "path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts", + "path": "src/platform/plugins/shared/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts", "deprecated": false, "trackAdoption": false } @@ -659,7 +659,7 @@ " extends ", "NodesUsageNodeUsage" ], - "path": "src/plugins/telemetry/server/telemetry_collection/get_nodes_usage.ts", + "path": "src/platform/plugins/shared/telemetry/server/telemetry_collection/get_nodes_usage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -672,7 +672,7 @@ "description": [ "\nThe Node ID as reported by ES" ], - "path": "src/plugins/telemetry/server/telemetry_collection/get_nodes_usage.ts", + "path": "src/platform/plugins/shared/telemetry/server/telemetry_collection/get_nodes_usage.ts", "deprecated": false, "trackAdoption": false } @@ -701,7 +701,7 @@ }, "[]" ], - "path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts", + "path": "src/platform/plugins/shared/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -728,7 +728,7 @@ }, " | undefined; kibana: { count: number; indices: number; os: Record; versions: { version: string; count: number; }[]; plugins: { [plugin: string]: Record; }; } | undefined; }; }" ], - "path": "src/plugins/telemetry/server/telemetry_collection/get_local_stats.ts", + "path": "src/platform/plugins/shared/telemetry/server/telemetry_collection/get_local_stats.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -744,7 +744,7 @@ "description": [ "\nServer's setup exposed APIs by the telemetry plugin" ], - "path": "src/plugins/telemetry/server/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -762,7 +762,7 @@ "URL", ">" ], - "path": "src/plugins/telemetry/server/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -781,7 +781,7 @@ "description": [ "\nServer's start exposed APIs by the telemetry plugin" ], - "path": "src/plugins/telemetry/server/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -799,7 +799,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/telemetry/server/plugin.ts", + "path": "src/platform/plugins/shared/telemetry/server/plugin.ts", "deprecated": false, "trackAdoption": true, "references": [ diff --git a/api_docs/telemetry.mdx b/api_docs/telemetry.mdx index 3126eaf8ea1fd..db9b651796646 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-12-27 +date: 2025-01-05 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 549b935636476..b2c01b3fade11 100644 --- a/api_docs/telemetry_collection_manager.devdocs.json +++ b/api_docs/telemetry_collection_manager.devdocs.json @@ -19,7 +19,7 @@ "tags": [], "label": "ClusterDetails", "description": [], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -30,7 +30,7 @@ "tags": [], "label": "clusterUuid", "description": [], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -44,7 +44,7 @@ "tags": [], "label": "StatsCollectionConfig", "description": [], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -66,7 +66,7 @@ " & ", "UsageCountersServiceSetup" ], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1334,7 +1334,7 @@ "default", "; }" ], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1346,15 +1346,9 @@ "label": "soClient", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1365,7 +1359,7 @@ "tags": [], "label": "refreshCache", "description": [], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -1379,7 +1373,7 @@ "tags": [], "label": "StatsCollectionContext", "description": [], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1400,7 +1394,7 @@ }, " | Console" ], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1411,7 +1405,7 @@ "tags": [], "label": "version", "description": [], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -1436,7 +1430,7 @@ " extends ", "BasicStatsPayload" ], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1450,7 +1444,7 @@ "signature": [ "CacheDetails" ], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1461,7 +1455,7 @@ "tags": [], "label": "collectionSource", "description": [], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -1505,7 +1499,7 @@ }, "[]>" ], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1526,7 +1520,7 @@ "text": "StatsCollectionConfig" } ], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1546,7 +1540,7 @@ "text": "StatsCollectionContext" } ], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -1587,7 +1581,7 @@ }, ") => Promise" ], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1609,7 +1603,7 @@ }, "[]" ], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1629,7 +1623,7 @@ "text": "StatsCollectionConfig" } ], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1649,7 +1643,7 @@ "text": "StatsCollectionContext" } ], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -1668,7 +1662,7 @@ " | ", "EncryptedStatsGetterConfig" ], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1701,7 +1695,7 @@ "text": "TelemetryCollectionManagerPluginStart" } ], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1719,7 +1713,7 @@ "CollectionStrategyConfig", ") => void" ], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1734,7 +1728,7 @@ "CollectionStrategyConfig", "" ], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1755,7 +1749,7 @@ "description": [ "\nPublic contract coming from the start method." ], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1777,7 +1771,7 @@ "EncryptedStatsGetterConfig", "): Promise<{ clusterUuid: string; stats: string; }[]>; }" ], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1805,7 +1799,7 @@ "EncryptedStatsGetterConfig", "): Promise<{ clusterUuid: string; stats: string; }[]>; }" ], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1821,7 +1815,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/telemetry_collection_manager/server/types.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1845,7 +1839,7 @@ "tags": [], "label": "CACHE_DURATION_MS", "description": [], - "path": "src/plugins/telemetry_collection_manager/common/index.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1860,7 +1854,7 @@ "signature": [ "\"telemetryCollectionManager\"" ], - "path": "src/plugins/telemetry_collection_manager/common/index.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1875,7 +1869,7 @@ "signature": [ "\"telemetry_collection_manager\"" ], - "path": "src/plugins/telemetry_collection_manager/common/index.ts", + "path": "src/platform/plugins/shared/telemetry_collection_manager/common/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/telemetry_collection_manager.mdx b/api_docs/telemetry_collection_manager.mdx index b60bee5b1b04f..978af1d879d0b 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetryCollectionManager'] --- import telemetryCollectionManagerObj from './telemetry_collection_manager.devdocs.json'; diff --git a/api_docs/telemetry_management_section.devdocs.json b/api_docs/telemetry_management_section.devdocs.json index 26b60ddd49a9b..4c7d4a51ea9f9 100644 --- a/api_docs/telemetry_management_section.devdocs.json +++ b/api_docs/telemetry_management_section.devdocs.json @@ -23,7 +23,7 @@ }, ">>" ], - "path": "src/plugins/telemetry_management_section/public/components/lazy_opt_in_example_flyout.tsx", + "path": "src/platform/plugins/shared/telemetry_management_section/public/components/lazy_opt_in_example_flyout.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -56,7 +56,7 @@ "description": [ "\nOptInExampleFlyout props" ], - "path": "src/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx", + "path": "src/platform/plugins/shared/telemetry_management_section/public/components/opt_in_example_flyout.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -72,7 +72,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx", + "path": "src/platform/plugins/shared/telemetry_management_section/public/components/opt_in_example_flyout.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -90,7 +90,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx", + "path": "src/platform/plugins/shared/telemetry_management_section/public/components/opt_in_example_flyout.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -130,7 +130,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/telemetry_management_section/common/constants.ts", + "path": "src/platform/plugins/shared/telemetry_management_section/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/telemetry_management_section.mdx b/api_docs/telemetry_management_section.mdx index 953fb32aeaa4d..ee6823ce157b9 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-12-27 +date: 2025-01-05 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 1abc79f43b8e3..5959a026e4208 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-12-27 +date: 2025-01-05 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 4b0fbbe202505..7c49a0e85dfc0 100644 --- a/api_docs/timelines.devdocs.json +++ b/api_docs/timelines.devdocs.json @@ -1009,23 +1009,11 @@ "description": [], "signature": [ "{ i18n: ", - { - "pluginId": "@kbn/core-i18n-browser", - "scope": "public", - "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-public.I18nStart", - "text": "I18nStart" - }, + "I18nStart", "; analytics: ", "AnalyticsServiceStart", "; theme: ", - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - }, + "ThemeServiceSetup", "; }" ], "path": "x-pack/solutions/security/plugins/timelines/public/components/hover_actions/actions/add_to_timeline.tsx", @@ -1164,23 +1152,11 @@ "description": [], "signature": [ "{ i18n: ", - { - "pluginId": "@kbn/core-i18n-browser", - "scope": "public", - "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-public.I18nStart", - "text": "I18nStart" - }, + "I18nStart", "; analytics: ", "AnalyticsServiceStart", "; theme: ", - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - }, + "ThemeServiceSetup", "; }" ], "path": "x-pack/solutions/security/plugins/timelines/public/index.ts", diff --git a/api_docs/timelines.mdx b/api_docs/timelines.mdx index 4d98b3e9c5d32..c8488398cf3ec 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-12-27 +date: 2025-01-05 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 62965c9bcb059..24b5441b9007c 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-12-27 +date: 2025-01-05 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 fa812a9feb135..be8f37831d040 100644 --- a/api_docs/triggers_actions_ui.devdocs.json +++ b/api_docs/triggers_actions_ui.devdocs.json @@ -18,13 +18,7 @@ "text": "Plugin" }, " implements ", - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.Plugin", - "text": "Plugin" - }, + "Plugin", "<", { "pluginId": "triggersActionsUi", @@ -83,13 +77,7 @@ "label": "ctx", "description": [], "signature": [ - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", "" ], "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", @@ -109,13 +97,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", ", plugins: PluginsSetup) => ", { "pluginId": "triggersActionsUi", @@ -137,13 +119,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "" ], "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", @@ -178,13 +154,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", plugins: PluginsStart) => ", { "pluginId": "triggersActionsUi", @@ -206,13 +176,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/plugin.ts", "deprecated": false, @@ -492,13 +456,7 @@ "description": [], "signature": [ "({\n id,\n params,\n http,\n signal,\n}: { id: string; http: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", "; params: Record; signal?: AbortSignal | undefined; }) => Promise<", { "pluginId": "actions", @@ -543,13 +501,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/execute.ts", "deprecated": false, @@ -598,13 +550,7 @@ "description": [], "signature": [ "({ http, featureId, includeSystemActions, }: { http: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", "; featureId?: string | undefined; includeSystemActions?: boolean | undefined; }) => Promise<", { "pluginId": "@kbn/actions-types", @@ -638,13 +584,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/apis/fetch_connector_types/fetch_connector_types.ts", "deprecated": false, @@ -760,13 +700,7 @@ "description": [], "signature": [ "(http: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", ", indexes: string[]) => Promise<", "FieldOption", "[]>" @@ -783,13 +717,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/index_controls/index.ts", "deprecated": false, @@ -824,13 +752,7 @@ "description": [], "signature": [ "(http: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", ", pattern: string) => Promise<", "IOption", "[]>" @@ -847,13 +769,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/common/index_controls/index.ts", "deprecated": false, @@ -1176,13 +1092,7 @@ "description": [], "signature": [ "({\n http,\n ruleId,\n}: { http: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", "; ruleId: string; }) => Promise<", { "pluginId": "triggersActionsUi", @@ -1224,13 +1134,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/get_rule.ts", "deprecated": false, @@ -1299,13 +1203,7 @@ "description": [], "signature": [ "({\n http,\n ruleId,\n numberOfExecutions,\n}: { http: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", "; ruleId: string; numberOfExecutions?: number | undefined; }) => Promise<", { "pluginId": "alerting", @@ -1339,13 +1237,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rule_summary.ts", "deprecated": false, @@ -1391,13 +1283,7 @@ "description": [], "signature": [ "({ http }: { http: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", "; }) => Promise<", { "pluginId": "@kbn/triggers-actions-ui-types", @@ -1431,13 +1317,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/rule_api/rule_types.ts", "deprecated": false, @@ -1818,13 +1698,7 @@ "description": [], "signature": [ "({\n http,\n connector,\n id,\n}: { http: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", "; connector: Pick<", "ActionConnectorWithoutId", ", Record>, \"config\" | \"secrets\" | \"name\">; id: string; }) => Promise<", @@ -1860,13 +1734,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/lib/action_connector_api/update.ts", "deprecated": false, @@ -2042,13 +1910,7 @@ "text": "KibanaReactContextValue" }, " & ", { "pluginId": "triggersActionsUi", @@ -2308,13 +2170,7 @@ "description": [], "signature": [ "(key: string, value: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttribute", - "text": "SavedObjectAttribute" - }, + "SavedObjectAttribute", ", index: number) => void" ], "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", @@ -2344,13 +2200,7 @@ "label": "value", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectAttribute", - "text": "SavedObjectAttribute" - } + "SavedObjectAttribute" ], "path": "src/platform/packages/shared/kbn-alerts-ui-shared/src/common/types/action_types.ts", "deprecated": false, @@ -4741,13 +4591,7 @@ "description": [], "signature": [ "string | ((docLinks: ", - { - "pluginId": "@kbn/core-doc-links-browser", - "scope": "public", - "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-public.DocLinksStart", - "text": "DocLinksStart" - }, + "DocLinksStart", ") => string) | null" ], "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", @@ -5335,13 +5179,7 @@ "text": "TriggersAndActionsUiServices" }, " extends ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, @@ -5794,13 +5632,7 @@ "label": "i18n", "description": [], "signature": [ - { - "pluginId": "@kbn/core-i18n-browser", - "scope": "public", - "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-public.I18nStart", - "text": "I18nStart" - } + "I18nStart" ], "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, @@ -5814,13 +5646,7 @@ "label": "theme", "description": [], "signature": [ - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - } + "ThemeServiceSetup" ], "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/application/rules_app.tsx", "deprecated": false, @@ -6381,13 +6207,7 @@ "signature": [ "BulkOperationAttributesWithoutHttp", " & { http: ", - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - }, + "HttpSetup", "; }" ], "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", diff --git a/api_docs/triggers_actions_ui.mdx b/api_docs/triggers_actions_ui.mdx index d22c860739c8a..325646ea5b494 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'triggersActionsUi'] --- import triggersActionsUiObj from './triggers_actions_ui.devdocs.json'; diff --git a/api_docs/ui_actions.devdocs.json b/api_docs/ui_actions.devdocs.json index ec4ba804fb8e2..d43513abb3423 100644 --- a/api_docs/ui_actions.devdocs.json +++ b/api_docs/ui_actions.devdocs.json @@ -19,7 +19,7 @@ }, " extends Error" ], - "path": "src/plugins/ui_actions/public/actions/incompatible_action_error.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/incompatible_action_error.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -30,7 +30,7 @@ "tags": [], "label": "code", "description": [], - "path": "src/plugins/ui_actions/public/actions/incompatible_action_error.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/incompatible_action_error.ts", "deprecated": false, "trackAdoption": false }, @@ -44,7 +44,7 @@ "signature": [ "any" ], - "path": "src/plugins/ui_actions/public/actions/incompatible_action_error.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/incompatible_action_error.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -60,7 +60,7 @@ "tags": [], "label": "UiActionsService", "description": [], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -74,7 +74,7 @@ "signature": [ "UiActionsExecutionService" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false }, @@ -90,7 +90,7 @@ "TriggerInternal", ">" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false }, @@ -106,7 +106,7 @@ "ActionInternal", ">" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false }, @@ -120,7 +120,7 @@ "signature": [ "Map" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false }, @@ -134,7 +134,7 @@ "signature": [ "any" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -154,7 +154,7 @@ "text": "UiActionsServiceParams" } ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -180,7 +180,7 @@ }, ") => void" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -200,7 +200,7 @@ "text": "Trigger" } ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -218,7 +218,7 @@ "signature": [ "(triggerId: string) => boolean" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -232,7 +232,7 @@ "signature": [ "string" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -252,7 +252,7 @@ "TriggerContract", "" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -266,7 +266,7 @@ "signature": [ "string" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -300,7 +300,7 @@ }, "" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -321,7 +321,7 @@ }, "" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -339,7 +339,7 @@ "signature": [ "(actionId: string) => void" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -353,7 +353,7 @@ "signature": [ "string" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -371,7 +371,7 @@ "signature": [ "(actionId: string) => boolean" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -385,7 +385,7 @@ "signature": [ "string" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -403,7 +403,7 @@ "signature": [ "(triggerId: string, actionId: string) => void" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -417,7 +417,7 @@ "signature": [ "string" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -432,7 +432,7 @@ "signature": [ "string" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -450,7 +450,7 @@ "signature": [ "(triggerId: string, actionId: string) => void" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -464,7 +464,7 @@ "signature": [ "string" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -479,7 +479,7 @@ "signature": [ "string" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -507,7 +507,7 @@ }, ") => void" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -521,7 +521,7 @@ "signature": [ "string" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -543,7 +543,7 @@ }, "" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -569,7 +569,7 @@ }, "" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -583,7 +583,7 @@ "signature": [ "string" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -609,7 +609,7 @@ }, "[]" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -623,7 +623,7 @@ "signature": [ "string" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -649,7 +649,7 @@ }, "[]>" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -663,7 +663,7 @@ "signature": [ "string" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -678,7 +678,7 @@ "signature": [ "object" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -704,7 +704,7 @@ }, "[]" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -718,7 +718,7 @@ "signature": [ "string" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -733,7 +733,7 @@ "signature": [ "object" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -753,7 +753,7 @@ "signature": [ "(triggerId: string, context: object) => Promise" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -766,12 +766,12 @@ "path": "src/plugins/data/public/utils/table_inspector_view/components/data_table.tsx" }, { - "plugin": "discover", - "path": "src/plugins/discover/public/plugin.tsx" + "plugin": "imageEmbeddable", + "path": "src/platform/plugins/private/image_embeddable/public/components/image_embeddable.tsx" }, { - "plugin": "imageEmbeddable", - "path": "src/plugins/image_embeddable/public/components/image_embeddable.tsx" + "plugin": "discover", + "path": "src/platform/plugins/shared/discover/public/plugin.tsx" } ], "children": [ @@ -785,7 +785,7 @@ "signature": [ "string" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -800,7 +800,7 @@ "signature": [ "object" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -820,7 +820,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -845,7 +845,7 @@ "text": "UiActionsService" } ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -872,7 +872,7 @@ "EuiContextMenuPanelDescriptor", "[]>" ], - "path": "src/plugins/ui_actions/public/context_menu/build_eui_context_menu_panels.tsx", + "path": "src/platform/plugins/shared/ui_actions/public/context_menu/build_eui_context_menu_panels.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -886,7 +886,7 @@ "signature": [ "BuildContextMenuParams" ], - "path": "src/plugins/ui_actions/public/context_menu/build_eui_context_menu_panels.tsx", + "path": "src/platform/plugins/shared/ui_actions/public/context_menu/build_eui_context_menu_panels.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -921,7 +921,7 @@ }, "" ], - "path": "src/plugins/ui_actions/public/actions/create_action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/create_action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -942,7 +942,7 @@ }, "" ], - "path": "src/plugins/ui_actions/public/actions/create_action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/create_action.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -986,7 +986,7 @@ }, ">>" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1002,7 +1002,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false }, @@ -1015,7 +1015,7 @@ "description": [ "\nA unique identifier for this action instance." ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false }, @@ -1028,7 +1028,7 @@ "description": [ "\nThe action type is what determines the context shape." ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false }, @@ -1052,7 +1052,7 @@ }, ") => string | undefined" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1073,7 +1073,7 @@ }, "" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1101,7 +1101,7 @@ }, ") => string" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1122,7 +1122,7 @@ }, "" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1150,7 +1150,7 @@ }, ") => Promise" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1171,7 +1171,7 @@ }, "" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1199,7 +1199,7 @@ }, ") => Promise" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1220,7 +1220,7 @@ }, "" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1248,7 +1248,7 @@ }, ") => Promise) | undefined" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1269,7 +1269,7 @@ }, "" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1297,7 +1297,7 @@ }, ") => Promise) | undefined" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1318,7 +1318,7 @@ }, "" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1348,7 +1348,7 @@ "Subscription", " | undefined) | undefined" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1362,7 +1362,7 @@ "signature": [ "Context" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1385,7 +1385,7 @@ }, ") => void" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1407,7 +1407,7 @@ "signature": [ "((context: Context) => boolean) | undefined" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1421,7 +1421,7 @@ "signature": [ "Context" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1441,7 +1441,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false }, @@ -1457,7 +1457,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false } @@ -1493,7 +1493,7 @@ "ActionDefinitionContext", ">>" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1506,7 +1506,7 @@ "description": [ "\nID of the action that uniquely identifies this action in the actions registry." ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false }, @@ -1522,7 +1522,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false }, @@ -1540,7 +1540,7 @@ "ActionDefinitionContext", ") => Promise) | undefined" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1555,7 +1555,7 @@ "ActionDefinitionContext", "" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1577,7 +1577,7 @@ "ActionDefinitionContext", ") => Promise" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1592,7 +1592,7 @@ "ActionDefinitionContext", "" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1614,7 +1614,7 @@ "ActionDefinitionContext", ") => Promise) | undefined" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1629,7 +1629,7 @@ "ActionDefinitionContext", "" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1651,7 +1651,7 @@ "ActionDefinitionContext", ") => Promise) | undefined" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1666,7 +1666,7 @@ "ActionDefinitionContext", "" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1686,7 +1686,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false }, @@ -1702,7 +1702,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false }, @@ -1728,7 +1728,7 @@ "Subscription", " | undefined) | undefined" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1742,7 +1742,7 @@ "signature": [ "Context" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1765,7 +1765,7 @@ }, ") => void" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1787,7 +1787,7 @@ "signature": [ "((context: Context) => boolean) | undefined" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1801,7 +1801,7 @@ "signature": [ "Context" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1821,7 +1821,7 @@ "description": [ "\nDuring action execution we can provide additional information,\nfor example, trigger, that caused the action execution" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1843,7 +1843,7 @@ "text": "Trigger" } ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false } @@ -1867,7 +1867,7 @@ }, "" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1888,7 +1888,7 @@ "text": "ActionExecutionMeta" } ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false } @@ -2267,7 +2267,7 @@ "tags": [], "label": "UiActionsServiceParams", "description": [], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2282,7 +2282,7 @@ "TriggerRegistry", " | undefined" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false }, @@ -2297,7 +2297,7 @@ "ActionRegistry", " | undefined" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false }, @@ -2314,7 +2314,7 @@ "TriggerToActionsRegistry", " | undefined" ], - "path": "src/plugins/ui_actions/public/service/ui_actions_service.ts", + "path": "src/platform/plugins/shared/ui_actions/public/service/ui_actions_service.ts", "deprecated": false, "trackAdoption": false } @@ -2328,7 +2328,7 @@ "tags": [], "label": "VisualizeFieldContext", "description": [], - "path": "src/plugins/ui_actions/public/types.ts", + "path": "src/platform/plugins/shared/ui_actions/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2339,7 +2339,7 @@ "tags": [], "label": "fieldName", "description": [], - "path": "src/plugins/ui_actions/public/types.ts", + "path": "src/platform/plugins/shared/ui_actions/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2403,7 +2403,7 @@ "FieldAttrsAsObject", " | undefined; allowNoIndex?: boolean | undefined; namespaces?: string[] | undefined; name?: string | undefined; allowHidden?: boolean | undefined; }" ], - "path": "src/plugins/ui_actions/public/types.ts", + "path": "src/platform/plugins/shared/ui_actions/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2417,7 +2417,7 @@ "signature": [ "string[] | undefined" ], - "path": "src/plugins/ui_actions/public/types.ts", + "path": "src/platform/plugins/shared/ui_actions/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2438,7 +2438,7 @@ }, "[] | undefined" ], - "path": "src/plugins/ui_actions/public/types.ts", + "path": "src/platform/plugins/shared/ui_actions/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2452,7 +2452,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/ui_actions/public/types.ts", + "path": "src/platform/plugins/shared/ui_actions/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2473,7 +2473,7 @@ }, " | undefined" ], - "path": "src/plugins/ui_actions/public/types.ts", + "path": "src/platform/plugins/shared/ui_actions/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -2493,7 +2493,7 @@ "signature": [ "\"ACTION_VISUALIZE_FIELD\"" ], - "path": "src/plugins/ui_actions/public/types.ts", + "path": "src/platform/plugins/shared/ui_actions/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2508,7 +2508,7 @@ "signature": [ "\"ACTION_VISUALIZE_GEO_FIELD\"" ], - "path": "src/plugins/ui_actions/public/types.ts", + "path": "src/platform/plugins/shared/ui_actions/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2523,7 +2523,7 @@ "signature": [ "\"ACTION_VISUALIZE_LENS_FIELD\"" ], - "path": "src/plugins/ui_actions/public/types.ts", + "path": "src/platform/plugins/shared/ui_actions/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2547,7 +2547,7 @@ "text": "ActionExecutionMeta" } ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2592,7 +2592,7 @@ }, ", \"subscribeToCompatibilityChanges\" | \"couldBecomeCompatible\">>" ], - "path": "src/plugins/ui_actions/public/actions/action.ts", + "path": "src/platform/plugins/shared/ui_actions/public/actions/action.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2928,7 +2928,7 @@ }, ") => void; }" ], - "path": "src/plugins/ui_actions/public/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "setup", @@ -3018,7 +3018,7 @@ }, "; }" ], - "path": "src/plugins/ui_actions/public/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", diff --git a/api_docs/ui_actions.mdx b/api_docs/ui_actions.mdx index 3e15bae620749..a01f228906e53 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-12-27 +date: 2025-01-05 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 8c5425102a713..8a4ee0c228a67 100644 --- a/api_docs/ui_actions_enhanced.devdocs.json +++ b/api_docs/ui_actions_enhanced.devdocs.json @@ -20,7 +20,7 @@ " implements ", "ActionStorage" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -37,7 +37,7 @@ "Subject", ", \"next\">" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", "deprecated": false, "trackAdoption": false }, @@ -51,7 +51,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -75,7 +75,7 @@ }, ">" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -89,7 +89,7 @@ "signature": [ "string" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -115,7 +115,7 @@ }, ") => Promise" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -135,7 +135,7 @@ "text": "SerializedEvent" } ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -161,7 +161,7 @@ }, ") => Promise" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -181,7 +181,7 @@ "text": "SerializedEvent" } ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -199,7 +199,7 @@ "signature": [ "(eventId: string) => Promise" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -213,7 +213,7 @@ "signature": [ "string" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -239,7 +239,7 @@ }, "[]>" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -297,7 +297,7 @@ }, ">" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -308,7 +308,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false }, @@ -319,7 +319,7 @@ "tags": [], "label": "isBeta", "description": [], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false }, @@ -333,7 +333,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false }, @@ -347,7 +347,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false }, @@ -358,7 +358,7 @@ "tags": [], "label": "order", "description": [], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false }, @@ -380,7 +380,7 @@ }, "> | undefined" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false }, @@ -402,7 +402,7 @@ }, ">" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -447,7 +447,7 @@ "signature": [ "(context: FactoryContext) => Config" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -462,7 +462,7 @@ "signature": [ "FactoryContext" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false } @@ -478,7 +478,7 @@ "signature": [ "(config: Config, context: FactoryContext) => boolean" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -493,7 +493,7 @@ "signature": [ "Config" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false }, @@ -507,7 +507,7 @@ "signature": [ "FactoryContext" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false } @@ -537,7 +537,7 @@ "text": "GetMigrationFunctionObjectFn" } ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false }, @@ -551,7 +551,7 @@ "signature": [ "any" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -572,7 +572,7 @@ }, "" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -587,7 +587,7 @@ "signature": [ "ActionFactoryDeps" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -605,7 +605,7 @@ "signature": [ "(context: FactoryContext) => string | undefined" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -619,7 +619,7 @@ "signature": [ "FactoryContext" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -637,7 +637,7 @@ "signature": [ "(context: FactoryContext) => string" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -651,7 +651,7 @@ "signature": [ "FactoryContext" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -669,7 +669,7 @@ "signature": [ "(context: FactoryContext) => string" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -683,7 +683,7 @@ "signature": [ "FactoryContext" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -701,7 +701,7 @@ "signature": [ "(context: FactoryContext) => Promise" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -715,7 +715,7 @@ "signature": [ "FactoryContext" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -735,7 +735,7 @@ "signature": [ "() => boolean" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -767,7 +767,7 @@ }, "" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -789,7 +789,7 @@ }, ", \"factoryId\">" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -807,7 +807,7 @@ "signature": [ "() => string[]" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -831,7 +831,7 @@ }, ", telemetryData: Record) => Record" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -851,7 +851,7 @@ "text": "SerializedEvent" } ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -866,7 +866,7 @@ "signature": [ "Record" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -899,16 +899,10 @@ "text": "SerializedEvent" }, "; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; }" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -928,7 +922,7 @@ "text": "SerializedEvent" } ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -953,13 +947,7 @@ "text": "SerializedEvent" }, ", references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]) => ", { "pluginId": "uiActionsEnhanced", @@ -969,7 +957,7 @@ "text": "SerializedEvent" } ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -989,7 +977,7 @@ "text": "SerializedEvent" } ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1002,16 +990,10 @@ "label": "references", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1038,13 +1020,7 @@ "text": "AdvancedUiActionsPublicPlugin" }, " implements ", - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.Plugin", - "text": "Plugin" - }, + "Plugin", "<", { "pluginId": "uiActionsEnhanced", @@ -1065,7 +1041,7 @@ "StartDependencies", ">" ], - "path": "src/plugins/ui_actions_enhanced/public/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1082,7 +1058,7 @@ "ILicense", " | undefined>" ], - "path": "src/plugins/ui_actions_enhanced/public/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -1096,7 +1072,7 @@ "signature": [ "any" ], - "path": "src/plugins/ui_actions_enhanced/public/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1108,16 +1084,10 @@ "label": "initializerContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-plugins-browser", - "scope": "public", - "docId": "kibKbnCorePluginsBrowserPluginApi", - "section": "def-public.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", "" ], - "path": "src/plugins/ui_actions_enhanced/public/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1134,13 +1104,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<", "StartDependencies", ", unknown>, { embeddable, uiActions, licensing }: SetupDependencies) => ", @@ -1152,7 +1116,7 @@ "text": "SetupContract" } ], - "path": "src/plugins/ui_actions_enhanced/public/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1164,18 +1128,12 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<", "StartDependencies", ", unknown>" ], - "path": "src/plugins/ui_actions_enhanced/public/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1190,7 +1148,7 @@ "signature": [ "SetupDependencies" ], - "path": "src/plugins/ui_actions_enhanced/public/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1207,13 +1165,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", { uiActions, licensing }: ", "StartDependencies", ") => ", @@ -1225,7 +1177,7 @@ "text": "StartContract" } ], - "path": "src/plugins/ui_actions_enhanced/public/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1237,15 +1189,9 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], - "path": "src/plugins/ui_actions_enhanced/public/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1260,7 +1206,7 @@ "signature": [ "StartDependencies" ], - "path": "src/plugins/ui_actions_enhanced/public/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1278,7 +1224,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/ui_actions_enhanced/public/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1294,7 +1240,7 @@ "tags": [], "label": "DynamicActionManager", "description": [], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1305,7 +1251,7 @@ "tags": [], "label": "idPrefixCounter", "description": [], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false }, @@ -1334,7 +1280,7 @@ "Selectors", ">" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false }, @@ -1348,7 +1294,7 @@ "signature": [ "any" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1368,7 +1314,7 @@ "text": "DynamicActionManagerParams" } ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1393,7 +1339,7 @@ "text": "SerializedEvent" } ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1407,7 +1353,7 @@ "signature": [ "string" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1427,7 +1373,7 @@ "signature": [ "(eventId: string) => string" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1441,7 +1387,7 @@ "signature": [ "string" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1467,7 +1413,7 @@ }, ") => void" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1487,7 +1433,7 @@ "text": "SerializedEvent" } ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1513,7 +1459,7 @@ }, ") => void" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1533,7 +1479,7 @@ "text": "SerializedEvent" } ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1562,7 +1508,7 @@ "State", ", object, {}>" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false }, @@ -1578,7 +1524,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1596,7 +1542,7 @@ "signature": [ "() => Promise" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1630,7 +1576,7 @@ }, ">, triggers: string[]) => Promise" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1661,7 +1607,7 @@ }, ">" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1678,7 +1624,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1714,7 +1660,7 @@ }, ">, triggers: string[]) => Promise" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1730,7 +1676,7 @@ "signature": [ "string" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1762,7 +1708,7 @@ }, ">" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1779,7 +1725,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1799,7 +1745,7 @@ "signature": [ "(eventId: string) => Promise" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1815,7 +1761,7 @@ "signature": [ "string" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1835,7 +1781,7 @@ "signature": [ "(eventIds: string[]) => Promise" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1851,7 +1797,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1888,7 +1834,7 @@ "text": "AbstractActionStorage" } ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1902,7 +1848,7 @@ "signature": [ "any" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1924,7 +1870,7 @@ }, "[]" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1958,7 +1904,7 @@ }, ">; }[]>" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1982,7 +1928,7 @@ }, ") => Promise" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2002,7 +1948,7 @@ "text": "SerializedEvent" } ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2028,7 +1974,7 @@ }, ") => Promise" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2048,7 +1994,7 @@ "text": "SerializedEvent" } ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2066,7 +2012,7 @@ "signature": [ "(eventId: string) => Promise" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2080,7 +2026,7 @@ "signature": [ "string" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_storage.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2103,7 +2049,7 @@ "signature": [ "(urlTemplate: string, context: object, doEncode: boolean) => Promise" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/url_template.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/url_drilldown/url_template.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2117,7 +2063,7 @@ "signature": [ "string" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/url_template.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/url_drilldown/url_template.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2132,7 +2078,7 @@ "signature": [ "object" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/url_template.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/url_drilldown/url_template.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2147,7 +2093,7 @@ "signature": [ "boolean" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/url_template.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/url_drilldown/url_template.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2173,7 +2119,7 @@ "text": "UrlDrilldownGlobalScope" } ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/url_drilldown_global_scope.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/url_drilldown/url_drilldown_global_scope.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2187,7 +2133,7 @@ "signature": [ "UrlDrilldownGlobalScopeDeps" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/url_drilldown_global_scope.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/url_drilldown/url_drilldown_global_scope.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2208,7 +2154,7 @@ "UrlDrilldownCollectConfigProps", ") => React.JSX.Element" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/components/url_drilldown_collect_config/lazy.tsx", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/url_drilldown/components/url_drilldown_collect_config/lazy.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2222,7 +2168,7 @@ "signature": [ "UrlDrilldownCollectConfigProps" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/components/url_drilldown_collect_config/lazy.tsx", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/url_drilldown/components/url_drilldown_collect_config/lazy.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2243,7 +2189,7 @@ "UrlDrilldownOptionsProps", ") => React.JSX.Element" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/components/url_drilldown_collect_config/lazy.tsx", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/url_drilldown/components/url_drilldown_collect_config/lazy.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -2257,7 +2203,7 @@ "signature": [ "UrlDrilldownOptionsProps" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/components/url_drilldown_collect_config/lazy.tsx", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/url_drilldown/components/url_drilldown_collect_config/lazy.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2276,7 +2222,7 @@ "signature": [ "(url: string) => { isValid: boolean; error?: string | undefined; invalidUrl?: string | undefined; }" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/url_validation.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/url_drilldown/url_validation.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2290,7 +2236,7 @@ "signature": [ "string" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/url_validation.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/url_drilldown/url_validation.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2317,7 +2263,7 @@ }, ") => Promise<{ isValid: boolean; error?: string | undefined; invalidUrl?: string | undefined; }>" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/url_validation.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/url_drilldown/url_validation.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2331,7 +2277,7 @@ "signature": [ "{ format?: \"handlebars_v1\" | undefined; template: string; }" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/url_validation.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/url_drilldown/url_validation.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2353,7 +2299,7 @@ }, "" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/url_validation.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/url_drilldown/url_validation.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2415,7 +2361,7 @@ }, ">>" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory_definition.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2428,7 +2374,7 @@ "description": [ "\nUnique ID of the action factory. This ID is used to identify this action\nfactory in the registry as well as to construct actions of this type and\nidentify this action factory when presenting it to the user in UI." ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -2444,7 +2390,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -2460,7 +2406,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -2476,7 +2422,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -2508,7 +2454,7 @@ }, "" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory_definition.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2530,7 +2476,7 @@ }, ", \"factoryId\">" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory_definition.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2548,7 +2494,7 @@ "signature": [ "() => string[]" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/action_factory_definition.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2566,7 +2512,7 @@ "description": [ "\nAction factory context passed into ActionFactories' CollectConfig, getDisplayName, getIconType" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2580,7 +2526,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/types.ts", "deprecated": false, "trackAdoption": false } @@ -2622,7 +2568,7 @@ }, ">>" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2635,7 +2581,7 @@ "description": [ "\nGlobally unique identifier for this drilldown." ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -2651,7 +2597,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -2667,7 +2613,7 @@ "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -2683,7 +2629,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -2699,7 +2645,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -2715,7 +2661,7 @@ "signature": [ "(context: FactoryContext) => Config" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2730,7 +2676,7 @@ "signature": [ "Context" ], - "path": "src/plugins/kibana_utils/public/ui/configurable.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/ui/configurable.ts", "deprecated": false, "trackAdoption": false } @@ -2743,7 +2689,7 @@ "tags": [], "label": "CollectConfig", "description": [ - "\nComponent that collects config for this drilldown.\n\n```tsx\nimport React from 'react';\nimport { CollectConfigProps } from 'src/plugins/kibana_utils/public';\n\ntype Props = CollectConfigProps;\n\nexport const CollectConfig: React.FC = () => {\n return
Collecting config...'
;\n};\n```" + "\nComponent that collects config for this drilldown.\n\n```tsx\nimport React from 'react';\nimport { CollectConfigProps } from 'src/platform/plugins/shared/kibana_utils/public';\n\ntype Props = CollectConfigProps;\n\nexport const CollectConfig: React.FC = () => {\n return
Collecting config...'
;\n};\n```" ], "signature": [ "React.FunctionComponent<", @@ -2756,7 +2702,7 @@ }, ">" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2803,7 +2749,7 @@ "signature": [ "(config: Config, context: FactoryContext) => boolean" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2818,7 +2764,7 @@ "signature": [ "Config" ], - "path": "src/plugins/kibana_utils/public/ui/configurable.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/ui/configurable.ts", "deprecated": false, "trackAdoption": false }, @@ -2832,7 +2778,7 @@ "signature": [ "Context" ], - "path": "src/plugins/kibana_utils/public/ui/configurable.ts", + "path": "src/platform/plugins/shared/kibana_utils/public/ui/configurable.ts", "deprecated": false, "trackAdoption": false } @@ -2850,7 +2796,7 @@ "signature": [ "((context: FactoryContext) => boolean) | undefined" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2864,7 +2810,7 @@ "signature": [ "FactoryContext" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2884,7 +2830,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -2900,7 +2846,7 @@ "signature": [ "() => string" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2934,7 +2880,7 @@ }, "; }> | undefined" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", "deprecated": false, "trackAdoption": false }, @@ -2958,7 +2904,7 @@ }, ") => Promise) | undefined" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2972,7 +2918,7 @@ "signature": [ "Config" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2995,7 +2941,7 @@ }, "" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3023,7 +2969,7 @@ }, ") => void" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3039,7 +2985,7 @@ "signature": [ "Config" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3064,7 +3010,7 @@ }, "" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3092,7 +3038,7 @@ }, ") => Promise) | undefined" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3106,7 +3052,7 @@ "signature": [ "Config" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3129,7 +3075,7 @@ }, "" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3149,7 +3095,7 @@ "signature": [ "() => string[]" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3167,7 +3113,7 @@ "description": [ "\nTemplate for a pre-configured new drilldown, this gives ability to create a\ndrilldown from a template instead of user creating a drilldown from scratch.\nThis is used in \"drilldown cloning\" functionality, where drilldowns can be\ncloned from one dashboard panel to another." ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_manager/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_manager/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3180,7 +3126,7 @@ "description": [ "\nA string that uniquely identifies this item in a list of `DrilldownTemplate[]`." ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_manager/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_manager/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3196,7 +3142,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_manager/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_manager/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3209,7 +3155,7 @@ "description": [ "\nA user facing text that provides information about the source of this template." ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_manager/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_manager/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3222,7 +3168,7 @@ "description": [ "\nDrilldown type, dynamic action factory ID." ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_manager/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_manager/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3235,7 +3181,7 @@ "description": [ "\nSuggested new name of the cloned drilldown. If a drilldown with such suggested\nname already exists at current place, a suffix like \" (copy 1)\" will be added." ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_manager/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_manager/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3251,7 +3197,7 @@ "signature": [ "string[]" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_manager/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_manager/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3267,7 +3213,7 @@ "signature": [ "unknown" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/drilldown_manager/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/drilldown_manager/types.ts", "deprecated": false, "trackAdoption": false } @@ -3281,7 +3227,7 @@ "tags": [], "label": "DynamicActionManagerParams", "description": [], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3295,7 +3241,7 @@ "signature": [ "ActionStorage" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false }, @@ -3349,7 +3295,7 @@ }, ">; readonly hasActionFactory: (actionFactoryId: string) => boolean; }" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false }, @@ -3371,7 +3317,7 @@ }, ") => Promise" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3391,7 +3337,7 @@ "text": "EmbeddableApiContext" } ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3411,7 +3357,7 @@ "description": [ "\nGlobal static variables like, for example, `kibanaUrl`\nSuch variables won’t change depending on a place where url drilldown is used." ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/url_drilldown/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3422,7 +3368,7 @@ "tags": [], "label": "kibanaUrl", "description": [], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/url_drilldown/types.ts", "deprecated": false, "trackAdoption": false } @@ -3455,7 +3401,7 @@ "text": "UrlDrilldownGlobalScope" } ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/url_drilldown/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3471,7 +3417,7 @@ "signature": [ "ContextScope | undefined" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/url_drilldown/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3487,7 +3433,7 @@ "signature": [ "EventScope | undefined" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/url_drilldown/types.ts", "deprecated": false, "trackAdoption": false } @@ -3513,7 +3459,7 @@ "text": "SerializableRecord" } ], - "path": "src/plugins/ui_actions_enhanced/common/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3528,7 +3474,7 @@ "signature": [ "State" ], - "path": "src/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3551,7 +3497,7 @@ }, "[]; }" ], - "path": "src/plugins/ui_actions_enhanced/common/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3566,7 +3512,7 @@ "signature": [ "{ readonly factoryId: string; readonly name: string; readonly config: Config; }" ], - "path": "src/plugins/ui_actions_enhanced/common/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3599,7 +3545,7 @@ }, ">; }" ], - "path": "src/plugins/ui_actions_enhanced/common/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3621,7 +3567,7 @@ "text": "UrlDrilldownOptions" } ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/url_drilldown/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3638,7 +3584,7 @@ "signature": [ "{ openInNewTab: boolean; encodeUrl: boolean; }" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/url_drilldown/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3652,7 +3598,7 @@ "tags": [], "label": "DEFAULT_URL_DRILLDOWN_OPTIONS", "description": [], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/constants.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/url_drilldown/constants.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3666,7 +3612,7 @@ "signature": [ "true" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/constants.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/url_drilldown/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -3680,7 +3626,7 @@ "signature": [ "true" ], - "path": "src/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/constants.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/drilldowns/url_drilldown/constants.ts", "deprecated": false, "trackAdoption": false } @@ -3715,7 +3661,7 @@ "UiActionsServiceEnhancements", ", \"registerDrilldown\">" ], - "path": "src/plugins/ui_actions_enhanced/public/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3749,7 +3695,7 @@ "UiActionsServiceEnhancements", ", \"telemetry\" | \"inject\" | \"extract\" | \"getActionFactory\" | \"hasActionFactory\" | \"getActionFactories\">" ], - "path": "src/plugins/ui_actions_enhanced/public/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3765,7 +3711,7 @@ "PublicDrilldownManagerProps", ">" ], - "path": "src/plugins/ui_actions_enhanced/public/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/public/plugin.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3823,13 +3769,7 @@ "text": "AdvancedUiActionsServerPlugin" }, " implements ", - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.Plugin", - "text": "Plugin" - }, + "Plugin", "<", { "pluginId": "uiActionsEnhanced", @@ -3842,7 +3782,7 @@ "UiActionsEnhancedServerStartDependencies", ">" ], - "path": "src/plugins/ui_actions_enhanced/server/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3872,7 +3812,7 @@ }, ">>" ], - "path": "src/plugins/ui_actions_enhanced/server/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/server/plugin.ts", "deprecated": false, "trackAdoption": false }, @@ -3886,7 +3826,7 @@ "signature": [ "any" ], - "path": "src/plugins/ui_actions_enhanced/server/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3901,13 +3841,7 @@ "description": [], "signature": [ "(_core: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", ", { embeddable }: UiActionsEnhancedServerSetupDependencies) => { registerActionFactory: (definition: ", { "pluginId": "uiActionsEnhanced", @@ -3926,7 +3860,7 @@ }, ">) => void; }" ], - "path": "src/plugins/ui_actions_enhanced/server/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3938,16 +3872,10 @@ "label": "_core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "" ], - "path": "src/plugins/ui_actions_enhanced/server/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3962,7 +3890,7 @@ "signature": [ "UiActionsEnhancedServerSetupDependencies" ], - "path": "src/plugins/ui_actions_enhanced/server/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3980,7 +3908,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/ui_actions_enhanced/server/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3996,7 +3924,7 @@ "signature": [ "() => void" ], - "path": "src/plugins/ui_actions_enhanced/server/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -4030,7 +3958,7 @@ }, ">) => void" ], - "path": "src/plugins/ui_actions_enhanced/server/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4059,7 +3987,7 @@ }, ">" ], - "path": "src/plugins/ui_actions_enhanced/server/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4098,7 +4026,7 @@ }, "

" ], - "path": "src/plugins/ui_actions_enhanced/server/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4109,7 +4037,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/ui_actions_enhanced/server/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -4141,7 +4069,7 @@ }, "

>" ], - "path": "src/plugins/ui_actions_enhanced/server/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4152,7 +4080,7 @@ "tags": [], "label": "id", "description": [], - "path": "src/plugins/ui_actions_enhanced/server/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/server/types.ts", "deprecated": false, "trackAdoption": false } @@ -4178,7 +4106,7 @@ "text": "SerializableRecord" } ], - "path": "src/plugins/ui_actions_enhanced/common/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4201,7 +4129,7 @@ }, "[]; }" ], - "path": "src/plugins/ui_actions_enhanced/common/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4216,7 +4144,7 @@ "signature": [ "{ readonly factoryId: string; readonly name: string; readonly config: Config; }" ], - "path": "src/plugins/ui_actions_enhanced/common/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4249,7 +4177,7 @@ }, ">; }" ], - "path": "src/plugins/ui_actions_enhanced/common/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4263,7 +4191,7 @@ "tags": [], "label": "UiActionsEnhancedServerSetup", "description": [], - "path": "src/plugins/ui_actions_enhanced/server/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4293,7 +4221,7 @@ }, ">) => void" ], - "path": "src/plugins/ui_actions_enhanced/server/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/server/plugin.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4322,7 +4250,7 @@ }, ">" ], - "path": "src/plugins/ui_actions_enhanced/server/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/server/plugin.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4344,7 +4272,7 @@ "signature": [ "void" ], - "path": "src/plugins/ui_actions_enhanced/server/plugin.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/server/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -4373,7 +4301,7 @@ "text": "SerializableRecord" } ], - "path": "src/plugins/ui_actions_enhanced/common/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4396,7 +4324,7 @@ }, "[]; }" ], - "path": "src/plugins/ui_actions_enhanced/common/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4411,7 +4339,7 @@ "signature": [ "{ readonly factoryId: string; readonly name: string; readonly config: Config; }" ], - "path": "src/plugins/ui_actions_enhanced/common/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4444,7 +4372,7 @@ }, ">; }" ], - "path": "src/plugins/ui_actions_enhanced/common/types.ts", + "path": "src/platform/plugins/shared/ui_actions_enhanced/common/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/ui_actions_enhanced.mdx b/api_docs/ui_actions_enhanced.mdx index 3a9ec524127f6..2aee4932d06c9 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uiActionsEnhanced'] --- import uiActionsEnhancedObj from './ui_actions_enhanced.devdocs.json'; diff --git a/api_docs/unified_doc_viewer.devdocs.json b/api_docs/unified_doc_viewer.devdocs.json index a62b48cdcb9fd..e7b996c9346d1 100644 --- a/api_docs/unified_doc_viewer.devdocs.json +++ b/api_docs/unified_doc_viewer.devdocs.json @@ -23,7 +23,7 @@ }, " & React.RefAttributes<{}>>" ], - "path": "src/plugins/unified_doc_viewer/public/index.tsx", + "path": "src/platform/plugins/shared/unified_doc_viewer/public/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -65,7 +65,7 @@ }, " & React.RefAttributes<{}>>" ], - "path": "src/plugins/unified_doc_viewer/public/components/lazy_doc_viewer.tsx", + "path": "src/platform/plugins/shared/unified_doc_viewer/public/components/lazy_doc_viewer.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -107,7 +107,7 @@ }, " & React.RefAttributes<{}>>" ], - "path": "src/plugins/unified_doc_viewer/public/components/lazy_doc_viewer_flyout.tsx", + "path": "src/platform/plugins/shared/unified_doc_viewer/public/components/lazy_doc_viewer_flyout.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -149,7 +149,7 @@ }, ") => JSX.Element) | undefined; } & React.RefAttributes<{}>>" ], - "path": "src/plugins/unified_doc_viewer/public/components/lazy_doc_viewer_logs_overview.tsx", + "path": "src/platform/plugins/shared/unified_doc_viewer/public/components/lazy_doc_viewer_logs_overview.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -201,7 +201,7 @@ }, " | null, () => void]" ], - "path": "src/plugins/unified_doc_viewer/public/hooks/use_es_doc_search.ts", + "path": "src/platform/plugins/shared/unified_doc_viewer/public/hooks/use_es_doc_search.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -215,7 +215,7 @@ "signature": [ "EsDocSearchProps" ], - "path": "src/plugins/unified_doc_viewer/public/hooks/use_es_doc_search.ts", + "path": "src/platform/plugins/shared/unified_doc_viewer/public/hooks/use_es_doc_search.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -247,7 +247,7 @@ }, ") => JSX.Element) | undefined; }" ], - "path": "src/plugins/unified_doc_viewer/public/components/doc_viewer_logs_overview/logs_overview.tsx", + "path": "src/platform/plugins/shared/unified_doc_viewer/public/components/doc_viewer_logs_overview/logs_overview.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -261,7 +261,7 @@ "tags": [], "label": "UnifiedDocViewerSetup", "description": [], - "path": "src/plugins/unified_doc_viewer/public/plugin.tsx", + "path": "src/platform/plugins/shared/unified_doc_viewer/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -281,7 +281,7 @@ "text": "DocViewsRegistry" } ], - "path": "src/plugins/unified_doc_viewer/public/plugin.tsx", + "path": "src/platform/plugins/shared/unified_doc_viewer/public/plugin.tsx", "deprecated": false, "trackAdoption": false } @@ -296,7 +296,7 @@ "tags": [], "label": "UnifiedDocViewerStart", "description": [], - "path": "src/plugins/unified_doc_viewer/public/plugin.tsx", + "path": "src/platform/plugins/shared/unified_doc_viewer/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -316,7 +316,7 @@ "text": "DocViewsRegistry" } ], - "path": "src/plugins/unified_doc_viewer/public/plugin.tsx", + "path": "src/platform/plugins/shared/unified_doc_viewer/public/plugin.tsx", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/unified_doc_viewer.mdx b/api_docs/unified_doc_viewer.mdx index d4010ce746dcc..337b5eff1ce11 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-12-27 +date: 2025-01-05 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 0e201c9411bb5..2ee12fd3a463b 100644 --- a/api_docs/unified_histogram.devdocs.json +++ b/api_docs/unified_histogram.devdocs.json @@ -13,7 +13,7 @@ "signature": [ "(visContext: unknown) => boolean" ], - "path": "src/plugins/unified_histogram/public/utils/external_vis_context.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/utils/external_vis_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -27,7 +27,7 @@ "signature": [ "unknown" ], - "path": "src/plugins/unified_histogram/public/utils/external_vis_context.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/utils/external_vis_context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -56,7 +56,7 @@ }, ", localStorageKeyPrefix: string) => string | undefined" ], - "path": "src/plugins/unified_histogram/public/container/utils/local_storage_utils.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/utils/local_storage_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -76,7 +76,7 @@ "text": "Storage" } ], - "path": "src/plugins/unified_histogram/public/container/utils/local_storage_utils.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/utils/local_storage_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -91,7 +91,7 @@ "signature": [ "string" ], - "path": "src/plugins/unified_histogram/public/container/utils/local_storage_utils.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/utils/local_storage_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -120,7 +120,7 @@ }, ", localStorageKeyPrefix: string) => boolean | undefined" ], - "path": "src/plugins/unified_histogram/public/container/utils/local_storage_utils.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/utils/local_storage_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -140,7 +140,7 @@ "text": "Storage" } ], - "path": "src/plugins/unified_histogram/public/container/utils/local_storage_utils.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/utils/local_storage_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -155,7 +155,7 @@ "signature": [ "string" ], - "path": "src/plugins/unified_histogram/public/container/utils/local_storage_utils.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/utils/local_storage_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -184,7 +184,7 @@ }, ", localStorageKeyPrefix: string) => number | undefined" ], - "path": "src/plugins/unified_histogram/public/container/utils/local_storage_utils.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/utils/local_storage_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -204,7 +204,7 @@ "text": "Storage" } ], - "path": "src/plugins/unified_histogram/public/container/utils/local_storage_utils.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/utils/local_storage_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -219,7 +219,7 @@ "signature": [ "string" ], - "path": "src/plugins/unified_histogram/public/container/utils/local_storage_utils.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/utils/local_storage_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -248,7 +248,7 @@ }, ", localStorageKeyPrefix: string, breakdownField: string | undefined) => false | void" ], - "path": "src/plugins/unified_histogram/public/container/utils/local_storage_utils.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/utils/local_storage_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -268,7 +268,7 @@ "text": "Storage" } ], - "path": "src/plugins/unified_histogram/public/container/utils/local_storage_utils.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/utils/local_storage_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -283,7 +283,7 @@ "signature": [ "string" ], - "path": "src/plugins/unified_histogram/public/container/utils/local_storage_utils.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/utils/local_storage_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -298,7 +298,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_histogram/public/container/utils/local_storage_utils.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/utils/local_storage_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -327,7 +327,7 @@ }, ", localStorageKeyPrefix: string, chartHidden: boolean | undefined) => false | void" ], - "path": "src/plugins/unified_histogram/public/container/utils/local_storage_utils.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/utils/local_storage_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -347,7 +347,7 @@ "text": "Storage" } ], - "path": "src/plugins/unified_histogram/public/container/utils/local_storage_utils.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/utils/local_storage_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -362,7 +362,7 @@ "signature": [ "string" ], - "path": "src/plugins/unified_histogram/public/container/utils/local_storage_utils.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/utils/local_storage_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -377,7 +377,7 @@ "signature": [ "boolean | undefined" ], - "path": "src/plugins/unified_histogram/public/container/utils/local_storage_utils.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/utils/local_storage_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -406,7 +406,7 @@ }, ", localStorageKeyPrefix: string, topPanelHeight: number | undefined) => false | void" ], - "path": "src/plugins/unified_histogram/public/container/utils/local_storage_utils.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/utils/local_storage_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -426,7 +426,7 @@ "text": "Storage" } ], - "path": "src/plugins/unified_histogram/public/container/utils/local_storage_utils.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/utils/local_storage_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -441,7 +441,7 @@ "signature": [ "string" ], - "path": "src/plugins/unified_histogram/public/container/utils/local_storage_utils.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/utils/local_storage_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -456,7 +456,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/unified_histogram/public/container/utils/local_storage_utils.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/utils/local_storage_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -493,7 +493,7 @@ }, " & React.RefAttributes<{}>>" ], - "path": "src/plugins/unified_histogram/public/chart/lazy.tsx", + "path": "src/platform/plugins/shared/unified_histogram/public/chart/lazy.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -585,7 +585,7 @@ }, ">>" ], - "path": "src/plugins/unified_histogram/public/container/index.tsx", + "path": "src/platform/plugins/shared/unified_histogram/public/container/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -616,7 +616,7 @@ "tags": [], "label": "BreakdownFieldSelectorProps", "description": [], - "path": "src/plugins/unified_histogram/public/chart/breakdown_field_selector.tsx", + "path": "src/platform/plugins/shared/unified_histogram/public/chart/breakdown_field_selector.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -636,7 +636,7 @@ "text": "DataView" } ], - "path": "src/plugins/unified_histogram/public/chart/breakdown_field_selector.tsx", + "path": "src/platform/plugins/shared/unified_histogram/public/chart/breakdown_field_selector.tsx", "deprecated": false, "trackAdoption": false }, @@ -650,7 +650,7 @@ "signature": [ "UnifiedHistogramBreakdownContext" ], - "path": "src/plugins/unified_histogram/public/chart/breakdown_field_selector.tsx", + "path": "src/platform/plugins/shared/unified_histogram/public/chart/breakdown_field_selector.tsx", "deprecated": false, "trackAdoption": false }, @@ -671,7 +671,7 @@ }, "[] | undefined" ], - "path": "src/plugins/unified_histogram/public/chart/breakdown_field_selector.tsx", + "path": "src/platform/plugins/shared/unified_histogram/public/chart/breakdown_field_selector.tsx", "deprecated": false, "trackAdoption": false }, @@ -693,7 +693,7 @@ }, " | undefined) => void) | undefined" ], - "path": "src/plugins/unified_histogram/public/chart/breakdown_field_selector.tsx", + "path": "src/platform/plugins/shared/unified_histogram/public/chart/breakdown_field_selector.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -714,7 +714,7 @@ }, " | undefined" ], - "path": "src/plugins/unified_histogram/public/chart/breakdown_field_selector.tsx", + "path": "src/platform/plugins/shared/unified_histogram/public/chart/breakdown_field_selector.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -734,7 +734,7 @@ "description": [ "\nEmitted when the histogram loading status changes" ], - "path": "src/plugins/unified_histogram/public/types.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -774,7 +774,7 @@ }, " | undefined; }" ], - "path": "src/plugins/unified_histogram/public/types.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -797,7 +797,7 @@ }, " | undefined" ], - "path": "src/plugins/unified_histogram/public/types.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -813,7 +813,7 @@ "description": [ "\nThe services required by the Unified Histogram components" ], - "path": "src/plugins/unified_histogram/public/types.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -833,7 +833,7 @@ "text": "DataPublicPluginStart" } ], - "path": "src/plugins/unified_histogram/public/types.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -921,7 +921,7 @@ }, "; }" ], - "path": "src/plugins/unified_histogram/public/types.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -941,7 +941,7 @@ "text": "IUiSettingsClient" } ], - "path": "src/plugins/unified_histogram/public/types.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -971,7 +971,7 @@ }, "; }" ], - "path": "src/plugins/unified_histogram/public/types.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -991,7 +991,7 @@ "text": "LensPublicStart" } ], - "path": "src/plugins/unified_histogram/public/types.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1011,7 +1011,7 @@ "text": "Storage" } ], - "path": "src/plugins/unified_histogram/public/types.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1031,7 +1031,7 @@ "text": "ExpressionsStart" } ], - "path": "src/plugins/unified_histogram/public/types.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1043,15 +1043,9 @@ "label": "capabilities", "description": [], "signature": [ - { - "pluginId": "@kbn/core-capabilities-common", - "scope": "common", - "docId": "kibKbnCoreCapabilitiesCommonPluginApi", - "section": "def-common.Capabilities", - "text": "Capabilities" - } + "Capabilities" ], - "path": "src/plugins/unified_histogram/public/types.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -1067,7 +1061,7 @@ "description": [ "\nThe current state of the container" ], - "path": "src/plugins/unified_histogram/public/container/services/state_service.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/services/state_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1084,7 +1078,7 @@ "UnifiedHistogramSuggestionContext", " | undefined" ], - "path": "src/plugins/unified_histogram/public/container/services/state_service.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/services/state_service.ts", "deprecated": false, "trackAdoption": false }, @@ -1097,7 +1091,7 @@ "description": [ "\nWhether or not the chart is hidden" ], - "path": "src/plugins/unified_histogram/public/container/services/state_service.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/services/state_service.ts", "deprecated": false, "trackAdoption": false }, @@ -1120,7 +1114,7 @@ }, " | undefined" ], - "path": "src/plugins/unified_histogram/public/container/services/state_service.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/services/state_service.ts", "deprecated": false, "trackAdoption": false }, @@ -1144,7 +1138,7 @@ }, "> | undefined" ], - "path": "src/plugins/unified_histogram/public/container/services/state_service.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/services/state_service.ts", "deprecated": false, "trackAdoption": false }, @@ -1167,7 +1161,7 @@ }, " | undefined" ], - "path": "src/plugins/unified_histogram/public/container/services/state_service.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/services/state_service.ts", "deprecated": false, "trackAdoption": false }, @@ -1180,7 +1174,7 @@ "description": [ "\nThe current time interval of the chart" ], - "path": "src/plugins/unified_histogram/public/container/services/state_service.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/services/state_service.ts", "deprecated": false, "trackAdoption": false }, @@ -1196,7 +1190,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/unified_histogram/public/container/services/state_service.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/services/state_service.ts", "deprecated": false, "trackAdoption": false }, @@ -1218,7 +1212,7 @@ "text": "UnifiedHistogramFetchStatus" } ], - "path": "src/plugins/unified_histogram/public/container/services/state_service.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/services/state_service.ts", "deprecated": false, "trackAdoption": false }, @@ -1234,7 +1228,7 @@ "signature": [ "number | Error | undefined" ], - "path": "src/plugins/unified_histogram/public/container/services/state_service.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/services/state_service.ts", "deprecated": false, "trackAdoption": false } @@ -1250,7 +1244,7 @@ "description": [ "\nThe options used to initialize the comntainer state" ], - "path": "src/plugins/unified_histogram/public/container/services/state_service.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/services/state_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1272,7 +1266,7 @@ "text": "UnifiedHistogramServices" } ], - "path": "src/plugins/unified_histogram/public/container/services/state_service.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/services/state_service.ts", "deprecated": false, "trackAdoption": false }, @@ -1288,7 +1282,7 @@ "signature": [ "string | undefined" ], - "path": "src/plugins/unified_histogram/public/container/services/state_service.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/services/state_service.ts", "deprecated": false, "trackAdoption": false }, @@ -1312,7 +1306,7 @@ }, "> | undefined" ], - "path": "src/plugins/unified_histogram/public/container/services/state_service.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/container/services/state_service.ts", "deprecated": false, "trackAdoption": false } @@ -1328,7 +1322,7 @@ "description": [ "\nUnified Histogram type for recreating a stored Lens vis" ], - "path": "src/plugins/unified_histogram/public/types.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1341,13 +1335,7 @@ "description": [], "signature": [ "{ title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsXY\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -1381,13 +1369,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -1407,13 +1389,7 @@ "text": "XYState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsPie\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -1447,13 +1423,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -1467,13 +1437,7 @@ " | undefined; }; visualization: ", "PieVisualizationState", "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsHeatmap\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -1507,13 +1471,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -1533,13 +1491,7 @@ "text": "HeatmapVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsGauge\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -1573,13 +1525,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -1599,13 +1545,7 @@ "text": "GaugeVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsDatatable\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -1639,13 +1579,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -1665,13 +1599,7 @@ "text": "DatatableVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsLegacyMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -1705,13 +1633,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -1731,13 +1653,7 @@ "text": "LegacyMetricState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: \"lnsMetric\"; state: { query: ", { "pluginId": "@kbn/es-query", @@ -1771,13 +1687,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -1797,13 +1707,7 @@ "text": "MetricVisualizationState" }, "; }; } | { title: string; description?: string | undefined; references: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[]; visualizationType: string; state: { query: ", { "pluginId": "@kbn/es-query", @@ -1837,13 +1741,7 @@ "text": "DataViewSpec" }, "> | undefined; internalReferences?: ", - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectReference", - "text": "SavedObjectReference" - }, + "SavedObjectReference", "[] | undefined; datasourceStates: { formBased?: ", { "pluginId": "lens", @@ -1856,7 +1754,7 @@ "TextBasedPersistedState", " | undefined; }; visualization: unknown; }; }" ], - "path": "src/plugins/unified_histogram/public/types.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1870,7 +1768,7 @@ "signature": [ "LensRequestData" ], - "path": "src/plugins/unified_histogram/public/types.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1884,7 +1782,7 @@ "signature": [ "UnifiedHistogramSuggestionType" ], - "path": "src/plugins/unified_histogram/public/types.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/types.ts", "deprecated": false, "trackAdoption": false } @@ -1900,7 +1798,7 @@ "tags": [], "label": "UnifiedHistogramExternalVisContextStatus", "description": [], - "path": "src/plugins/unified_histogram/public/types.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1914,7 +1812,7 @@ "description": [ "\nThe fetch status of a Unified Histogram request" ], - "path": "src/plugins/unified_histogram/public/types.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1957,7 +1855,7 @@ }, " | undefined; }" ], - "path": "src/plugins/unified_histogram/public/types.ts", + "path": "src/platform/plugins/shared/unified_histogram/public/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1976,7 +1874,7 @@ "UnifiedHistogramStateService", ", \"state$\" | \"setChartHidden\" | \"setTopPanelHeight\" | \"setTimeInterval\" | \"setTotalHits\">" ], - "path": "src/plugins/unified_histogram/public/container/container.tsx", + "path": "src/platform/plugins/shared/unified_histogram/public/container/container.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2035,7 +1933,7 @@ "UnifiedHistogramLayoutProps", ", \"className\" | \"children\" | \"columns\" | \"timeRange\" | \"query\" | \"filters\" | \"services\" | \"table\" | \"dataView\" | \"container\" | \"onBrushEnd\" | \"disabledActions\" | \"relativeTimeRange\" | \"renderCustomChartToggleActions\" | \"onFilter\" | \"externalVisContext\" | \"withDefaultActions\" | \"abortController\">" ], - "path": "src/plugins/unified_histogram/public/container/container.tsx", + "path": "src/platform/plugins/shared/unified_histogram/public/container/container.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2060,7 +1958,7 @@ }, ", \"services\"> & LayoutProps" ], - "path": "src/plugins/unified_histogram/public/container/container.tsx", + "path": "src/platform/plugins/shared/unified_histogram/public/container/container.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/unified_histogram.mdx b/api_docs/unified_histogram.mdx index 7d9604a0a4e8c..afa5054230a50 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-12-27 +date: 2025-01-05 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 8297dd04d1d15..281c126e077ab 100644 --- a/api_docs/unified_search.devdocs.json +++ b/api_docs/unified_search.devdocs.json @@ -28,13 +28,7 @@ "text": "TimefilterContract" }, ", core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", ", id: string, type: string) => ", { "pluginId": "uiActions", @@ -107,13 +101,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "" ], "path": "src/plugins/unified_search/public/actions/apply_filter_action.ts", @@ -1387,13 +1375,7 @@ "text": "IUnifiedSearchPluginServices" }, " extends Partial<", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ">" ], "path": "src/plugins/unified_search/public/types.ts", @@ -1463,13 +1445,7 @@ "label": "savedObjects", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-browser", - "scope": "public", - "docId": "kibKbnCoreSavedObjectsBrowserPluginApi", - "section": "def-public.SavedObjectsStart", - "text": "SavedObjectsStart" - } + "SavedObjectsStart" ], "path": "src/plugins/unified_search/public/types.ts", "deprecated": false, @@ -1483,13 +1459,7 @@ "label": "notifications", "description": [], "signature": [ - { - "pluginId": "@kbn/core-notifications-browser", - "scope": "public", - "docId": "kibKbnCoreNotificationsBrowserPluginApi", - "section": "def-public.NotificationsStart", - "text": "NotificationsStart" - } + "NotificationsStart" ], "path": "src/plugins/unified_search/public/types.ts", "deprecated": false, @@ -1517,13 +1487,7 @@ "label": "http", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-browser", - "scope": "public", - "docId": "kibKbnCoreHttpBrowserPluginApi", - "section": "def-public.HttpSetup", - "text": "HttpSetup" - } + "HttpSetup" ], "path": "src/plugins/unified_search/public/types.ts", "deprecated": false, @@ -1557,13 +1521,7 @@ "label": "i18n", "description": [], "signature": [ - { - "pluginId": "@kbn/core-i18n-browser", - "scope": "public", - "docId": "kibKbnCoreI18nBrowserPluginApi", - "section": "def-public.I18nStart", - "text": "I18nStart" - } + "I18nStart" ], "path": "src/plugins/unified_search/public/types.ts", "deprecated": false, @@ -1577,13 +1535,7 @@ "label": "theme", "description": [], "signature": [ - { - "pluginId": "@kbn/core-theme-browser", - "scope": "public", - "docId": "kibKbnCoreThemeBrowserPluginApi", - "section": "def-public.ThemeServiceSetup", - "text": "ThemeServiceSetup" - } + "ThemeServiceSetup" ], "path": "src/plugins/unified_search/public/types.ts", "deprecated": false, @@ -1597,13 +1549,7 @@ "label": "userProfile", "description": [], "signature": [ - { - "pluginId": "@kbn/core-user-profile-browser", - "scope": "public", - "docId": "kibKbnCoreUserProfileBrowserPluginApi", - "section": "def-public.UserProfileService", - "text": "UserProfileService" - } + "UserProfileService" ], "path": "src/plugins/unified_search/public/types.ts", "deprecated": false, @@ -1638,13 +1584,7 @@ "label": "docLinks", "description": [], "signature": [ - { - "pluginId": "@kbn/core-doc-links-browser", - "scope": "public", - "docId": "kibKbnCoreDocLinksBrowserPluginApi", - "section": "def-public.DocLinksStart", - "text": "DocLinksStart" - } + "DocLinksStart" ], "path": "src/plugins/unified_search/public/types.ts", "deprecated": false, @@ -2529,13 +2469,7 @@ "text": "UnifiedSearchServerPlugin" }, " implements ", - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.Plugin", - "text": "Plugin" - }, + "Plugin", "<", { "pluginId": "unifiedSearch", @@ -2572,13 +2506,7 @@ "label": "initializerContext", "description": [], "signature": [ - { - "pluginId": "@kbn/core-plugins-server", - "scope": "server", - "docId": "kibKbnCorePluginsServerPluginApi", - "section": "def-server.PluginInitializerContext", - "text": "PluginInitializerContext" - }, + "PluginInitializerContext", "; valueSuggestions: Readonly<{} & { enabled: boolean; timeout: moment.Duration; tiers: string[]; terminateAfter: moment.Duration; }>; }>; }>>" ], "path": "src/plugins/unified_search/server/plugin.ts", @@ -2598,13 +2526,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<", "UnifiedSearchServerPluginStartDependencies", ", ", @@ -2687,13 +2609,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<", "UnifiedSearchServerPluginStartDependencies", ", ", @@ -2738,13 +2654,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ", {}: ", "UnifiedSearchServerPluginStartDependencies", ") => {}" @@ -2761,13 +2671,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-server", - "scope": "server", - "docId": "kibKbnCoreLifecycleServerPluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/plugins/unified_search/server/plugin.ts", "deprecated": false, diff --git a/api_docs/unified_search.mdx b/api_docs/unified_search.mdx index 5e32018bbc02b..d6859148800f1 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-12-27 +date: 2025-01-05 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 c1aa81635cb1c..dcbee7a18a713 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-12-27 +date: 2025-01-05 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 02d9ae981dd80..00dbfe8057d60 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-12-27 +date: 2025-01-05 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 b562b292efc81..803087f7baf66 100644 --- a/api_docs/url_forwarding.devdocs.json +++ b/api_docs/url_forwarding.devdocs.json @@ -22,13 +22,7 @@ "description": [], "signature": [ "(core: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<{}, { navigateToLegacyKibanaUrl: (hash: string) => { navigated: boolean; }; getForwards: () => ", { "pluginId": "urlForwarding", @@ -51,13 +45,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreSetup", - "text": "CoreSetup" - }, + "CoreSetup", "<{}, { navigateToLegacyKibanaUrl: (hash: string) => { navigated: boolean; }; getForwards: () => ", { "pluginId": "urlForwarding", @@ -85,13 +73,7 @@ "description": [], "signature": [ "({ application, http: { basePath } }: ", - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - }, + "CoreStart", ") => { navigateToLegacyKibanaUrl: (hash: string) => { navigated: boolean; }; getForwards: () => ", { "pluginId": "urlForwarding", @@ -114,13 +96,7 @@ "label": "{ application, http: { basePath } }", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/plugins/url_forwarding/public/plugin.ts", "deprecated": false, diff --git a/api_docs/url_forwarding.mdx b/api_docs/url_forwarding.mdx index 1e201243666e4..279d02d3217b9 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-12-27 +date: 2025-01-05 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 dee33928bad1f..6cd40eb0083eb 100644 --- a/api_docs/usage_collection.devdocs.json +++ b/api_docs/usage_collection.devdocs.json @@ -25,7 +25,7 @@ }, ") => React.JSX.Element" ], - "path": "src/plugins/usage_collection/public/components/track_application_view/track_application_view.tsx", + "path": "src/platform/plugins/shared/usage_collection/public/components/track_application_view/track_application_view.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -47,7 +47,7 @@ "text": "TrackApplicationViewProps" } ], - "path": "src/plugins/usage_collection/public/components/track_application_view/track_application_view.tsx", + "path": "src/platform/plugins/shared/usage_collection/public/components/track_application_view/track_application_view.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -67,7 +67,7 @@ "description": [ "\nProps to provide to the {@link TrackApplicationView} component." ], - "path": "src/plugins/usage_collection/public/components/track_application_view/types.ts", + "path": "src/platform/plugins/shared/usage_collection/public/components/track_application_view/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -80,7 +80,7 @@ "description": [ "\nThe name of the view to be tracked. The appId will be obtained automatically." ], - "path": "src/plugins/usage_collection/public/components/track_application_view/types.ts", + "path": "src/platform/plugins/shared/usage_collection/public/components/track_application_view/types.ts", "deprecated": false, "trackAdoption": false }, @@ -96,7 +96,7 @@ "signature": [ "string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | null | undefined" ], - "path": "src/plugins/usage_collection/public/components/track_application_view/types.ts", + "path": "src/platform/plugins/shared/usage_collection/public/components/track_application_view/types.ts", "deprecated": false, "trackAdoption": false } @@ -116,7 +116,7 @@ "description": [ "Public's setup APIs exposed by the UsageCollection Service" ], - "path": "src/plugins/usage_collection/public/plugin.tsx", + "path": "src/platform/plugins/shared/usage_collection/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -132,7 +132,7 @@ "signature": [ "{ ApplicationUsageTrackingProvider: React.FC<{ children?: React.ReactNode; }>; }" ], - "path": "src/plugins/usage_collection/public/plugin.tsx", + "path": "src/platform/plugins/shared/usage_collection/public/plugin.tsx", "deprecated": false, "trackAdoption": false }, @@ -148,7 +148,7 @@ "signature": [ "(appName: string, type: string, eventNames: string | string[], count?: number | undefined) => void" ], - "path": "src/plugins/usage_collection/public/plugin.tsx", + "path": "src/platform/plugins/shared/usage_collection/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -162,7 +162,7 @@ "signature": [ "string" ], - "path": "src/plugins/usage_collection/public/plugin.tsx", + "path": "src/platform/plugins/shared/usage_collection/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -177,7 +177,7 @@ "signature": [ "string" ], - "path": "src/plugins/usage_collection/public/plugin.tsx", + "path": "src/platform/plugins/shared/usage_collection/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -192,7 +192,7 @@ "signature": [ "string | string[]" ], - "path": "src/plugins/usage_collection/public/plugin.tsx", + "path": "src/platform/plugins/shared/usage_collection/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -207,7 +207,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/usage_collection/public/plugin.tsx", + "path": "src/platform/plugins/shared/usage_collection/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -228,7 +228,7 @@ "description": [ "Public's start APIs exposed by the UsageCollection Service" ], - "path": "src/plugins/usage_collection/public/plugin.tsx", + "path": "src/platform/plugins/shared/usage_collection/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -244,7 +244,7 @@ "signature": [ "(appName: string, type: string, eventNames: string | string[], count?: number | undefined) => void" ], - "path": "src/plugins/usage_collection/public/plugin.tsx", + "path": "src/platform/plugins/shared/usage_collection/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -258,7 +258,7 @@ "signature": [ "string" ], - "path": "src/plugins/usage_collection/public/plugin.tsx", + "path": "src/platform/plugins/shared/usage_collection/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -273,7 +273,7 @@ "signature": [ "string" ], - "path": "src/plugins/usage_collection/public/plugin.tsx", + "path": "src/platform/plugins/shared/usage_collection/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -288,7 +288,7 @@ "signature": [ "string | string[]" ], - "path": "src/plugins/usage_collection/public/plugin.tsx", + "path": "src/platform/plugins/shared/usage_collection/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -303,7 +303,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/usage_collection/public/plugin.tsx", + "path": "src/platform/plugins/shared/usage_collection/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -329,7 +329,7 @@ "description": [ "\nThe context for the `fetch` method: It includes the most commonly used clients in the collectors (ES and SO clients).\nBoth are scoped based on the request and the context:\n- When users are requesting a sample of data, it is scoped to their role to avoid exposing data they shouldn't read\n- When building the telemetry data payload to report to the remote cluster, the requests are scoped to the `kibana` internal user\n" ], - "path": "src/plugins/usage_collection/server/collector/types.ts", + "path": "src/platform/plugins/shared/usage_collection/server/collector/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1599,7 +1599,7 @@ "default", "; }" ], - "path": "src/plugins/usage_collection/server/collector/types.ts", + "path": "src/platform/plugins/shared/usage_collection/server/collector/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1613,15 +1613,9 @@ "\nRequest-scoped Saved Objects client" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-api-server", - "scope": "server", - "docId": "kibKbnCoreSavedObjectsApiServerPluginApi", - "section": "def-server.SavedObjectsClientContract", - "text": "SavedObjectsClientContract" - } + "SavedObjectsClientContract" ], - "path": "src/plugins/usage_collection/server/collector/types.ts", + "path": "src/platform/plugins/shared/usage_collection/server/collector/types.ts", "deprecated": false, "trackAdoption": false } @@ -1647,7 +1641,7 @@ }, "" ], - "path": "src/plugins/usage_collection/server/collector/types.ts", + "path": "src/platform/plugins/shared/usage_collection/server/collector/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1669,7 +1663,7 @@ "text": "Logger" } ], - "path": "src/plugins/usage_collection/server/collector/types.ts", + "path": "src/platform/plugins/shared/usage_collection/server/collector/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1682,7 +1676,7 @@ "description": [ "The registered type (aka name) of the collector" ], - "path": "src/plugins/usage_collection/server/collector/types.ts", + "path": "src/platform/plugins/shared/usage_collection/server/collector/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1714,7 +1708,7 @@ }, ") => TFetchReturn | Promise" ], - "path": "src/plugins/usage_collection/server/collector/types.ts", + "path": "src/platform/plugins/shared/usage_collection/server/collector/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1735,7 +1729,7 @@ "text": "CollectorFetchContext" } ], - "path": "src/plugins/usage_collection/server/collector/types.ts", + "path": "src/platform/plugins/shared/usage_collection/server/collector/types.ts", "deprecated": false, "trackAdoption": false } @@ -1753,7 +1747,7 @@ "signature": [ "() => boolean | Promise" ], - "path": "src/plugins/usage_collection/server/collector/types.ts", + "path": "src/platform/plugins/shared/usage_collection/server/collector/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1771,7 +1765,7 @@ "description": [ "\nInterface to register and manage Usage Collectors through a CollectorSet" ], - "path": "src/plugins/usage_collection/server/collector/types.ts", + "path": "src/platform/plugins/shared/usage_collection/server/collector/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1803,7 +1797,7 @@ }, "" ], - "path": "src/plugins/usage_collection/server/collector/types.ts", + "path": "src/platform/plugins/shared/usage_collection/server/collector/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1824,7 +1818,7 @@ }, "" ], - "path": "src/plugins/usage_collection/server/collector/types.ts", + "path": "src/platform/plugins/shared/usage_collection/server/collector/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1852,7 +1846,7 @@ }, ") => void" ], - "path": "src/plugins/usage_collection/server/collector/types.ts", + "path": "src/platform/plugins/shared/usage_collection/server/collector/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1873,7 +1867,7 @@ }, "" ], - "path": "src/plugins/usage_collection/server/collector/types.ts", + "path": "src/platform/plugins/shared/usage_collection/server/collector/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1901,7 +1895,7 @@ }, " | undefined" ], - "path": "src/plugins/usage_collection/server/collector/types.ts", + "path": "src/platform/plugins/shared/usage_collection/server/collector/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1915,7 +1909,7 @@ "signature": [ "string" ], - "path": "src/plugins/usage_collection/server/collector/types.ts", + "path": "src/platform/plugins/shared/usage_collection/server/collector/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1935,7 +1929,7 @@ "description": [ "\nUsage Counter allows to keep track of any events that occur.\nBy calling {@link IUsageCounter.incrementCounter} devs can notify this\nAPI whenever the event happens." ], - "path": "src/plugins/usage_collection/server/usage_counters/usage_counter.ts", + "path": "src/platform/plugins/shared/usage_collection/server/usage_counters/usage_counter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1948,7 +1942,7 @@ "description": [ "\nDefines a domainId (aka a namespace) under which multiple counters can be stored" ], - "path": "src/plugins/usage_collection/server/usage_counters/usage_counter.ts", + "path": "src/platform/plugins/shared/usage_collection/server/usage_counters/usage_counter.ts", "deprecated": false, "trackAdoption": false }, @@ -1964,7 +1958,7 @@ "signature": [ "number | undefined" ], - "path": "src/plugins/usage_collection/server/usage_counters/usage_counter.ts", + "path": "src/platform/plugins/shared/usage_collection/server/usage_counters/usage_counter.ts", "deprecated": false, "trackAdoption": false }, @@ -1982,7 +1976,7 @@ "IncrementCounterParams", ") => void" ], - "path": "src/plugins/usage_collection/server/usage_counters/usage_counter.ts", + "path": "src/platform/plugins/shared/usage_collection/server/usage_counters/usage_counter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1998,7 +1992,7 @@ "signature": [ "IncrementCounterParams" ], - "path": "src/plugins/usage_collection/server/usage_counters/usage_counter.ts", + "path": "src/platform/plugins/shared/usage_collection/server/usage_counters/usage_counter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2029,7 +2023,7 @@ " extends ", "AbstractCounter" ], - "path": "src/plugins/usage_collection/server/usage_counters/saved_objects.ts", + "path": "src/platform/plugins/shared/usage_collection/server/usage_counters/saved_objects.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2042,7 +2036,7 @@ "description": [ "Number of times the event has occurred" ], - "path": "src/plugins/usage_collection/server/usage_counters/saved_objects.ts", + "path": "src/platform/plugins/shared/usage_collection/server/usage_counters/saved_objects.ts", "deprecated": false, "trackAdoption": false } @@ -2097,7 +2091,7 @@ }, ") => TReturn | Promise" ], - "path": "src/plugins/usage_collection/server/collector/types.ts", + "path": "src/platform/plugins/shared/usage_collection/server/collector/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2118,7 +2112,7 @@ "text": "CollectorFetchContext" } ], - "path": "src/plugins/usage_collection/server/collector/types.ts", + "path": "src/platform/plugins/shared/usage_collection/server/collector/types.ts", "deprecated": false, "trackAdoption": false } @@ -2153,7 +2147,7 @@ }, "; } & ExtraOptions" ], - "path": "src/plugins/usage_collection/server/collector/types.ts", + "path": "src/platform/plugins/shared/usage_collection/server/collector/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2165,7 +2159,7 @@ "tags": [], "label": "IncrementCounterParams", "description": [], - "path": "src/plugins/usage_collection/server/usage_counters/index.ts", + "path": "src/platform/plugins/shared/usage_collection/server/usage_counters/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2186,7 +2180,7 @@ "RecursiveMakeSchemaFrom", "[Key], RequireMeta>; }" ], - "path": "src/plugins/usage_collection/server/collector/types.ts", + "path": "src/platform/plugins/shared/usage_collection/server/collector/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2203,7 +2197,7 @@ "signature": [ "\"usage-counter\"" ], - "path": "src/plugins/usage_collection/server/usage_counters/saved_objects.ts", + "path": "src/platform/plugins/shared/usage_collection/server/usage_counters/saved_objects.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2252,7 +2246,7 @@ }, "; }, \"schema\">>" ], - "path": "src/plugins/usage_collection/server/collector/usage_collector.ts", + "path": "src/platform/plugins/shared/usage_collection/server/collector/usage_collector.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2267,13 +2261,7 @@ "\nThe structure of the SavedObjects of type \"usage-counters\"" ], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObject", - "text": "SavedObject" - }, + "SavedObject", "<", { "pluginId": "usageCollection", @@ -2284,7 +2272,7 @@ }, ">" ], - "path": "src/plugins/usage_collection/server/usage_counters/saved_objects.ts", + "path": "src/platform/plugins/shared/usage_collection/server/usage_counters/saved_objects.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2311,7 +2299,7 @@ " & ", "UsageCountersServiceSetup" ], - "path": "src/plugins/usage_collection/server/plugin.ts", + "path": "src/platform/plugins/shared/usage_collection/server/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "setup", @@ -2329,7 +2317,7 @@ "signature": [ "UsageCountersServiceStart" ], - "path": "src/plugins/usage_collection/server/plugin.ts", + "path": "src/platform/plugins/shared/usage_collection/server/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", diff --git a/api_docs/usage_collection.mdx b/api_docs/usage_collection.mdx index 9d0ebe7bab35b..94d35d25ffff3 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-12-27 +date: 2025-01-05 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 752ee642bee5f..8168becf84ac3 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-12-27 +date: 2025-01-05 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 87e77cb5f6776..6fdea22035b46 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-12-27 +date: 2025-01-05 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 c47ccf561552e..faf25ef165ed0 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-12-27 +date: 2025-01-05 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 68b8376a1750d..430a77d0789ba 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-12-27 +date: 2025-01-05 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 627f4673afc50..27fce58784dd8 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-12-27 +date: 2025-01-05 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 29490598bc442..cd808907e2a51 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-12-27 +date: 2025-01-05 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 2b71af97be575..2567326ddfe6c 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-12-27 +date: 2025-01-05 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 e6e809524ee15..eb681813a0ef0 100644 --- a/api_docs/vis_type_timeseries.devdocs.json +++ b/api_docs/vis_type_timeseries.devdocs.json @@ -134,13 +134,7 @@ "text": "DataRequestHandlerContext" }, ", fakeRequest: ", - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", ", options: any) => Promise<", "TimeseriesVisData", ">" @@ -178,13 +172,7 @@ "label": "fakeRequest", "description": [], "signature": [ - { - "pluginId": "@kbn/core-http-server", - "scope": "server", - "docId": "kibKbnCoreHttpServerPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, + "KibanaRequest", "" ], "path": "src/plugins/vis_types/timeseries/server/plugin.ts", diff --git a/api_docs/vis_type_timeseries.mdx b/api_docs/vis_type_timeseries.mdx index fac3c9eebe7e2..0acc425d670e7 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-12-27 +date: 2025-01-05 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 534f8602276c6..ec5d68d5da19c 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-12-27 +date: 2025-01-05 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 65290894b6e86..d4a1f8e13b53b 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-12-27 +date: 2025-01-05 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 77b0fabe53bf2..863766795c86e 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-12-27 +date: 2025-01-05 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 0a94dce7a5404..3a82e853dff21 100644 --- a/api_docs/visualizations.devdocs.json +++ b/api_docs/visualizations.devdocs.json @@ -1314,13 +1314,7 @@ "text": "VisualizeEmbeddable" }, " extends ", - { - "pluginId": "embeddable", - "scope": "public", - "docId": "kibEmbeddablePluginApi", - "section": "def-public.Embeddable", - "text": "Embeddable" - }, + "Embeddable", "<", { "pluginId": "visualizations", @@ -1336,20 +1330,7 @@ "path": "src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable.tsx", "deprecated": true, "trackAdoption": false, - "references": [ - { - "plugin": "maps", - "path": "x-pack/platform/plugins/shared/maps/public/legacy_visualizations/is_legacy_map.ts" - }, - { - "plugin": "maps", - "path": "x-pack/platform/plugins/shared/maps/public/legacy_visualizations/is_legacy_map.ts" - }, - { - "plugin": "maps", - "path": "x-pack/platform/plugins/shared/maps/public/legacy_visualizations/is_legacy_map.ts" - } - ], + "references": [], "children": [ { "parentPluginId": "visualizations", @@ -1606,13 +1587,7 @@ "description": [], "signature": [ "() => ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.OverlayRef", - "text": "OverlayRef" - }, + "OverlayRef", " | undefined" ], "path": "src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable.tsx", @@ -2537,13 +2512,7 @@ "label": "core", "description": [], "signature": [ - { - "pluginId": "@kbn/core-lifecycle-browser", - "scope": "public", - "docId": "kibKbnCoreLifecycleBrowserPluginApi", - "section": "def-public.CoreStart", - "text": "CoreStart" - } + "CoreStart" ], "path": "src/plugins/visualizations/public/visualize_app/types.ts", "deprecated": false, @@ -2774,13 +2743,7 @@ "label": "migrationVersion", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsMigrationVersion", - "text": "SavedObjectsMigrationVersion" - }, + "SavedObjectsMigrationVersion", " | undefined" ], "path": "src/plugins/visualizations/public/types.ts", @@ -4065,13 +4028,7 @@ "label": "migrationVersion", "description": [], "signature": [ - { - "pluginId": "@kbn/core-saved-objects-common", - "scope": "common", - "docId": "kibKbnCoreSavedObjectsCommonPluginApi", - "section": "def-common.SavedObjectsMigrationVersion", - "text": "SavedObjectsMigrationVersion" - }, + "SavedObjectsMigrationVersion", " | undefined" ], "path": "src/plugins/visualizations/public/types.ts", @@ -6822,13 +6779,7 @@ "text": "VisParams" }, ">; openInspector: () => ", - { - "pluginId": "@kbn/core-mount-utils-browser", - "scope": "public", - "docId": "kibKbnCoreMountUtilsBrowserPluginApi", - "section": "def-public.OverlayRef", - "text": "OverlayRef" - }, + "OverlayRef", " | undefined; transferCustomizationsToUiState: () => void; hasInspector: () => boolean; onContainerLoading: () => void; onContainerData: () => void; onContainerRender: () => void; onContainerError: (error: ", { "pluginId": "expressions", diff --git a/api_docs/visualizations.mdx b/api_docs/visualizations.mdx index aeb240524dfa5..18e0c3a108917 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-12-27 +date: 2025-01-05 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visualizations'] --- import visualizationsObj from './visualizations.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 | |-------------------|-----------|------------------------|-----------------| -| 869 | 12 | 838 | 21 | +| 869 | 12 | 838 | 22 | ## Client diff --git a/docs/developer/advanced/sharing-saved-objects.asciidoc b/docs/developer/advanced/sharing-saved-objects.asciidoc index 27fe81702cd2a..2baae57b7e7da 100644 --- a/docs/developer/advanced/sharing-saved-objects.asciidoc +++ b/docs/developer/advanced/sharing-saved-objects.asciidoc @@ -166,7 +166,7 @@ const savedObject = resolveResult.saved_object; TIP: See an example of this in https://github.com/elastic/kibana/pull/107256#user-content-example-steps[step 2 of the POC]! The -{kib-repo}blob/{branch}/packages/core/saved-objects/core-saved-objects-api-server/src/apis/resolve.ts[SavedObjectsResolveResponse +{kib-repo}blob/{branch}/src/core/packages/saved-objects/api-server/src/apis/resolve.ts[SavedObjectsResolveResponse interface] has four fields, summarized below: * `saved_object` - The saved object that was found. @@ -373,7 +373,7 @@ image::images/sharing-saved-objects-step-6.png["Sharing Saved Objects registrati > *Update saved object delete API usage to handle multiple spaces* If an object is shared to multiple spaces, it cannot be deleted without using the -{kib-repo}blob/{branch}/packages/core/saved-objects/core-saved-objects-api-server/src/apis/delete.ts[`force` +{kib-repo}blob/{branch}/src/core/packages/saved-objects/api-server/src/apis/delete.ts[`force` delete option]. You should always be aware when a saved object exists in multiple spaces, and you should warn users in that case. If your UI allows users to delete your objects, you can define a warning message like this: @@ -390,7 +390,7 @@ const warningMessage = ``` The <> in <> uses a -https://github.com/elastic/kibana/blob/{branch}/src/plugins/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx[similar +https://github.com/elastic/kibana/blob/{branch}/src/platform/plugins/shared/data_view_management/public/components/edit_index_pattern/edit_index_pattern.tsx[similar approach] to show a warning in its delete confirmation modal: image::images/sharing-saved-objects-step-7.png["Sharing Saved Objects deletion warning"] @@ -407,7 +407,7 @@ this in two ways, and many consumers will want to implement both: the spaces plugin, and you can use them in your own application. + First, make sure your page contents are wrapped in a -https://github.com/elastic/kibana/blob/{branch}/x-pack/plugins/spaces/public/spaces_context/types.ts[spaces context provider]: +https://github.com/elastic/kibana/blob/{branch}/x-pack/platform/plugins/shared/spaces/public/spaces_context/types.ts[spaces context provider]: + ```tsx const ContextWrapper = useMemo( @@ -425,11 +425,11 @@ return ( ); ``` + -Second, display a https://github.com/elastic/kibana/blob/{branch}/x-pack/plugins/spaces/public/space_list/types.ts[list of spaces] for an +Second, display a https://github.com/elastic/kibana/blob/{branch}/x-pack/platform/plugins/shared/spaces/public/space_list/types.ts[list of spaces] for an object, and third, show a -https://github.com/elastic/kibana/blob/{branch}/x-pack/plugins/spaces/public/share_saved_objects_to_space/types.ts[flyout] for the user to +https://github.com/elastic/kibana/blob/{branch}/x-pack/platform/plugins/shared/spaces/public/share_saved_objects_to_space/types.ts[flyout] for the user to edit the object's assigned spaces. You may want to follow the example of the <> and -https://github.com/elastic/kibana/blob/{branch}/src/plugins/data_view_management/public/components/index_pattern_table/spaces_list.tsx[combine +https://github.com/elastic/kibana/blob/{branch}/src/platform/plugins/shared/data_view_management/public/components/index_pattern_table/spaces_list.tsx[combine these into a single component] so that the space list can be clicked to show the flyout: + ```tsx @@ -477,7 +477,7 @@ return ( 2. Allow users to access your objects in the <> in <>. You can do this by ensuring that your objects are marked as - {kib-repo}blob/{branch}/packages/core/saved-objects/core-saved-objects-server/src/saved_objects_management.ts[importable and exportable] in your <>: + {kib-repo}blob/{branch}/src/core/packages/saved-objects/server/src/saved_objects_management.ts[importable and exportable] in your <>: + ```ts name: 'my-object-type', diff --git a/docs/developer/architecture/add-data-tutorials.asciidoc b/docs/developer/architecture/add-data-tutorials.asciidoc index 7a756dd61b18f..256143a900300 100644 --- a/docs/developer/architecture/add-data-tutorials.asciidoc +++ b/docs/developer/architecture/add-data-tutorials.asciidoc @@ -11,10 +11,10 @@ Each tutorial contains three sets of instructions: [discrete] === Creating a new tutorial -1. Create a new directory in the link:https://github.com/elastic/kibana/tree/main/src/plugins/home/server/tutorials[tutorials directory]. +1. Create a new directory in the link:https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/home/server/tutorials[tutorials directory]. 2. In the new directory, create a file called `index.ts` that exports a function. -The function must return a function object that conforms to the `TutorialSchema` interface link:{kib-repo}tree/{branch}/src/plugins/home/server/services/tutorials/lib/tutorial_schema.ts[tutorial schema]. -3. Register the tutorial in link:{kib-repo}tree/{branch}/src/plugins/home/server/tutorials/register.ts[register.ts] by adding it to the `builtInTutorials`. +The function must return a function object that conforms to the `TutorialSchema` interface link:{kib-repo}tree/{branch}/src/platform/plugins/shared/home/server/services/tutorials/lib/tutorial_schema.ts[tutorial schema]. +3. Register the tutorial in link:{kib-repo}tree/{branch}/src/platform/plugins/shared/home/server/tutorials/register.ts[register.ts] by adding it to the `builtInTutorials`. // TODO update path once assets are migrated 4. Add image assets to the `tutorial_resources` directory. 5. Run {kib} locally to preview the tutorial. @@ -28,7 +28,7 @@ Then register the tutorial object by calling `home.tutorials.registerTutorial(tu String values can contain variables that are substituted when rendered. Variables are specified by `{}`. For example: `{config.docs.version}` is rendered as `6.2` when running the tutorial in {kib} 6.2. -link:{kib-repo}tree/{branch}/src/plugins/home/public/application/components/tutorial/replace_template_strings.js[Provided variables] +link:{kib-repo}tree/{branch}/src/platform/plugins/shared/home/public/application/components/tutorial/replace_template_strings.js[Provided variables] [discrete] ==== Markdown diff --git a/docs/developer/architecture/core/elasticsearch-service.asciidoc b/docs/developer/architecture/core/elasticsearch-service.asciidoc index 83a35f30c9b16..0ad4226a1d7aa 100644 --- a/docs/developer/architecture/core/elasticsearch-service.asciidoc +++ b/docs/developer/architecture/core/elasticsearch-service.asciidoc @@ -24,5 +24,5 @@ export class MyPlugin implements Plugin { } ---- -For advanced use-cases, such as a search for specific objects, use the {kib-repo}blob/{branch}/x-pack/plugins/global_search/README.md[Global search plugin]. +For advanced use-cases, such as a search for specific objects, use the {kib-repo}blob/{branch}/x-pack/platform/plugins/shared/global_search/README.md[Global search plugin]. diff --git a/docs/developer/architecture/core/http-service.asciidoc b/docs/developer/architecture/core/http-service.asciidoc index da4f0a3f7f5e1..b51ed9749b50d 100644 --- a/docs/developer/architecture/core/http-service.asciidoc +++ b/docs/developer/architecture/core/http-service.asciidoc @@ -12,7 +12,7 @@ The service allows plugins to: * to execute custom logic on an incoming request or server response. * implement custom authentication and authorization strategy. -Refer to {kib-repo}/blob/8.9/packages/core/http/core-http-server/src/http_contract.ts[HTTP service contract types]. +Refer to {kib-repo}/blob/8.9/src/core/packages/http/server/src/http_contract.ts[HTTP service contract types]. [source,typescript] ---- @@ -64,4 +64,4 @@ async function fetchData(core: CoreStart) { ); } ---- -Refer to {kib-repo}/blob/8.9/packages/core/http/core-http-browser/src/types.ts[the client-side APIs]. +Refer to {kib-repo}/blob/8.9/src/core/packages/http/browser/src/types.ts[the client-side APIs]. diff --git a/docs/developer/architecture/core/patterns-scoped-services.asciidoc b/docs/developer/architecture/core/patterns-scoped-services.asciidoc index ba993a6da3af3..51b6ecba5cdbe 100644 --- a/docs/developer/architecture/core/patterns-scoped-services.asciidoc +++ b/docs/developer/architecture/core/patterns-scoped-services.asciidoc @@ -7,7 +7,7 @@ should perform a check whether an end-user has access to the data. The Kibana Platform introduced a handler interface on the server-side to perform that association internally. Core services, that require impersonation with an incoming request, are exposed via `context` argument of -{kib-repo}/blob/8.9/packages/core/http/core-http-server/src/router/request_handler.ts[the request handler interface]. +{kib-repo}/blob/8.9/src/core/packages/http/server/src/router/request_handler.ts[the request handler interface]. [source,js] ---- @@ -16,10 +16,10 @@ async function handler(context, req, res) { } ---- -The {kib-repo}/blob/8.9/packages/core/http/core-http-server/src/router/request_handler.ts[request handler context] exposes the following scoped *core* services: +The {kib-repo}/blob/8.9/src/core/packages/http/server/src/router/request_handler.ts[request handler context] exposes the following scoped *core* services: -* {kib-repo}/blob/8.9/packages/core/saved-objects/core-saved-objects-api-server/src/saved_objects_client.ts[`context.savedObjects.client`] -* {kib-repo}/blob/8.9/packages/core/elasticsearch/core-elasticsearch-server/src/client/scoped_cluster_client.ts[`context.elasticsearch.client`] +* {kib-repo}/blob/8.9/src/core/packages/saved-objects/api-server/src/saved_objects_client.ts[`context.savedObjects.client`] +* {kib-repo}/blob/8.9/src/core/packages/elasticsearch/server/src/client/scoped_cluster_client.ts[`context.elasticsearch.client`] * {kib-repo}/blob/8.9/packages/core/ui-settings/core-ui-settings-server/src/ui_settings_client.ts[`context.uiSettings.client`] ==== Declare a custom scoped service diff --git a/docs/developer/architecture/core/saved-objects-service.asciidoc b/docs/developer/architecture/core/saved-objects-service.asciidoc index 71ece4ae3d735..4b1d36b529851 100644 --- a/docs/developer/architecture/core/saved-objects-service.asciidoc +++ b/docs/developer/architecture/core/saved-objects-service.asciidoc @@ -100,7 +100,7 @@ by a type will be nested under a top-level field that matches the type name. For example, the mappings defined by the `search` Saved Object type: -https://github.com/elastic/kibana/blob/main/src/plugins/saved_search/server/saved_objects/search.ts#L19-L70[.src/plugins/saved_search/server/saved_objects/search.ts] +https://github.com/elastic/kibana/blob/main/src/platform/plugins/shared/saved_search/server/saved_objects/search.ts#L19-L70[.src/platform/plugins/shared/saved_search/server/saved_objects/search.ts] [source,typescript] ---- import { SavedObjectsType } from 'src/core/server'; @@ -166,19 +166,19 @@ Saved Objects support changes using `modelVersions``. The modelVersion API is a Model versions are decoupled from the stack version and satisfy the requirements for zero downtime and backward-compatibility. -Each Saved Object type may define model versions for its schema and are bound to a given https://github.com/elastic/kibana/blob/9b330e493216e8dde3166451e4714966f63f5ab7/packages/core/saved-objects/core-saved-objects-server/src/saved_objects_type.ts#L22-L27[savedObject type]. Changes to a saved object type are +Each Saved Object type may define model versions for its schema and are bound to a given https://github.com/elastic/kibana/blob/9b330e493216e8dde3166451e4714966f63f5ab7/src/core/packages/saved-objects/server/src/saved_objects_type.ts#L22-L27[savedObject type]. Changes to a saved object type are specified by defining a new model. === Defining model versions As for old migrations, model versions are bound to a given -https://github.com/elastic/kibana/blob/9b330e493216e8dde3166451e4714966f63f5ab7/packages/core/saved-objects/core-saved-objects-server/src/saved_objects_type.ts#L22-L27[savedObject +https://github.com/elastic/kibana/blob/9b330e493216e8dde3166451e4714966f63f5ab7/src/core/packages/saved-objects/server/src/saved_objects_type.ts#L22-L27[savedObject type] When registering a SO type, a new -https://github.com/elastic/kibana/blob/9a6a2ccdff619f827b31c40dd9ed30cb27203da7/packages/core/saved-objects/core-saved-objects-server/src/saved_objects_type.ts#L138-L177[modelVersions] +https://github.com/elastic/kibana/blob/9a6a2ccdff619f827b31c40dd9ed30cb27203da7/src/core/packages/saved-objects/server/src/saved_objects_type.ts#L138-L177[modelVersions] property is available. This attribute is a map of -https://github.com/elastic/kibana/blob/9a6a2ccdff619f827b31c40dd9ed30cb27203da7/packages/core/saved-objects/core-saved-objects-server/src/model_version/model_version.ts#L12-L20[SavedObjectsModelVersion] +https://github.com/elastic/kibana/blob/9a6a2ccdff619f827b31c40dd9ed30cb27203da7/src/core/packages/saved-objects/server/src/model_version/model_version.ts#L12-L20[SavedObjectsModelVersion] which is the top-level type/container to define model versions. This map follows a similar `{ [version number] => version definition }` @@ -223,7 +223,7 @@ const myType: SavedObjectsType = { === Structure of a model version -https://github.com/elastic/kibana/blob/9b330e493216e8dde3166451e4714966f63f5ab7/packages/core/saved-objects/core-saved-objects-server/src/model_version/model_version.ts#L12-L20[Model +https://github.com/elastic/kibana/blob/9b330e493216e8dde3166451e4714966f63f5ab7/src/core/packages/saved-objects/server/src/model_version/model_version.ts#L12-L20[Model versions] are not just functions as the previous migrations were, but structured objects describing how the version behaves and what changed since the last one. @@ -289,7 +289,7 @@ It’s currently composed of two main properties: ==== changes -https://github.com/elastic/kibana/blob/9b330e493216e8dde3166451e4714966f63f5ab7/packages/core/saved-objects/core-saved-objects-server/src/model_version/model_version.ts#L21-L51[link +https://github.com/elastic/kibana/blob/9b330e493216e8dde3166451e4714966f63f5ab7/src/core/packages/saved-objects/server/src/model_version/model_version.ts#L21-L51[link to the TS doc for `changes`] Describes the list of changes applied during this version. @@ -408,7 +408,7 @@ theoretically shouldn’t.* ==== schemas -https://github.com/elastic/kibana/blob/9b330e493216e8dde3166451e4714966f63f5ab7/packages/core/saved-objects/core-saved-objects-server/src/model_version/schemas.ts#L11-L16[link +https://github.com/elastic/kibana/blob/9b330e493216e8dde3166451e4714966f63f5ab7/src/core/packages/saved-objects/server/src/model_version/schemas.ts#L11-L16[link to the TS doc for `schemas`] The schemas associated with this version. Schemas are used to validate @@ -477,7 +477,7 @@ inter-version compatibility themselves in their service layer instead._ ===== create This is a direct replacement for -https://github.com/elastic/kibana/blob/9b330e493216e8dde3166451e4714966f63f5ab7/packages/core/saved-objects/core-saved-objects-server/src/saved_objects_type.ts#L75-L82[the +https://github.com/elastic/kibana/blob/9b330e493216e8dde3166451e4714966f63f5ab7/src/core/packages/saved-objects/server/src/saved_objects_type.ts#L75-L82[the old SavedObjectType.schemas] definition, now directly included in the model version definition. diff --git a/docs/developer/architecture/kibana-platform-plugin-api.asciidoc b/docs/developer/architecture/kibana-platform-plugin-api.asciidoc index 4c23aead9d566..878720812bf4a 100644 --- a/docs/developer/architecture/kibana-platform-plugin-api.asciidoc +++ b/docs/developer/architecture/kibana-platform-plugin-api.asciidoc @@ -44,14 +44,14 @@ plugin and to specify if this plugin has server-side code, browser-side code, or } ---- -Learn about the {kib-repo}blob/{branch}/packages/core/plugins/core-plugins-server/src/types.ts[manifest +Learn about the {kib-repo}blob/{branch}/src/core/packages/plugins/server/src/types.ts[manifest file format]. NOTE: `package.json` files are irrelevant to and ignored by {kib} for discovering and loading plugins. *[2] `public/index.ts`* is the entry point into the client-side code of this plugin. It must export a function named `plugin`, which will -receive {kib-repo}blob/{branch}/packages/core/plugins/core-plugins-browser/src/plugin_initializer.ts[a standard set of core capabilities] as an argument. +receive {kib-repo}blob/{branch}/src/core/packages/plugins/browser/src/plugin_initializer.ts[a standard set of core capabilities] as an argument. It should return an instance of its plugin class for {kib} to load. @@ -93,7 +93,7 @@ export class MyPlugin implements Plugin { ---- *[4] `server/index.ts`* is the entry-point into the server-side code of -this plugin. {kib-repo}blob/{branch}/packages/core/plugins/core-plugins-server/src/types.ts[It is identical] in almost every way to the client-side +this plugin. {kib-repo}blob/{branch}/src/core/packages/plugins/server/src/types.ts[It is identical] in almost every way to the client-side entry-point: @@ -221,16 +221,16 @@ These are the contracts exposed by the core services for each lifecycle: |=== |lifecycle |server contract|browser contract |_constructor_ -|{kib-repo}blob/{branch}/packages/core/plugins/core-plugins-server/src/types.ts[PluginInitializerContext] -|{kib-repo}blob/{branch}/packages/core/plugins/core-plugins-browser/src/plugin_initializer.ts[PluginInitializerContext] +|{kib-repo}blob/{branch}/src/core/packages/plugins/server/src/types.ts[PluginInitializerContext] +|{kib-repo}blob/{branch}/src/core/packages/plugins/browser/src/plugin_initializer.ts[PluginInitializerContext] |_setup_ -|{kib-repo}blob/{branch}/packages/core/lifecycle/core-lifecycle-server/src/core_setup.ts[CoreSetup] -|{kib-repo}blob/{branch}/packages/core/lifecycle/core-lifecycle-browser-internal/src/internal_core_setup.ts[CoreSetup] +|{kib-repo}blob/{branch}/src/core/packages/lifecycle/server/src/core_setup.ts[CoreSetup] +|{kib-repo}blob/{branch}/src/core/packages/lifecycle/browser-internal/src/internal_core_setup.ts[CoreSetup] |_start_ -|{kib-repo}blob/{branch}/packages/core/lifecycle/core-lifecycle-server/src/core_start.ts[CoreStart] -|{kib-repo}blob/{branch}/packages/core/lifecycle/core-lifecycle-browser/src/core_start.ts[CoreStart] +|{kib-repo}blob/{branch}/src/core/packages/lifecycle/server/src/core_start.ts[CoreStart] +|{kib-repo}blob/{branch}/src/core/packages/lifecycle/browser/src/core_start.ts[CoreStart] |_stop_ | |=== @@ -283,7 +283,7 @@ export class MyPlugin implements Plugin { Unlike core, capabilities exposed by plugins are _not_ automatically injected into all plugins. Instead, if a plugin wishes to use the public interface provided by another plugin, it must first declare that -plugin as a dependency in it's {kib-repo}blob/{branch}/packages/core/plugins/core-plugins-server/src/types.ts[`kibana.json`] manifest file. +plugin as a dependency in it's {kib-repo}blob/{branch}/src/core/packages/plugins/server/src/types.ts[`kibana.json`] manifest file. *demo kibana.json:* diff --git a/docs/developer/architecture/security/feature-registration.asciidoc b/docs/developer/architecture/security/feature-registration.asciidoc index b53df66f9a94e..f1494b0a51b45 100644 --- a/docs/developer/architecture/security/feature-registration.asciidoc +++ b/docs/developer/architecture/security/feature-registration.asciidoc @@ -21,7 +21,7 @@ setup(core, { features }) { ----------- === Feature details -Registering a feature consists of the following fields. For more information, consult the {kib-repo}blob/{branch}/x-pack/plugins/features/server/feature_registry.ts[feature registry interface]. +Registering a feature consists of the following fields. For more information, consult the {kib-repo}blob/{branch}/x-pack/platform/plugins/shared/features/server/feature_registry.ts[feature registry interface]. [cols="1a, 1a, 1a, 1a"] @@ -50,12 +50,12 @@ of features within the management screens. |An array of applications this feature enables. Typically, all of your plugin's apps (from `uiExports`) will be included here. |`privileges` (required) -|{kib-repo}blob/{branch}/x-pack/plugins/features/common/kibana_feature.ts[`KibanaFeatureConfig`]. +|{kib-repo}blob/{branch}/x-pack/platform/plugins/shared/features/common/kibana_feature.ts[`KibanaFeatureConfig`]. |See <> and <> |The set of privileges this feature requires to function. |`subFeatures` (optional) -|{kib-repo}blob/{branch}/x-pack/plugins/features/common/kibana_feature.ts[`KibanaFeatureConfig`]. +|{kib-repo}blob/{branch}/x-pack/platform/plugins/shared/features/common/kibana_feature.ts[`KibanaFeatureConfig`]. |See <> |The set of subfeatures that enables finer access control than the `all` and `read` feature privileges. These options are only available in the Gold subscription level and higher. @@ -69,7 +69,7 @@ of features within the management screens. ==== Privilege definition The `privileges` section of feature registration allows plugins to implement read/write and read-only modes for their applications. -For a full explanation of fields and options, consult the {kib-repo}blob/{branch}/x-pack/plugins/features/server/feature_registry.ts[feature registry interface]. +For a full explanation of fields and options, consult the {kib-repo}blob/{branch}/x-pack/platform/plugins/shared/features/server/feature_registry.ts[feature registry interface]. === Using UI Capabilities diff --git a/docs/developer/best-practices/index.asciidoc b/docs/developer/best-practices/index.asciidoc index f4c6baab43281..92c8522026cdf 100644 --- a/docs/developer/best-practices/index.asciidoc +++ b/docs/developer/best-practices/index.asciidoc @@ -38,7 +38,7 @@ ensure your public facing strings will be translated to ensure all {kib} apps are localized. * Read and adhere to our -{kib-repo}blob/{branch}/packages/kbn-i18n/GUIDELINE.md[i18n +{kib-repo}blob/{branch}/src/platform/packages/shared/kbn-i18n/GUIDELINE.md[i18n guidelines] [discrete] @@ -82,17 +82,17 @@ right advanced settings like whether to include frozen indices or not. ** Rendering maps, visualizations, dashboards in your application ** Register new widgets that will can be added to a dashboard or Canvas workpad, or rendered in another plugin. -* {kib-repo}tree/{branch}/src/plugins/ui_actions/README.asciidoc[UiActions] +* {kib-repo}tree/{branch}/src/platform/plugins/shared/ui_actions/README.asciidoc[UiActions] ** Let other plugins inject functionality into your application ** Inject custom functionality into other plugins * Stateless helper utilities -* {kib-repo}tree/{branch}/src/plugins/kibana_utils/docs/state_sync/README.md[state +* {kib-repo}tree/{branch}/src/platform/plugins/shared/kibana_utils/docs/state_sync/README.md[state syncing] and -* {kib-repo}tree/{branch}/src/plugins/kibana_utils/docs/state_containers/README.md[state +* {kib-repo}tree/{branch}/src/platform/plugins/shared/kibana_utils/docs/state_containers/README.md[state container] utilities provided by -* {kib-repo}tree/{branch}/src/plugins/kibana_utils/README.md[kibana_utils] +* {kib-repo}tree/{branch}/src/platform/plugins/shared/kibana_utils/README.md[kibana_utils] if you want to sync your application state to the URL? -** {kib-repo}tree/{branch}/src/plugins/kibana_react/README.md[kibana_react] +** {kib-repo}tree/{branch}/src/platform/plugins/shared/kibana_react/README.md[kibana_react] for react specific helpers Re-using these services will help create a consistent experience across diff --git a/docs/developer/best-practices/navigation.asciidoc b/docs/developer/best-practices/navigation.asciidoc index 05247574641af..d3584437bd759 100644 --- a/docs/developer/best-practices/navigation.asciidoc +++ b/docs/developer/best-practices/navigation.asciidoc @@ -25,7 +25,7 @@ Assuming you want to link from your app to *Discover*. When building such URL th ==== Prepending a proper `basePath` -To prepend {kib}'s `basePath` use {kib-repo}tree/{branch}/packages/core/http/core-http-browser-internal/src/base_path.ts[core.http.basePath.prepend] helper: +To prepend {kib}'s `basePath` use {kib-repo}tree/{branch}/src/core/packages/http/browser-internal/src/base_path.ts[core.http.basePath.prepend] helper: [source,typescript jsx] ---- @@ -47,7 +47,7 @@ console.log(discoverUrl); // http://localhost:5601/bpr/s/space/app/discover const discoverUrlWithSomeState = core.http.basePath.prepend(`/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:'2020-09-10T11:39:50.203Z',to:'2020-09-10T11:40:20.249Z'))&_a=(columns:!(_source),filters:!(),index:'90943e30-9a47-11e8-b64d-95841ca0b247',interval:auto,query:(language:kuery,query:''),sort:!())`); ---- -Instead, each app should expose {kib-repo}tree/{branch}/src/plugins/share/common/url_service/locators/README.md[a locator]. +Instead, each app should expose {kib-repo}tree/{branch}/src/platform/plugins/shared/share/common/url_service/locators/README.md[a locator]. Other apps should use those locators for navigation or URL creation. [source,typescript jsx] @@ -58,7 +58,7 @@ const discoverUrl = await plugins.discover.locator.getUrl({filters, timeRange}); await plugins.discover.locator.navigate({filters, timeRange}); ---- -To get a better idea, take a look at *Discover* locator {kib-repo}tree/{branch}/src/plugins/discover/public/application/doc/locator.ts[implementation]. +To get a better idea, take a look at *Discover* locator {kib-repo}tree/{branch}/src/platform/plugins/shared/discover/public/application/doc/locator.ts[implementation]. It allows specifying various **Discover** app state pieces like: index pattern, filters, query, time range and more. There are two ways to access locators of other apps: @@ -222,7 +222,7 @@ There are utils to help you to implement such kind of state syncing. * Adding a query param flag or simple key/value to the URL. -Follow {kib-repo}tree/{branch}/src/plugins/kibana_utils/docs/state_sync#state-syncing-utilities[these] docs to learn more. +Follow {kib-repo}tree/{branch}/src/platform/plugins/shared/kibana_utils/docs/state_sync#state-syncing-utilities[these] docs to learn more. [[preserve-state]] @@ -246,7 +246,7 @@ you'd notice that state is stored inside that link, and it also gets updated whe image:images/state_inside_the_link.png[State is stored inside the navigation link] This is where <> into `_a` and `_g` query params comes into play. What is considered a *global* state gets constantly updated in those navigation links. In the example above it was a time filter. -This is backed by {kib-repo}tree/{branch}/src/plugins/kibana_utils/public/state_management/url/kbn_url_tracker.ts#L57[KbnUrlTracker] util. You can use it to achieve similar behavior. +This is backed by {kib-repo}tree/{branch}/src/platform/plugins/shared/kibana_utils/public/state_management/url/kbn_url_tracker.ts#L57[KbnUrlTracker] util. You can use it to achieve similar behavior. NOTE: After migrating to KP navigation works without page reloads and all plugins are loaded simultaneously. Hence, likely there are simpler ways to preserve state of your application, unless you want to do it through URL. diff --git a/docs/developer/contributing/development-unit-tests.asciidoc b/docs/developer/contributing/development-unit-tests.asciidoc index 0a21dbbb449cc..f6667e803026e 100644 --- a/docs/developer/contributing/development-unit-tests.asciidoc +++ b/docs/developer/contributing/development-unit-tests.asciidoc @@ -13,7 +13,7 @@ it's more efficient to supply the Jest configuration file when running. ["source","shell"] ----------- -yarn jest --config src/plugins/discover/jest.config.js +yarn jest --config src/platform/plugins/shared/discover/jest.config.js ----------- [discrete] diff --git a/docs/developer/plugin-list.asciidoc b/docs/developer/plugin-list.asciidoc index f49012563acab..c3c8483e90667 100644 --- a/docs/developer/plugin-list.asciidoc +++ b/docs/developer/plugin-list.asciidoc @@ -22,7 +22,7 @@ NOTE: |Description -|{kib-repo}blob/{branch}/src/plugins/advanced_settings/README.md[advancedSettings] +|{kib-repo}blob/{branch}/src/platform/plugins/private/advanced_settings/README.md[advancedSettings] |This plugin registers the management settings application allowing users to configure their advanced settings, also known as uiSettings within the code. @@ -40,7 +40,7 @@ as uiSettings within the code. |Console provides the user with tools for storing and executing requests against Elasticsearch. -|{kib-repo}blob/{branch}/src/plugins/content_management/README.md[contentManagement] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/content_management/README.md[contentManagement] |The content management plugin provides functionality to manage content in Kibana. @@ -61,19 +61,19 @@ as uiSettings within the code. |The data plugin provides common data access services, such as search and query, for solutions and application developers. -|{kib-repo}blob/{branch}/src/plugins/data_view_editor/README.md[dataViewEditor] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/data_view_editor/README.md[dataViewEditor] |Create data views from within Kibana apps. -|{kib-repo}blob/{branch}/src/plugins/data_view_field_editor/README.md[dataViewFieldEditor] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/data_view_field_editor/README.md[dataViewFieldEditor] |The reusable field editor across Kibana! -|{kib-repo}blob/{branch}/src/plugins/data_view_management[dataViewManagement] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/data_view_management[dataViewManagement] |WARNING: Missing README. -|{kib-repo}blob/{branch}/src/plugins/data_views/README.mdx[dataViews] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/data_views/README.mdx[dataViews] |The data views API provides a consistent method of structuring and formatting documents and field lists across the various Kibana apps. It's typically used in conjunction with for composing queries. @@ -86,11 +86,11 @@ Routing will be handled by the id of the dev tool - your dev tool will be mounte This API doesn't support angular, for registering angular dev tools, bootstrap a local module on mount into the given HTML element. -|{kib-repo}blob/{branch}/src/plugins/discover/README.md[discover] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/discover/README.md[discover] |Contains the Discover application and the saved search embeddable. -|{kib-repo}blob/{branch}/src/plugins/discover_shared/README.md[discoverShared] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/discover_shared/README.md[discoverShared] |A stateful layer to register shared features and provide an access point to discover without a direct dependency. @@ -192,31 +192,31 @@ for use in their own application. |Expression XY plugin adds a xy renderer and function to the expression plugin. The renderer will display the xy chart. -|{kib-repo}blob/{branch}/src/plugins/field_formats/README.md[fieldFormats] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/field_formats/README.md[fieldFormats] |Index pattern fields formatters -|{kib-repo}blob/{branch}/src/plugins/files/README.md[files] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/files/README.md[files] |The files service provides functionality to manage, retrieve, share files in Kibana. -|{kib-repo}blob/{branch}/src/plugins/files_management/README.md[filesManagement] +|{kib-repo}blob/{branch}/src/platform/plugins/private/files_management/README.md[filesManagement] |Minimal interface for admins to manage files in Kibana. -|{kib-repo}blob/{branch}/src/plugins/ftr_apis/README.md[ftrApis] +|{kib-repo}blob/{branch}/src/platform/plugins/private/ftr_apis/README.md[ftrApis] |This plugin exposes a set of APIs used internally during functional tests by the FTR. -|{kib-repo}blob/{branch}/src/plugins/guided_onboarding/README.md[guidedOnboarding] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/guided_onboarding/README.md[guidedOnboarding] |This plugin contains the code for the Guided Onboarding project. Guided onboarding consists of guides for Solutions (Enterprise Search, Observability, Security) that can be completed as a checklist of steps. The guides help users to ingest their data and to navigate to the correct Solutions pages. -|{kib-repo}blob/{branch}/src/plugins/home/README.md[home] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/home/README.md[home] |Moves the legacy ui/registry/feature_catalogue module for registering "features" that should be shown in the home page's feature catalogue to a service within a "home" plugin. The feature catalogue refered to here should not be confused with the "feature" plugin for registering features used to derive UI capabilities for feature controls. -|{kib-repo}blob/{branch}/src/plugins/image_embeddable/README.md[imageEmbeddable] +|{kib-repo}blob/{branch}/src/platform/plugins/private/image_embeddable/README.md[imageEmbeddable] |This plugin contains image embeddable. Image embeddable allows to embed images into the dashboard. Images can be added either by URL or by uploading the image file via file service. @@ -230,23 +230,23 @@ Images can be added either by URL or by uploading the image file via file servic in Kibana, e.g. visualizations. It has the form of a flyout panel. -|{kib-repo}blob/{branch}/src/plugins/interactive_setup/README.md[interactiveSetup] +|{kib-repo}blob/{branch}/src/platform/plugins/private/interactive_setup/README.md[interactiveSetup] |This plugin provides UI and APIs for interactive setup mode a.k.a "enrollment flow". -|{kib-repo}blob/{branch}/src/plugins/kibana_overview/README.md[kibanaOverview] +|{kib-repo}blob/{branch}/src/platform/plugins/private/kibana_overview/README.md[kibanaOverview] |An overview page highlighting Kibana apps -|{kib-repo}blob/{branch}/src/plugins/kibana_react/README.md[kibanaReact] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/kibana_react/README.md[kibanaReact] |Tools for building React applications in Kibana. -|{kib-repo}blob/{branch}/src/plugins/kibana_usage_collection/README.md[kibanaUsageCollection] +|{kib-repo}blob/{branch}/src/platform/plugins/private/kibana_usage_collection/README.md[kibanaUsageCollection] |This plugin registers the Platform Usage Collectors in Kibana. -|{kib-repo}blob/{branch}/src/plugins/kibana_utils/README.md[kibanaUtils] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/kibana_utils/README.md[kibanaUtils] |Utilities for building Kibana plugins. @@ -264,17 +264,17 @@ management section itself. |Utility plugin: -|{kib-repo}blob/{branch}/src/plugins/navigation/README.md[navigation] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/navigation/README.md[navigation] |The navigation plugins exports the TopNavMenu component. It also provides a stateful version of it on the start contract. -|{kib-repo}blob/{branch}/src/plugins/newsfeed/README.md[newsfeed] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/newsfeed/README.md[newsfeed] |The newsfeed plugin adds a NewsfeedNavButton to the top navigation bar and renders the content in the flyout. Content is fetched from the remote (https://feeds.elastic.co) once a day, with periodic checks if the content needs to be refreshed. All newsfeed content is hosted remotely. -|{kib-repo}blob/{branch}/src/plugins/no_data_page/README.md[noDataPage] +|{kib-repo}blob/{branch}/src/platform/plugins/private/no_data_page/README.md[noDataPage] |Helps to globally configure the no data page components @@ -286,46 +286,46 @@ Content is fetched from the remote (https://feeds.elastic.co) once a day, with p |The Presentation Utility Plugin is a set of common, shared components and toolkits for solutions within the Presentation space, (e.g. Dashboards, Canvas). -|{kib-repo}blob/{branch}/src/plugins/saved_objects/README.md[savedObjects] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/saved_objects/README.md[savedObjects] |NOTE: This plugin is deprecated and will be removed in 8.0. See https://github.com/elastic/kibana/issues/46435 for more information. -|{kib-repo}blob/{branch}/src/plugins/saved_objects_finder/README.md[savedObjectsFinder] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/saved_objects_finder/README.md[savedObjectsFinder] |The savedObjectsFinder plugin exposes a UI for finding saved objects on the client side. -|{kib-repo}blob/{branch}/src/plugins/saved_objects_management/README.md[savedObjectsManagement] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/saved_objects_management/README.md[savedObjectsManagement] |The savedObjectsManagement plugin manages the Saved Objects management section. -|{kib-repo}blob/{branch}/src/plugins/saved_objects_tagging_oss/README.md[savedObjectsTaggingOss] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/saved_objects_tagging_oss/README.md[savedObjectsTaggingOss] |Bridge plugin for consumption of the saved object tagging feature from oss plugins. -|{kib-repo}blob/{branch}/src/plugins/saved_search/README.md[savedSearch] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/saved_search/README.md[savedSearch] |Contains the saved search saved object definition and helpers. This object is created when a user saves their current session in the Discover app. -|{kib-repo}blob/{branch}/src/plugins/screenshot_mode/README.md[screenshotMode] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/screenshot_mode/README.md[screenshotMode] |The service exposed by this plugin informs consumers whether they should optimize for non-interactivity. In this way plugins can avoid loading unnecessary code, data or other services. -|{kib-repo}blob/{branch}/src/plugins/share/README.mdx[share] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/share/README.mdx[share] |The share plugin contains various utilities for displaying sharing context menu, generating deep links to other apps using locators, and creating short URLs. -|{kib-repo}blob/{branch}/src/plugins/telemetry/README.md[telemetry] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/telemetry/README.md[telemetry] |Telemetry allows Kibana features to have usage tracked in the wild. The general term "telemetry" refers to multiple things: -|{kib-repo}blob/{branch}/src/plugins/telemetry_collection_manager/README.md[telemetryCollectionManager] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/telemetry_collection_manager/README.md[telemetryCollectionManager] |Telemetry's collection manager to go through all the telemetry sources when fetching it before reporting. -|{kib-repo}blob/{branch}/src/plugins/telemetry_management_section/README.md[telemetryManagementSection] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/telemetry_management_section/README.md[telemetryManagementSection] |This plugin adds the Advanced Settings section for the Usage and Security Data collection (aka Telemetry). @@ -353,15 +353,15 @@ In general this plugin provides: - Exposing a context menu for the user to choose the appropriate action when there are multiple actions attached to a single trigger. -|{kib-repo}blob/{branch}/src/plugins/ui_actions_enhanced/README.md[uiActionsEnhanced] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/ui_actions_enhanced/README.md[uiActionsEnhanced] |Registers commercially licensed generic actions like per panel time range and contains some code that supports drilldown work. -|{kib-repo}blob/{branch}/src/plugins/unified_doc_viewer/README.md[unifiedDocViewer] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/unified_doc_viewer/README.md[unifiedDocViewer] |This plugin contains services reliant on the plugin lifecycle for the unified doc viewer component (see @kbn/unified-doc-viewer). -|{kib-repo}blob/{branch}/src/plugins/unified_histogram/README.md[unifiedHistogram] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/unified_histogram/README.md[unifiedHistogram] |Unified Histogram is a UX Building Block including a layout with a resizable histogram and a main display. It manages its own state and data fetching, and can easily be dropped into pages with minimal setup. @@ -374,7 +374,7 @@ It manages its own state and data fetching, and can easily be dropped into pages |This plugins contains helpers to redirect legacy URLs. It can be used to forward old URLs to their new counterparts. -|{kib-repo}blob/{branch}/src/plugins/usage_collection/README.mdx[usageCollection] +|{kib-repo}blob/{branch}/src/platform/plugins/shared/usage_collection/README.mdx[usageCollection] |The Usage Collection Service defines a set of APIs for other plugins to report the usage of their features. At the same time, it provides necessary the APIs for other services (i.e.: telemetry, monitoring, ...) to consume that usage data. @@ -459,11 +459,11 @@ The plugin exposes the static DefaultEditorController class to consume. |The Kibana Alerting plugin provides a common place to set up rules. You can: -|{kib-repo}blob/{branch}/x-pack/plugins/observability_solution/apm/readme.md[apm] +|{kib-repo}blob/{branch}/x-pack/solutions/observability/plugins/apm/readme.md[apm] |This plugin provides access to App Monitoring features provided by Elastic. It allows you to monitor your software services and applications in real-time; visualize detailed performance information on your services, identify and analyze errors, and monitor host-level and APM agent-specific metrics like JVM and Go runtime metrics. -|{kib-repo}blob/{branch}/x-pack/plugins/observability_solution/apm_data_access[apmDataAccess] +|{kib-repo}blob/{branch}/x-pack/solutions/observability/plugins/apm_data_access[apmDataAccess] |WARNING: Missing README. @@ -471,7 +471,7 @@ The plugin exposes the static DefaultEditorController class to consume. |Centralized asset inventory experience within the Elastic Security solution. A central place for users to view and manage all their assets from different environments. -|{kib-repo}blob/{branch}/x-pack/plugins/banners/README.md[banners] +|{kib-repo}blob/{branch}/x-pack/platform/plugins/private/banners/README.md[banners] |Allow to add a header banner that will be displayed on every page of the Kibana application @@ -483,11 +483,11 @@ The plugin exposes the static DefaultEditorController class to consume. |This plugin provides cases management in Kibana -|{kib-repo}blob/{branch}/x-pack/plugins/cloud/README.md[cloud] +|{kib-repo}blob/{branch}/x-pack/platform/plugins/shared/cloud/README.md[cloud] |The cloud plugin exposes Cloud-specific metadata to Kibana. -|{kib-repo}blob/{branch}/x-pack/plugins/cloud_integrations/cloud_chat/README.md[cloudChat] +|{kib-repo}blob/{branch}/x-pack/platform/plugins/private/cloud_integrations/cloud_chat/README.md[cloudChat] |The plugin was meant to integrate with DriftChat in order to provide live support to our Elastic Cloud users. It was removed, but the plugin was left behind to register no longer used config keys. @@ -500,16 +500,16 @@ It was removed, but the plugin was left behind to register no longer used config |This plugin currently only exists to provide custom fleet policy UX for a set of new BPF LSM features. The first feature being container "drift prevention". -|{kib-repo}blob/{branch}/x-pack/plugins/cloud_integrations/cloud_experiments/README.mdx[cloudExperiments] +|{kib-repo}blob/{branch}/x-pack/platform/plugins/shared/cloud_integrations/cloud_experiments/README.mdx[cloudExperiments] |[!NOTE] This plugin no-longer exposes any evaluation APIs. Refer to for more information about how to interact with feature flags. -|{kib-repo}blob/{branch}/x-pack/plugins/cloud_integrations/cloud_full_story/README.md[cloudFullStory] +|{kib-repo}blob/{branch}/x-pack/platform/plugins/private/cloud_integrations/cloud_full_story/README.md[cloudFullStory] |Integrates with FullStory in order to provide better product analytics, so we can understand how our users make use of Kibana. This plugin should only run on Elastic Cloud. -|{kib-repo}blob/{branch}/x-pack/plugins/cloud_integrations/cloud_links/README.md[cloudLinks] +|{kib-repo}blob/{branch}/x-pack/platform/plugins/private/cloud_integrations/cloud_links/README.md[cloudLinks] |Adds all the links to the Elastic Cloud console. @@ -521,7 +521,7 @@ This plugin no-longer exposes any evaluation APIs. Refer to > and <>, if specified, must contain at least `TLSv1.2` or `TLSv1.3`. Strict validation of diff --git a/docs/upgrade-notes.asciidoc b/docs/upgrade-notes.asciidoc index 20ffef01b9b01..efad12e457b1d 100644 --- a/docs/upgrade-notes.asciidoc +++ b/docs/upgrade-notes.asciidoc @@ -179,4 +179,25 @@ It will no longer be possible to create new scripted fields directly from the *D *Action* + Migrate to runtime fields or ES|QL instead of creating new scripted fields. Existing scripted fields can still be edited or deleted. +==== + + +[discrete] +[[known-issue-204384]] +.Now HTTP/2 is the default protocol when TLS is enabled and a deprecation warning appears if HTTP/2 is not enabled or TLS is not configured (9.0.0) +[%collapsible] +==== +*Details* + +Starting from version 9.0.0, HTTP/2 is the default protocol when TLS is enabled. This ensures improved performance and security. However, if HTTP/2 is not enabled or TLS is not configured, a deprecation warning will be added. + +For more information, refer to {kibana-pull}204384[#204384]. + +*Impact* + +Systems that have TLS enabled but don't specify a protocol will start using HTTP/2 in 9.0.0. +Systems that use HTTP/1 or don't have TLS configured will get a deprecation warning. + +*Action* + +Verify that TLS is properly configured by enabling it and providing valid certificates in the settings. Test your system to ensure that connections are established securely over HTTP/2. + +If your Kibana server is hosted behind a load balancer or reverse proxy we recommend testing your deployment configuration before upgrading to 9.0. ==== \ No newline at end of file diff --git a/examples/grid_example/public/app.tsx b/examples/grid_example/public/app.tsx index 9519fd2af43a9..4f0a6c4a1dfa7 100644 --- a/examples/grid_example/public/app.tsx +++ b/examples/grid_example/public/app.tsx @@ -69,15 +69,19 @@ export const GridExample = ({ combineLatest([mockDashboardApi.panels$, mockDashboardApi.rows$]) .pipe(debounceTime(0)) // debounce to avoid subscribe being called twice when both panels$ and rows$ publish .subscribe(([panels, rows]) => { - const hasChanges = !( - deepEqual( - Object.values(panels).map(({ gridData }) => ({ row: 0, ...gridData })), - Object.values(savedState.current.panels).map(({ gridData }) => ({ - row: 0, // if row is undefined, then default to 0 - ...gridData, - })) - ) && deepEqual(rows, savedState.current.rows) - ); + const panelIds = Object.keys(panels); + let panelsAreEqual = true; + for (const panelId of panelIds) { + if (!panelsAreEqual) break; + const currentPanel = panels[panelId]; + const savedPanel = savedState.current.panels[panelId]; + panelsAreEqual = deepEqual( + { row: 0, ...currentPanel.gridData }, + { row: 0, ...savedPanel.gridData } + ); + } + + const hasChanges = !(panelsAreEqual && deepEqual(rows, savedState.current.rows)); setHasUnsavedChanges(hasChanges); setCurrentLayout(dashboardInputToGridLayout({ panels, rows })); }); diff --git a/examples/grid_example/public/use_mock_dashboard_api.tsx b/examples/grid_example/public/use_mock_dashboard_api.tsx index 51933f3a038e4..5b26b6c7eca02 100644 --- a/examples/grid_example/public/use_mock_dashboard_api.tsx +++ b/examples/grid_example/public/use_mock_dashboard_api.tsx @@ -46,6 +46,8 @@ export const useMockDashboardApi = ({ from: 'now-24h', to: 'now', }), + filters$: new BehaviorSubject([]), + query$: new BehaviorSubject(''), viewMode: new BehaviorSubject('edit'), panels$, rows$: new BehaviorSubject(savedState.rows), diff --git a/examples/guided_onboarding_example/README.md b/examples/guided_onboarding_example/README.md index 544db5b5731e8..0034cd8d87844 100755 --- a/examples/guided_onboarding_example/README.md +++ b/examples/guided_onboarding_example/README.md @@ -1,6 +1,6 @@ # guidedOnboardingExample -This plugin contains code examples for the Guided Onboarding plugin. More information can be found in `KIBANA_FOLDER/src/plugins/guided_onboarding/README.md` +This plugin contains code examples for the Guided Onboarding plugin. More information can be found in `KIBANA_FOLDER/src/platform/plugins/shared/guided_onboarding/README.md` --- diff --git a/examples/state_containers_examples/public/plugin.ts b/examples/state_containers_examples/public/plugin.ts index 73dc804f1efd9..a5504a1ce077b 100644 --- a/examples/state_containers_examples/public/plugin.ts +++ b/examples/state_containers_examples/public/plugin.ts @@ -91,14 +91,14 @@ export class StateContainersExamplesPlugin implements Plugin { links: [ { label: 'State containers README', - href: 'https://github.com/elastic/kibana/tree/main/src/plugins/kibana_utils/docs/state_containers', + href: 'https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/kibana_utils/docs/state_containers', iconType: 'logoGithub', size: 's', target: '_blank', }, { label: 'State sync utils README', - href: 'https://github.com/elastic/kibana/tree/main/src/plugins/kibana_utils/docs/state_sync', + href: 'https://github.com/elastic/kibana/tree/main/src/platform/plugins/shared/kibana_utils/docs/state_sync', iconType: 'logoGithub', size: 's', target: '_blank', diff --git a/examples/unified_doc_viewer/README.md b/examples/unified_doc_viewer/README.md index fea17c5e9cde8..f77d96b5fdd59 100644 --- a/examples/unified_doc_viewer/README.md +++ b/examples/unified_doc_viewer/README.md @@ -1,3 +1,3 @@ ## Unified Doc Viewer -An example plugin showing usage of the unified doc viewer plugin (plugins/unified_doc_viewer) and package (@kbn/unified-doc-viewer). \ No newline at end of file +An example plugin showing usage of the unified doc viewer plugin (platform/plugins/shared/unified_doc_viewer) and package (@kbn/unified-doc-viewer). \ No newline at end of file diff --git a/examples/unified_field_list_examples/public/plugin.ts b/examples/unified_field_list_examples/public/plugin.ts index 616f212019588..27c60a677c766 100644 --- a/examples/unified_field_list_examples/public/plugin.ts +++ b/examples/unified_field_list_examples/public/plugin.ts @@ -53,7 +53,7 @@ export class UnifiedFieldListExamplesPlugin links: [ { label: 'README', - href: 'https://github.com/elastic/kibana/tree/main/packages/kbn-unified-field-list/README.md', + href: 'https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-unified-field-list/README.md', iconType: 'logoGithub', target: '_blank', size: 's', diff --git a/kbn_pm/src/lib/bazel.mjs b/kbn_pm/src/lib/bazel.mjs index f3a0e287cf3fd..3904db2c750b5 100644 --- a/kbn_pm/src/lib/bazel.mjs +++ b/kbn_pm/src/lib/bazel.mjs @@ -20,8 +20,8 @@ import { indent } from './indent.mjs'; const BAZEL_RUNNER_SRC = '../../../packages/kbn-bazel-runner/index.js'; const BAZEL_TARGETS = [ - '//packages/kbn-ui-shared-deps-npm:shared_built_assets', - '//packages/kbn-ui-shared-deps-src:shared_built_assets', + '//src/platform/packages/private/kbn-ui-shared-deps-npm:shared_built_assets', + '//src/platform/packages/private/kbn-ui-shared-deps-src:shared_built_assets', '//packages/kbn-monaco:target_workers', ]; diff --git a/kbn_pm/src/lib/external_packages.js b/kbn_pm/src/lib/external_packages.js index 59d67352d8f71..1b9c4713c724a 100644 --- a/kbn_pm/src/lib/external_packages.js +++ b/kbn_pm/src/lib/external_packages.js @@ -12,7 +12,7 @@ module.exports = { ['@kbn/repo-packages']() { // we need to load this package before we install node modules so we can't use @kbn/* imports here // eslint-disable-next-line import/no-dynamic-require - return require('../../../' + 'packages/kbn-repo-packages'); + return require('../../../' + 'src/platform/packages/private/kbn-repo-packages'); }, ['@kbn/ci-stats-reporter']() { diff --git a/legacy_rfcs/text/0006_management_section_service.md b/legacy_rfcs/text/0006_management_section_service.md index c2a62c3686680..b6b606ccf9cd8 100644 --- a/legacy_rfcs/text/0006_management_section_service.md +++ b/legacy_rfcs/text/0006_management_section_service.md @@ -84,7 +84,7 @@ export function renderApp(context, { sectionBasePath, element }) { We can also create a utility in `kibana_react` to make it easy for folks to `mount` a React app: ```ts -// src/plugins/kibana_react/public/mount_with_react.tsx +// src/platform/plugins/shared/kibana_react/public/mount_with_react.tsx import { KibanaContextProvider } from './context'; export const mountWithReact = ( @@ -105,7 +105,7 @@ export const mountWithReact = ( } // my_plugin/public/plugin.ts -import { mountWithReact } from 'src/plugins/kibana_react/public'; +import { mountWithReact } from 'src/platform/plugins/shared/kibana_react/public'; export class MyPlugin { setup(core, { management }) { diff --git a/legacy_rfcs/text/0015_bazel.md b/legacy_rfcs/text/0015_bazel.md index 390a2d68eb7ab..e41717380746f 100644 --- a/legacy_rfcs/text/0015_bazel.md +++ b/legacy_rfcs/text/0015_bazel.md @@ -191,9 +191,9 @@ A `BUILD.bazel` file will be added to the root of each package defining a `build The `@kbn/pm` package was updated in https://github.com/elastic/kibana/pull/89961 to run the new packages build target, invoked by calling `bazel build //packages:build`, before executing the existing legacy package builds. -The build targets will no longer reside within the package themselves and instead will be within the `bazel/bin` directory. To account for this, any defined dependency will need to be updated to reference the new directory (example: `link:bazel/bin/packages/kbn-datemath`). While also in this transition period, the build will need to copy over the packages from `bazel/bin` into the `node_modules` of the build target. +The build targets will no longer reside within the package themselves and instead will be within the `bazel/bin` directory. To account for this, any defined dependency will need to be updated to reference the new directory (example: `link:bazel/bin/src/platform/packages/shared/kbn-datemath`). While also in this transition period, the build will need to copy over the packages from `bazel/bin` into the `node_modules` of the build target. -Example package BUILD.bazel for `packages/kbn-datemath`: +Example package BUILD.bazel for `src/platform/packages/shared/kbn-datemath`: ```python load("@build_bazel_rules_nodejs//:index.bzl", "pkg_npm") diff --git a/legacy_rfcs/text/0020_nodejs_clustering.md b/legacy_rfcs/text/0020_nodejs_clustering.md index 9ee5d764c8de1..99da77989bfc6 100644 --- a/legacy_rfcs/text/0020_nodejs_clustering.md +++ b/legacy_rfcs/text/0020_nodejs_clustering.md @@ -571,7 +571,7 @@ Kibana instance, only one worker should have polling enabled. #### Reporting We will probably want to restrict to a single headless per Kibana instance. For that, we will have to change the logic -in [createQueueFactory](https://github.com/elastic/kibana/blob/4584a8b570402aa07832cf3e5b520e5d2cfa7166/x-pack/plugins/reporting/server/lib/create_queue.ts#L60-L64) +in [createQueueFactory](https://github.com/elastic/kibana/blob/4584a8b570402aa07832cf3e5b520e5d2cfa7166/x-pack/platform/plugins/private/reporting/server/lib/create_queue.ts#L60-L64) to only have the 'main' worker be polling for reporting tasks. #### Telemetry diff --git a/oas_docs/bundle.json b/oas_docs/bundle.json index 3e3d47df01661..84ce538ee1311 100644 --- a/oas_docs/bundle.json +++ b/oas_docs/bundle.json @@ -16520,8 +16520,7 @@ "type", "data", "created_at", - "ack_data", - "agents" + "ack_data" ], "type": "object" } @@ -18740,8 +18739,7 @@ "type", "data", "created_at", - "ack_data", - "agents" + "ack_data" ], "type": "object" } diff --git a/oas_docs/bundle.serverless.json b/oas_docs/bundle.serverless.json index b188ae0999b0d..68f4c181fc541 100644 --- a/oas_docs/bundle.serverless.json +++ b/oas_docs/bundle.serverless.json @@ -16520,8 +16520,7 @@ "type", "data", "created_at", - "ack_data", - "agents" + "ack_data" ], "type": "object" } @@ -18740,8 +18739,7 @@ "type", "data", "created_at", - "ack_data", - "agents" + "ack_data" ], "type": "object" } diff --git a/oas_docs/output/kibana.serverless.yaml b/oas_docs/output/kibana.serverless.yaml index 2a942bc85c3bc..b9c0acda9e793 100644 --- a/oas_docs/output/kibana.serverless.yaml +++ b/oas_docs/output/kibana.serverless.yaml @@ -17250,7 +17250,6 @@ paths: - data - created_at - ack_data - - agents required: - item '400': @@ -17779,7 +17778,6 @@ paths: - data - created_at - ack_data - - agents required: - item '400': @@ -46989,6 +46987,20 @@ components: type: string required: - name + service: + type: object + properties: + asset: + type: object + properties: + criticality: + $ref: '#/components/schemas/Security_Entity_Analytics_API_AssetCriticalityLevel' + required: + - criticality + name: + type: string + required: + - name user: type: object properties: @@ -47238,6 +47250,7 @@ components: - user - host - service + - universal type: string Security_Entity_Analytics_API_HostEntity: type: object @@ -47307,6 +47320,8 @@ components: enum: - host.name - user.name + - service.name + - related.entity type: string Security_Entity_Analytics_API_IndexPattern: type: string diff --git a/oas_docs/output/kibana.yaml b/oas_docs/output/kibana.yaml index 5845ba56ae895..38cc5ab0e932f 100644 --- a/oas_docs/output/kibana.yaml +++ b/oas_docs/output/kibana.yaml @@ -19374,7 +19374,6 @@ paths: - data - created_at - ack_data - - agents required: - item '400': @@ -19896,7 +19895,6 @@ paths: - data - created_at - ack_data - - agents required: - item '400': @@ -53865,6 +53863,20 @@ components: type: string required: - name + service: + type: object + properties: + asset: + type: object + properties: + criticality: + $ref: '#/components/schemas/Security_Entity_Analytics_API_AssetCriticalityLevel' + required: + - criticality + name: + type: string + required: + - name user: type: object properties: @@ -54114,6 +54126,7 @@ components: - user - host - service + - universal type: string Security_Entity_Analytics_API_HostEntity: type: object @@ -54183,6 +54196,8 @@ components: enum: - host.name - user.name + - service.name + - related.entity type: string Security_Entity_Analytics_API_IndexPattern: type: string diff --git a/oas_docs/overlays/alerting.overlays.yaml b/oas_docs/overlays/alerting.overlays.yaml index a89547e29419f..240ac36cf5674 100644 --- a/oas_docs/overlays/alerting.overlays.yaml +++ b/oas_docs/overlays/alerting.overlays.yaml @@ -89,13 +89,13 @@ actions: description: The parameters for the rule. anyOf: # APM anomaly rule (apm.anomaly) - - $ref: '../../x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/docs/params_property_apm_anomaly.yaml' + - $ref: '../../x-pack/solutions/observability/plugins/apm/server/routes/alerts/rule_types/docs/params_property_apm_anomaly.yaml' # APM error count rule (apm.error_rate) - - $ref: '../../x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/docs/params_property_apm_error_count.yaml' + - $ref: '../../x-pack/solutions/observability/plugins/apm/server/routes/alerts/rule_types/docs/params_property_apm_error_count.yaml' # APM transaction duration rule (apm.transaction_duration) - - $ref: '../../x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/docs/params_property_apm_transaction_duration.yaml' + - $ref: '../../x-pack/solutions/observability/plugins/apm/server/routes/alerts/rule_types/docs/params_property_apm_transaction_duration.yaml' # APM transaction error rate rule (apm.transaction_error_rate) - - $ref: '../../x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/docs/params_property_apm_transaction_error_rate.yaml' + - $ref: '../../x-pack/solutions/observability/plugins/apm/server/routes/alerts/rule_types/docs/params_property_apm_transaction_error_rate.yaml' # Elasticsearch DSL query rule (.es-query) - $ref: '../../x-pack/platform/plugins/shared/alerting/docs/openapi/components/schemas/params_es_query_dsl_rule.yaml' # Elasticsearch ES|QL query rule (.es-query) diff --git a/oas_docs/scripts/merge_ess_oas.js b/oas_docs/scripts/merge_ess_oas.js index e4a139f7189aa..adf28c089bf55 100644 --- a/oas_docs/scripts/merge_ess_oas.js +++ b/oas_docs/scripts/merge_ess_oas.js @@ -17,12 +17,12 @@ const { REPO_ROOT } = require('@kbn/repo-info'); `${REPO_ROOT}/oas_docs/bundle.json`, `${REPO_ROOT}/x-pack/platform/plugins/shared/alerting/docs/openapi/bundled.yaml`, `${REPO_ROOT}/x-pack/platform/plugins/shared/cases/docs/openapi/bundled.yaml`, - `${REPO_ROOT}/src/plugins/data_views/docs/openapi/bundled.yaml`, + `${REPO_ROOT}/src/platform/plugins/shared/data_views/docs/openapi/bundled.yaml`, `${REPO_ROOT}/x-pack/platform/plugins/shared/ml/common/openapi/ml_apis.yaml`, `${REPO_ROOT}/packages/core/saved-objects/docs/openapi/bundled.yaml`, // Observability Solution - `${REPO_ROOT}/x-pack/plugins/observability_solution/apm/docs/openapi/apm/bundled.yaml`, + `${REPO_ROOT}/x-pack/solutions/observability/plugins/apm/docs/openapi/apm/bundled.yaml`, `${REPO_ROOT}/x-pack/solutions/observability/plugins/slo/docs/openapi/slo/bundled.yaml`, // Security solution diff --git a/oas_docs/scripts/merge_serverless_oas.js b/oas_docs/scripts/merge_serverless_oas.js index 343487d8fc4f8..d4377d27ca192 100644 --- a/oas_docs/scripts/merge_serverless_oas.js +++ b/oas_docs/scripts/merge_serverless_oas.js @@ -15,12 +15,12 @@ const { REPO_ROOT } = require('@kbn/repo-info'); await merge({ sourceGlobs: [ `${REPO_ROOT}/oas_docs/bundle.serverless.json`, - `${REPO_ROOT}/src/plugins/data_views/docs/openapi/bundled.yaml`, + `${REPO_ROOT}/src/platform/plugins/shared/data_views/docs/openapi/bundled.yaml`, `${REPO_ROOT}/x-pack/platform/plugins/shared/ml/common/openapi/ml_apis_serverless.yaml`, `${REPO_ROOT}/packages/core/saved-objects/docs/openapi/bundled_serverless.yaml`, // Observability Solution - `${REPO_ROOT}/x-pack/plugins/observability_solution/apm/docs/openapi/apm/bundled.yaml`, + `${REPO_ROOT}/x-pack/solutions/observability/plugins/apm/docs/openapi/apm/bundled.yaml`, `${REPO_ROOT}/x-pack/solutions/observability/plugins/slo/docs/openapi/slo/bundled.yaml`, // Security solution diff --git a/package.json b/package.json index ac39f14701225..b42f080ba4a85 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "@kbn/actions-plugin": "link:x-pack/platform/plugins/shared/actions", "@kbn/actions-simulators-plugin": "link:x-pack/test/alerting_api_integration/common/plugins/actions_simulators", "@kbn/actions-types": "link:src/platform/packages/shared/kbn-actions-types", - "@kbn/advanced-settings-plugin": "link:src/plugins/advanced_settings", + "@kbn/advanced-settings-plugin": "link:src/platform/plugins/private/advanced_settings", "@kbn/ai-assistant": "link:x-pack/platform/packages/shared/kbn-ai-assistant", "@kbn/ai-assistant-common": "link:x-pack/platform/packages/shared/ai-assistant/common", "@kbn/ai-assistant-icon": "link:x-pack/platform/packages/shared/ai-assistant/icon", @@ -180,43 +180,43 @@ "@kbn/alerts-grouping": "link:x-pack/solutions/observability/packages/kbn-alerts-grouping", "@kbn/alerts-restricted-fixtures-plugin": "link:x-pack/test/alerting_api_integration/common/plugins/alerts_restricted", "@kbn/alerts-ui-shared": "link:src/platform/packages/shared/kbn-alerts-ui-shared", - "@kbn/analytics": "link:packages/kbn-analytics", - "@kbn/analytics-collection-utils": "link:packages/analytics/utils/analytics_collection_utils", + "@kbn/analytics": "link:src/platform/packages/shared/kbn-analytics", + "@kbn/analytics-collection-utils": "link:src/platform/packages/private/analytics/utils/analytics_collection_utils", "@kbn/analytics-ftr-helpers-plugin": "link:test/analytics/plugins/analytics_ftr_helpers", "@kbn/analytics-plugin-a-plugin": "link:test/analytics/plugins/analytics_plugin_a", - "@kbn/apm-config-loader": "link:packages/kbn-apm-config-loader", - "@kbn/apm-data-access-plugin": "link:x-pack/plugins/observability_solution/apm_data_access", - "@kbn/apm-data-view": "link:packages/kbn-apm-data-view", - "@kbn/apm-plugin": "link:x-pack/plugins/observability_solution/apm", - "@kbn/apm-types": "link:packages/kbn-apm-types", - "@kbn/apm-utils": "link:packages/kbn-apm-utils", + "@kbn/apm-config-loader": "link:src/platform/packages/private/kbn-apm-config-loader", + "@kbn/apm-data-access-plugin": "link:x-pack/solutions/observability/plugins/apm_data_access", + "@kbn/apm-data-view": "link:src/platform/packages/shared/kbn-apm-data-view", + "@kbn/apm-plugin": "link:x-pack/solutions/observability/plugins/apm", + "@kbn/apm-types": "link:x-pack/solutions/observability/packages/kbn-apm-types", + "@kbn/apm-utils": "link:src/platform/packages/shared/kbn-apm-utils", "@kbn/app-link-test-plugin": "link:test/plugin_functional/plugins/app_link_test", "@kbn/application-usage-test-plugin": "link:x-pack/test/usage_collection/plugins/application_usage_test", "@kbn/asset-inventory-plugin": "link:x-pack/solutions/security/plugins/asset_inventory", "@kbn/audit-log-plugin": "link:x-pack/test/security_api_integration/plugins/audit_log", "@kbn/avc-banner": "link:src/platform/packages/shared/kbn-avc-banner", - "@kbn/banners-plugin": "link:x-pack/plugins/banners", + "@kbn/banners-plugin": "link:x-pack/platform/plugins/private/banners", "@kbn/calculate-auto": "link:packages/kbn-calculate-auto", "@kbn/calculate-width-from-char-count": "link:packages/kbn-calculate-width-from-char-count", "@kbn/canvas-plugin": "link:x-pack/platform/plugins/private/canvas", "@kbn/cases-api-integration-test-plugin": "link:x-pack/test/cases_api_integration/common/plugins/cases", "@kbn/cases-components": "link:src/platform/packages/shared/kbn-cases-components", "@kbn/cases-plugin": "link:x-pack/platform/plugins/shared/cases", - "@kbn/cbor": "link:packages/kbn-cbor", + "@kbn/cbor": "link:src/platform/packages/shared/kbn-cbor", "@kbn/cell-actions": "link:src/platform/packages/shared/kbn-cell-actions", "@kbn/chart-expressions-common": "link:src/plugins/chart_expressions/common", "@kbn/chart-icons": "link:packages/kbn-chart-icons", "@kbn/charts-plugin": "link:src/plugins/charts", "@kbn/charts-theme": "link:packages/kbn-charts-theme", - "@kbn/cloud": "link:packages/cloud", - "@kbn/cloud-chat-plugin": "link:x-pack/plugins/cloud_integrations/cloud_chat", + "@kbn/cloud": "link:src/platform/packages/shared/cloud", + "@kbn/cloud-chat-plugin": "link:x-pack/platform/plugins/private/cloud_integrations/cloud_chat", "@kbn/cloud-data-migration-plugin": "link:x-pack/platform/plugins/private/cloud_integrations/cloud_data_migration", "@kbn/cloud-defend-plugin": "link:x-pack/solutions/security/plugins/cloud_defend", - "@kbn/cloud-experiments-plugin": "link:x-pack/plugins/cloud_integrations/cloud_experiments", - "@kbn/cloud-full-story-plugin": "link:x-pack/plugins/cloud_integrations/cloud_full_story", + "@kbn/cloud-experiments-plugin": "link:x-pack/platform/plugins/shared/cloud_integrations/cloud_experiments", + "@kbn/cloud-full-story-plugin": "link:x-pack/platform/plugins/private/cloud_integrations/cloud_full_story", "@kbn/cloud-integration-saml-provider-plugin": "link:x-pack/test/cloud_integration/plugins/saml_provider", - "@kbn/cloud-links-plugin": "link:x-pack/plugins/cloud_integrations/cloud_links", - "@kbn/cloud-plugin": "link:x-pack/plugins/cloud", + "@kbn/cloud-links-plugin": "link:x-pack/platform/plugins/private/cloud_integrations/cloud_links", + "@kbn/cloud-plugin": "link:x-pack/platform/plugins/shared/cloud", "@kbn/cloud-security-posture": "link:x-pack/solutions/security/packages/kbn-cloud-security-posture/public", "@kbn/cloud-security-posture-common": "link:x-pack/platform/packages/shared/kbn-cloud-security-posture/common", "@kbn/cloud-security-posture-graph": "link:x-pack/solutions/security/packages/kbn-cloud-security-posture/graph", @@ -224,9 +224,9 @@ "@kbn/code-editor": "link:packages/shared-ux/code_editor/impl", "@kbn/code-editor-mock": "link:packages/shared-ux/code_editor/mocks", "@kbn/coloring": "link:packages/kbn-coloring", - "@kbn/config": "link:packages/kbn-config", - "@kbn/config-mocks": "link:packages/kbn-config-mocks", - "@kbn/config-schema": "link:packages/kbn-config-schema", + "@kbn/config": "link:src/platform/packages/shared/kbn-config", + "@kbn/config-mocks": "link:src/platform/packages/private/kbn-config-mocks", + "@kbn/config-schema": "link:src/platform/packages/shared/kbn-config-schema", "@kbn/console-plugin": "link:src/platform/plugins/shared/console", "@kbn/content-management-content-editor": "link:packages/content-management/content_editor", "@kbn/content-management-content-insights-public": "link:packages/content-management/content_insights/content_insights_public", @@ -235,13 +235,13 @@ "@kbn/content-management-favorites-common": "link:packages/content-management/favorites/favorites_common", "@kbn/content-management-favorites-public": "link:packages/content-management/favorites/favorites_public", "@kbn/content-management-favorites-server": "link:packages/content-management/favorites/favorites_server", - "@kbn/content-management-plugin": "link:src/plugins/content_management", + "@kbn/content-management-plugin": "link:src/platform/plugins/shared/content_management", "@kbn/content-management-tabbed-table-list-view": "link:packages/content-management/tabbed_table_list_view", "@kbn/content-management-table-list-view": "link:packages/content-management/table_list_view", "@kbn/content-management-table-list-view-common": "link:packages/content-management/table_list_view_common", "@kbn/content-management-table-list-view-table": "link:packages/content-management/table_list_view_table", "@kbn/content-management-user-profiles": "link:packages/content-management/user_profiles", - "@kbn/content-management-utils": "link:packages/kbn-content-management-utils", + "@kbn/content-management-utils": "link:src/platform/packages/shared/kbn-content-management-utils", "@kbn/controls-example-plugin": "link:examples/controls_example", "@kbn/controls-plugin": "link:src/platform/plugins/shared/controls", "@kbn/core": "link:src/core", @@ -257,15 +257,15 @@ "@kbn/core-apps-server-internal": "link:src/core/packages/apps/server-internal", "@kbn/core-base-browser-internal": "link:src/core/packages/base/browser-internal", "@kbn/core-base-common": "link:src/core/packages/base/common", - "@kbn/core-base-common-internal": "link:packages/core/base/core-base-common-internal", - "@kbn/core-base-server-internal": "link:packages/core/base/core-base-server-internal", - "@kbn/core-capabilities-browser-internal": "link:packages/core/capabilities/core-capabilities-browser-internal", - "@kbn/core-capabilities-common": "link:packages/core/capabilities/core-capabilities-common", - "@kbn/core-capabilities-server": "link:packages/core/capabilities/core-capabilities-server", - "@kbn/core-capabilities-server-internal": "link:packages/core/capabilities/core-capabilities-server-internal", + "@kbn/core-base-common-internal": "link:src/core/packages/base/common-internal", + "@kbn/core-base-server-internal": "link:src/core/packages/base/server-internal", + "@kbn/core-capabilities-browser-internal": "link:src/core/packages/capabilities/browser-internal", + "@kbn/core-capabilities-common": "link:src/core/packages/capabilities/common", + "@kbn/core-capabilities-server": "link:src/core/packages/capabilities/server", + "@kbn/core-capabilities-server-internal": "link:src/core/packages/capabilities/server-internal", "@kbn/core-chrome-browser": "link:packages/core/chrome/core-chrome-browser", "@kbn/core-chrome-browser-internal": "link:packages/core/chrome/core-chrome-browser-internal", - "@kbn/core-config-server-internal": "link:packages/core/config/core-config-server-internal", + "@kbn/core-config-server-internal": "link:src/core/packages/config/server-internal", "@kbn/core-custom-branding-browser": "link:packages/core/custom-branding/core-custom-branding-browser", "@kbn/core-custom-branding-browser-internal": "link:packages/core/custom-branding/core-custom-branding-browser-internal", "@kbn/core-custom-branding-browser-mocks": "link:packages/core/custom-branding/core-custom-branding-browser-mocks", @@ -273,72 +273,72 @@ "@kbn/core-custom-branding-server": "link:packages/core/custom-branding/core-custom-branding-server", "@kbn/core-custom-branding-server-internal": "link:packages/core/custom-branding/core-custom-branding-server-internal", "@kbn/core-custom-branding-server-mocks": "link:packages/core/custom-branding/core-custom-branding-server-mocks", - "@kbn/core-deprecations-browser": "link:packages/core/deprecations/core-deprecations-browser", - "@kbn/core-deprecations-browser-internal": "link:packages/core/deprecations/core-deprecations-browser-internal", - "@kbn/core-deprecations-common": "link:packages/core/deprecations/core-deprecations-common", - "@kbn/core-deprecations-server": "link:packages/core/deprecations/core-deprecations-server", - "@kbn/core-deprecations-server-internal": "link:packages/core/deprecations/core-deprecations-server-internal", - "@kbn/core-doc-links-browser": "link:packages/core/doc-links/core-doc-links-browser", - "@kbn/core-doc-links-browser-internal": "link:packages/core/doc-links/core-doc-links-browser-internal", - "@kbn/core-doc-links-server": "link:packages/core/doc-links/core-doc-links-server", - "@kbn/core-doc-links-server-internal": "link:packages/core/doc-links/core-doc-links-server-internal", - "@kbn/core-elasticsearch-client-server-internal": "link:packages/core/elasticsearch/core-elasticsearch-client-server-internal", - "@kbn/core-elasticsearch-server": "link:packages/core/elasticsearch/core-elasticsearch-server", - "@kbn/core-elasticsearch-server-internal": "link:packages/core/elasticsearch/core-elasticsearch-server-internal", - "@kbn/core-environment-server-internal": "link:packages/core/environment/core-environment-server-internal", - "@kbn/core-execution-context-browser": "link:packages/core/execution-context/core-execution-context-browser", - "@kbn/core-execution-context-browser-internal": "link:packages/core/execution-context/core-execution-context-browser-internal", - "@kbn/core-execution-context-common": "link:packages/core/execution-context/core-execution-context-common", - "@kbn/core-execution-context-server": "link:packages/core/execution-context/core-execution-context-server", - "@kbn/core-execution-context-server-internal": "link:packages/core/execution-context/core-execution-context-server-internal", - "@kbn/core-fatal-errors-browser": "link:packages/core/fatal-errors/core-fatal-errors-browser", - "@kbn/core-fatal-errors-browser-internal": "link:packages/core/fatal-errors/core-fatal-errors-browser-internal", - "@kbn/core-feature-flags-browser": "link:packages/core/feature-flags/core-feature-flags-browser", - "@kbn/core-feature-flags-browser-internal": "link:packages/core/feature-flags/core-feature-flags-browser-internal", - "@kbn/core-feature-flags-browser-mocks": "link:packages/core/feature-flags/core-feature-flags-browser-mocks", - "@kbn/core-feature-flags-server": "link:packages/core/feature-flags/core-feature-flags-server", - "@kbn/core-feature-flags-server-internal": "link:packages/core/feature-flags/core-feature-flags-server-internal", - "@kbn/core-feature-flags-server-mocks": "link:packages/core/feature-flags/core-feature-flags-server-mocks", + "@kbn/core-deprecations-browser": "link:src/core/packages/deprecations/browser", + "@kbn/core-deprecations-browser-internal": "link:src/core/packages/deprecations/browser-internal", + "@kbn/core-deprecations-common": "link:src/core/packages/deprecations/common", + "@kbn/core-deprecations-server": "link:src/core/packages/deprecations/server", + "@kbn/core-deprecations-server-internal": "link:src/core/packages/deprecations/server-internal", + "@kbn/core-doc-links-browser": "link:src/core/packages/doc-links/browser", + "@kbn/core-doc-links-browser-internal": "link:src/core/packages/doc-links/browser-internal", + "@kbn/core-doc-links-server": "link:src/core/packages/doc-links/server", + "@kbn/core-doc-links-server-internal": "link:src/core/packages/doc-links/server-internal", + "@kbn/core-elasticsearch-client-server-internal": "link:src/core/packages/elasticsearch/client-server-internal", + "@kbn/core-elasticsearch-server": "link:src/core/packages/elasticsearch/server", + "@kbn/core-elasticsearch-server-internal": "link:src/core/packages/elasticsearch/server-internal", + "@kbn/core-environment-server-internal": "link:src/core/packages/environment/server-internal", + "@kbn/core-execution-context-browser": "link:src/core/packages/execution-context/browser", + "@kbn/core-execution-context-browser-internal": "link:src/core/packages/execution-context/browser-internal", + "@kbn/core-execution-context-common": "link:src/core/packages/execution-context/common", + "@kbn/core-execution-context-server": "link:src/core/packages/execution-context/server", + "@kbn/core-execution-context-server-internal": "link:src/core/packages/execution-context/server-internal", + "@kbn/core-fatal-errors-browser": "link:src/core/packages/fatal-errors/browser", + "@kbn/core-fatal-errors-browser-internal": "link:src/core/packages/fatal-errors/browser-internal", + "@kbn/core-feature-flags-browser": "link:src/core/packages/feature-flags/browser", + "@kbn/core-feature-flags-browser-internal": "link:src/core/packages/feature-flags/browser-internal", + "@kbn/core-feature-flags-browser-mocks": "link:src/core/packages/feature-flags/browser-mocks", + "@kbn/core-feature-flags-server": "link:src/core/packages/feature-flags/server", + "@kbn/core-feature-flags-server-internal": "link:src/core/packages/feature-flags/server-internal", + "@kbn/core-feature-flags-server-mocks": "link:src/core/packages/feature-flags/server-mocks", "@kbn/core-history-block-plugin": "link:test/plugin_functional/plugins/core_history_block", - "@kbn/core-http-browser": "link:packages/core/http/core-http-browser", - "@kbn/core-http-browser-internal": "link:packages/core/http/core-http-browser-internal", - "@kbn/core-http-common": "link:packages/core/http/core-http-common", - "@kbn/core-http-context-server-internal": "link:packages/core/http/core-http-context-server-internal", + "@kbn/core-http-browser": "link:src/core/packages/http/browser", + "@kbn/core-http-browser-internal": "link:src/core/packages/http/browser-internal", + "@kbn/core-http-common": "link:src/core/packages/http/common", + "@kbn/core-http-context-server-internal": "link:src/core/packages/http/context-server-internal", "@kbn/core-http-plugin": "link:test/plugin_functional/plugins/core_http", - "@kbn/core-http-request-handler-context-server": "link:packages/core/http/core-http-request-handler-context-server", - "@kbn/core-http-request-handler-context-server-internal": "link:packages/core/http/core-http-request-handler-context-server-internal", - "@kbn/core-http-resources-server": "link:packages/core/http/core-http-resources-server", - "@kbn/core-http-resources-server-internal": "link:packages/core/http/core-http-resources-server-internal", - "@kbn/core-http-router-server-internal": "link:packages/core/http/core-http-router-server-internal", - "@kbn/core-http-server": "link:packages/core/http/core-http-server", - "@kbn/core-http-server-internal": "link:packages/core/http/core-http-server-internal", - "@kbn/core-http-server-utils": "link:packages/core/http/core-http-server-utils", - "@kbn/core-i18n-browser": "link:packages/core/i18n/core-i18n-browser", - "@kbn/core-i18n-browser-internal": "link:packages/core/i18n/core-i18n-browser-internal", - "@kbn/core-i18n-server": "link:packages/core/i18n/core-i18n-server", - "@kbn/core-i18n-server-internal": "link:packages/core/i18n/core-i18n-server-internal", - "@kbn/core-injected-metadata-browser-internal": "link:packages/core/injected-metadata/core-injected-metadata-browser-internal", - "@kbn/core-injected-metadata-common-internal": "link:packages/core/injected-metadata/core-injected-metadata-common-internal", - "@kbn/core-integrations-browser-internal": "link:packages/core/integrations/core-integrations-browser-internal", - "@kbn/core-lifecycle-browser": "link:packages/core/lifecycle/core-lifecycle-browser", - "@kbn/core-lifecycle-browser-internal": "link:packages/core/lifecycle/core-lifecycle-browser-internal", - "@kbn/core-lifecycle-server": "link:packages/core/lifecycle/core-lifecycle-server", - "@kbn/core-lifecycle-server-internal": "link:packages/core/lifecycle/core-lifecycle-server-internal", - "@kbn/core-logging-browser-internal": "link:packages/core/logging/core-logging-browser-internal", - "@kbn/core-logging-common-internal": "link:packages/core/logging/core-logging-common-internal", - "@kbn/core-logging-server": "link:packages/core/logging/core-logging-server", - "@kbn/core-logging-server-internal": "link:packages/core/logging/core-logging-server-internal", - "@kbn/core-metrics-collectors-server-internal": "link:packages/core/metrics/core-metrics-collectors-server-internal", - "@kbn/core-metrics-server": "link:packages/core/metrics/core-metrics-server", - "@kbn/core-metrics-server-internal": "link:packages/core/metrics/core-metrics-server-internal", - "@kbn/core-mount-utils-browser": "link:packages/core/mount-utils/core-mount-utils-browser", - "@kbn/core-mount-utils-browser-internal": "link:packages/core/mount-utils/core-mount-utils-browser-internal", - "@kbn/core-node-server": "link:packages/core/node/core-node-server", - "@kbn/core-node-server-internal": "link:packages/core/node/core-node-server-internal", - "@kbn/core-notifications-browser": "link:packages/core/notifications/core-notifications-browser", - "@kbn/core-notifications-browser-internal": "link:packages/core/notifications/core-notifications-browser-internal", - "@kbn/core-overlays-browser": "link:packages/core/overlays/core-overlays-browser", - "@kbn/core-overlays-browser-internal": "link:packages/core/overlays/core-overlays-browser-internal", + "@kbn/core-http-request-handler-context-server": "link:src/core/packages/http/request-handler-context-server", + "@kbn/core-http-request-handler-context-server-internal": "link:src/core/packages/http/request-handler-context-server-internal", + "@kbn/core-http-resources-server": "link:src/core/packages/http/resources-server", + "@kbn/core-http-resources-server-internal": "link:src/core/packages/http/resources-server-internal", + "@kbn/core-http-router-server-internal": "link:src/core/packages/http/router-server-internal", + "@kbn/core-http-server": "link:src/core/packages/http/server", + "@kbn/core-http-server-internal": "link:src/core/packages/http/server-internal", + "@kbn/core-http-server-utils": "link:src/core/packages/http/server-utils", + "@kbn/core-i18n-browser": "link:src/core/packages/i18n/browser", + "@kbn/core-i18n-browser-internal": "link:src/core/packages/i18n/browser-internal", + "@kbn/core-i18n-server": "link:src/core/packages/i18n/server", + "@kbn/core-i18n-server-internal": "link:src/core/packages/i18n/server-internal", + "@kbn/core-injected-metadata-browser-internal": "link:src/core/packages/injected-metadata/browser-internal", + "@kbn/core-injected-metadata-common-internal": "link:src/core/packages/injected-metadata/common-internal", + "@kbn/core-integrations-browser-internal": "link:src/core/packages/integrations/browser-internal", + "@kbn/core-lifecycle-browser": "link:src/core/packages/lifecycle/browser", + "@kbn/core-lifecycle-browser-internal": "link:src/core/packages/lifecycle/browser-internal", + "@kbn/core-lifecycle-server": "link:src/core/packages/lifecycle/server", + "@kbn/core-lifecycle-server-internal": "link:src/core/packages/lifecycle/server-internal", + "@kbn/core-logging-browser-internal": "link:src/core/packages/logging/browser-internal", + "@kbn/core-logging-common-internal": "link:src/core/packages/logging/common-internal", + "@kbn/core-logging-server": "link:src/core/packages/logging/server", + "@kbn/core-logging-server-internal": "link:src/core/packages/logging/server-internal", + "@kbn/core-metrics-collectors-server-internal": "link:src/core/packages/metrics/collectors-server-internal", + "@kbn/core-metrics-server": "link:src/core/packages/metrics/server", + "@kbn/core-metrics-server-internal": "link:src/core/packages/metrics/server-internal", + "@kbn/core-mount-utils-browser": "link:src/core/packages/mount-utils/browser", + "@kbn/core-mount-utils-browser-internal": "link:src/core/packages/mount-utils/browser-internal", + "@kbn/core-node-server": "link:src/core/packages/node/server", + "@kbn/core-node-server-internal": "link:src/core/packages/node/server-internal", + "@kbn/core-notifications-browser": "link:src/core/packages/notifications/browser", + "@kbn/core-notifications-browser-internal": "link:src/core/packages/notifications/browser-internal", + "@kbn/core-overlays-browser": "link:src/core/packages/overlays/browser", + "@kbn/core-overlays-browser-internal": "link:src/core/packages/overlays/browser-internal", "@kbn/core-plugin-a-plugin": "link:test/plugin_functional/plugins/core_plugin_a", "@kbn/core-plugin-appleave-plugin": "link:test/plugin_functional/plugins/core_plugin_appleave", "@kbn/core-plugin-b-plugin": "link:test/plugin_functional/plugins/core_plugin_b", @@ -352,71 +352,71 @@ "@kbn/core-plugin-initializer-context-plugin": "link:test/node_roles_functional/plugins/core_plugin_initializer_context", "@kbn/core-plugin-route-timeouts-plugin": "link:test/plugin_functional/plugins/core_plugin_route_timeouts", "@kbn/core-plugin-static-assets-plugin": "link:test/plugin_functional/plugins/core_plugin_static_assets", - "@kbn/core-plugins-base-server-internal": "link:packages/core/plugins/core-plugins-base-server-internal", - "@kbn/core-plugins-browser": "link:packages/core/plugins/core-plugins-browser", - "@kbn/core-plugins-browser-internal": "link:packages/core/plugins/core-plugins-browser-internal", - "@kbn/core-plugins-contracts-browser": "link:packages/core/plugins/core-plugins-contracts-browser", - "@kbn/core-plugins-contracts-server": "link:packages/core/plugins/core-plugins-contracts-server", - "@kbn/core-plugins-server": "link:packages/core/plugins/core-plugins-server", - "@kbn/core-plugins-server-internal": "link:packages/core/plugins/core-plugins-server-internal", - "@kbn/core-preboot-server": "link:packages/core/preboot/core-preboot-server", - "@kbn/core-preboot-server-internal": "link:packages/core/preboot/core-preboot-server-internal", + "@kbn/core-plugins-base-server-internal": "link:src/core/packages/plugins/base-server-internal", + "@kbn/core-plugins-browser": "link:src/core/packages/plugins/browser", + "@kbn/core-plugins-browser-internal": "link:src/core/packages/plugins/browser-internal", + "@kbn/core-plugins-contracts-browser": "link:src/core/packages/plugins/contracts-browser", + "@kbn/core-plugins-contracts-server": "link:src/core/packages/plugins/contracts-server", + "@kbn/core-plugins-server": "link:src/core/packages/plugins/server", + "@kbn/core-plugins-server-internal": "link:src/core/packages/plugins/server-internal", + "@kbn/core-preboot-server": "link:src/core/packages/preboot/server", + "@kbn/core-preboot-server-internal": "link:src/core/packages/preboot/server-internal", "@kbn/core-provider-plugin": "link:test/plugin_functional/plugins/core_provider_plugin", - "@kbn/core-rendering-browser": "link:packages/core/rendering/core-rendering-browser", - "@kbn/core-rendering-browser-internal": "link:packages/core/rendering/core-rendering-browser-internal", - "@kbn/core-rendering-server-internal": "link:packages/core/rendering/core-rendering-server-internal", - "@kbn/core-root-browser-internal": "link:packages/core/root/core-root-browser-internal", - "@kbn/core-root-server-internal": "link:packages/core/root/core-root-server-internal", - "@kbn/core-saved-objects-api-browser": "link:packages/core/saved-objects/core-saved-objects-api-browser", - "@kbn/core-saved-objects-api-server": "link:packages/core/saved-objects/core-saved-objects-api-server", - "@kbn/core-saved-objects-api-server-internal": "link:packages/core/saved-objects/core-saved-objects-api-server-internal", - "@kbn/core-saved-objects-base-server-internal": "link:packages/core/saved-objects/core-saved-objects-base-server-internal", - "@kbn/core-saved-objects-browser": "link:packages/core/saved-objects/core-saved-objects-browser", - "@kbn/core-saved-objects-browser-internal": "link:packages/core/saved-objects/core-saved-objects-browser-internal", - "@kbn/core-saved-objects-common": "link:packages/core/saved-objects/core-saved-objects-common", - "@kbn/core-saved-objects-import-export-server-internal": "link:packages/core/saved-objects/core-saved-objects-import-export-server-internal", - "@kbn/core-saved-objects-migration-server-internal": "link:packages/core/saved-objects/core-saved-objects-migration-server-internal", - "@kbn/core-saved-objects-server": "link:packages/core/saved-objects/core-saved-objects-server", - "@kbn/core-saved-objects-server-internal": "link:packages/core/saved-objects/core-saved-objects-server-internal", - "@kbn/core-saved-objects-utils-server": "link:packages/core/saved-objects/core-saved-objects-utils-server", - "@kbn/core-security-browser": "link:packages/core/security/core-security-browser", - "@kbn/core-security-browser-internal": "link:packages/core/security/core-security-browser-internal", - "@kbn/core-security-browser-mocks": "link:packages/core/security/core-security-browser-mocks", - "@kbn/core-security-common": "link:packages/core/security/core-security-common", - "@kbn/core-security-server": "link:packages/core/security/core-security-server", - "@kbn/core-security-server-internal": "link:packages/core/security/core-security-server-internal", - "@kbn/core-security-server-mocks": "link:packages/core/security/core-security-server-mocks", - "@kbn/core-status-common": "link:packages/core/status/core-status-common", - "@kbn/core-status-server": "link:packages/core/status/core-status-server", - "@kbn/core-status-server-internal": "link:packages/core/status/core-status-server-internal", - "@kbn/core-test-helpers-deprecations-getters": "link:packages/core/test-helpers/core-test-helpers-deprecations-getters", - "@kbn/core-test-helpers-http-setup-browser": "link:packages/core/test-helpers/core-test-helpers-http-setup-browser", - "@kbn/core-test-helpers-so-type-serializer": "link:packages/core/test-helpers/core-test-helpers-so-type-serializer", - "@kbn/core-test-helpers-test-utils": "link:packages/core/test-helpers/core-test-helpers-test-utils", - "@kbn/core-theme-browser": "link:packages/core/theme/core-theme-browser", - "@kbn/core-theme-browser-internal": "link:packages/core/theme/core-theme-browser-internal", + "@kbn/core-rendering-browser": "link:src/core/packages/rendering/browser", + "@kbn/core-rendering-browser-internal": "link:src/core/packages/rendering/browser-internal", + "@kbn/core-rendering-server-internal": "link:src/core/packages/rendering/server-internal", + "@kbn/core-root-browser-internal": "link:src/core/packages/root/browser-internal", + "@kbn/core-root-server-internal": "link:src/core/packages/root/server-internal", + "@kbn/core-saved-objects-api-browser": "link:src/core/packages/saved-objects/api-browser", + "@kbn/core-saved-objects-api-server": "link:src/core/packages/saved-objects/api-server", + "@kbn/core-saved-objects-api-server-internal": "link:src/core/packages/saved-objects/api-server-internal", + "@kbn/core-saved-objects-base-server-internal": "link:src/core/packages/saved-objects/base-server-internal", + "@kbn/core-saved-objects-browser": "link:src/core/packages/saved-objects/browser", + "@kbn/core-saved-objects-browser-internal": "link:src/core/packages/saved-objects/browser-internal", + "@kbn/core-saved-objects-common": "link:src/core/packages/saved-objects/common", + "@kbn/core-saved-objects-import-export-server-internal": "link:src/core/packages/saved-objects/import-export-server-internal", + "@kbn/core-saved-objects-migration-server-internal": "link:src/core/packages/saved-objects/migration-server-internal", + "@kbn/core-saved-objects-server": "link:src/core/packages/saved-objects/server", + "@kbn/core-saved-objects-server-internal": "link:src/core/packages/saved-objects/server-internal", + "@kbn/core-saved-objects-utils-server": "link:src/core/packages/saved-objects/utils-server", + "@kbn/core-security-browser": "link:src/core/packages/security/browser", + "@kbn/core-security-browser-internal": "link:src/core/packages/security/browser-internal", + "@kbn/core-security-browser-mocks": "link:src/core/packages/security/browser-mocks", + "@kbn/core-security-common": "link:src/core/packages/security/common", + "@kbn/core-security-server": "link:src/core/packages/security/server", + "@kbn/core-security-server-internal": "link:src/core/packages/security/server-internal", + "@kbn/core-security-server-mocks": "link:src/core/packages/security/server-mocks", + "@kbn/core-status-common": "link:src/core/packages/status/common", + "@kbn/core-status-server": "link:src/core/packages/status/server", + "@kbn/core-status-server-internal": "link:src/core/packages/status/server-internal", + "@kbn/core-test-helpers-deprecations-getters": "link:src/core/packages/test-helpers/deprecations-getters", + "@kbn/core-test-helpers-http-setup-browser": "link:src/core/packages/test-helpers/http-setup-browser", + "@kbn/core-test-helpers-so-type-serializer": "link:src/core/packages/test-helpers/so-type-serializer", + "@kbn/core-test-helpers-test-utils": "link:src/core/packages/test-helpers/test-utils", + "@kbn/core-theme-browser": "link:src/core/packages/theme/browser", + "@kbn/core-theme-browser-internal": "link:src/core/packages/theme/browser-internal", "@kbn/core-ui-settings-browser": "link:packages/core/ui-settings/core-ui-settings-browser", "@kbn/core-ui-settings-browser-internal": "link:packages/core/ui-settings/core-ui-settings-browser-internal", "@kbn/core-ui-settings-common": "link:packages/core/ui-settings/core-ui-settings-common", "@kbn/core-ui-settings-server": "link:packages/core/ui-settings/core-ui-settings-server", "@kbn/core-ui-settings-server-internal": "link:packages/core/ui-settings/core-ui-settings-server-internal", - "@kbn/core-usage-data-base-server-internal": "link:packages/core/usage-data/core-usage-data-base-server-internal", - "@kbn/core-usage-data-server": "link:packages/core/usage-data/core-usage-data-server", - "@kbn/core-usage-data-server-internal": "link:packages/core/usage-data/core-usage-data-server-internal", - "@kbn/core-user-profile-browser": "link:packages/core/user-profile/core-user-profile-browser", - "@kbn/core-user-profile-browser-internal": "link:packages/core/user-profile/core-user-profile-browser-internal", - "@kbn/core-user-profile-browser-mocks": "link:packages/core/user-profile/core-user-profile-browser-mocks", - "@kbn/core-user-profile-common": "link:packages/core/user-profile/core-user-profile-common", - "@kbn/core-user-profile-server": "link:packages/core/user-profile/core-user-profile-server", - "@kbn/core-user-profile-server-internal": "link:packages/core/user-profile/core-user-profile-server-internal", - "@kbn/core-user-profile-server-mocks": "link:packages/core/user-profile/core-user-profile-server-mocks", + "@kbn/core-usage-data-base-server-internal": "link:src/core/packages/usage-data/base-server-internal", + "@kbn/core-usage-data-server": "link:src/core/packages/usage-data/server", + "@kbn/core-usage-data-server-internal": "link:src/core/packages/usage-data/server-internal", + "@kbn/core-user-profile-browser": "link:src/core/packages/user-profile/browser", + "@kbn/core-user-profile-browser-internal": "link:src/core/packages/user-profile/browser-internal", + "@kbn/core-user-profile-browser-mocks": "link:src/core/packages/user-profile/browser-mocks", + "@kbn/core-user-profile-common": "link:src/core/packages/user-profile/common", + "@kbn/core-user-profile-server": "link:src/core/packages/user-profile/server", + "@kbn/core-user-profile-server-internal": "link:src/core/packages/user-profile/server-internal", + "@kbn/core-user-profile-server-mocks": "link:src/core/packages/user-profile/server-mocks", "@kbn/core-user-settings-server": "link:packages/core/user-settings/core-user-settings-server", "@kbn/core-user-settings-server-internal": "link:packages/core/user-settings/core-user-settings-server-internal", "@kbn/core-user-settings-server-mocks": "link:packages/core/user-settings/core-user-settings-server-mocks", "@kbn/cross-cluster-replication-plugin": "link:x-pack/platform/plugins/private/cross_cluster_replication", - "@kbn/crypto": "link:packages/kbn-crypto", - "@kbn/crypto-browser": "link:packages/kbn-crypto-browser", - "@kbn/custom-branding-plugin": "link:x-pack/plugins/custom_branding", + "@kbn/crypto": "link:src/platform/packages/shared/kbn-crypto", + "@kbn/crypto-browser": "link:src/platform/packages/shared/kbn-crypto-browser", + "@kbn/custom-branding-plugin": "link:x-pack/platform/plugins/private/custom_branding", "@kbn/custom-icons": "link:src/platform/packages/shared/kbn-custom-icons", "@kbn/custom-integrations": "link:x-pack/solutions/observability/packages/kbn-custom-integrations", "@kbn/custom-integrations-plugin": "link:src/platform/plugins/shared/custom_integrations", @@ -429,16 +429,16 @@ "@kbn/data-service": "link:packages/kbn-data-service", "@kbn/data-stream-adapter": "link:x-pack/solutions/security/packages/data-stream-adapter", "@kbn/data-usage-plugin": "link:x-pack/platform/plugins/private/data_usage", - "@kbn/data-view-editor-plugin": "link:src/plugins/data_view_editor", + "@kbn/data-view-editor-plugin": "link:src/platform/plugins/shared/data_view_editor", "@kbn/data-view-field-editor-example-plugin": "link:examples/data_view_field_editor_example", - "@kbn/data-view-field-editor-plugin": "link:src/plugins/data_view_field_editor", - "@kbn/data-view-management-plugin": "link:src/plugins/data_view_management", - "@kbn/data-view-utils": "link:packages/kbn-data-view-utils", - "@kbn/data-views-plugin": "link:src/plugins/data_views", + "@kbn/data-view-field-editor-plugin": "link:src/platform/plugins/shared/data_view_field_editor", + "@kbn/data-view-management-plugin": "link:src/platform/plugins/shared/data_view_management", + "@kbn/data-view-utils": "link:src/platform/packages/shared/kbn-data-view-utils", + "@kbn/data-views-plugin": "link:src/platform/plugins/shared/data_views", "@kbn/data-visualizer-plugin": "link:x-pack/platform/plugins/private/data_visualizer", "@kbn/dataset-quality-plugin": "link:x-pack/platform/plugins/shared/dataset_quality", - "@kbn/datemath": "link:packages/kbn-datemath", - "@kbn/deeplinks-analytics": "link:packages/deeplinks/analytics", + "@kbn/datemath": "link:src/platform/packages/shared/kbn-datemath", + "@kbn/deeplinks-analytics": "link:src/platform/packages/shared/deeplinks/analytics", "@kbn/deeplinks-devtools": "link:src/platform/packages/shared/deeplinks/devtools", "@kbn/deeplinks-fleet": "link:src/platform/packages/shared/deeplinks/fleet", "@kbn/deeplinks-management": "link:src/platform/packages/shared/deeplinks/management", @@ -447,7 +447,7 @@ "@kbn/deeplinks-search": "link:src/platform/packages/shared/deeplinks/search", "@kbn/deeplinks-security": "link:src/platform/packages/shared/deeplinks/security", "@kbn/deeplinks-shared": "link:packages/deeplinks/shared", - "@kbn/default-nav-analytics": "link:packages/default-nav/analytics", + "@kbn/default-nav-analytics": "link:src/platform/packages/private/default-nav/analytics", "@kbn/default-nav-devtools": "link:src/platform/packages/private/default-nav/devtools", "@kbn/default-nav-management": "link:src/platform/packages/private/default-nav/management", "@kbn/default-nav-ml": "link:src/platform/packages/private/default-nav/ml", @@ -455,13 +455,13 @@ "@kbn/developer-examples-plugin": "link:examples/developer_examples", "@kbn/discover-contextual-components": "link:src/platform/packages/shared/kbn-discover-contextual-components", "@kbn/discover-customization-examples-plugin": "link:examples/discover_customization_examples", - "@kbn/discover-enhanced-plugin": "link:x-pack/plugins/discover_enhanced", - "@kbn/discover-plugin": "link:src/plugins/discover", - "@kbn/discover-shared-plugin": "link:src/plugins/discover_shared", - "@kbn/discover-utils": "link:packages/kbn-discover-utils", + "@kbn/discover-enhanced-plugin": "link:x-pack/platform/plugins/private/discover_enhanced", + "@kbn/discover-plugin": "link:src/platform/plugins/shared/discover", + "@kbn/discover-shared-plugin": "link:src/platform/plugins/shared/discover_shared", + "@kbn/discover-utils": "link:src/platform/packages/shared/kbn-discover-utils", "@kbn/doc-links": "link:src/platform/packages/shared/kbn-doc-links", "@kbn/dom-drag-drop": "link:packages/kbn-dom-drag-drop", - "@kbn/ebt-tools": "link:packages/kbn-ebt-tools", + "@kbn/ebt-tools": "link:src/platform/packages/shared/kbn-ebt-tools", "@kbn/ecs-data-quality-dashboard": "link:x-pack/solutions/security/packages/ecs_data_quality_dashboard", "@kbn/ecs-data-quality-dashboard-plugin": "link:x-pack/solutions/security/plugins/ecs_data_quality_dashboard", "@kbn/elastic-agent-utils": "link:src/platform/packages/shared/kbn-elastic-agent-utils", @@ -474,7 +474,7 @@ "@kbn/embeddable-examples-plugin": "link:examples/embeddable_examples", "@kbn/embeddable-plugin": "link:src/platform/plugins/shared/embeddable", "@kbn/embedded-lens-example-plugin": "link:x-pack/examples/embedded_lens_example", - "@kbn/encrypted-saved-objects-plugin": "link:x-pack/plugins/encrypted_saved_objects", + "@kbn/encrypted-saved-objects-plugin": "link:x-pack/platform/plugins/shared/encrypted_saved_objects", "@kbn/enterprise-search-plugin": "link:x-pack/solutions/search/plugins/enterprise_search", "@kbn/entities-data-access-plugin": "link:x-pack/solutions/observability/plugins/observability_solution/entities_data_access", "@kbn/entities-schema": "link:x-pack/platform/packages/shared/kbn-entities-schema", @@ -482,9 +482,9 @@ "@kbn/entityManager-app-plugin": "link:x-pack/solutions/observability/plugins/observability_solution/entity_manager_app", "@kbn/entityManager-plugin": "link:x-pack/platform/plugins/shared/entity_manager", "@kbn/error-boundary-example-plugin": "link:examples/error_boundary", - "@kbn/es-errors": "link:packages/kbn-es-errors", - "@kbn/es-query": "link:packages/kbn-es-query", - "@kbn/es-types": "link:packages/kbn-es-types", + "@kbn/es-errors": "link:src/platform/packages/shared/kbn-es-errors", + "@kbn/es-query": "link:src/platform/packages/shared/kbn-es-query", + "@kbn/es-types": "link:src/platform/packages/shared/kbn-es-types", "@kbn/es-ui-shared-plugin": "link:src/platform/plugins/shared/es_ui_shared", "@kbn/eso-model-version-example": "link:examples/eso_model_version_example", "@kbn/eso-plugin": "link:x-pack/test/encrypted_saved_objects_api_integration/plugins/api_consumer_plugin", @@ -524,30 +524,30 @@ "@kbn/feature-controls-examples-plugin": "link:examples/feature_control_examples", "@kbn/feature-flags-example-plugin": "link:examples/feature_flags_example", "@kbn/feature-usage-test-plugin": "link:x-pack/test/plugin_api_integration/plugins/feature_usage_test", - "@kbn/features-plugin": "link:x-pack/plugins/features", + "@kbn/features-plugin": "link:x-pack/platform/plugins/shared/features", "@kbn/features-provider-plugin": "link:x-pack/test/security_api_integration/plugins/features_provider", "@kbn/fec-alerts-test-plugin": "link:x-pack/test/functional_execution_context/plugins/alerts", "@kbn/field-formats-example-plugin": "link:examples/field_formats_example", - "@kbn/field-formats-plugin": "link:src/plugins/field_formats", - "@kbn/field-types": "link:packages/kbn-field-types", - "@kbn/field-utils": "link:packages/kbn-field-utils", + "@kbn/field-formats-plugin": "link:src/platform/plugins/shared/field_formats", + "@kbn/field-types": "link:src/platform/packages/shared/kbn-field-types", + "@kbn/field-utils": "link:src/platform/packages/shared/kbn-field-utils", "@kbn/fields-metadata-plugin": "link:x-pack/platform/plugins/shared/fields_metadata", "@kbn/file-upload-plugin": "link:x-pack/platform/plugins/private/file_upload", "@kbn/files-example-plugin": "link:examples/files_example", - "@kbn/files-management-plugin": "link:src/plugins/files_management", - "@kbn/files-plugin": "link:src/plugins/files", + "@kbn/files-management-plugin": "link:src/platform/plugins/private/files_management", + "@kbn/files-plugin": "link:src/platform/plugins/shared/files", "@kbn/fleet-plugin": "link:x-pack/platform/plugins/shared/fleet", "@kbn/flot-charts": "link:src/platform/packages/shared/kbn-flot-charts", "@kbn/foo-plugin": "link:x-pack/test/ui_capabilities/common/plugins/foo_plugin", "@kbn/formatters": "link:packages/kbn-formatters", - "@kbn/ftr-apis-plugin": "link:src/plugins/ftr_apis", + "@kbn/ftr-apis-plugin": "link:src/platform/plugins/private/ftr_apis", "@kbn/functional-with-es-ssl-cases-test-plugin": "link:x-pack/test/functional_with_es_ssl/plugins/cases", "@kbn/gen-ai-streaming-response-example-plugin": "link:x-pack/examples/gen_ai_streaming_response_example", "@kbn/generate-console-definitions": "link:packages/kbn-generate-console-definitions", "@kbn/generate-csv": "link:packages/kbn-generate-csv", - "@kbn/global-search-bar-plugin": "link:x-pack/plugins/global_search_bar", - "@kbn/global-search-plugin": "link:x-pack/plugins/global_search", - "@kbn/global-search-providers-plugin": "link:x-pack/plugins/global_search_providers", + "@kbn/global-search-bar-plugin": "link:x-pack/platform/plugins/private/global_search_bar", + "@kbn/global-search-plugin": "link:x-pack/platform/plugins/shared/global_search", + "@kbn/global-search-providers-plugin": "link:x-pack/platform/plugins/private/global_search_providers", "@kbn/global-search-test-plugin": "link:x-pack/test/plugin_functional/plugins/global_search_test", "@kbn/graph-plugin": "link:x-pack/plugins/graph", "@kbn/grid-example-plugin": "link:examples/grid_example", @@ -556,20 +556,20 @@ "@kbn/grouping": "link:src/platform/packages/shared/kbn-grouping", "@kbn/guided-onboarding": "link:packages/kbn-guided-onboarding", "@kbn/guided-onboarding-example-plugin": "link:examples/guided_onboarding_example", - "@kbn/guided-onboarding-plugin": "link:src/plugins/guided_onboarding", - "@kbn/handlebars": "link:packages/kbn-handlebars", - "@kbn/hapi-mocks": "link:packages/kbn-hapi-mocks", + "@kbn/guided-onboarding-plugin": "link:src/platform/plugins/shared/guided_onboarding", + "@kbn/handlebars": "link:src/platform/packages/private/kbn-handlebars", + "@kbn/hapi-mocks": "link:src/platform/packages/private/kbn-hapi-mocks", "@kbn/hardening-plugin": "link:test/plugin_functional/plugins/hardening", - "@kbn/health-gateway-server": "link:packages/kbn-health-gateway-server", + "@kbn/health-gateway-server": "link:src/platform/packages/private/kbn-health-gateway-server", "@kbn/hello-world-plugin": "link:examples/hello_world", - "@kbn/home-plugin": "link:src/plugins/home", + "@kbn/home-plugin": "link:src/platform/plugins/shared/home", "@kbn/home-sample-data-card": "link:packages/home/sample_data_card", "@kbn/home-sample-data-tab": "link:packages/home/sample_data_tab", "@kbn/home-sample-data-types": "link:packages/home/sample_data_types", - "@kbn/i18n": "link:packages/kbn-i18n", - "@kbn/i18n-react": "link:packages/kbn-i18n-react", + "@kbn/i18n": "link:src/platform/packages/shared/kbn-i18n", + "@kbn/i18n-react": "link:src/platform/packages/shared/kbn-i18n-react", "@kbn/iframe-embedded-plugin": "link:x-pack/test/functional_embedded/plugins/iframe_embedded", - "@kbn/image-embeddable-plugin": "link:src/plugins/image_embeddable", + "@kbn/image-embeddable-plugin": "link:src/platform/plugins/private/image_embeddable", "@kbn/index-adapter": "link:x-pack/solutions/security/packages/index-adapter", "@kbn/index-lifecycle-management-common-shared": "link:x-pack/platform/packages/shared/index-lifecycle-management/index_lifecycle_management_common_shared", "@kbn/index-lifecycle-management-plugin": "link:x-pack/platform/plugins/private/index_lifecycle_management", @@ -586,10 +586,10 @@ "@kbn/input-control-vis-plugin": "link:src/platform/plugins/private/input_control_vis", "@kbn/inspector-plugin": "link:src/platform/plugins/shared/inspector", "@kbn/integration-assistant-plugin": "link:x-pack/platform/plugins/shared/integration_assistant", - "@kbn/interactive-setup-plugin": "link:src/plugins/interactive_setup", + "@kbn/interactive-setup-plugin": "link:src/platform/plugins/private/interactive_setup", "@kbn/interactive-setup-test-endpoints-plugin": "link:test/interactive_setup_api_integration/plugins/test_endpoints", "@kbn/interpreter": "link:packages/kbn-interpreter", - "@kbn/inventory-plugin": "link:x-pack/plugins/observability_solution/inventory", + "@kbn/inventory-plugin": "link:x-pack/solutions/observability/plugins/inventory", "@kbn/investigate-app-plugin": "link:x-pack/solutions/observability/plugins/investigate_app", "@kbn/investigate-plugin": "link:x-pack/solutions/observability/plugins/investigate", "@kbn/investigation-shared": "link:x-pack/solutions/observability/packages/kbn-investigation-shared", @@ -603,28 +603,28 @@ "@kbn/kbn-tp-custom-visualizations-plugin": "link:test/plugin_functional/plugins/kbn_tp_custom_visualizations", "@kbn/kbn-tp-run-pipeline-plugin": "link:test/interpreter_functional/plugins/kbn_tp_run_pipeline", "@kbn/kibana-cors-test-plugin": "link:x-pack/test/functional_cors/plugins/kibana_cors_test", - "@kbn/kibana-overview-plugin": "link:src/plugins/kibana_overview", - "@kbn/kibana-react-plugin": "link:src/plugins/kibana_react", - "@kbn/kibana-usage-collection-plugin": "link:src/plugins/kibana_usage_collection", - "@kbn/kibana-utils-plugin": "link:src/plugins/kibana_utils", + "@kbn/kibana-overview-plugin": "link:src/platform/plugins/private/kibana_overview", + "@kbn/kibana-react-plugin": "link:src/platform/plugins/shared/kibana_react", + "@kbn/kibana-usage-collection-plugin": "link:src/platform/plugins/private/kibana_usage_collection", + "@kbn/kibana-utils-plugin": "link:src/platform/plugins/shared/kibana_utils", "@kbn/kubernetes-security-plugin": "link:x-pack/solutions/security/plugins/kubernetes_security", "@kbn/langchain": "link:x-pack/platform/packages/shared/kbn-langchain", "@kbn/language-documentation": "link:src/platform/packages/private/kbn-language-documentation", "@kbn/lens-config-builder-example-plugin": "link:x-pack/examples/lens_config_builder_example", - "@kbn/lens-embeddable-utils": "link:packages/kbn-lens-embeddable-utils", + "@kbn/lens-embeddable-utils": "link:src/platform/packages/shared/kbn-lens-embeddable-utils", "@kbn/lens-formula-docs": "link:packages/kbn-lens-formula-docs", "@kbn/lens-inline-editing-example-plugin": "link:x-pack/examples/lens_embeddable_inline_editing_example", "@kbn/lens-plugin": "link:x-pack/plugins/lens", "@kbn/license-api-guard-plugin": "link:x-pack/platform/plugins/private/license_api_guard", "@kbn/license-management-plugin": "link:x-pack/platform/plugins/shared/license_management", - "@kbn/licensing-plugin": "link:x-pack/plugins/licensing", + "@kbn/licensing-plugin": "link:x-pack/platform/plugins/shared/licensing", "@kbn/links-plugin": "link:src/platform/plugins/private/links", "@kbn/lists-plugin": "link:x-pack/solutions/security/plugins/lists", "@kbn/llm-tasks-plugin": "link:x-pack/platform/plugins/shared/ai_infra/llm_tasks", "@kbn/locator-examples-plugin": "link:examples/locator_examples", "@kbn/locator-explorer-plugin": "link:examples/locator_explorer", - "@kbn/logging": "link:packages/kbn-logging", - "@kbn/logging-mocks": "link:packages/kbn-logging-mocks", + "@kbn/logging": "link:src/platform/packages/shared/kbn-logging", + "@kbn/logging-mocks": "link:src/platform/packages/shared/kbn-logging-mocks", "@kbn/logs-data-access-plugin": "link:x-pack/platform/plugins/shared/logs_data_access", "@kbn/logs-explorer-plugin": "link:x-pack/solutions/observability/plugins/logs_explorer", "@kbn/logs-shared-plugin": "link:x-pack/platform/plugins/shared/logs_shared", @@ -648,7 +648,7 @@ "@kbn/maps-ems-plugin": "link:src/platform/plugins/private/maps_ems", "@kbn/maps-plugin": "link:x-pack/platform/plugins/shared/maps", "@kbn/maps-vector-tile-utils": "link:x-pack/platform/packages/private/maps/vector_tile_utils", - "@kbn/metrics-data-access-plugin": "link:x-pack/plugins/observability_solution/metrics_data_access", + "@kbn/metrics-data-access-plugin": "link:x-pack/solutions/observability/plugins/metrics_data_access", "@kbn/ml-agg-utils": "link:x-pack/platform/packages/private/ml/agg_utils", "@kbn/ml-anomaly-utils": "link:x-pack/platform/packages/shared/ml/anomaly_utils", "@kbn/ml-cancellable-search": "link:x-pack/platform/packages/private/ml/cancellable_search", @@ -685,11 +685,11 @@ "@kbn/monaco": "link:packages/kbn-monaco", "@kbn/monitoring-collection-plugin": "link:x-pack/platform/plugins/private/monitoring_collection", "@kbn/monitoring-plugin": "link:x-pack/platform/plugins/private/monitoring", - "@kbn/navigation-plugin": "link:src/plugins/navigation", - "@kbn/newsfeed-plugin": "link:src/plugins/newsfeed", + "@kbn/navigation-plugin": "link:src/platform/plugins/shared/navigation", + "@kbn/newsfeed-plugin": "link:src/platform/plugins/shared/newsfeed", "@kbn/newsfeed-test-plugin": "link:test/common/plugins/newsfeed", - "@kbn/no-data-page-plugin": "link:src/plugins/no_data_page", - "@kbn/notifications-plugin": "link:x-pack/plugins/notifications", + "@kbn/no-data-page-plugin": "link:src/platform/plugins/private/no_data_page", + "@kbn/notifications-plugin": "link:x-pack/platform/plugins/shared/notifications", "@kbn/object-versioning": "link:packages/kbn-object-versioning", "@kbn/object-versioning-utils": "link:packages/kbn-object-versioning-utils", "@kbn/observability-ai-assistant-app-plugin": "link:x-pack/solutions/observability/plugins/observability_ai_assistant_app", @@ -729,11 +729,11 @@ "@kbn/presentation-util-plugin": "link:src/platform/plugins/shared/presentation_util", "@kbn/product-doc-base-plugin": "link:x-pack/platform/plugins/shared/ai_infra/product_doc_base", "@kbn/product-doc-common": "link:x-pack/platform/packages/shared/ai-infra/product-doc-common", - "@kbn/profiling-data-access-plugin": "link:x-pack/plugins/observability_solution/profiling_data_access", - "@kbn/profiling-plugin": "link:x-pack/plugins/observability_solution/profiling", - "@kbn/profiling-utils": "link:packages/kbn-profiling-utils", + "@kbn/profiling-data-access-plugin": "link:x-pack/solutions/observability/plugins/profiling_data_access", + "@kbn/profiling-plugin": "link:x-pack/solutions/observability/plugins/profiling", + "@kbn/profiling-utils": "link:src/platform/packages/shared/kbn-profiling-utils", "@kbn/random-sampling": "link:x-pack/packages/kbn-random-sampling", - "@kbn/react-field": "link:packages/kbn-react-field", + "@kbn/react-field": "link:src/platform/packages/shared/kbn-react-field", "@kbn/react-hooks": "link:src/platform/packages/shared/kbn-react-hooks", "@kbn/react-kibana-context-common": "link:packages/react/kibana_context/common", "@kbn/react-kibana-context-render": "link:packages/react/kibana_context/render", @@ -745,8 +745,8 @@ "@kbn/recently-accessed": "link:packages/kbn-recently-accessed", "@kbn/remote-clusters-plugin": "link:x-pack/platform/plugins/private/remote_clusters", "@kbn/rendering-plugin": "link:test/plugin_functional/plugins/rendering_plugin", - "@kbn/repo-info": "link:packages/kbn-repo-info", - "@kbn/repo-packages": "link:packages/kbn-repo-packages", + "@kbn/repo-info": "link:src/platform/packages/shared/kbn-repo-info", + "@kbn/repo-packages": "link:src/platform/packages/private/kbn-repo-packages", "@kbn/reporting-common": "link:packages/kbn-reporting/common", "@kbn/reporting-csv-share-panel": "link:packages/kbn-reporting/get_csv_panel_actions", "@kbn/reporting-export-types-csv": "link:packages/kbn-reporting/export_types/csv", @@ -756,45 +756,45 @@ "@kbn/reporting-export-types-png": "link:packages/kbn-reporting/export_types/png", "@kbn/reporting-export-types-png-common": "link:packages/kbn-reporting/export_types/png_common", "@kbn/reporting-mocks-server": "link:packages/kbn-reporting/mocks_server", - "@kbn/reporting-plugin": "link:x-pack/plugins/reporting", + "@kbn/reporting-plugin": "link:x-pack/platform/plugins/private/reporting", "@kbn/reporting-public": "link:packages/kbn-reporting/public", "@kbn/reporting-server": "link:packages/kbn-reporting/server", - "@kbn/resizable-layout": "link:packages/kbn-resizable-layout", + "@kbn/resizable-layout": "link:src/platform/packages/shared/kbn-resizable-layout", "@kbn/resizable-layout-examples-plugin": "link:examples/resizable_layout_examples", "@kbn/resolver-test-plugin": "link:x-pack/test/plugin_functional/plugins/resolver_test", "@kbn/response-ops-feature-flag-service": "link:packages/response-ops/feature_flag_service", "@kbn/response-ops-rule-form": "link:packages/response-ops/rule_form", - "@kbn/response-ops-rule-params": "link:src/platform/packages/private/response-ops/rule_params", + "@kbn/response-ops-rule-params": "link:src/platform/packages/shared/response-ops/rule_params", "@kbn/response-stream-plugin": "link:examples/response_stream", - "@kbn/rison": "link:packages/kbn-rison", + "@kbn/rison": "link:src/platform/packages/shared/kbn-rison", "@kbn/rollup": "link:x-pack/platform/packages/private/rollup", "@kbn/rollup-plugin": "link:x-pack/platform/plugins/private/rollup", - "@kbn/router-to-openapispec": "link:packages/kbn-router-to-openapispec", + "@kbn/router-to-openapispec": "link:src/platform/packages/shared/kbn-router-to-openapispec", "@kbn/router-utils": "link:src/platform/packages/shared/kbn-router-utils", "@kbn/routing-example-plugin": "link:examples/routing_example", "@kbn/rrule": "link:src/platform/packages/shared/kbn-rrule", "@kbn/rule-data-utils": "link:src/platform/packages/shared/kbn-rule-data-utils", "@kbn/rule-registry-plugin": "link:x-pack/platform/plugins/shared/rule_registry", "@kbn/runtime-fields-plugin": "link:x-pack/platform/plugins/private/runtime_fields", - "@kbn/safer-lodash-set": "link:packages/kbn-safer-lodash-set", + "@kbn/safer-lodash-set": "link:src/platform/packages/shared/kbn-safer-lodash-set", "@kbn/saml-provider-plugin": "link:x-pack/test/security_api_integration/plugins/saml_provider", "@kbn/sample-task-plugin": "link:x-pack/test/plugin_api_integration/plugins/sample_task_plugin", "@kbn/sample-task-plugin-update-by-query": "link:x-pack/test/task_manager_claimer_update_by_query/plugins/sample_task_plugin_mget", "@kbn/saved-object-export-transforms-plugin": "link:test/plugin_functional/plugins/saved_object_export_transforms", "@kbn/saved-object-import-warnings-plugin": "link:test/plugin_functional/plugins/saved_object_import_warnings", "@kbn/saved-object-test-plugin": "link:x-pack/test/saved_object_api_integration/common/plugins/saved_object_test_plugin", - "@kbn/saved-objects-finder-plugin": "link:src/plugins/saved_objects_finder", + "@kbn/saved-objects-finder-plugin": "link:src/platform/plugins/shared/saved_objects_finder", "@kbn/saved-objects-hidden-from-http-apis-type-plugin": "link:test/plugin_functional/plugins/saved_objects_hidden_from_http_apis_type", "@kbn/saved-objects-hidden-type-plugin": "link:test/plugin_functional/plugins/saved_objects_hidden_type", - "@kbn/saved-objects-management-plugin": "link:src/plugins/saved_objects_management", - "@kbn/saved-objects-plugin": "link:src/plugins/saved_objects", + "@kbn/saved-objects-management-plugin": "link:src/platform/plugins/shared/saved_objects_management", + "@kbn/saved-objects-plugin": "link:src/platform/plugins/shared/saved_objects", "@kbn/saved-objects-settings": "link:packages/kbn-saved-objects-settings", - "@kbn/saved-objects-tagging-oss-plugin": "link:src/plugins/saved_objects_tagging_oss", - "@kbn/saved-objects-tagging-plugin": "link:x-pack/plugins/saved_objects_tagging", + "@kbn/saved-objects-tagging-oss-plugin": "link:src/platform/plugins/shared/saved_objects_tagging_oss", + "@kbn/saved-objects-tagging-plugin": "link:x-pack/platform/plugins/private/saved_objects_tagging", "@kbn/saved-search-component": "link:packages/kbn-saved-search-component", - "@kbn/saved-search-plugin": "link:src/plugins/saved_search", + "@kbn/saved-search-plugin": "link:src/platform/plugins/shared/saved_search", "@kbn/screenshot-mode-example-plugin": "link:examples/screenshot_mode_example", - "@kbn/screenshot-mode-plugin": "link:src/plugins/screenshot_mode", + "@kbn/screenshot-mode-plugin": "link:src/platform/plugins/shared/screenshot_mode", "@kbn/screenshotting-example-plugin": "link:x-pack/examples/screenshotting_example", "@kbn/screenshotting-plugin": "link:x-pack/platform/plugins/shared/screenshotting", "@kbn/screenshotting-server": "link:packages/kbn-screenshotting-server", @@ -804,7 +804,7 @@ "@kbn/search-assistant": "link:x-pack/solutions/search/plugins/search_assistant", "@kbn/search-connectors": "link:src/platform/packages/shared/kbn-search-connectors", "@kbn/search-connectors-plugin": "link:x-pack/solutions/search/plugins/search_connectors", - "@kbn/search-errors": "link:packages/kbn-search-errors", + "@kbn/search-errors": "link:src/platform/packages/shared/kbn-search-errors", "@kbn/search-examples-plugin": "link:examples/search_examples", "@kbn/search-homepage": "link:x-pack/solutions/search/plugins/search_homepage", "@kbn/search-index-documents": "link:x-pack/solutions/search/packages/kbn-search-index-documents", @@ -813,20 +813,20 @@ "@kbn/search-navigation": "link:x-pack/solutions/search/plugins/search_solution/search_navigation", "@kbn/search-notebooks": "link:x-pack/solutions/search/plugins/search_notebooks", "@kbn/search-playground": "link:x-pack/solutions/search/plugins/search_playground", - "@kbn/search-response-warnings": "link:packages/kbn-search-response-warnings", + "@kbn/search-response-warnings": "link:src/platform/packages/shared/kbn-search-response-warnings", "@kbn/search-shared-ui": "link:x-pack/solutions/search/packages/search/shared_ui", - "@kbn/search-types": "link:packages/kbn-search-types", + "@kbn/search-types": "link:src/platform/packages/shared/kbn-search-types", "@kbn/searchprofiler-plugin": "link:x-pack/platform/plugins/shared/searchprofiler", - "@kbn/security-api-key-management": "link:x-pack/packages/security/api_key_management", - "@kbn/security-authorization-core": "link:x-pack/packages/security/authorization_core", - "@kbn/security-authorization-core-common": "link:x-pack/packages/security/authorization_core_common", - "@kbn/security-form-components": "link:x-pack/packages/security/form_components", - "@kbn/security-hardening": "link:packages/kbn-security-hardening", - "@kbn/security-plugin": "link:x-pack/plugins/security", - "@kbn/security-plugin-types-common": "link:x-pack/packages/security/plugin_types_common", - "@kbn/security-plugin-types-public": "link:x-pack/packages/security/plugin_types_public", - "@kbn/security-plugin-types-server": "link:x-pack/packages/security/plugin_types_server", - "@kbn/security-role-management-model": "link:x-pack/packages/security/role_management_model", + "@kbn/security-api-key-management": "link:x-pack/platform/packages/shared/security/api_key_management", + "@kbn/security-authorization-core": "link:x-pack/platform/packages/private/security/authorization_core", + "@kbn/security-authorization-core-common": "link:x-pack/platform/packages/private/security/authorization_core_common", + "@kbn/security-form-components": "link:x-pack/platform/packages/shared/security/form_components", + "@kbn/security-hardening": "link:src/platform/packages/shared/kbn-security-hardening", + "@kbn/security-plugin": "link:x-pack/platform/plugins/shared/security", + "@kbn/security-plugin-types-common": "link:x-pack/platform/packages/shared/security/plugin_types_common", + "@kbn/security-plugin-types-public": "link:x-pack/platform/packages/shared/security/plugin_types_public", + "@kbn/security-plugin-types-server": "link:x-pack/platform/packages/shared/security/plugin_types_server", + "@kbn/security-role-management-model": "link:x-pack/platform/packages/private/security/role_management_model", "@kbn/security-solution-distribution-bar": "link:x-pack/solutions/security/packages/distribution_bar", "@kbn/security-solution-ess": "link:x-pack/solutions/security/plugins/security_solution_ess", "@kbn/security-solution-features": "link:x-pack/solutions/security/packages/features", @@ -838,7 +838,7 @@ "@kbn/security-solution-storybook-config": "link:x-pack/solutions/security/packages/storybook/config", "@kbn/security-solution-upselling": "link:x-pack/solutions/security/packages/upselling", "@kbn/security-test-endpoints-plugin": "link:x-pack/test/security_functional/plugins/test_endpoints", - "@kbn/security-ui-components": "link:x-pack/packages/security/ui_components", + "@kbn/security-ui-components": "link:x-pack/platform/packages/private/security/ui_components", "@kbn/securitysolution-autocomplete": "link:x-pack/solutions/security/packages/kbn-securitysolution-autocomplete", "@kbn/securitysolution-data-table": "link:x-pack/solutions/security/packages/data_table", "@kbn/securitysolution-ecs": "link:src/platform/packages/shared/kbn-securitysolution-ecs", @@ -859,11 +859,11 @@ "@kbn/securitysolution-rules": "link:src/platform/packages/shared/kbn-securitysolution-rules", "@kbn/securitysolution-t-grid": "link:x-pack/solutions/security/packages/kbn-securitysolution-t-grid", "@kbn/securitysolution-utils": "link:x-pack/solutions/security/packages/kbn-securitysolution-utils", - "@kbn/server-http-tools": "link:packages/kbn-server-http-tools", + "@kbn/server-http-tools": "link:src/platform/packages/shared/kbn-server-http-tools", "@kbn/server-route-repository": "link:src/platform/packages/shared/kbn-server-route-repository", "@kbn/server-route-repository-client": "link:src/platform/packages/shared/kbn-server-route-repository-client", "@kbn/server-route-repository-utils": "link:src/platform/packages/shared/kbn-server-route-repository-utils", - "@kbn/serverless": "link:x-pack/plugins/serverless", + "@kbn/serverless": "link:x-pack/platform/plugins/shared/serverless", "@kbn/serverless-common-settings": "link:packages/serverless/settings/common", "@kbn/serverless-observability": "link:x-pack/solutions/observability/plugins/serverless_observability", "@kbn/serverless-observability-settings": "link:packages/serverless/settings/observability_project", @@ -876,8 +876,8 @@ "@kbn/session-view-plugin": "link:x-pack/solutions/security/plugins/session_view", "@kbn/set-map": "link:packages/kbn-set-map", "@kbn/share-examples-plugin": "link:examples/share_examples", - "@kbn/share-plugin": "link:src/plugins/share", - "@kbn/shared-svg": "link:packages/kbn-shared-svg", + "@kbn/share-plugin": "link:src/platform/plugins/shared/share", + "@kbn/shared-svg": "link:src/platform/packages/shared/kbn-shared-svg", "@kbn/shared-ux-avatar-solution": "link:packages/shared-ux/avatar/solution", "@kbn/shared-ux-button-exit-full-screen": "link:packages/shared-ux/button/exit_full_screen", "@kbn/shared-ux-button-toolbar": "link:packages/shared-ux/button_toolbar", @@ -932,7 +932,7 @@ "@kbn/slo-schema": "link:x-pack/platform/packages/shared/kbn-slo-schema", "@kbn/snapshot-restore-plugin": "link:x-pack/platform/plugins/private/snapshot_restore", "@kbn/sort-predicates": "link:packages/kbn-sort-predicates", - "@kbn/spaces-plugin": "link:x-pack/plugins/spaces", + "@kbn/spaces-plugin": "link:x-pack/platform/plugins/shared/spaces", "@kbn/spaces-test-plugin": "link:x-pack/test/spaces_api_integration/common/plugins/spaces_test_plugin", "@kbn/sse-utils": "link:src/platform/packages/shared/kbn-sse-utils", "@kbn/sse-utils-client": "link:src/platform/packages/shared/kbn-sse-utils-client", @@ -943,7 +943,7 @@ "@kbn/state-containers-examples-plugin": "link:examples/state_containers_examples", "@kbn/status-plugin-a-plugin": "link:test/server_integration/plugins/status_plugin_a", "@kbn/status-plugin-b-plugin": "link:test/server_integration/plugins/status_plugin_b", - "@kbn/std": "link:packages/kbn-std", + "@kbn/std": "link:src/platform/packages/shared/kbn-std", "@kbn/streams-app-plugin": "link:x-pack/solutions/observability/plugins/streams_app", "@kbn/streams-plugin": "link:x-pack/solutions/observability/plugins/streams", "@kbn/streams-schema": "link:x-pack/packages/kbn-streams-schema", @@ -952,10 +952,10 @@ "@kbn/task-manager-fixture-plugin": "link:x-pack/test/alerting_api_integration/common/plugins/task_manager_fixture", "@kbn/task-manager-performance-plugin": "link:x-pack/test/plugin_api_perf/plugins/task_manager_performance", "@kbn/task-manager-plugin": "link:x-pack/platform/plugins/shared/task_manager", - "@kbn/telemetry-collection-manager-plugin": "link:src/plugins/telemetry_collection_manager", - "@kbn/telemetry-collection-xpack-plugin": "link:x-pack/plugins/telemetry_collection_xpack", - "@kbn/telemetry-management-section-plugin": "link:src/plugins/telemetry_management_section", - "@kbn/telemetry-plugin": "link:src/plugins/telemetry", + "@kbn/telemetry-collection-manager-plugin": "link:src/platform/plugins/shared/telemetry_collection_manager", + "@kbn/telemetry-collection-xpack-plugin": "link:x-pack/platform/plugins/private/telemetry_collection_xpack", + "@kbn/telemetry-management-section-plugin": "link:src/platform/plugins/shared/telemetry_management_section", + "@kbn/telemetry-plugin": "link:src/platform/plugins/shared/telemetry", "@kbn/telemetry-test-plugin": "link:test/plugin_functional/plugins/telemetry", "@kbn/test-feature-usage-plugin": "link:x-pack/test/licensing_plugin/plugins/test_feature_usage", "@kbn/testing-embedded-lens-plugin": "link:x-pack/examples/testing_embedded_lens", @@ -976,37 +976,37 @@ "@kbn/typed-react-router-config": "link:src/platform/packages/shared/kbn-typed-react-router-config", "@kbn/ui-actions-browser": "link:packages/kbn-ui-actions-browser", "@kbn/ui-actions-enhanced-examples-plugin": "link:x-pack/examples/ui_actions_enhanced_examples", - "@kbn/ui-actions-enhanced-plugin": "link:src/plugins/ui_actions_enhanced", + "@kbn/ui-actions-enhanced-plugin": "link:src/platform/plugins/shared/ui_actions_enhanced", "@kbn/ui-actions-examples-plugin": "link:examples/ui_action_examples", "@kbn/ui-actions-explorer-plugin": "link:examples/ui_actions_explorer", - "@kbn/ui-actions-plugin": "link:src/plugins/ui_actions", + "@kbn/ui-actions-plugin": "link:src/platform/plugins/shared/ui_actions", "@kbn/ui-settings-plugin": "link:test/plugin_functional/plugins/ui_settings_plugin", - "@kbn/ui-shared-deps-npm": "link:packages/kbn-ui-shared-deps-npm", - "@kbn/ui-shared-deps-src": "link:packages/kbn-ui-shared-deps-src", - "@kbn/ui-theme": "link:packages/kbn-ui-theme", - "@kbn/unified-data-table": "link:packages/kbn-unified-data-table", - "@kbn/unified-doc-viewer": "link:packages/kbn-unified-doc-viewer", + "@kbn/ui-shared-deps-npm": "link:src/platform/packages/private/kbn-ui-shared-deps-npm", + "@kbn/ui-shared-deps-src": "link:src/platform/packages/private/kbn-ui-shared-deps-src", + "@kbn/ui-theme": "link:src/platform/packages/shared/kbn-ui-theme", + "@kbn/unified-data-table": "link:src/platform/packages/shared/kbn-unified-data-table", + "@kbn/unified-doc-viewer": "link:src/platform/packages/shared/kbn-unified-doc-viewer", "@kbn/unified-doc-viewer-examples": "link:examples/unified_doc_viewer", - "@kbn/unified-doc-viewer-plugin": "link:src/plugins/unified_doc_viewer", - "@kbn/unified-field-list": "link:packages/kbn-unified-field-list", + "@kbn/unified-doc-viewer-plugin": "link:src/platform/plugins/shared/unified_doc_viewer", + "@kbn/unified-field-list": "link:src/platform/packages/shared/kbn-unified-field-list", "@kbn/unified-field-list-examples-plugin": "link:examples/unified_field_list_examples", - "@kbn/unified-histogram-plugin": "link:src/plugins/unified_histogram", + "@kbn/unified-histogram-plugin": "link:src/platform/plugins/shared/unified_histogram", "@kbn/unified-search-plugin": "link:src/plugins/unified_search", - "@kbn/unsaved-changes-badge": "link:packages/kbn-unsaved-changes-badge", + "@kbn/unsaved-changes-badge": "link:src/platform/packages/private/kbn-unsaved-changes-badge", "@kbn/unsaved-changes-prompt": "link:src/platform/packages/shared/kbn-unsaved-changes-prompt", - "@kbn/upgrade-assistant-plugin": "link:x-pack/plugins/upgrade_assistant", + "@kbn/upgrade-assistant-plugin": "link:x-pack/platform/plugins/private/upgrade_assistant", "@kbn/uptime-plugin": "link:x-pack/solutions/observability/plugins/uptime", "@kbn/url-drilldown-plugin": "link:x-pack/plugins/drilldowns/url_drilldown", "@kbn/url-forwarding-plugin": "link:src/plugins/url_forwarding", - "@kbn/usage-collection-plugin": "link:src/plugins/usage_collection", + "@kbn/usage-collection-plugin": "link:src/platform/plugins/shared/usage_collection", "@kbn/usage-collection-test-plugin": "link:test/plugin_functional/plugins/usage_collection", "@kbn/use-tracked-promise": "link:packages/kbn-use-tracked-promise", - "@kbn/user-profile-components": "link:packages/kbn-user-profile-components", + "@kbn/user-profile-components": "link:src/platform/packages/shared/kbn-user-profile-components", "@kbn/user-profile-examples-plugin": "link:examples/user_profile_examples", "@kbn/user-profiles-consumer-plugin": "link:x-pack/test/security_api_integration/plugins/user_profiles_consumer", - "@kbn/utility-types": "link:packages/kbn-utility-types", - "@kbn/utility-types-jest": "link:packages/kbn-utility-types-jest", - "@kbn/utils": "link:packages/kbn-utils", + "@kbn/utility-types": "link:src/platform/packages/shared/kbn-utility-types", + "@kbn/utility-types-jest": "link:src/platform/packages/shared/kbn-utility-types-jest", + "@kbn/utils": "link:src/platform/packages/shared/kbn-utils", "@kbn/ux-plugin": "link:x-pack/solutions/observability/plugins/ux", "@kbn/v8-profiler-examples-plugin": "link:examples/v8_profiler_examples", "@kbn/vis-default-editor-plugin": "link:src/plugins/vis_default_editor", @@ -1027,7 +1027,7 @@ "@kbn/visualizations-plugin": "link:src/plugins/visualizations", "@kbn/watcher-plugin": "link:x-pack/platform/plugins/private/watcher", "@kbn/xstate-utils": "link:src/platform/packages/shared/kbn-xstate-utils", - "@kbn/zod": "link:packages/kbn-zod", + "@kbn/zod": "link:src/platform/packages/shared/kbn-zod", "@kbn/zod-helpers": "link:src/platform/packages/shared/kbn-zod-helpers", "@langchain/aws": "^0.1.2", "@langchain/community": "0.3.14", @@ -1134,7 +1134,7 @@ "del": "^6.1.0", "diff": "^5.1.0", "dotenv": "^16.4.5", - "elastic-apm-node": "^4.9.0", + "elastic-apm-node": "^4.10.0", "email-addresses": "^5.0.0", "eventsource-parser": "^3.0.0", "execa": "^5.1.1", @@ -1368,7 +1368,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-ftr-e2e": "link:x-pack/solutions/observability/plugins/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", @@ -1468,7 +1468,7 @@ "@kbn/get-repo-files": "link:packages/kbn-get-repo-files", "@kbn/import-locator": "link:packages/kbn-import-locator", "@kbn/import-resolver": "link:packages/kbn-import-resolver", - "@kbn/inventory-e2e": "link:x-pack/plugins/observability_solution/inventory/e2e", + "@kbn/inventory-e2e": "link:x-pack/solutions/observability/plugins/inventory/e2e", "@kbn/jest-serializers": "link:packages/kbn-jest-serializers", "@kbn/journeys": "link:packages/kbn-journeys", "@kbn/json-ast": "link:packages/kbn-json-ast", @@ -1508,6 +1508,7 @@ "@kbn/sort-package-json": "link:packages/kbn-sort-package-json", "@kbn/stdio-dev-helpers": "link:packages/kbn-stdio-dev-helpers", "@kbn/storybook": "link:packages/kbn-storybook", + "@kbn/styled-components-mapping-cli": "link:packages/kbn-styled-components-mapping-cli", "@kbn/synthetics-e2e": "link:x-pack/solutions/observability/plugins/synthetics/e2e", "@kbn/telemetry-tools": "link:packages/kbn-telemetry-tools", "@kbn/test": "link:packages/kbn-test", @@ -1718,7 +1719,7 @@ "cssnano-preset-default": "^5.2.12", "cssstyle": "^4.1.0", "csstype": "^3.0.2", - "cypress": "13.15.2", + "cypress": "13.17.0", "cypress-axe": "^1.5.0", "cypress-file-upload": "^5.0.8", "cypress-multi-reporters": "^1.6.4", diff --git a/packages/README.md b/packages/README.md index dd6bce456d476..c23092e7c35d4 100644 --- a/packages/README.md +++ b/packages/README.md @@ -27,7 +27,7 @@ dependency and account for the relative location of the Kibana repo, so it would instead be: ``` -"@kbn/i18n": "link:../../kibana/packages/kbn-i18n" +"@kbn/i18n": "link:../../kibana/src/platform/packages/shared/kbn-i18n" ``` then run `yarn kbn bootstrap` from the plugin directory. diff --git a/packages/analytics/utils/analytics_collection_utils/jest.config.js b/packages/analytics/utils/analytics_collection_utils/jest.config.js deleted file mode 100644 index eb4383bfe99b1..0000000000000 --- a/packages/analytics/utils/analytics_collection_utils/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/analytics/utils/analytics_collection_utils'], -}; diff --git a/packages/analytics/utils/analytics_collection_utils/tsconfig.json b/packages/analytics/utils/analytics_collection_utils/tsconfig.json deleted file mode 100644 index b05325b824a67..0000000000000 --- a/packages/analytics/utils/analytics_collection_utils/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [] -} diff --git a/packages/cloud/jest.config.js b/packages/cloud/jest.config.js deleted file mode 100644 index f1d60eda4027a..0000000000000 --- a/packages/cloud/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../..', - roots: ['/packages/cloud'], -}; diff --git a/packages/cloud/tsconfig.json b/packages/cloud/tsconfig.json deleted file mode 100644 index 63d6c281f8199..0000000000000 --- a/packages/cloud/tsconfig.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [ - "@kbn/i18n", - "@kbn/i18n-react", - "@kbn/core-lifecycle-browser", - "@kbn/cloud-plugin", - "@kbn/share-plugin", - "@kbn/security-plugin-types-server", - "@kbn/react-kibana-context-render", - ] -} diff --git a/packages/content-management/favorites/favorites_public/src/favorites_client.ts b/packages/content-management/favorites/favorites_public/src/favorites_client.ts index 84c44db5fd64c..c8a9fa5502553 100644 --- a/packages/content-management/favorites/favorites_public/src/favorites_client.ts +++ b/packages/content-management/favorites/favorites_public/src/favorites_client.ts @@ -9,11 +9,13 @@ import type { HttpStart } from '@kbn/core-http-browser'; import type { UsageCollectionStart } from '@kbn/usage-collection-plugin/public'; +import type { UserProfileServiceStart } from '@kbn/core-user-profile-browser'; import type { - GetFavoritesResponse as GetFavoritesResponseServer, AddFavoriteResponse, + GetFavoritesResponse as GetFavoritesResponseServer, RemoveFavoriteResponse, } from '@kbn/content-management-favorites-server'; +import { firstValueFrom } from 'rxjs'; export interface GetFavoritesResponse extends GetFavoritesResponseServer { @@ -29,6 +31,7 @@ export interface FavoritesClientPublic { addFavorite(params: AddFavoriteRequest): Promise; removeFavorite(params: { id: string }): Promise; + isAvailable(): Promise; getFavoriteType(): string; reportAddFavoriteClick(): void; reportRemoveFavoriteClick(): void; @@ -40,14 +43,29 @@ export class FavoritesClient constructor( private readonly appName: string, private readonly favoriteObjectType: string, - private readonly deps: { http: HttpStart; usageCollection?: UsageCollectionStart } + private readonly deps: { + http: HttpStart; + userProfile: UserProfileServiceStart; + usageCollection?: UsageCollectionStart; + } ) {} + public async isAvailable(): Promise { + return firstValueFrom(this.deps.userProfile.getEnabled$()); + } + + private async ifAvailablePreCheck() { + if (!(await this.isAvailable())) + throw new Error('Favorites service is not available for current user'); + } + public async getFavorites(): Promise> { + await this.ifAvailablePreCheck(); return this.deps.http.get(`/internal/content_management/favorites/${this.favoriteObjectType}`); } public async addFavorite(params: AddFavoriteRequest): Promise { + await this.ifAvailablePreCheck(); return this.deps.http.post( `/internal/content_management/favorites/${this.favoriteObjectType}/${params.id}/favorite`, { body: 'metadata' in params ? JSON.stringify({ metadata: params.metadata }) : undefined } @@ -55,6 +73,7 @@ export class FavoritesClient } public async removeFavorite({ id }: { id: string }): Promise { + await this.ifAvailablePreCheck(); return this.deps.http.post( `/internal/content_management/favorites/${this.favoriteObjectType}/${id}/unfavorite` ); diff --git a/packages/content-management/favorites/favorites_public/tsconfig.json b/packages/content-management/favorites/favorites_public/tsconfig.json index 3057c828fc3da..aa36c38cebab3 100644 --- a/packages/content-management/favorites/favorites_public/tsconfig.json +++ b/packages/content-management/favorites/favorites_public/tsconfig.json @@ -23,5 +23,6 @@ "@kbn/content-management-favorites-server", "@kbn/i18n-react", "@kbn/usage-collection-plugin", + "@kbn/core-user-profile-browser", ] } diff --git a/packages/content-management/table_list_view_table/src/__jest__/tests.helpers.tsx b/packages/content-management/table_list_view_table/src/__jest__/tests.helpers.tsx index cf28019f820d0..7dcff19fdecb5 100644 --- a/packages/content-management/table_list_view_table/src/__jest__/tests.helpers.tsx +++ b/packages/content-management/table_list_view_table/src/__jest__/tests.helpers.tsx @@ -29,7 +29,7 @@ export const getMockServices = (overrides?: Partial '', getTagIdsFromReferences: () => [], isTaggingEnabled: () => true, - isFavoritesEnabled: () => false, + isFavoritesEnabled: () => Promise.resolve(false), bulkGetUserProfiles: async () => [], getUserProfile: async () => ({ uid: '', enabled: true, data: {}, user: { username: '' } }), isKibanaVersioningEnabled: false, diff --git a/packages/content-management/table_list_view_table/src/mocks.tsx b/packages/content-management/table_list_view_table/src/mocks.tsx index 6f3ffda91ddf6..1cd7bbcef07a7 100644 --- a/packages/content-management/table_list_view_table/src/mocks.tsx +++ b/packages/content-management/table_list_view_table/src/mocks.tsx @@ -75,7 +75,7 @@ export const getStoryServices = (params: Params, action: ActionFn = () => {}) => getTagManagementUrl: () => '', getTagIdsFromReferences: () => [], isTaggingEnabled: () => true, - isFavoritesEnabled: () => false, + isFavoritesEnabled: () => Promise.resolve(false), isKibanaVersioningEnabled: false, ...params, }; diff --git a/packages/content-management/table_list_view_table/src/services.tsx b/packages/content-management/table_list_view_table/src/services.tsx index 9db14069107e8..7ae90d29a74ba 100644 --- a/packages/content-management/table_list_view_table/src/services.tsx +++ b/packages/content-management/table_list_view_table/src/services.tsx @@ -73,7 +73,7 @@ export interface Services { /** Predicate to indicate if tagging features is enabled */ isTaggingEnabled: () => boolean; /** Predicate to indicate if favorites features is enabled */ - isFavoritesEnabled: () => boolean; + isFavoritesEnabled: () => Promise; /** Predicate function to indicate if some of the saved object references are tags */ itemHasTags: (references: SavedObjectsReference[]) => boolean; /** Handler to return the url to navigate to the kibana tags management */ @@ -288,7 +288,7 @@ export const TableListViewKibanaProvider: FC< currentAppId$={application.currentAppId$} navigateToUrl={application.navigateToUrl} isTaggingEnabled={() => Boolean(savedObjectsTagging)} - isFavoritesEnabled={() => Boolean(services.favorites)} + isFavoritesEnabled={async () => services.favorites?.isAvailable() ?? false} getTagList={getTagList} TagList={TagList} itemHasTags={itemHasTags} diff --git a/packages/content-management/table_list_view_table/src/table_list_view_table.tsx b/packages/content-management/table_list_view_table/src/table_list_view_table.tsx index 011f00256d979..7a5356f75eb2b 100644 --- a/packages/content-management/table_list_view_table/src/table_list_view_table.tsx +++ b/packages/content-management/table_list_view_table/src/table_list_view_table.tsx @@ -9,6 +9,7 @@ import React, { useReducer, useCallback, useEffect, useRef, useMemo } from 'react'; import useDebounce from 'react-use/lib/useDebounce'; +import useAsync from 'react-use/lib/useAsync'; import { EuiBasicTableColumn, EuiButton, @@ -379,6 +380,8 @@ function TableListViewTableComp({ isKibanaVersioningEnabled, } = useServices(); + const favoritesEnabled = useAsync(isFavoritesEnabled, [])?.value ?? false; + const openContentEditor = useOpenContentEditor(); const contentInsightsServices = useContentInsightsServices(); @@ -621,7 +624,7 @@ function TableListViewTableComp({ } }} searchTerm={searchQuery.text} - isFavoritesEnabled={isFavoritesEnabled()} + isFavoritesEnabled={favoritesEnabled} /> ); }, @@ -754,7 +757,7 @@ function TableListViewTableComp({ tableItemsRowActions, inspectItem, entityName, - isFavoritesEnabled, + favoritesEnabled, isKibanaVersioningEnabled, ]); @@ -1218,7 +1221,7 @@ function TableListViewTableComp({ addOrRemoveExcludeTagFilter={addOrRemoveExcludeTagFilter} clearTagSelection={clearTagSelection} createdByEnabled={createdByEnabled} - favoritesEnabled={isFavoritesEnabled()} + favoritesEnabled={favoritesEnabled} /> {/* Delete modal */} diff --git a/packages/core/base/core-base-common-internal/jest.config.js b/packages/core/base/core-base-common-internal/jest.config.js deleted file mode 100644 index 3c0666e8aadb6..0000000000000 --- a/packages/core/base/core-base-common-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/base/core-base-common-internal'], -}; diff --git a/packages/core/base/core-base-common-internal/tsconfig.json b/packages/core/base/core-base-common-internal/tsconfig.json deleted file mode 100644 index 0f16c2b9311d8..0000000000000 --- a/packages/core/base/core-base-common-internal/tsconfig.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/base/core-base-server-internal/jest.config.js b/packages/core/base/core-base-server-internal/jest.config.js deleted file mode 100644 index 916990ebba57f..0000000000000 --- a/packages/core/base/core-base-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/base/core-base-server-internal'], -}; diff --git a/packages/core/base/core-base-server-internal/tsconfig.json b/packages/core/base/core-base-server-internal/tsconfig.json deleted file mode 100644 index fa2b8ec8c8cb1..0000000000000 --- a/packages/core/base/core-base-server-internal/tsconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/config", - "@kbn/config-schema", - "@kbn/logging", - "@kbn/utility-types", - "@kbn/core-base-common-internal" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/capabilities/core-capabilities-browser-internal/jest.config.js b/packages/core/capabilities/core-capabilities-browser-internal/jest.config.js deleted file mode 100644 index 48851c9662315..0000000000000 --- a/packages/core/capabilities/core-capabilities-browser-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/capabilities/core-capabilities-browser-internal'], -}; diff --git a/packages/core/capabilities/core-capabilities-browser-internal/tsconfig.json b/packages/core/capabilities/core-capabilities-browser-internal/tsconfig.json deleted file mode 100644 index ca9379c024865..0000000000000 --- a/packages/core/capabilities/core-capabilities-browser-internal/tsconfig.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "kbn_references": [ - "@kbn/utility-types", - "@kbn/std", - "@kbn/core-http-browser-mocks", - "@kbn/core-capabilities-common", - "@kbn/core-http-browser-internal" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/capabilities/core-capabilities-common/jest.config.js b/packages/core/capabilities/core-capabilities-common/jest.config.js deleted file mode 100644 index b77a838daf989..0000000000000 --- a/packages/core/capabilities/core-capabilities-common/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/capabilities/core-capabilities-common'], -}; diff --git a/packages/core/capabilities/core-capabilities-common/tsconfig.json b/packages/core/capabilities/core-capabilities-common/tsconfig.json deleted file mode 100644 index e7513f6481e89..0000000000000 --- a/packages/core/capabilities/core-capabilities-common/tsconfig.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/capabilities/core-capabilities-server-internal/jest.config.js b/packages/core/capabilities/core-capabilities-server-internal/jest.config.js deleted file mode 100644 index fe6f7746ab5cb..0000000000000 --- a/packages/core/capabilities/core-capabilities-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/capabilities/core-capabilities-server-internal'], -}; diff --git a/packages/core/capabilities/core-capabilities-server-internal/tsconfig.json b/packages/core/capabilities/core-capabilities-server-internal/tsconfig.json deleted file mode 100644 index 64ee048df3913..0000000000000 --- a/packages/core/capabilities/core-capabilities-server-internal/tsconfig.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/apm-utils", - "@kbn/config-schema", - "@kbn/logging", - "@kbn/core-base-server-internal", - "@kbn/core-http-server", - "@kbn/core-http-server-internal", - "@kbn/core-capabilities-common", - "@kbn/core-capabilities-server", - "@kbn/core-base-server-mocks", - "@kbn/core-http-router-server-mocks", - "@kbn/core-http-server-mocks", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/capabilities/core-capabilities-server/jest.config.js b/packages/core/capabilities/core-capabilities-server/jest.config.js deleted file mode 100644 index 5f711b34aa83d..0000000000000 --- a/packages/core/capabilities/core-capabilities-server/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/capabilities/core-capabilities-server'], -}; diff --git a/packages/core/capabilities/core-capabilities-server/tsconfig.json b/packages/core/capabilities/core-capabilities-server/tsconfig.json deleted file mode 100644 index 1bb52580bb4df..0000000000000 --- a/packages/core/capabilities/core-capabilities-server/tsconfig.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/core-http-server", - "@kbn/core-capabilities-common", - "@kbn/utility-types", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/chrome/core-chrome-browser-internal/src/chrome_service.test.tsx b/packages/core/chrome/core-chrome-browser-internal/src/chrome_service.test.tsx index ade55365409cb..893910d1e4e47 100644 --- a/packages/core/chrome/core-chrome-browser-internal/src/chrome_service.test.tsx +++ b/packages/core/chrome/core-chrome-browser-internal/src/chrome_service.test.tsx @@ -30,6 +30,14 @@ import { KibanaRenderContextProvider } from '@kbn/react-kibana-context-render'; import { findTestSubject } from '@kbn/test-jest-helpers'; import { ChromeService } from './chrome_service'; +const mockhandleSystemColorModeChange = jest.fn(); + +jest.mock('./handle_system_colormode_change', () => { + return { + handleSystemColorModeChange: (...args: any[]) => mockhandleSystemColorModeChange(...args), + }; +}); + class FakeApp implements App { public title: string; public mount = () => () => {}; @@ -205,6 +213,29 @@ describe('start', () => { expect(startDeps.notifications.toasts.addWarning).not.toBeCalled(); }); + it('calls handleSystemColorModeChange() with the correct parameters', async () => { + mockhandleSystemColorModeChange.mockReset(); + await start(); + expect(mockhandleSystemColorModeChange).toHaveBeenCalledTimes(1); + + const [firstCallArg] = mockhandleSystemColorModeChange.mock.calls[0]; + expect(Object.keys(firstCallArg).sort()).toEqual([ + 'coreStart', + 'http', + 'notifications', + 'stop$', + 'uiSettings', + ]); + + expect(mockhandleSystemColorModeChange).toHaveBeenCalledWith({ + http: expect.any(Object), + coreStart: expect.any(Object), + uiSettings: expect.any(Object), + notifications: expect.any(Object), + stop$: expect.any(Object), + }); + }); + describe('getHeaderComponent', () => { it('returns a renderable React component', async () => { const { chrome } = await start(); diff --git a/packages/core/chrome/core-chrome-browser-internal/src/chrome_service.tsx b/packages/core/chrome/core-chrome-browser-internal/src/chrome_service.tsx index 511100fff6d40..e8eb19482da7a 100644 --- a/packages/core/chrome/core-chrome-browser-internal/src/chrome_service.tsx +++ b/packages/core/chrome/core-chrome-browser-internal/src/chrome_service.tsx @@ -14,6 +14,10 @@ import { mergeMap, map, takeUntil, filter } from 'rxjs'; import { parse } from 'url'; import { setEuiDevProviderWarning } from '@elastic/eui'; import useObservable from 'react-use/lib/useObservable'; +import type { I18nStart } from '@kbn/core-i18n-browser'; +import type { ThemeServiceStart } from '@kbn/core-theme-browser'; +import type { UserProfileService } from '@kbn/core-user-profile-browser'; +import type { IUiSettingsClient } from '@kbn/core-ui-settings-browser'; import type { CoreContext } from '@kbn/core-base-browser-internal'; import type { InternalInjectedMetadataStart } from '@kbn/core-injected-metadata-browser-internal'; @@ -54,6 +58,7 @@ import { Header, LoadingIndicator, ProjectHeader } from './ui'; import { registerAnalyticsContextProvider } from './register_analytics_context_provider'; import type { InternalChromeStart } from './types'; import { HeaderTopBanner } from './ui/header/header_top_banner'; +import { handleSystemColorModeChange } from './handle_system_colormode_change'; const IS_LOCKED_KEY = 'core.chrome.isLocked'; const IS_SIDENAV_COLLAPSED_KEY = 'core.chrome.isSideNavCollapsed'; @@ -76,6 +81,10 @@ export interface StartDeps { injectedMetadata: InternalInjectedMetadataStart; notifications: NotificationsStart; customBranding: CustomBrandingStart; + i18n: I18nStart; + theme: ThemeServiceStart; + userProfile: UserProfileService; + uiSettings: IUiSettingsClient; } /** @internal */ @@ -238,9 +247,21 @@ export class ChromeService { injectedMetadata, notifications, customBranding, + i18n: i18nService, + theme, + userProfile, + uiSettings, }: StartDeps): Promise { this.initVisibility(application); this.handleEuiFullScreenChanges(); + + handleSystemColorModeChange({ + notifications, + coreStart: { i18n: i18nService, theme, userProfile }, + stop$: this.stop$, + http, + uiSettings, + }); // commented out until https://github.com/elastic/kibana/issues/201805 can be fixed // this.handleEuiDevProviderWarning(notifications); diff --git a/packages/core/chrome/core-chrome-browser-internal/src/handle_system_colormode_change.test.ts b/packages/core/chrome/core-chrome-browser-internal/src/handle_system_colormode_change.test.ts new file mode 100644 index 0000000000000..ff06ca6b52e5c --- /dev/null +++ b/packages/core/chrome/core-chrome-browser-internal/src/handle_system_colormode_change.test.ts @@ -0,0 +1,266 @@ +/* + * 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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public + * License v3.0 only", or the "Server Side Public License, v 1". + */ + +import { i18nServiceMock } from '@kbn/core-i18n-browser-mocks'; +import { userProfileServiceMock } from '@kbn/core-user-profile-browser-mocks'; +import { themeServiceMock } from '@kbn/core-theme-browser-mocks'; +import { httpServiceMock } from '@kbn/core-http-browser-mocks'; +import { uiSettingsServiceMock } from '@kbn/core-ui-settings-browser-mocks'; +import { notificationServiceMock } from '@kbn/core-notifications-browser-mocks'; +import { handleSystemColorModeChange } from './handle_system_colormode_change'; +import { ReplaySubject } from 'rxjs'; +import type { GetUserProfileResponse } from '@kbn/core-user-profile-browser'; +import { UserProfileData } from '@kbn/core-user-profile-common'; +import { IUiSettingsClient } from '@kbn/core-ui-settings-browser'; + +const mockbrowsersSupportsSystemTheme = jest.fn(); + +jest.mock('@kbn/core-theme-browser-internal', () => { + const original = jest.requireActual('@kbn/core-theme-browser-internal'); + + return { + ...original, + browsersSupportsSystemTheme: () => mockbrowsersSupportsSystemTheme(), + }; +}); + +describe('handleSystemColorModeChange', () => { + const originalMatchMedia = window.matchMedia; + + afterAll(() => { + window.matchMedia = originalMatchMedia; + }); + + const getDeps = () => { + const coreStart = { + i18n: i18nServiceMock.createStartContract(), + theme: themeServiceMock.createStartContract(), + userProfile: userProfileServiceMock.createStart(), + }; + const notifications = notificationServiceMock.createStartContract(); + const http = httpServiceMock.createStartContract(); + const uiSettings = uiSettingsServiceMock.createStartContract(); + const stop$ = new ReplaySubject(1); + + return { + coreStart, + notifications, + http, + uiSettings, + stop$, + }; + }; + + const mockMatchMedia = (matches: boolean = false, addEventListenerMock = jest.fn()) => { + const removeEventListenerMock = jest.fn(); + window.matchMedia = jest.fn().mockImplementation(() => { + return { + matches, + addEventListener: addEventListenerMock, + removeEventListener: removeEventListenerMock, + }; + }); + + return { addEventListenerMock, removeEventListenerMock }; + }; + + const mockUserProfileResponse = ( + darkMode: 'dark' | 'light' | 'system' | 'space_default' + ): GetUserProfileResponse => + ({ + data: { + userSettings: { + darkMode, + }, + }, + } as any); + + const mockUiSettingsDarkMode = ( + uiSettings: jest.Mocked, + darkMode: 'dark' | 'light' | 'system' + ) => { + uiSettings.get.mockImplementation((key) => { + if (key === 'theme:darkMode') { + return darkMode; + } + + return 'foo'; + }); + }; + + describe('doHandle guard', () => { + it('does not handle if the system color mode is not supported', () => { + const { addEventListenerMock } = mockMatchMedia(); + expect(addEventListenerMock).not.toHaveBeenCalled(); + mockbrowsersSupportsSystemTheme.mockReturnValue(false); + + handleSystemColorModeChange({} as any); + + expect(addEventListenerMock).not.toHaveBeenCalled(); + }); + + it('does not handle on unauthenticated routes', () => { + const { coreStart, notifications, http, uiSettings, stop$ } = getDeps(); + const { addEventListenerMock } = mockMatchMedia(); + expect(addEventListenerMock).not.toHaveBeenCalled(); + + mockbrowsersSupportsSystemTheme.mockReturnValue(true); + http.anonymousPaths.isAnonymous.mockReturnValue(true); + + handleSystemColorModeChange({ coreStart, notifications, http, uiSettings, stop$ }); + + expect(addEventListenerMock).not.toHaveBeenCalled(); + }); + + it('does not handle if user profile darkmode is not "system"', () => { + const { coreStart, notifications, http, uiSettings, stop$ } = getDeps(); + const { addEventListenerMock } = mockMatchMedia(); + expect(addEventListenerMock).not.toHaveBeenCalled(); + + mockbrowsersSupportsSystemTheme.mockReturnValue(true); + http.anonymousPaths.isAnonymous.mockReturnValue(false); + coreStart.userProfile.getCurrent.mockResolvedValue({ + data: { + userSettings: { + darkMode: 'light', + }, + }, + } as any); + + handleSystemColorModeChange({ coreStart, notifications, http, uiSettings, stop$ }); + + expect(addEventListenerMock).not.toHaveBeenCalled(); + }); + + it('does not handle if user profile darkmode is "space_default" but the uiSettings darkmode is not "system"', () => { + const { coreStart, notifications, http, uiSettings, stop$ } = getDeps(); + const { addEventListenerMock } = mockMatchMedia(); + expect(addEventListenerMock).not.toHaveBeenCalled(); + + mockbrowsersSupportsSystemTheme.mockReturnValue(true); + http.anonymousPaths.isAnonymous.mockReturnValue(false); + coreStart.userProfile.getCurrent.mockResolvedValue({ + data: { + userSettings: { + darkMode: 'space_default', + }, + }, + } as any); + + uiSettings.get.mockImplementation((key) => { + if (key === 'theme:darkMode') { + return 'light'; + } + + return 'foo'; + }); + + handleSystemColorModeChange({ coreStart, notifications, http, uiSettings, stop$ }); + + expect(addEventListenerMock).not.toHaveBeenCalled(); + }); + + it('does handle if user profile darkmode is "system"', async () => { + const { coreStart, notifications, http, uiSettings, stop$ } = getDeps(); + const { addEventListenerMock } = mockMatchMedia(false); + expect(addEventListenerMock).not.toHaveBeenCalled(); + + mockbrowsersSupportsSystemTheme.mockReturnValue(true); + http.anonymousPaths.isAnonymous.mockReturnValue(false); + coreStart.userProfile.getCurrent.mockResolvedValue(mockUserProfileResponse('system')); + + await handleSystemColorModeChange({ coreStart, notifications, http, uiSettings, stop$ }); + + expect(addEventListenerMock).toHaveBeenCalled(); + }); + + it('does handle if user profile darkmode is "space_default" and uiSetting darkmode is "system"', async () => { + const { coreStart, notifications, http, uiSettings, stop$ } = getDeps(); + const { addEventListenerMock } = mockMatchMedia(false); + expect(addEventListenerMock).not.toHaveBeenCalled(); + + mockbrowsersSupportsSystemTheme.mockReturnValue(true); + http.anonymousPaths.isAnonymous.mockReturnValue(false); + coreStart.userProfile.getCurrent.mockResolvedValue(mockUserProfileResponse('space_default')); + mockUiSettingsDarkMode(uiSettings, 'system'); + + await handleSystemColorModeChange({ coreStart, notifications, http, uiSettings, stop$ }); + + expect(addEventListenerMock).toHaveBeenCalled(); + }); + }); + + describe('onDarkModeChange()', () => { + it('does show a toast when the system color mode changes', async () => { + const { coreStart, notifications, http, uiSettings, stop$ } = getDeps(); + const currentDarkMode = false; // The system is currently in light mode + const addEventListenerMock = jest + .fn() + .mockImplementation((type: string, cb: (evt: MediaQueryListEvent) => any) => { + expect(notifications.toasts.addSuccess).not.toHaveBeenCalled(); + expect(type).toBe('change'); + cb({ matches: true } as any); // The system changed to dark mode + expect(notifications.toasts.addInfo).toHaveBeenCalledWith( + expect.objectContaining({ + text: expect.any(Function), + title: 'System color mode updated', + }), + { toastLifeTimeMs: Infinity } + ); + }); + mockMatchMedia(currentDarkMode, addEventListenerMock); + + mockbrowsersSupportsSystemTheme.mockReturnValue(true); + http.anonymousPaths.isAnonymous.mockReturnValue(false); + coreStart.userProfile.getCurrent.mockResolvedValue(mockUserProfileResponse('system')); + + await handleSystemColorModeChange({ coreStart, notifications, http, uiSettings, stop$ }); + expect(addEventListenerMock).toHaveBeenCalled(); + }); + + it('does **not** show a toast when the system color mode changes to the current darkmode value', async () => { + const { coreStart, notifications, http, uiSettings, stop$ } = getDeps(); + const currentDarkMode = true; // The system is currently in dark mode + const addEventListenerMock = jest + .fn() + .mockImplementation((type: string, cb: (evt: MediaQueryListEvent) => any) => { + expect(notifications.toasts.addSuccess).not.toHaveBeenCalled(); + expect(type).toBe('change'); + cb({ matches: true } as any); // The system changed to dark mode + expect(notifications.toasts.addSuccess).not.toHaveBeenCalled(); + }); + mockMatchMedia(currentDarkMode, addEventListenerMock); + + mockbrowsersSupportsSystemTheme.mockReturnValue(true); + http.anonymousPaths.isAnonymous.mockReturnValue(false); + coreStart.userProfile.getCurrent.mockResolvedValue(mockUserProfileResponse('system')); + + await handleSystemColorModeChange({ coreStart, notifications, http, uiSettings, stop$ }); + expect(addEventListenerMock).toHaveBeenCalled(); + }); + + it('stops listening to changes on stop$ change', async () => { + const { coreStart, notifications, http, uiSettings, stop$ } = getDeps(); + const currentDarkMode = false; // The system is currently in light mode + const { addEventListenerMock, removeEventListenerMock } = mockMatchMedia(currentDarkMode); + + mockbrowsersSupportsSystemTheme.mockReturnValue(true); + http.anonymousPaths.isAnonymous.mockReturnValue(false); + coreStart.userProfile.getCurrent.mockResolvedValue(mockUserProfileResponse('system')); + + await handleSystemColorModeChange({ coreStart, notifications, http, uiSettings, stop$ }); + expect(addEventListenerMock).toHaveBeenCalled(); + expect(removeEventListenerMock).not.toHaveBeenCalled(); + + stop$.next(); + + expect(removeEventListenerMock).toHaveBeenCalled(); + }); + }); +}); diff --git a/packages/core/chrome/core-chrome-browser-internal/src/handle_system_colormode_change.tsx b/packages/core/chrome/core-chrome-browser-internal/src/handle_system_colormode_change.tsx new file mode 100644 index 0000000000000..6eee4233d6095 --- /dev/null +++ b/packages/core/chrome/core-chrome-browser-internal/src/handle_system_colormode_change.tsx @@ -0,0 +1,150 @@ +/* + * 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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public + * License v3.0 only", or the "Server Side Public License, v 1". + */ + +import React from 'react'; +import { i18n } from '@kbn/i18n'; +import { toMountPoint } from '@kbn/react-kibana-mount'; +import { EuiButton, EuiFlexGroup, EuiFlexItem } from '@elastic/eui'; +import type { NotificationsStart } from '@kbn/core-notifications-browser'; +import type { I18nStart } from '@kbn/core-i18n-browser'; +import type { ThemeServiceStart } from '@kbn/core-theme-browser'; +import type { UserProfileService } from '@kbn/core-user-profile-browser'; +import { take, type Observable } from 'rxjs'; +import { browsersSupportsSystemTheme } from '@kbn/core-theme-browser-internal'; +import type { InternalHttpStart } from '@kbn/core-http-browser-internal'; +import type { IUiSettingsClient } from '@kbn/core-ui-settings-browser'; + +const doSyncWithSystem = ( + userSettings: { darkMode?: string } = { darkMode: 'space_default' }, + uiSettingsDarkModeValue: string = 'disabled' +): boolean => { + const { darkMode: userProfileDarkModeValue = 'space_default' } = userSettings; + + if (userProfileDarkModeValue.toUpperCase() === 'SYSTEM') { + return true; + } + + if ( + userProfileDarkModeValue.toUpperCase() === 'SPACE_DEFAULT' && + uiSettingsDarkModeValue.toUpperCase() === 'SYSTEM' + ) { + return true; + } + + return false; +}; + +const isUnauthenticated = (http: InternalHttpStart) => { + const { anonymousPaths } = http; + return anonymousPaths.isAnonymous(window.location.pathname); +}; + +const doHandle = async ({ + http, + coreStart, + uiSettings, +}: { + http: InternalHttpStart; + uiSettings: IUiSettingsClient; + coreStart: { + i18n: I18nStart; + theme: ThemeServiceStart; + userProfile: UserProfileService; + }; +}) => { + if (!browsersSupportsSystemTheme()) return false; + if (isUnauthenticated(http)) return false; + + const userProfile = await coreStart.userProfile.getCurrent<{ + userSettings: { darkMode?: string }; + }>({ + dataPath: 'userSettings', + }); + const { userSettings } = userProfile.data; + + if (!doSyncWithSystem(userSettings, uiSettings.get('theme:darkMode'))) return false; + + return true; +}; + +export async function handleSystemColorModeChange({ + notifications, + uiSettings, + coreStart, + stop$, + http, +}: { + notifications: NotificationsStart; + http: InternalHttpStart; + uiSettings: IUiSettingsClient; + coreStart: { + i18n: I18nStart; + theme: ThemeServiceStart; + userProfile: UserProfileService; + }; + stop$: Observable; +}) { + if (!(await doHandle({ http, uiSettings, coreStart }))) { + return; + } + + let currentDarkModeValue: boolean | undefined; + const matchMedia = window.matchMedia('(prefers-color-scheme: dark)'); + + const onDarkModeChange = ({ matches: isDarkMode }: { matches: boolean }) => { + if (currentDarkModeValue === undefined) { + // The current value can only be set on page reload as that's the moment when + // we actually apply set the dark/light color mode of the page. + currentDarkModeValue = isDarkMode; + } else if (currentDarkModeValue !== isDarkMode) { + notifications.toasts.addInfo( + { + title: i18n.translate('core.ui.chrome.appearanceChange.successNotificationTitle', { + defaultMessage: 'System color mode updated', + }), + text: toMountPoint( + <> +

+ {i18n.translate('core.ui.chrome.appearanceChange.successNotificationText', { + defaultMessage: 'Reload the page to see the changes', + })} +

+ + + window.location.reload()} + data-test-subj="windowReloadButton" + > + {i18n.translate( + 'core.ui.chrome.appearanceChange.requiresPageReloadButtonLabel', + { + defaultMessage: 'Reload page', + } + )} + + + + , + coreStart + ), + }, + { toastLifeTimeMs: Infinity } // leave it on until discard or page reload + ); + } + }; + + onDarkModeChange(matchMedia); + + matchMedia.addEventListener('change', onDarkModeChange); + + stop$.pipe(take(1)).subscribe(() => { + matchMedia.removeEventListener('change', onDarkModeChange); + }); +} diff --git a/packages/core/chrome/core-chrome-browser-internal/tsconfig.json b/packages/core/chrome/core-chrome-browser-internal/tsconfig.json index ca9e5d5576ad9..6960b8961561e 100644 --- a/packages/core/chrome/core-chrome-browser-internal/tsconfig.json +++ b/packages/core/chrome/core-chrome-browser-internal/tsconfig.json @@ -56,6 +56,13 @@ "@kbn/react-kibana-context-render", "@kbn/recently-accessed", "@kbn/core-user-profile-browser-mocks", + "@kbn/core-i18n-browser", + "@kbn/core-theme-browser", + "@kbn/core-user-profile-browser", + "@kbn/core-ui-settings-browser", + "@kbn/core-user-profile-common", + "@kbn/react-kibana-mount", + "@kbn/core-theme-browser-internal" ], "exclude": [ "target/**/*", diff --git a/packages/core/config/core-config-server-internal/jest.config.js b/packages/core/config/core-config-server-internal/jest.config.js deleted file mode 100644 index a9b0fc1152b94..0000000000000 --- a/packages/core/config/core-config-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/config/core-config-server-internal'], -}; diff --git a/packages/core/config/core-config-server-internal/tsconfig.json b/packages/core/config/core-config-server-internal/tsconfig.json deleted file mode 100644 index 23a51196a73c3..0000000000000 --- a/packages/core/config/core-config-server-internal/tsconfig.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/config", - "@kbn/config-mocks", - "@kbn/core-base-server-internal", - "@kbn/core-test-helpers-deprecations-getters" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/deprecations/core-deprecations-browser-internal/jest.config.js b/packages/core/deprecations/core-deprecations-browser-internal/jest.config.js deleted file mode 100644 index aac87e6e27ec2..0000000000000 --- a/packages/core/deprecations/core-deprecations-browser-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/deprecations/core-deprecations-browser-internal'], -}; diff --git a/packages/core/deprecations/core-deprecations-browser-internal/tsconfig.json b/packages/core/deprecations/core-deprecations-browser-internal/tsconfig.json deleted file mode 100644 index 38fda3fdccf44..0000000000000 --- a/packages/core/deprecations/core-deprecations-browser-internal/tsconfig.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/i18n", - "@kbn/core-base-browser-internal", - "@kbn/core-http-browser", - "@kbn/core-http-browser-mocks", - "@kbn/core-deprecations-common", - "@kbn/core-deprecations-browser", - "@kbn/core-http-browser-internal" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/deprecations/core-deprecations-browser/jest.config.js b/packages/core/deprecations/core-deprecations-browser/jest.config.js deleted file mode 100644 index 73e2ee91c6df0..0000000000000 --- a/packages/core/deprecations/core-deprecations-browser/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/deprecations/core-deprecations-browser'], -}; diff --git a/packages/core/deprecations/core-deprecations-browser/tsconfig.json b/packages/core/deprecations/core-deprecations-browser/tsconfig.json deleted file mode 100644 index 60c79345dd69f..0000000000000 --- a/packages/core/deprecations/core-deprecations-browser/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/core-deprecations-common" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/deprecations/core-deprecations-common/jest.config.js b/packages/core/deprecations/core-deprecations-common/jest.config.js deleted file mode 100644 index effd314a5038d..0000000000000 --- a/packages/core/deprecations/core-deprecations-common/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/deprecations/core-deprecations-common'], -}; diff --git a/packages/core/deprecations/core-deprecations-common/tsconfig.json b/packages/core/deprecations/core-deprecations-common/tsconfig.json deleted file mode 100644 index e7513f6481e89..0000000000000 --- a/packages/core/deprecations/core-deprecations-common/tsconfig.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/deprecations/core-deprecations-server-internal/jest.config.js b/packages/core/deprecations/core-deprecations-server-internal/jest.config.js deleted file mode 100644 index 719054c46d809..0000000000000 --- a/packages/core/deprecations/core-deprecations-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/deprecations/core-deprecations-server-internal'], -}; diff --git a/packages/core/deprecations/core-deprecations-server-internal/tsconfig.json b/packages/core/deprecations/core-deprecations-server-internal/tsconfig.json deleted file mode 100644 index 02be6b7cb8198..0000000000000 --- a/packages/core/deprecations/core-deprecations-server-internal/tsconfig.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "kbn_references": [ - "@kbn/config-schema", - "@kbn/utility-types", - "@kbn/std", - "@kbn/i18n", - "@kbn/logging", - "@kbn/config", - "@kbn/core-base-server-internal", - "@kbn/core-http-server-internal", - "@kbn/core-elasticsearch-server", - "@kbn/core-elasticsearch-server-internal", - "@kbn/core-saved-objects-api-server", - "@kbn/core-saved-objects-server-internal", - "@kbn/core-deprecations-common", - "@kbn/core-deprecations-server", - "@kbn/logging-mocks", - "@kbn/core-base-server-mocks", - "@kbn/core-http-server-mocks", - "@kbn/config-mocks", - "@kbn/core-saved-objects-api-server-mocks", - "@kbn/core-elasticsearch-server-mocks", - "@kbn/core-http-server", - "@kbn/core-elasticsearch-client-server-mocks", - "@kbn/core-usage-data-base-server-internal", - "@kbn/core-usage-data-server", - "@kbn/core-usage-data-server-internal", - "@kbn/core-usage-data-server-mocks", - "@kbn/core-http-router-server-internal", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/deprecations/core-deprecations-server/jest.config.js b/packages/core/deprecations/core-deprecations-server/jest.config.js deleted file mode 100644 index b8a324fd515e6..0000000000000 --- a/packages/core/deprecations/core-deprecations-server/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/deprecations/core-deprecations-server'], -}; diff --git a/packages/core/deprecations/core-deprecations-server/tsconfig.json b/packages/core/deprecations/core-deprecations-server/tsconfig.json deleted file mode 100644 index 0179bace38bed..0000000000000 --- a/packages/core/deprecations/core-deprecations-server/tsconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "kbn_references": [ - "@kbn/utility-types", - "@kbn/core-deprecations-common", - "@kbn/core-elasticsearch-server", - "@kbn/core-saved-objects-api-server", - "@kbn/core-http-server", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/doc-links/core-doc-links-browser-internal/jest.config.js b/packages/core/doc-links/core-doc-links-browser-internal/jest.config.js deleted file mode 100644 index c03ebfca48bf8..0000000000000 --- a/packages/core/doc-links/core-doc-links-browser-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/doc-links/core-doc-links-browser-internal'], -}; diff --git a/packages/core/doc-links/core-doc-links-browser-internal/tsconfig.json b/packages/core/doc-links/core-doc-links-browser-internal/tsconfig.json deleted file mode 100644 index 45980da56c3da..0000000000000 --- a/packages/core/doc-links/core-doc-links-browser-internal/tsconfig.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/doc-links", - "@kbn/core-injected-metadata-browser-internal", - "@kbn/core-doc-links-browser", - "@kbn/core-injected-metadata-browser-mocks", - "@kbn/core-base-browser-mocks", - "@kbn/core-base-browser-internal", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/doc-links/core-doc-links-browser/jest.config.js b/packages/core/doc-links/core-doc-links-browser/jest.config.js deleted file mode 100644 index 3d1d231c2a425..0000000000000 --- a/packages/core/doc-links/core-doc-links-browser/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/doc-links/core-doc-links-browser'], -}; diff --git a/packages/core/doc-links/core-doc-links-browser/tsconfig.json b/packages/core/doc-links/core-doc-links-browser/tsconfig.json deleted file mode 100644 index 68b5d3d0d0194..0000000000000 --- a/packages/core/doc-links/core-doc-links-browser/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/doc-links" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/doc-links/core-doc-links-server-internal/jest.config.js b/packages/core/doc-links/core-doc-links-server-internal/jest.config.js deleted file mode 100644 index ed7ced2e2b004..0000000000000 --- a/packages/core/doc-links/core-doc-links-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/doc-links/core-doc-links-server-internal'], -}; diff --git a/packages/core/doc-links/core-doc-links-server-internal/tsconfig.json b/packages/core/doc-links/core-doc-links-server-internal/tsconfig.json deleted file mode 100644 index 2cbc824289c1f..0000000000000 --- a/packages/core/doc-links/core-doc-links-server-internal/tsconfig.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/doc-links", - "@kbn/core-base-server-internal", - "@kbn/core-base-server-mocks", - "@kbn/core-doc-links-server" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/doc-links/core-doc-links-server/jest.config.js b/packages/core/doc-links/core-doc-links-server/jest.config.js deleted file mode 100644 index 5eb59ccebe703..0000000000000 --- a/packages/core/doc-links/core-doc-links-server/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/doc-links/core-doc-links-server'], -}; diff --git a/packages/core/doc-links/core-doc-links-server/tsconfig.json b/packages/core/doc-links/core-doc-links-server/tsconfig.json deleted file mode 100644 index 68b5d3d0d0194..0000000000000 --- a/packages/core/doc-links/core-doc-links-server/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/doc-links" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/elasticsearch/core-elasticsearch-client-server-internal/jest.config.js b/packages/core/elasticsearch/core-elasticsearch-client-server-internal/jest.config.js deleted file mode 100644 index dfca4bfa9f2fb..0000000000000 --- a/packages/core/elasticsearch/core-elasticsearch-client-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/elasticsearch/core-elasticsearch-client-server-internal'], -}; diff --git a/packages/core/elasticsearch/core-elasticsearch-client-server-internal/tsconfig.json b/packages/core/elasticsearch/core-elasticsearch-client-server-internal/tsconfig.json deleted file mode 100644 index de4169d034e65..0000000000000 --- a/packages/core/elasticsearch/core-elasticsearch-client-server-internal/tsconfig.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/utility-types", - "@kbn/std", - "@kbn/es-errors", - "@kbn/logging", - "@kbn/core-http-server", - "@kbn/core-http-router-server-internal", - "@kbn/core-elasticsearch-server", - "@kbn/logging-mocks", - "@kbn/core-logging-server-mocks", - "@kbn/core-http-server-mocks", - "@kbn/core-metrics-server", - "@kbn/config-schema", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/elasticsearch/core-elasticsearch-server-internal/jest.config.js b/packages/core/elasticsearch/core-elasticsearch-server-internal/jest.config.js deleted file mode 100644 index d5cd8a0002ca8..0000000000000 --- a/packages/core/elasticsearch/core-elasticsearch-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/elasticsearch/core-elasticsearch-server-internal'], -}; diff --git a/packages/core/elasticsearch/core-elasticsearch-server-internal/tsconfig.json b/packages/core/elasticsearch/core-elasticsearch-server-internal/tsconfig.json deleted file mode 100644 index 7b444c90f62c9..0000000000000 --- a/packages/core/elasticsearch/core-elasticsearch-server-internal/tsconfig.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/utility-types", - "@kbn/std", - "@kbn/logging", - "@kbn/i18n", - "@kbn/crypto", - "@kbn/config-schema", - "@kbn/core-base-server-internal", - "@kbn/core-status-common", - "@kbn/core-analytics-server", - "@kbn/core-http-server", - "@kbn/core-http-server-internal", - "@kbn/core-execution-context-server-internal", - "@kbn/core-elasticsearch-server", - "@kbn/core-elasticsearch-client-server-internal", - "@kbn/core-test-helpers-deprecations-getters", - "@kbn/config", - "@kbn/core-elasticsearch-client-server-mocks", - "@kbn/core-analytics-server-mocks", - "@kbn/core-logging-server-mocks", - "@kbn/repo-info", - "@kbn/config-mocks", - "@kbn/core-execution-context-server-mocks", - "@kbn/core-http-server-mocks", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/elasticsearch/core-elasticsearch-server/jest.config.js b/packages/core/elasticsearch/core-elasticsearch-server/jest.config.js deleted file mode 100644 index 3347a82821f2c..0000000000000 --- a/packages/core/elasticsearch/core-elasticsearch-server/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/elasticsearch/core-elasticsearch-server'], -}; diff --git a/packages/core/elasticsearch/core-elasticsearch-server/tsconfig.json b/packages/core/elasticsearch/core-elasticsearch-server/tsconfig.json deleted file mode 100644 index c3320c12cff9b..0000000000000 --- a/packages/core/elasticsearch/core-elasticsearch-server/tsconfig.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/utility-types", - "@kbn/es-errors", - "@kbn/core-http-server", - "@kbn/config-schema" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/environment/core-environment-server-internal/jest.config.js b/packages/core/environment/core-environment-server-internal/jest.config.js deleted file mode 100644 index 8ff5ccd66b245..0000000000000 --- a/packages/core/environment/core-environment-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/environment/core-environment-server-internal'], -}; diff --git a/packages/core/environment/core-environment-server-internal/tsconfig.json b/packages/core/environment/core-environment-server-internal/tsconfig.json deleted file mode 100644 index b1853e14a9ead..0000000000000 --- a/packages/core/environment/core-environment-server-internal/tsconfig.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/utils", - "@kbn/logging", - "@kbn/config", - "@kbn/core-base-server-internal", - "@kbn/core-analytics-server", - "@kbn/core-logging-server-mocks", - "@kbn/config-mocks", - "@kbn/core-base-server-mocks", - "@kbn/core-analytics-server-mocks", - "@kbn/config-schema", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/execution-context/core-execution-context-browser-internal/jest.config.js b/packages/core/execution-context/core-execution-context-browser-internal/jest.config.js deleted file mode 100644 index a122164210a9e..0000000000000 --- a/packages/core/execution-context/core-execution-context-browser-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/execution-context/core-execution-context-browser-internal'], -}; diff --git a/packages/core/execution-context/core-execution-context-browser-internal/tsconfig.json b/packages/core/execution-context/core-execution-context-browser-internal/tsconfig.json deleted file mode 100644 index a8301ada1eaa4..0000000000000 --- a/packages/core/execution-context/core-execution-context-browser-internal/tsconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/core-base-browser-internal", - "@kbn/core-analytics-browser", - "@kbn/core-analytics-browser-mocks", - "@kbn/core-execution-context-common", - "@kbn/core-execution-context-browser" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/execution-context/core-execution-context-browser/jest.config.js b/packages/core/execution-context/core-execution-context-browser/jest.config.js deleted file mode 100644 index 5c1d831ecc09a..0000000000000 --- a/packages/core/execution-context/core-execution-context-browser/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/execution-context/core-execution-context-browser'], -}; diff --git a/packages/core/execution-context/core-execution-context-browser/tsconfig.json b/packages/core/execution-context/core-execution-context-browser/tsconfig.json deleted file mode 100644 index b240bd7f5bc8e..0000000000000 --- a/packages/core/execution-context/core-execution-context-browser/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/core-execution-context-common" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/execution-context/core-execution-context-common/jest.config.js b/packages/core/execution-context/core-execution-context-common/jest.config.js deleted file mode 100644 index d6ed874270cd6..0000000000000 --- a/packages/core/execution-context/core-execution-context-common/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/execution-context/core-execution-context-common'], -}; diff --git a/packages/core/execution-context/core-execution-context-common/tsconfig.json b/packages/core/execution-context/core-execution-context-common/tsconfig.json deleted file mode 100644 index e7513f6481e89..0000000000000 --- a/packages/core/execution-context/core-execution-context-common/tsconfig.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/execution-context/core-execution-context-server-internal/jest.config.js b/packages/core/execution-context/core-execution-context-server-internal/jest.config.js deleted file mode 100644 index 2928d02bcbed9..0000000000000 --- a/packages/core/execution-context/core-execution-context-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/execution-context/core-execution-context-server-internal'], -}; diff --git a/packages/core/execution-context/core-execution-context-server-internal/tsconfig.json b/packages/core/execution-context/core-execution-context-server-internal/tsconfig.json deleted file mode 100644 index ecaf9eb98cc59..0000000000000 --- a/packages/core/execution-context/core-execution-context-server-internal/tsconfig.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/config-schema", - "@kbn/logging", - "@kbn/core-base-server-internal", - "@kbn/core-execution-context-common", - "@kbn/core-execution-context-server", - "@kbn/core-base-server-mocks", - "@kbn/core-logging-server-mocks", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/execution-context/core-execution-context-server/jest.config.js b/packages/core/execution-context/core-execution-context-server/jest.config.js deleted file mode 100644 index e27f6f0158a48..0000000000000 --- a/packages/core/execution-context/core-execution-context-server/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/execution-context/core-execution-context-server'], -}; diff --git a/packages/core/execution-context/core-execution-context-server/tsconfig.json b/packages/core/execution-context/core-execution-context-server/tsconfig.json deleted file mode 100644 index b240bd7f5bc8e..0000000000000 --- a/packages/core/execution-context/core-execution-context-server/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/core-execution-context-common" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/fatal-errors/core-fatal-errors-browser-internal/jest.config.js b/packages/core/fatal-errors/core-fatal-errors-browser-internal/jest.config.js deleted file mode 100644 index bb1e82f044915..0000000000000 --- a/packages/core/fatal-errors/core-fatal-errors-browser-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/fatal-errors/core-fatal-errors-browser-internal'], -}; diff --git a/packages/core/fatal-errors/core-fatal-errors-browser-internal/tsconfig.json b/packages/core/fatal-errors/core-fatal-errors-browser-internal/tsconfig.json deleted file mode 100644 index 3f4a96970a8c5..0000000000000 --- a/packages/core/fatal-errors/core-fatal-errors-browser-internal/tsconfig.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "kbn_references": [ - "@kbn/core-injected-metadata-browser-internal", - "@kbn/core-theme-browser", - "@kbn/core-i18n-browser", - "@kbn/core-fatal-errors-browser", - "@kbn/i18n-react", - "@kbn/core-injected-metadata-browser-mocks", - "@kbn/core-theme-browser-mocks", - "@kbn/test-subj-selector", - "@kbn/test-jest-helpers", - "@kbn/react-kibana-context-root", - "@kbn/core-analytics-browser-mocks", - "@kbn/core-analytics-browser", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/fatal-errors/core-fatal-errors-browser/jest.config.js b/packages/core/fatal-errors/core-fatal-errors-browser/jest.config.js deleted file mode 100644 index 0148310cbf18b..0000000000000 --- a/packages/core/fatal-errors/core-fatal-errors-browser/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/fatal-errors/core-fatal-errors-browser'], -}; diff --git a/packages/core/fatal-errors/core-fatal-errors-browser/tsconfig.json b/packages/core/fatal-errors/core-fatal-errors-browser/tsconfig.json deleted file mode 100644 index 0f16c2b9311d8..0000000000000 --- a/packages/core/fatal-errors/core-fatal-errors-browser/tsconfig.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/feature-flags/core-feature-flags-browser-internal/jest.config.js b/packages/core/feature-flags/core-feature-flags-browser-internal/jest.config.js deleted file mode 100644 index be4a9c1b14073..0000000000000 --- a/packages/core/feature-flags/core-feature-flags-browser-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/feature-flags/core-feature-flags-browser-internal'], -}; diff --git a/packages/core/feature-flags/core-feature-flags-browser-internal/tsconfig.json b/packages/core/feature-flags/core-feature-flags-browser-internal/tsconfig.json deleted file mode 100644 index 3ed73d73e75a3..0000000000000 --- a/packages/core/feature-flags/core-feature-flags-browser-internal/tsconfig.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [ - "@kbn/core-base-browser-internal", - "@kbn/core-feature-flags-browser", - "@kbn/logging", - "@kbn/core-base-browser-mocks", - "@kbn/core-injected-metadata-browser-internal", - "@kbn/core-injected-metadata-browser-mocks", - ] -} diff --git a/packages/core/feature-flags/core-feature-flags-browser-mocks/jest.config.js b/packages/core/feature-flags/core-feature-flags-browser-mocks/jest.config.js deleted file mode 100644 index f259faecb6046..0000000000000 --- a/packages/core/feature-flags/core-feature-flags-browser-mocks/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/feature-flags/core-feature-flags-browser-mocks'], -}; diff --git a/packages/core/feature-flags/core-feature-flags-browser-mocks/tsconfig.json b/packages/core/feature-flags/core-feature-flags-browser-mocks/tsconfig.json deleted file mode 100644 index b7d1b3ca28cbb..0000000000000 --- a/packages/core/feature-flags/core-feature-flags-browser-mocks/tsconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [ - "@kbn/core-feature-flags-browser", - "@kbn/core-feature-flags-browser-internal", - "@kbn/utility-types", - ] -} diff --git a/packages/core/feature-flags/core-feature-flags-browser/tsconfig.json b/packages/core/feature-flags/core-feature-flags-browser/tsconfig.json deleted file mode 100644 index 9fa73d55be770..0000000000000 --- a/packages/core/feature-flags/core-feature-flags-browser/tsconfig.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "node", - "react" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [] -} diff --git a/packages/core/feature-flags/core-feature-flags-server-internal/jest.config.js b/packages/core/feature-flags/core-feature-flags-server-internal/jest.config.js deleted file mode 100644 index 67b65d2040c54..0000000000000 --- a/packages/core/feature-flags/core-feature-flags-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/feature-flags/core-feature-flags-server-internal'], -}; diff --git a/packages/core/feature-flags/core-feature-flags-server-internal/tsconfig.json b/packages/core/feature-flags/core-feature-flags-server-internal/tsconfig.json deleted file mode 100644 index 72a97ef56eb4f..0000000000000 --- a/packages/core/feature-flags/core-feature-flags-server-internal/tsconfig.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [ - "@kbn/core-base-server-internal", - "@kbn/core-feature-flags-server", - "@kbn/logging", - "@kbn/core-base-server-mocks", - "@kbn/config-schema", - "@kbn/config-mocks", - ] -} diff --git a/packages/core/feature-flags/core-feature-flags-server-mocks/jest.config.js b/packages/core/feature-flags/core-feature-flags-server-mocks/jest.config.js deleted file mode 100644 index bc50c37548c95..0000000000000 --- a/packages/core/feature-flags/core-feature-flags-server-mocks/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/feature-flags/core-feature-flags-server-mocks'], -}; diff --git a/packages/core/feature-flags/core-feature-flags-server-mocks/tsconfig.json b/packages/core/feature-flags/core-feature-flags-server-mocks/tsconfig.json deleted file mode 100644 index c672eb28c83a9..0000000000000 --- a/packages/core/feature-flags/core-feature-flags-server-mocks/tsconfig.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [ - "@kbn/utility-types", - "@kbn/core-feature-flags-server", - "@kbn/core-feature-flags-server-internal", - ] -} diff --git a/packages/core/feature-flags/core-feature-flags-server/tsconfig.json b/packages/core/feature-flags/core-feature-flags-server/tsconfig.json deleted file mode 100644 index f5bb1b00512e4..0000000000000 --- a/packages/core/feature-flags/core-feature-flags-server/tsconfig.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [] -} diff --git a/packages/core/http/core-http-browser-internal/jest.config.js b/packages/core/http/core-http-browser-internal/jest.config.js deleted file mode 100644 index 20ba6dc285440..0000000000000 --- a/packages/core/http/core-http-browser-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/http/core-http-browser-internal'], -}; diff --git a/packages/core/http/core-http-browser-internal/tsconfig.json b/packages/core/http/core-http-browser-internal/tsconfig.json deleted file mode 100644 index 382c591951eb7..0000000000000 --- a/packages/core/http/core-http-browser-internal/tsconfig.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/core-base-browser-internal", - "@kbn/core-http-browser", - "@kbn/core-http-common", - "@kbn/core-execution-context-browser-internal", - "@kbn/core-execution-context-browser", - "@kbn/core-fatal-errors-browser", - "@kbn/core-injected-metadata-browser-internal", - "@kbn/crypto-browser", - "@kbn/std", - "@kbn/core-injected-metadata-browser-mocks", - "@kbn/core-execution-context-browser-mocks", - "@kbn/core-fatal-errors-browser-mocks", - "@kbn/utility-types", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/http/core-http-browser/jest.config.js b/packages/core/http/core-http-browser/jest.config.js deleted file mode 100644 index 100acbd9e6f45..0000000000000 --- a/packages/core/http/core-http-browser/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/http/core-http-browser'], -}; diff --git a/packages/core/http/core-http-browser/tsconfig.json b/packages/core/http/core-http-browser/tsconfig.json deleted file mode 100644 index bcdc457d22e5c..0000000000000 --- a/packages/core/http/core-http-browser/tsconfig.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/utility-types", - "@kbn/core-execution-context-common", - "@kbn/core-http-common" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/http/core-http-common/jest.config.js b/packages/core/http/core-http-common/jest.config.js deleted file mode 100644 index 114a20478960e..0000000000000 --- a/packages/core/http/core-http-common/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/http/core-http-common'], -}; diff --git a/packages/core/http/core-http-common/tsconfig.json b/packages/core/http/core-http-common/tsconfig.json deleted file mode 100644 index e7513f6481e89..0000000000000 --- a/packages/core/http/core-http-common/tsconfig.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/http/core-http-context-server-internal/jest.config.js b/packages/core/http/core-http-context-server-internal/jest.config.js deleted file mode 100644 index 34433ea07fa1b..0000000000000 --- a/packages/core/http/core-http-context-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/http/core-http-context-server-internal'], -}; diff --git a/packages/core/http/core-http-context-server-internal/tsconfig.json b/packages/core/http/core-http-context-server-internal/tsconfig.json deleted file mode 100644 index 0caeb0d5e0093..0000000000000 --- a/packages/core/http/core-http-context-server-internal/tsconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/utility-types", - "@kbn/core-base-common", - "@kbn/core-base-common-internal", - "@kbn/core-base-server-internal", - "@kbn/core-http-server" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/http/core-http-request-handler-context-server-internal/jest.config.js b/packages/core/http/core-http-request-handler-context-server-internal/jest.config.js deleted file mode 100644 index 7ccfbb169f2ae..0000000000000 --- a/packages/core/http/core-http-request-handler-context-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/http/core-http-request-handler-context-server-internal'], -}; diff --git a/packages/core/http/core-http-request-handler-context-server-internal/tsconfig.json b/packages/core/http/core-http-request-handler-context-server-internal/tsconfig.json deleted file mode 100644 index 99c86608d99de..0000000000000 --- a/packages/core/http/core-http-request-handler-context-server-internal/tsconfig.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "kbn_references": [ - "@kbn/core-http-server", - "@kbn/core-http-request-handler-context-server", - "@kbn/core-elasticsearch-server-internal", - "@kbn/core-saved-objects-server-internal", - "@kbn/core-deprecations-server-internal", - "@kbn/core-ui-settings-server", - "@kbn/core-ui-settings-server-internal", - "@kbn/core-http-server-mocks", - "@kbn/core-elasticsearch-server-mocks", - "@kbn/core-saved-objects-server-mocks", - "@kbn/core-ui-settings-server-mocks", - "@kbn/core-deprecations-server-mocks", - "@kbn/core-security-server-internal", - "@kbn/core-security-server-mocks", - "@kbn/core-user-profile-server-internal", - "@kbn/core-user-profile-server-mocks", - "@kbn/core-feature-flags-server-internal", - "@kbn/core-feature-flags-server", - "@kbn/core-feature-flags-server-mocks", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/http/core-http-request-handler-context-server/jest.config.js b/packages/core/http/core-http-request-handler-context-server/jest.config.js deleted file mode 100644 index fc1ea0974b801..0000000000000 --- a/packages/core/http/core-http-request-handler-context-server/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/http/core-http-request-handler-context-server'], -}; diff --git a/packages/core/http/core-http-request-handler-context-server/tsconfig.json b/packages/core/http/core-http-request-handler-context-server/tsconfig.json deleted file mode 100644 index 905a13801f223..0000000000000 --- a/packages/core/http/core-http-request-handler-context-server/tsconfig.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "kbn_references": [ - "@kbn/core-http-server", - "@kbn/core-elasticsearch-server", - "@kbn/core-saved-objects-server", - "@kbn/core-deprecations-server", - "@kbn/core-ui-settings-server", - "@kbn/core-security-server", - "@kbn/core-user-profile-server", - "@kbn/core-feature-flags-server" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/http/core-http-resources-server-internal/jest.config.js b/packages/core/http/core-http-resources-server-internal/jest.config.js deleted file mode 100644 index 4488993c9eaff..0000000000000 --- a/packages/core/http/core-http-resources-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/http/core-http-resources-server-internal'], -}; diff --git a/packages/core/http/core-http-resources-server-internal/tsconfig.json b/packages/core/http/core-http-resources-server-internal/tsconfig.json deleted file mode 100644 index 31dd86729ffd2..0000000000000 --- a/packages/core/http/core-http-resources-server-internal/tsconfig.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "kbn_references": [ - "@kbn/logging", - "@kbn/core-http-server", - "@kbn/core-http-resources-server", - "@kbn/core-rendering-server-internal", - "@kbn/core-http-request-handler-context-server", - "@kbn/core-http-server-mocks", - "@kbn/core-ui-settings-server-mocks", - "@kbn/core-base-server-mocks", - "@kbn/core-rendering-server-mocks", - "@kbn/core-base-server-internal", - "@kbn/core-http-server-internal", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/http/core-http-resources-server/jest.config.js b/packages/core/http/core-http-resources-server/jest.config.js deleted file mode 100644 index 5f132637ef8e8..0000000000000 --- a/packages/core/http/core-http-resources-server/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/http/core-http-resources-server'], -}; diff --git a/packages/core/http/core-http-resources-server/tsconfig.json b/packages/core/http/core-http-resources-server/tsconfig.json deleted file mode 100644 index 3f8e3b88aece5..0000000000000 --- a/packages/core/http/core-http-resources-server/tsconfig.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "kbn_references": [ - "@kbn/core-http-server", - "@kbn/core-http-request-handler-context-server" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/http/core-http-router-server-internal/jest.config.js b/packages/core/http/core-http-router-server-internal/jest.config.js deleted file mode 100644 index 270d78ff2b1a1..0000000000000 --- a/packages/core/http/core-http-router-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/http/core-http-router-server-internal'], -}; diff --git a/packages/core/http/core-http-router-server-internal/tsconfig.json b/packages/core/http/core-http-router-server-internal/tsconfig.json deleted file mode 100644 index 5224fd5db16b5..0000000000000 --- a/packages/core/http/core-http-router-server-internal/tsconfig.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ "**/*.ts" ], - "kbn_references": [ - "@kbn/std", - "@kbn/utility-types", - "@kbn/config-schema", - "@kbn/zod", - "@kbn/es-errors", - "@kbn/core-http-server", - "@kbn/hapi-mocks", - "@kbn/core-logging-server-mocks", - "@kbn/logging", - "@kbn/core-http-common", - "@kbn/logging-mocks" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/http/core-http-server-internal/jest.config.js b/packages/core/http/core-http-server-internal/jest.config.js deleted file mode 100644 index f53fe944b48e6..0000000000000 --- a/packages/core/http/core-http-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/http/core-http-server-internal'], -}; diff --git a/packages/core/http/core-http-server-internal/tsconfig.json b/packages/core/http/core-http-server-internal/tsconfig.json deleted file mode 100644 index 8e76d71f341da..0000000000000 --- a/packages/core/http/core-http-server-internal/tsconfig.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/std", - "@kbn/server-http-tools", - "@kbn/logging", - "@kbn/config-schema", - "@kbn/crypto", - "@kbn/core-base-common", - "@kbn/core-base-server-internal", - "@kbn/core-execution-context-server-internal", - "@kbn/core-http-common", - "@kbn/core-http-server", - "@kbn/core-http-context-server-internal", - "@kbn/core-http-router-server-internal", - "@kbn/core-http-router-server-mocks", - "@kbn/core-logging-server-mocks", - "@kbn/dev-utils", - "@kbn/config", - "@kbn/repo-info", - "@kbn/hapi-mocks", - "@kbn/config-mocks", - "@kbn/core-execution-context-server-mocks", - "@kbn/core-http-context-server-mocks", - "@kbn/logging-mocks", - "@kbn/router-to-openapispec", - "@kbn/core-base-server-mocks", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/http/core-http-server-utils/jest.config.js b/packages/core/http/core-http-server-utils/jest.config.js deleted file mode 100644 index eff6f9ba0e4c6..0000000000000 --- a/packages/core/http/core-http-server-utils/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/http/core-http-server-utils'], -}; diff --git a/packages/core/http/core-http-server-utils/tsconfig.json b/packages/core/http/core-http-server-utils/tsconfig.json deleted file mode 100644 index 0a0e4516c8c5d..0000000000000 --- a/packages/core/http/core-http-server-utils/tsconfig.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/core-http-router-server-internal", - "@kbn/core-http-server", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/http/core-http-server/jest.config.js b/packages/core/http/core-http-server/jest.config.js deleted file mode 100644 index 3d9c0920e2663..0000000000000 --- a/packages/core/http/core-http-server/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/http/core-http-server'], -}; diff --git a/packages/core/http/core-http-server/tsconfig.json b/packages/core/http/core-http-server/tsconfig.json deleted file mode 100644 index 50a0ce973eb4e..0000000000000 --- a/packages/core/http/core-http-server/tsconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/config-schema", - "@kbn/utility-types", - "@kbn/core-base-common", - "@kbn/core-http-common", - "@kbn/zod", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/i18n/core-i18n-browser-internal/jest.config.js b/packages/core/i18n/core-i18n-browser-internal/jest.config.js deleted file mode 100644 index 6594f54b4a6cf..0000000000000 --- a/packages/core/i18n/core-i18n-browser-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/i18n/core-i18n-browser-internal'], -}; diff --git a/packages/core/i18n/core-i18n-browser-internal/tsconfig.json b/packages/core/i18n/core-i18n-browser-internal/tsconfig.json deleted file mode 100644 index fe90039b68112..0000000000000 --- a/packages/core/i18n/core-i18n-browser-internal/tsconfig.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "kbn_references": [ - "@kbn/i18n", - "@kbn/i18n-react", - "@kbn/core-i18n-browser" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/i18n/core-i18n-browser/jest.config.js b/packages/core/i18n/core-i18n-browser/jest.config.js deleted file mode 100644 index 5bb5c07d329e5..0000000000000 --- a/packages/core/i18n/core-i18n-browser/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/i18n/core-i18n-browser'], -}; diff --git a/packages/core/i18n/core-i18n-browser/tsconfig.json b/packages/core/i18n/core-i18n-browser/tsconfig.json deleted file mode 100644 index 6f535b8372d54..0000000000000 --- a/packages/core/i18n/core-i18n-browser/tsconfig.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/i18n/core-i18n-server-internal/jest.config.js b/packages/core/i18n/core-i18n-server-internal/jest.config.js deleted file mode 100644 index 561d36c0739d2..0000000000000 --- a/packages/core/i18n/core-i18n-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/i18n/core-i18n-server-internal'], -}; diff --git a/packages/core/i18n/core-i18n-server-internal/tsconfig.json b/packages/core/i18n/core-i18n-server-internal/tsconfig.json deleted file mode 100644 index a00305e2ca096..0000000000000 --- a/packages/core/i18n/core-i18n-server-internal/tsconfig.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "kbn_references": [ - "@kbn/config", - "@kbn/config-schema", - "@kbn/logging", - "@kbn/core-base-server-internal", - "@kbn/core-i18n-server", - "@kbn/core-http-server", - "@kbn/core-http-server-internal", - "@kbn/repo-info", - "@kbn/config-mocks", - "@kbn/core-base-server-mocks", - "@kbn/core-http-server-mocks", - "@kbn/i18n", - "@kbn/std", - "@kbn/repo-packages", - "@kbn/core-http-router-server-mocks", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/i18n/core-i18n-server/jest.config.js b/packages/core/i18n/core-i18n-server/jest.config.js deleted file mode 100644 index 9e0622d6f8389..0000000000000 --- a/packages/core/i18n/core-i18n-server/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/i18n/core-i18n-server'], -}; diff --git a/packages/core/i18n/core-i18n-server/tsconfig.json b/packages/core/i18n/core-i18n-server/tsconfig.json deleted file mode 100644 index e7513f6481e89..0000000000000 --- a/packages/core/i18n/core-i18n-server/tsconfig.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/injected-metadata/core-injected-metadata-browser-internal/jest.config.js b/packages/core/injected-metadata/core-injected-metadata-browser-internal/jest.config.js deleted file mode 100644 index df07bb9aa5f60..0000000000000 --- a/packages/core/injected-metadata/core-injected-metadata-browser-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/injected-metadata/core-injected-metadata-browser-internal'], -}; diff --git a/packages/core/injected-metadata/core-injected-metadata-browser-internal/tsconfig.json b/packages/core/injected-metadata/core-injected-metadata-browser-internal/tsconfig.json deleted file mode 100644 index 5b8cc7fff4bc2..0000000000000 --- a/packages/core/injected-metadata/core-injected-metadata-browser-internal/tsconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/std", - "@kbn/core-base-common", - "@kbn/core-injected-metadata-common-internal", - "@kbn/core-custom-branding-common", - ], - "exclude": [ - "target/**/*" - ] -} diff --git a/packages/core/injected-metadata/core-injected-metadata-common-internal/jest.config.js b/packages/core/injected-metadata/core-injected-metadata-common-internal/jest.config.js deleted file mode 100644 index 38dbe1dc8a2d6..0000000000000 --- a/packages/core/injected-metadata/core-injected-metadata-common-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/injected-metadata/core-injected-metadata-common-internal'], -}; diff --git a/packages/core/injected-metadata/core-injected-metadata-common-internal/tsconfig.json b/packages/core/injected-metadata/core-injected-metadata-common-internal/tsconfig.json deleted file mode 100644 index 85b7e12e85625..0000000000000 --- a/packages/core/injected-metadata/core-injected-metadata-common-internal/tsconfig.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/config", - "@kbn/ui-shared-deps-npm", - "@kbn/core-base-common", - "@kbn/core-custom-branding-common", - "@kbn/core-logging-common-internal", - "@kbn/core-ui-settings-common" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/integrations/core-integrations-browser-internal/jest.config.js b/packages/core/integrations/core-integrations-browser-internal/jest.config.js deleted file mode 100644 index b63189d72c7a0..0000000000000 --- a/packages/core/integrations/core-integrations-browser-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/integrations/core-integrations-browser-internal'], -}; diff --git a/packages/core/integrations/core-integrations-browser-internal/tsconfig.json b/packages/core/integrations/core-integrations-browser-internal/tsconfig.json deleted file mode 100644 index a160ce80ae03a..0000000000000 --- a/packages/core/integrations/core-integrations-browser-internal/tsconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx" - ], - "kbn_references": [ - "@kbn/core-base-browser-internal", - "@kbn/core-ui-settings-browser", - "@kbn/core-ui-settings-browser-mocks", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/lifecycle/core-lifecycle-browser-internal/jest.config.js b/packages/core/lifecycle/core-lifecycle-browser-internal/jest.config.js deleted file mode 100644 index 08879ad555f4f..0000000000000 --- a/packages/core/lifecycle/core-lifecycle-browser-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/lifecycle/core-lifecycle-browser-internal'], -}; diff --git a/packages/core/lifecycle/core-lifecycle-browser-internal/tsconfig.json b/packages/core/lifecycle/core-lifecycle-browser-internal/tsconfig.json deleted file mode 100644 index 84c55c0e87b90..0000000000000 --- a/packages/core/lifecycle/core-lifecycle-browser-internal/tsconfig.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "kbn_references": [ - "@kbn/core-lifecycle-browser", - "@kbn/core-application-browser-internal", - "@kbn/core-injected-metadata-browser-internal", - "@kbn/core-http-browser-internal", - "@kbn/core-security-browser-internal", - "@kbn/core-user-profile-browser-internal", - "@kbn/core-feature-flags-browser" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/lifecycle/core-lifecycle-browser/jest.config.js b/packages/core/lifecycle/core-lifecycle-browser/jest.config.js deleted file mode 100644 index e9c3cd75591a7..0000000000000 --- a/packages/core/lifecycle/core-lifecycle-browser/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/lifecycle/core-lifecycle-browser'], -}; diff --git a/packages/core/lifecycle/core-lifecycle-browser/tsconfig.json b/packages/core/lifecycle/core-lifecycle-browser/tsconfig.json deleted file mode 100644 index b7ded984ac90b..0000000000000 --- a/packages/core/lifecycle/core-lifecycle-browser/tsconfig.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "kbn_references": [ - "@kbn/core-theme-browser", - "@kbn/core-analytics-browser", - "@kbn/core-execution-context-browser", - "@kbn/core-http-browser", - "@kbn/core-fatal-errors-browser", - "@kbn/core-ui-settings-browser", - "@kbn/core-notifications-browser", - "@kbn/core-application-browser", - "@kbn/core-doc-links-browser", - "@kbn/core-i18n-browser", - "@kbn/core-deprecations-browser", - "@kbn/core-overlays-browser", - "@kbn/core-saved-objects-browser", - "@kbn/core-chrome-browser", - "@kbn/core-custom-branding-browser", - "@kbn/core-plugins-contracts-browser", - "@kbn/core-security-browser", - "@kbn/core-user-profile-browser", - "@kbn/core-feature-flags-browser" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/lifecycle/core-lifecycle-server-internal/jest.config.js b/packages/core/lifecycle/core-lifecycle-server-internal/jest.config.js deleted file mode 100644 index 590ce4aa7a579..0000000000000 --- a/packages/core/lifecycle/core-lifecycle-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/lifecycle/core-lifecycle-server-internal'], -}; diff --git a/packages/core/lifecycle/core-lifecycle-server-internal/tsconfig.json b/packages/core/lifecycle/core-lifecycle-server-internal/tsconfig.json deleted file mode 100644 index 5f7939e82e533..0000000000000 --- a/packages/core/lifecycle/core-lifecycle-server-internal/tsconfig.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "kbn_references": [ - "@kbn/core-logging-server-internal", - "@kbn/core-analytics-server", - "@kbn/core-preboot-server-internal", - "@kbn/core-http-context-server-internal", - "@kbn/core-http-server-internal", - "@kbn/core-elasticsearch-server-internal", - "@kbn/core-ui-settings-server-internal", - "@kbn/core-http-resources-server-internal", - "@kbn/core-capabilities-server", - "@kbn/core-doc-links-server", - "@kbn/core-i18n-server", - "@kbn/core-environment-server-internal", - "@kbn/core-execution-context-server-internal", - "@kbn/core-deprecations-server-internal", - "@kbn/core-metrics-server-internal", - "@kbn/core-rendering-server-internal", - "@kbn/core-saved-objects-server-internal", - "@kbn/core-status-server-internal", - "@kbn/core-usage-data-base-server-internal", - "@kbn/core-usage-data-server", - "@kbn/core-custom-branding-server-internal", - "@kbn/core-custom-branding-server", - "@kbn/core-user-settings-server-internal", - "@kbn/core-security-server-internal", - "@kbn/core-user-profile-server-internal", - "@kbn/core-feature-flags-server", - "@kbn/core-feature-flags-server-internal" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/lifecycle/core-lifecycle-server/jest.config.js b/packages/core/lifecycle/core-lifecycle-server/jest.config.js deleted file mode 100644 index c78af9f60faba..0000000000000 --- a/packages/core/lifecycle/core-lifecycle-server/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/lifecycle/core-lifecycle-server'], -}; diff --git a/packages/core/lifecycle/core-lifecycle-server/tsconfig.json b/packages/core/lifecycle/core-lifecycle-server/tsconfig.json deleted file mode 100644 index c8b95eed1e6d7..0000000000000 --- a/packages/core/lifecycle/core-lifecycle-server/tsconfig.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "kbn_references": [ - "@kbn/core-analytics-server", - "@kbn/core-capabilities-server", - "@kbn/core-deprecations-server", - "@kbn/core-doc-links-server", - "@kbn/core-elasticsearch-server", - "@kbn/core-execution-context-server", - "@kbn/core-http-server", - "@kbn/core-http-request-handler-context-server", - "@kbn/core-http-resources-server", - "@kbn/core-i18n-server", - "@kbn/core-logging-server", - "@kbn/core-metrics-server", - "@kbn/core-preboot-server", - "@kbn/core-saved-objects-server", - "@kbn/core-status-server", - "@kbn/core-ui-settings-server", - "@kbn/core-usage-data-server", - "@kbn/core-custom-branding-server", - "@kbn/core-user-settings-server", - "@kbn/core-plugins-contracts-server", - "@kbn/core-security-server", - "@kbn/core-user-profile-server", - "@kbn/core-feature-flags-server" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/logging/core-logging-browser-internal/jest.config.js b/packages/core/logging/core-logging-browser-internal/jest.config.js deleted file mode 100644 index e5368b214af83..0000000000000 --- a/packages/core/logging/core-logging-browser-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/logging/core-logging-browser-internal'], -}; diff --git a/packages/core/logging/core-logging-browser-internal/tsconfig.json b/packages/core/logging/core-logging-browser-internal/tsconfig.json deleted file mode 100644 index 89c06b251c39b..0000000000000 --- a/packages/core/logging/core-logging-browser-internal/tsconfig.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - ] - }, - "include": [ - "**/*.ts", - ], - "kbn_references": [ - "@kbn/logging", - "@kbn/core-logging-common-internal", - "@kbn/security-hardening" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/logging/core-logging-common-internal/jest.config.js b/packages/core/logging/core-logging-common-internal/jest.config.js deleted file mode 100644 index 178b1c8580aeb..0000000000000 --- a/packages/core/logging/core-logging-common-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/logging/core-logging-common-internal'], -}; diff --git a/packages/core/logging/core-logging-common-internal/tsconfig.json b/packages/core/logging/core-logging-common-internal/tsconfig.json deleted file mode 100644 index 371dc89b18172..0000000000000 --- a/packages/core/logging/core-logging-common-internal/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - ] - }, - "include": [ - "**/*.ts", - ], - "kbn_references": [ - "@kbn/logging" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/logging/core-logging-server-internal/jest.config.js b/packages/core/logging/core-logging-server-internal/jest.config.js deleted file mode 100644 index 69794c68e4e3f..0000000000000 --- a/packages/core/logging/core-logging-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/logging/core-logging-server-internal'], -}; diff --git a/packages/core/logging/core-logging-server-internal/tsconfig.json b/packages/core/logging/core-logging-server-internal/tsconfig.json deleted file mode 100644 index 00b081d8f6440..0000000000000 --- a/packages/core/logging/core-logging-server-internal/tsconfig.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/safer-lodash-set", - "@kbn/logging", - "@kbn/config-schema", - "@kbn/core-base-server-internal", - "@kbn/core-logging-common-internal", - "@kbn/core-logging-server", - "@kbn/logging-mocks", - "@kbn/std", - "@kbn/utility-types-jest", - "@kbn/utility-types", - "@kbn/security-hardening", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/logging/core-logging-server/jest.config.js b/packages/core/logging/core-logging-server/jest.config.js deleted file mode 100644 index b9bb942a43d75..0000000000000 --- a/packages/core/logging/core-logging-server/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/logging/core-logging-server'], -}; diff --git a/packages/core/logging/core-logging-server/tsconfig.json b/packages/core/logging/core-logging-server/tsconfig.json deleted file mode 100644 index 0f3e14ff4a6f6..0000000000000 --- a/packages/core/logging/core-logging-server/tsconfig.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/logging", - "@kbn/config-schema" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/metrics/core-metrics-collectors-server-internal/jest.config.js b/packages/core/metrics/core-metrics-collectors-server-internal/jest.config.js deleted file mode 100644 index 8a792577d5973..0000000000000 --- a/packages/core/metrics/core-metrics-collectors-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/metrics/core-metrics-collectors-server-internal'], -}; diff --git a/packages/core/metrics/core-metrics-collectors-server-internal/tsconfig.json b/packages/core/metrics/core-metrics-collectors-server-internal/tsconfig.json deleted file mode 100644 index d1a2498ffbd68..0000000000000 --- a/packages/core/metrics/core-metrics-collectors-server-internal/tsconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/logging", - "@kbn/core-metrics-server", - "@kbn/core-elasticsearch-client-server-internal", - "@kbn/logging-mocks", - "@kbn/core-elasticsearch-client-server-mocks", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/metrics/core-metrics-server-internal/jest.config.js b/packages/core/metrics/core-metrics-server-internal/jest.config.js deleted file mode 100644 index 3d22a4031f40f..0000000000000 --- a/packages/core/metrics/core-metrics-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/metrics/core-metrics-server-internal'], -}; diff --git a/packages/core/metrics/core-metrics-server-internal/tsconfig.json b/packages/core/metrics/core-metrics-server-internal/tsconfig.json deleted file mode 100644 index dfc7c4766d110..0000000000000 --- a/packages/core/metrics/core-metrics-server-internal/tsconfig.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/logging", - "@kbn/config-schema", - "@kbn/core-base-server-internal", - "@kbn/core-http-server-internal", - "@kbn/core-metrics-server", - "@kbn/core-metrics-collectors-server-internal", - "@kbn/core-elasticsearch-server-internal", - "@kbn/core-metrics-collectors-server-mocks", - "@kbn/logging-mocks", - "@kbn/core-http-server-mocks", - "@kbn/core-elasticsearch-client-server-internal", - "@kbn/config-mocks", - "@kbn/core-base-server-mocks", - "@kbn/core-logging-server-mocks", - "@kbn/core-elasticsearch-server-mocks", - "@kbn/core-http-server", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/metrics/core-metrics-server/jest.config.js b/packages/core/metrics/core-metrics-server/jest.config.js deleted file mode 100644 index ed815652a90c0..0000000000000 --- a/packages/core/metrics/core-metrics-server/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/metrics/core-metrics-server'], -}; diff --git a/packages/core/metrics/core-metrics-server/tsconfig.json b/packages/core/metrics/core-metrics-server/tsconfig.json deleted file mode 100644 index 5dccac215ffaf..0000000000000 --- a/packages/core/metrics/core-metrics-server/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/utility-types" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/mount-utils/core-mount-utils-browser-internal/jest.config.js b/packages/core/mount-utils/core-mount-utils-browser-internal/jest.config.js deleted file mode 100644 index c8177c0890c00..0000000000000 --- a/packages/core/mount-utils/core-mount-utils-browser-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/mount-utils/core-mount-utils-browser-internal'], -}; diff --git a/packages/core/mount-utils/core-mount-utils-browser-internal/tsconfig.json b/packages/core/mount-utils/core-mount-utils-browser-internal/tsconfig.json deleted file mode 100644 index fad08cdeb8787..0000000000000 --- a/packages/core/mount-utils/core-mount-utils-browser-internal/tsconfig.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "kbn_references": [ - "@kbn/i18n-react", - "@kbn/core-mount-utils-browser" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/mount-utils/core-mount-utils-browser/jest.config.js b/packages/core/mount-utils/core-mount-utils-browser/jest.config.js deleted file mode 100644 index 155ca552f97f8..0000000000000 --- a/packages/core/mount-utils/core-mount-utils-browser/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/mount-utils/core-mount-utils-browser'], -}; diff --git a/packages/core/mount-utils/core-mount-utils-browser/tsconfig.json b/packages/core/mount-utils/core-mount-utils-browser/tsconfig.json deleted file mode 100644 index 0f16c2b9311d8..0000000000000 --- a/packages/core/mount-utils/core-mount-utils-browser/tsconfig.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/node/core-node-server-internal/jest.config.js b/packages/core/node/core-node-server-internal/jest.config.js deleted file mode 100644 index 5c5ebb4acc407..0000000000000 --- a/packages/core/node/core-node-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/node/core-node-server-internal'], -}; diff --git a/packages/core/node/core-node-server-internal/tsconfig.json b/packages/core/node/core-node-server-internal/tsconfig.json deleted file mode 100644 index 7bbe90ab8be74..0000000000000 --- a/packages/core/node/core-node-server-internal/tsconfig.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/config", - "@kbn/config-schema", - "@kbn/logging", - "@kbn/core-base-server-internal", - "@kbn/core-logging-server-internal", - "@kbn/core-node-server", - "@kbn/config-mocks", - "@kbn/core-base-server-mocks", - "@kbn/core-logging-server-mocks", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/node/core-node-server/jest.config.js b/packages/core/node/core-node-server/jest.config.js deleted file mode 100644 index bf1865bd1bab0..0000000000000 --- a/packages/core/node/core-node-server/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/node/core-node-server'], -}; diff --git a/packages/core/node/core-node-server/tsconfig.json b/packages/core/node/core-node-server/tsconfig.json deleted file mode 100644 index e7513f6481e89..0000000000000 --- a/packages/core/node/core-node-server/tsconfig.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/notifications/core-notifications-browser-internal/jest.config.js b/packages/core/notifications/core-notifications-browser-internal/jest.config.js deleted file mode 100644 index 262f30ad0dab6..0000000000000 --- a/packages/core/notifications/core-notifications-browser-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/notifications/core-notifications-browser-internal'], -}; diff --git a/packages/core/notifications/core-notifications-browser-internal/tsconfig.json b/packages/core/notifications/core-notifications-browser-internal/tsconfig.json deleted file mode 100644 index 0aa4081925399..0000000000000 --- a/packages/core/notifications/core-notifications-browser-internal/tsconfig.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx" - ], - "kbn_references": [ - "@kbn/i18n-react", - "@kbn/i18n", - "@kbn/utility-types", - "@kbn/core-theme-browser", - "@kbn/core-i18n-browser", - "@kbn/core-ui-settings-browser", - "@kbn/core-overlays-browser", - "@kbn/core-notifications-browser", - "@kbn/core-mount-utils-browser-internal", - "@kbn/core-ui-settings-browser-mocks", - "@kbn/core-i18n-browser-mocks", - "@kbn/test-jest-helpers", - "@kbn/core-overlays-browser-mocks", - "@kbn/core-theme-browser-mocks", - "@kbn/core-mount-utils-browser", - "@kbn/react-kibana-context-render", - "@kbn/core-analytics-browser", - "@kbn/core-analytics-browser-mocks", - "@kbn/core-user-profile-browser", - "@kbn/core-user-profile-browser-mocks" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/notifications/core-notifications-browser/jest.config.js b/packages/core/notifications/core-notifications-browser/jest.config.js deleted file mode 100644 index 12636f77856c5..0000000000000 --- a/packages/core/notifications/core-notifications-browser/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/notifications/core-notifications-browser'], -}; diff --git a/packages/core/notifications/core-notifications-browser/tsconfig.json b/packages/core/notifications/core-notifications-browser/tsconfig.json deleted file mode 100644 index e74804a5abae4..0000000000000 --- a/packages/core/notifications/core-notifications-browser/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/core-mount-utils-browser" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/overlays/core-overlays-browser-internal/jest.config.js b/packages/core/overlays/core-overlays-browser-internal/jest.config.js deleted file mode 100644 index 7e3863eb1df7f..0000000000000 --- a/packages/core/overlays/core-overlays-browser-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/overlays/core-overlays-browser-internal'], -}; diff --git a/packages/core/overlays/core-overlays-browser-internal/tsconfig.json b/packages/core/overlays/core-overlays-browser-internal/tsconfig.json deleted file mode 100644 index 13263f09b74d5..0000000000000 --- a/packages/core/overlays/core-overlays-browser-internal/tsconfig.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react", - "@emotion/react/types/css-prop" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - "../../../../typings/emotion.d.ts" - ], - "kbn_references": [ - "@kbn/i18n-react", - "@kbn/core-theme-browser", - "@kbn/core-mount-utils-browser-internal", - "@kbn/core-i18n-browser", - "@kbn/core-ui-settings-browser", - "@kbn/core-overlays-browser", - "@kbn/core-i18n-browser-mocks", - "@kbn/core-ui-settings-browser-mocks", - "@kbn/core-mount-utils-browser", - "@kbn/core-theme-browser-mocks", - "@kbn/i18n", - "@kbn/react-kibana-context-render", - "@kbn/core-analytics-browser-mocks", - "@kbn/core-analytics-browser", - "@kbn/core-user-profile-browser-mocks", - "@kbn/core-user-profile-browser" - ], - "exclude": [ - "target/**/*" - ] -} diff --git a/packages/core/overlays/core-overlays-browser/jest.config.js b/packages/core/overlays/core-overlays-browser/jest.config.js deleted file mode 100644 index af2bec17d7949..0000000000000 --- a/packages/core/overlays/core-overlays-browser/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/overlays/core-overlays-browser'], -}; diff --git a/packages/core/overlays/core-overlays-browser/tsconfig.json b/packages/core/overlays/core-overlays-browser/tsconfig.json deleted file mode 100644 index 461df2c838a70..0000000000000 --- a/packages/core/overlays/core-overlays-browser/tsconfig.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/core-mount-utils-browser" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/plugins/core-plugins-base-server-internal/jest.config.js b/packages/core/plugins/core-plugins-base-server-internal/jest.config.js deleted file mode 100644 index 9fe0344b91f2e..0000000000000 --- a/packages/core/plugins/core-plugins-base-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/plugins/core-plugins-base-server-internal'], -}; diff --git a/packages/core/plugins/core-plugins-base-server-internal/tsconfig.json b/packages/core/plugins/core-plugins-base-server-internal/tsconfig.json deleted file mode 100644 index 48f63905bf591..0000000000000 --- a/packages/core/plugins/core-plugins-base-server-internal/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "kbn_references": [ - "@kbn/core-base-common" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/plugins/core-plugins-browser-internal/jest.config.js b/packages/core/plugins/core-plugins-browser-internal/jest.config.js deleted file mode 100644 index 27379c59cd7d6..0000000000000 --- a/packages/core/plugins/core-plugins-browser-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/plugins/core-plugins-browser-internal'], -}; diff --git a/packages/core/plugins/core-plugins-browser-internal/tsconfig.json b/packages/core/plugins/core-plugins-browser-internal/tsconfig.json deleted file mode 100644 index e2e502e821362..0000000000000 --- a/packages/core/plugins/core-plugins-browser-internal/tsconfig.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "kbn_references": [ - "@kbn/core-base-common", - "@kbn/core-base-browser-internal", - "@kbn/core-injected-metadata-common-internal", - "@kbn/core-lifecycle-browser", - "@kbn/core-lifecycle-browser-internal", - "@kbn/core-plugins-browser", - "@kbn/logging-mocks", - "@kbn/core-base-browser-mocks", - "@kbn/core-analytics-browser-mocks", - "@kbn/core-doc-links-browser-mocks", - "@kbn/core-execution-context-browser-mocks", - "@kbn/core-i18n-browser-mocks", - "@kbn/core-injected-metadata-browser-mocks", - "@kbn/core-theme-browser-mocks", - "@kbn/core-notifications-browser-mocks", - "@kbn/core-application-browser-mocks", - "@kbn/core-overlays-browser-mocks", - "@kbn/core-chrome-browser-mocks", - "@kbn/core-fatal-errors-browser-mocks", - "@kbn/core-ui-settings-browser-mocks", - "@kbn/core-http-browser-mocks", - "@kbn/core-saved-objects-browser-mocks", - "@kbn/core-deprecations-browser-mocks", - "@kbn/utility-types", - "@kbn/core-plugins-contracts-browser", - "@kbn/core-security-browser-mocks", - "@kbn/core-user-profile-browser-mocks", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/plugins/core-plugins-browser/jest.config.js b/packages/core/plugins/core-plugins-browser/jest.config.js deleted file mode 100644 index 3815ad0fd6b85..0000000000000 --- a/packages/core/plugins/core-plugins-browser/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/plugins/core-plugins-browser'], -}; diff --git a/packages/core/plugins/core-plugins-browser/tsconfig.json b/packages/core/plugins/core-plugins-browser/tsconfig.json deleted file mode 100644 index 18cb8ba7041fc..0000000000000 --- a/packages/core/plugins/core-plugins-browser/tsconfig.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "kbn_references": [ - "@kbn/config", - "@kbn/core-base-common", - "@kbn/core-lifecycle-browser", - "@kbn/logging", - "@kbn/utility-types", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/plugins/core-plugins-contracts-browser/jest.config.js b/packages/core/plugins/core-plugins-contracts-browser/jest.config.js deleted file mode 100644 index eda5c2f762548..0000000000000 --- a/packages/core/plugins/core-plugins-contracts-browser/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/plugins/core-plugins-contracts-browser'], -}; diff --git a/packages/core/plugins/core-plugins-contracts-browser/tsconfig.json b/packages/core/plugins/core-plugins-contracts-browser/tsconfig.json deleted file mode 100644 index 2d841f928c1ba..0000000000000 --- a/packages/core/plugins/core-plugins-contracts-browser/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [ - "@kbn/core-base-common", - ] -} diff --git a/packages/core/plugins/core-plugins-contracts-server/jest.config.js b/packages/core/plugins/core-plugins-contracts-server/jest.config.js deleted file mode 100644 index 0a3ee38ea23d9..0000000000000 --- a/packages/core/plugins/core-plugins-contracts-server/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/plugins/core-plugins-contracts-server'], -}; diff --git a/packages/core/plugins/core-plugins-contracts-server/tsconfig.json b/packages/core/plugins/core-plugins-contracts-server/tsconfig.json deleted file mode 100644 index 2d841f928c1ba..0000000000000 --- a/packages/core/plugins/core-plugins-contracts-server/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [ - "@kbn/core-base-common", - ] -} diff --git a/packages/core/plugins/core-plugins-server-internal/jest.config.js b/packages/core/plugins/core-plugins-server-internal/jest.config.js deleted file mode 100644 index bb4f033b12383..0000000000000 --- a/packages/core/plugins/core-plugins-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/plugins/core-plugins-server-internal'], -}; diff --git a/packages/core/plugins/core-plugins-server-internal/tsconfig.json b/packages/core/plugins/core-plugins-server-internal/tsconfig.json deleted file mode 100644 index 14beddf2c7fb7..0000000000000 --- a/packages/core/plugins/core-plugins-server-internal/tsconfig.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "kbn_references": [ - "@kbn/std", - "@kbn/config", - "@kbn/config-schema", - "@kbn/logging", - "@kbn/utils", - "@kbn/core-base-common", - "@kbn/core-base-server-internal", - "@kbn/core-elasticsearch-server-internal", - "@kbn/core-node-server", - "@kbn/core-saved-objects-base-server-internal", - "@kbn/core-http-server", - "@kbn/core-http-request-handler-context-server", - "@kbn/core-lifecycle-server", - "@kbn/core-lifecycle-server-internal", - "@kbn/core-plugins-server", - "@kbn/config-mocks", - "@kbn/core-base-server-mocks", - "@kbn/core-lifecycle-server-mocks", - "@kbn/core-logging-server-mocks", - "@kbn/core-node-server-mocks", - "@kbn/repo-info", - "@kbn/jest-serializers", - "@kbn/core-environment-server-mocks", - "@kbn/core-environment-server-internal", - "@kbn/core-node-server-internal", - "@kbn/core-plugins-base-server-internal", - "@kbn/repo-packages", - "@kbn/utility-types", - "@kbn/core-plugins-contracts-server", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/plugins/core-plugins-server/jest.config.js b/packages/core/plugins/core-plugins-server/jest.config.js deleted file mode 100644 index 76edb6acca526..0000000000000 --- a/packages/core/plugins/core-plugins-server/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/plugins/core-plugins-server'], -}; diff --git a/packages/core/plugins/core-plugins-server/tsconfig.json b/packages/core/plugins/core-plugins-server/tsconfig.json deleted file mode 100644 index c6eee13f49312..0000000000000 --- a/packages/core/plugins/core-plugins-server/tsconfig.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "kbn_references": [ - "@kbn/config", - "@kbn/config-schema", - "@kbn/utility-types", - "@kbn/utils", - "@kbn/logging", - "@kbn/core-base-common", - "@kbn/core-node-server", - "@kbn/core-elasticsearch-server-internal", - "@kbn/core-saved-objects-base-server-internal", - "@kbn/core-lifecycle-server", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/preboot/core-preboot-server-internal/jest.config.js b/packages/core/preboot/core-preboot-server-internal/jest.config.js deleted file mode 100644 index 3615bf647f5b6..0000000000000 --- a/packages/core/preboot/core-preboot-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/preboot/core-preboot-server-internal'], -}; diff --git a/packages/core/preboot/core-preboot-server-internal/tsconfig.json b/packages/core/preboot/core-preboot-server-internal/tsconfig.json deleted file mode 100644 index fa2cee0f60496..0000000000000 --- a/packages/core/preboot/core-preboot-server-internal/tsconfig.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/logging", - "@kbn/core-base-server-internal", - "@kbn/core-base-common", - "@kbn/config", - "@kbn/config-mocks", - "@kbn/core-logging-server-mocks", - "@kbn/repo-info", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/preboot/core-preboot-server/jest.config.js b/packages/core/preboot/core-preboot-server/jest.config.js deleted file mode 100644 index d8ad56f1ea400..0000000000000 --- a/packages/core/preboot/core-preboot-server/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/preboot/core-preboot-server'], -}; diff --git a/packages/core/preboot/core-preboot-server/tsconfig.json b/packages/core/preboot/core-preboot-server/tsconfig.json deleted file mode 100644 index e7513f6481e89..0000000000000 --- a/packages/core/preboot/core-preboot-server/tsconfig.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/rendering/core-rendering-browser-internal/jest.config.js b/packages/core/rendering/core-rendering-browser-internal/jest.config.js deleted file mode 100644 index 136cceee2f1f2..0000000000000 --- a/packages/core/rendering/core-rendering-browser-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/rendering/core-rendering-browser-internal'], -}; diff --git a/packages/core/rendering/core-rendering-browser-internal/tsconfig.json b/packages/core/rendering/core-rendering-browser-internal/tsconfig.json deleted file mode 100644 index 02657e4e54b43..0000000000000 --- a/packages/core/rendering/core-rendering-browser-internal/tsconfig.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "kbn_references": [ - "@kbn/core-application-common", - "@kbn/core-application-browser-internal", - "@kbn/core-overlays-browser", - "@kbn/core-chrome-browser-internal", - "@kbn/core-application-browser-mocks", - "@kbn/core-chrome-browser-mocks", - "@kbn/core-overlays-browser-mocks", - "@kbn/core-theme-browser-mocks", - "@kbn/core-i18n-browser-mocks", - "@kbn/react-kibana-context-root", - "@kbn/core-analytics-browser-mocks", - "@kbn/core-analytics-browser", - "@kbn/core-i18n-browser", - "@kbn/core-theme-browser", - "@kbn/core-rendering-browser", - "@kbn/core-user-profile-browser", - "@kbn/core-user-profile-browser-mocks" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/rendering/core-rendering-browser/jest.config.js b/packages/core/rendering/core-rendering-browser/jest.config.js deleted file mode 100644 index 13f1819553812..0000000000000 --- a/packages/core/rendering/core-rendering-browser/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/rendering/core-rendering-browser'], -}; diff --git a/packages/core/rendering/core-rendering-browser/tsconfig.json b/packages/core/rendering/core-rendering-browser/tsconfig.json deleted file mode 100644 index 3a932605dfa75..0000000000000 --- a/packages/core/rendering/core-rendering-browser/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "kbn_references": [], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/rendering/core-rendering-server-internal/jest.config.js b/packages/core/rendering/core-rendering-server-internal/jest.config.js deleted file mode 100644 index 41a4ff4fb6b8a..0000000000000 --- a/packages/core/rendering/core-rendering-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/rendering/core-rendering-server-internal'], -}; diff --git a/packages/core/rendering/core-rendering-server-internal/tsconfig.json b/packages/core/rendering/core-rendering-server-internal/tsconfig.json deleted file mode 100644 index 28a22d3d51ca9..0000000000000 --- a/packages/core/rendering/core-rendering-server-internal/tsconfig.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react", - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "kbn_references": [ - "@kbn/i18n", - "@kbn/ui-shared-deps-npm", - "@kbn/ui-shared-deps-src", - "@kbn/core-base-server-internal", - "@kbn/core-injected-metadata-common-internal", - "@kbn/core-http-server", - "@kbn/core-http-server-internal", - "@kbn/core-elasticsearch-server-internal", - "@kbn/core-status-server-internal", - "@kbn/core-ui-settings-common", - "@kbn/core-ui-settings-server", - "@kbn/core-plugins-base-server-internal", - "@kbn/core-http-router-server-mocks", - "@kbn/core-http-server-mocks", - "@kbn/core-ui-settings-server-mocks", - "@kbn/config", - "@kbn/core-base-common", - "@kbn/core-base-server-mocks", - "@kbn/core-elasticsearch-server-mocks", - "@kbn/core-status-server-mocks", - "@kbn/utility-types", - "@kbn/core-custom-branding-server-internal", - "@kbn/core-custom-branding-common", - "@kbn/core-custom-branding-server-mocks", - "@kbn/core-user-settings-server-mocks", - "@kbn/core-user-settings-server-internal", - "@kbn/core-logging-common-internal", - "@kbn/core-logging-server-internal", - "@kbn/core-i18n-server", - "@kbn/core-i18n-server-internal", - "@kbn/core-i18n-server-mocks", - "@kbn/apm-config-loader", - "@kbn/core-feature-flags-server-internal", - "@kbn/core-feature-flags-server-mocks", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/root/core-root-browser-internal/jest.config.js b/packages/core/root/core-root-browser-internal/jest.config.js deleted file mode 100644 index 354b27cceb18a..0000000000000 --- a/packages/core/root/core-root-browser-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/root/core-root-browser-internal'], -}; diff --git a/packages/core/root/core-root-browser-internal/tsconfig.json b/packages/core/root/core-root-browser-internal/tsconfig.json deleted file mode 100644 index 159275fb15012..0000000000000 --- a/packages/core/root/core-root-browser-internal/tsconfig.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "kbn_references": [ - "@kbn/std", - "@kbn/i18n", - "@kbn/ebt-tools", - "@kbn/core-execution-context-browser", - "@kbn/core-application-browser-internal", - "@kbn/core-base-browser-internal", - "@kbn/core-logging-browser-internal", - "@kbn/core-injected-metadata-browser-internal", - "@kbn/core-doc-links-browser-internal", - "@kbn/core-theme-browser-internal", - "@kbn/core-analytics-browser", - "@kbn/core-analytics-browser-internal", - "@kbn/core-i18n-browser-internal", - "@kbn/core-execution-context-browser-internal", - "@kbn/core-fatal-errors-browser", - "@kbn/core-fatal-errors-browser-internal", - "@kbn/core-http-browser-internal", - "@kbn/core-ui-settings-browser-internal", - "@kbn/core-deprecations-browser-internal", - "@kbn/core-integrations-browser-internal", - "@kbn/core-overlays-browser-internal", - "@kbn/core-saved-objects-browser-internal", - "@kbn/core-notifications-browser-internal", - "@kbn/core-chrome-browser-internal", - "@kbn/core-rendering-browser-internal", - "@kbn/core-apps-browser-internal", - "@kbn/core-lifecycle-browser-internal", - "@kbn/core-plugins-browser-internal", - "@kbn/utility-types-jest", - "@kbn/core-execution-context-browser-mocks", - "@kbn/core-injected-metadata-browser-mocks", - "@kbn/core-doc-links-browser-mocks", - "@kbn/core-theme-browser-mocks", - "@kbn/core-analytics-browser-mocks", - "@kbn/core-application-browser-mocks", - "@kbn/core-chrome-browser-mocks", - "@kbn/core-fatal-errors-browser-mocks", - "@kbn/core-http-browser-mocks", - "@kbn/core-i18n-browser-mocks", - "@kbn/core-notifications-browser-mocks", - "@kbn/core-overlays-browser-mocks", - "@kbn/core-plugins-browser-mocks", - "@kbn/core-ui-settings-browser-mocks", - "@kbn/core-rendering-browser-mocks", - "@kbn/core-integrations-browser-mocks", - "@kbn/core-apps-browser-mocks", - "@kbn/core-logging-browser-mocks", - "@kbn/config", - "@kbn/core-custom-branding-browser-internal", - "@kbn/core-custom-branding-browser-mocks", - "@kbn/core-security-browser-mocks", - "@kbn/core-security-browser-internal", - "@kbn/core-user-profile-browser-mocks", - "@kbn/core-user-profile-browser-internal", - "@kbn/core-injected-metadata-common-internal", - "@kbn/core-feature-flags-browser-internal", - "@kbn/react-mute-legacy-root-warning", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/root/core-root-server-internal/jest.config.js b/packages/core/root/core-root-server-internal/jest.config.js deleted file mode 100644 index 3bdb94443629c..0000000000000 --- a/packages/core/root/core-root-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/root/core-root-server-internal'], -}; diff --git a/packages/core/root/core-root-server-internal/tsconfig.json b/packages/core/root/core-root-server-internal/tsconfig.json deleted file mode 100644 index 843a701db807b..0000000000000 --- a/packages/core/root/core-root-server-internal/tsconfig.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "kbn_references": [ - "@kbn/utils", - "@kbn/logging", - "@kbn/config", - "@kbn/ebt-tools", - "@kbn/core-base-server-internal", - "@kbn/core-doc-links-server-internal", - "@kbn/core-logging-server-internal", - "@kbn/core-config-server-internal", - "@kbn/core-node-server-internal", - "@kbn/core-analytics-server-internal", - "@kbn/core-analytics-server", - "@kbn/core-environment-server-internal", - "@kbn/core-execution-context-server-internal", - "@kbn/core-preboot-server-internal", - "@kbn/core-http-context-server-internal", - "@kbn/core-http-server-internal", - "@kbn/core-elasticsearch-server-internal", - "@kbn/core-metrics-server-internal", - "@kbn/core-capabilities-server-internal", - "@kbn/core-saved-objects-server", - "@kbn/core-saved-objects-base-server-internal", - "@kbn/core-saved-objects-server-internal", - "@kbn/core-i18n-server-internal", - "@kbn/core-deprecations-server-internal", - "@kbn/core-usage-data-server-internal", - "@kbn/core-status-server-internal", - "@kbn/core-ui-settings-server-internal", - "@kbn/core-http-request-handler-context-server-internal", - "@kbn/core-http-request-handler-context-server", - "@kbn/core-rendering-server-internal", - "@kbn/core-http-resources-server-internal", - "@kbn/core-lifecycle-server-internal", - "@kbn/core-plugins-server-internal", - "@kbn/core-apps-server-internal", - "@kbn/core-http-server-mocks", - "@kbn/core-plugins-server-mocks", - "@kbn/core-elasticsearch-server-mocks", - "@kbn/config-mocks", - "@kbn/core-saved-objects-server-mocks", - "@kbn/core-http-context-server-mocks", - "@kbn/core-ui-settings-server-mocks", - "@kbn/core-rendering-server-mocks", - "@kbn/core-environment-server-mocks", - "@kbn/core-node-server-mocks", - "@kbn/core-metrics-server-mocks", - "@kbn/core-status-server-mocks", - "@kbn/core-logging-server-mocks", - "@kbn/core-i18n-server-mocks", - "@kbn/core-preboot-server-mocks", - "@kbn/core-deprecations-server-mocks", - "@kbn/core-doc-links-server-mocks", - "@kbn/repo-info", - "@kbn/config-schema", - "@kbn/apm-config-loader", - "@kbn/core-custom-branding-server-internal", - "@kbn/core-custom-branding-server-mocks", - "@kbn/repo-packages", - "@kbn/core-node-server", - "@kbn/core-user-settings-server-internal", - "@kbn/core-user-settings-server-mocks", - "@kbn/core-security-server-mocks", - "@kbn/core-security-server-internal", - "@kbn/core-usage-data-server-mocks", - "@kbn/core-user-profile-server-mocks", - "@kbn/core-user-profile-server-internal", - "@kbn/core-feature-flags-server-internal", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/saved-objects/core-saved-objects-api-browser/jest.config.js b/packages/core/saved-objects/core-saved-objects-api-browser/jest.config.js deleted file mode 100644 index fe9cc7e366f24..0000000000000 --- a/packages/core/saved-objects/core-saved-objects-api-browser/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/saved-objects/core-saved-objects-api-browser'], -}; diff --git a/packages/core/saved-objects/core-saved-objects-api-browser/tsconfig.json b/packages/core/saved-objects/core-saved-objects-api-browser/tsconfig.json deleted file mode 100644 index 5d64239e4a8f3..0000000000000 --- a/packages/core/saved-objects/core-saved-objects-api-browser/tsconfig.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/core-saved-objects-common", - "@kbn/core-saved-objects-api-server", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/saved-objects/core-saved-objects-api-server-internal/jest.config.js b/packages/core/saved-objects/core-saved-objects-api-server-internal/jest.config.js deleted file mode 100644 index 5c1a922b47336..0000000000000 --- a/packages/core/saved-objects/core-saved-objects-api-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/saved-objects/core-saved-objects-api-server-internal'], -}; diff --git a/packages/core/saved-objects/core-saved-objects-api-server-internal/tsconfig.json b/packages/core/saved-objects/core-saved-objects-api-server-internal/tsconfig.json deleted file mode 100644 index f9912727a8720..0000000000000 --- a/packages/core/saved-objects/core-saved-objects-api-server-internal/tsconfig.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "kbn_references": [ - "@kbn/config-schema", - "@kbn/es-query", - "@kbn/core-elasticsearch-client-server-internal", - "@kbn/core-elasticsearch-server-internal", - "@kbn/core-usage-data-base-server-internal", - "@kbn/core-saved-objects-common", - "@kbn/core-saved-objects-base-server-internal", - "@kbn/core-saved-objects-api-server", - "@kbn/core-saved-objects-server", - "@kbn/core-saved-objects-utils-server", - "@kbn/logging-mocks", - "@kbn/core-elasticsearch-client-server-mocks", - "@kbn/core-saved-objects-base-server-mocks", - "@kbn/es-errors", - "@kbn/safer-lodash-set", - "@kbn/utility-types-jest", - "@kbn/logging", - "@kbn/core-elasticsearch-server", - "@kbn/core-http-server", - "@kbn/core-http-server-mocks", - "@kbn/core-saved-objects-migration-server-internal", - "@kbn/utility-types", - "@kbn/core-security-common", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/saved-objects/core-saved-objects-api-server/jest.config.js b/packages/core/saved-objects/core-saved-objects-api-server/jest.config.js deleted file mode 100644 index 9851e9c771715..0000000000000 --- a/packages/core/saved-objects/core-saved-objects-api-server/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/saved-objects/core-saved-objects-api-server'], -}; diff --git a/packages/core/saved-objects/core-saved-objects-api-server/tsconfig.json b/packages/core/saved-objects/core-saved-objects-api-server/tsconfig.json deleted file mode 100644 index c091f255cbd21..0000000000000 --- a/packages/core/saved-objects/core-saved-objects-api-server/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/core-saved-objects-common", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/saved-objects/core-saved-objects-base-server-internal/jest.config.js b/packages/core/saved-objects/core-saved-objects-base-server-internal/jest.config.js deleted file mode 100644 index 5fe7fa0dd07b2..0000000000000 --- a/packages/core/saved-objects/core-saved-objects-base-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/saved-objects/core-saved-objects-base-server-internal'], -}; diff --git a/packages/core/saved-objects/core-saved-objects-base-server-internal/tsconfig.json b/packages/core/saved-objects/core-saved-objects-base-server-internal/tsconfig.json deleted file mode 100644 index 5227e67e6947a..0000000000000 --- a/packages/core/saved-objects/core-saved-objects-base-server-internal/tsconfig.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/logging", - "@kbn/config-schema", - "@kbn/core-base-server-internal", - "@kbn/core-saved-objects-server", - "@kbn/core-saved-objects-utils-server", - "@kbn/std", - "@kbn/logging-mocks", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/saved-objects/core-saved-objects-browser-internal/jest.config.js b/packages/core/saved-objects/core-saved-objects-browser-internal/jest.config.js deleted file mode 100644 index a56574b5d5db3..0000000000000 --- a/packages/core/saved-objects/core-saved-objects-browser-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/saved-objects/core-saved-objects-browser-internal'], -}; diff --git a/packages/core/saved-objects/core-saved-objects-browser-internal/tsconfig.json b/packages/core/saved-objects/core-saved-objects-browser-internal/tsconfig.json deleted file mode 100644 index d9b414c39220e..0000000000000 --- a/packages/core/saved-objects/core-saved-objects-browser-internal/tsconfig.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/safer-lodash-set", - "@kbn/core-base-browser-internal", - "@kbn/core-http-browser", - "@kbn/core-saved-objects-common", - "@kbn/core-saved-objects-browser", - "@kbn/core-saved-objects-api-server", - "@kbn/core-saved-objects-api-browser", - "@kbn/core-http-browser-mocks", - "@kbn/core-http-browser-internal", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/saved-objects/core-saved-objects-browser/jest.config.js b/packages/core/saved-objects/core-saved-objects-browser/jest.config.js deleted file mode 100644 index 65b640763e840..0000000000000 --- a/packages/core/saved-objects/core-saved-objects-browser/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/saved-objects/core-saved-objects-browser'], -}; diff --git a/packages/core/saved-objects/core-saved-objects-browser/tsconfig.json b/packages/core/saved-objects/core-saved-objects-browser/tsconfig.json deleted file mode 100644 index 737e72c758c99..0000000000000 --- a/packages/core/saved-objects/core-saved-objects-browser/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/core-saved-objects-api-browser" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/saved-objects/core-saved-objects-common/jest.config.js b/packages/core/saved-objects/core-saved-objects-common/jest.config.js deleted file mode 100644 index d35aa938edac9..0000000000000 --- a/packages/core/saved-objects/core-saved-objects-common/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/saved-objects/core-saved-objects-common'], -}; diff --git a/packages/core/saved-objects/core-saved-objects-common/src/types.ts b/packages/core/saved-objects/core-saved-objects-common/src/types.ts deleted file mode 100644 index 6aed1fe01a495..0000000000000 --- a/packages/core/saved-objects/core-saved-objects-common/src/types.ts +++ /dev/null @@ -1,39 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -/** - * An identifier for a saved object within a space. - * - * @public - */ -export interface SavedObjectTypeIdTuple { - /** The id of the saved object */ - id: string; - /** The type of the saved object */ - type: string; -} - -// NOTE: moved from x-pack/plugins/spaces/common/types.ts for use by SO security ext -/** - * Client interface for interacting with legacy URL aliases. - */ -export interface LegacyUrlAliasTarget { - /** - * The namespace that the object existed in when it was converted. - */ - targetSpace: string; - /** - * The type of the object when it was converted. - */ - targetType: string; - /** - * The original ID of the object, before it was converted. - */ - sourceId: string; -} diff --git a/packages/core/saved-objects/core-saved-objects-common/tsconfig.json b/packages/core/saved-objects/core-saved-objects-common/tsconfig.json deleted file mode 100644 index e7513f6481e89..0000000000000 --- a/packages/core/saved-objects/core-saved-objects-common/tsconfig.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/saved-objects/core-saved-objects-import-export-server-internal/jest.config.js b/packages/core/saved-objects/core-saved-objects-import-export-server-internal/jest.config.js deleted file mode 100644 index 7ba02dc3f6782..0000000000000 --- a/packages/core/saved-objects/core-saved-objects-import-export-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/saved-objects/core-saved-objects-import-export-server-internal'], -}; diff --git a/packages/core/saved-objects/core-saved-objects-import-export-server-internal/tsconfig.json b/packages/core/saved-objects/core-saved-objects-import-export-server-internal/tsconfig.json deleted file mode 100644 index a0d9ea37484a3..0000000000000 --- a/packages/core/saved-objects/core-saved-objects-import-export-server-internal/tsconfig.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "kbn_references": [ - "@kbn/utils", - "@kbn/logging", - "@kbn/core-http-server", - "@kbn/core-saved-objects-common", - "@kbn/core-saved-objects-base-server-internal", - "@kbn/core-saved-objects-api-server", - "@kbn/core-saved-objects-server", - "@kbn/core-saved-objects-utils-server", - "@kbn/core-http-server-mocks", - "@kbn/core-saved-objects-api-server-mocks", - "@kbn/logging-mocks", - "@kbn/core-saved-objects-base-server-mocks", - "@kbn/core-http-router-server-internal" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/saved-objects/core-saved-objects-migration-server-internal/jest.config.js b/packages/core/saved-objects/core-saved-objects-migration-server-internal/jest.config.js deleted file mode 100644 index aa15bbb4e44b6..0000000000000 --- a/packages/core/saved-objects/core-saved-objects-migration-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/saved-objects/core-saved-objects-migration-server-internal'], -}; diff --git a/packages/core/saved-objects/core-saved-objects-migration-server-internal/tsconfig.json b/packages/core/saved-objects/core-saved-objects-migration-server-internal/tsconfig.json deleted file mode 100644 index c1d993b0f4761..0000000000000 --- a/packages/core/saved-objects/core-saved-objects-migration-server-internal/tsconfig.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - "src/hash_to_version_map.json" - ], - "kbn_references": [ - "@kbn/logging", - "@kbn/std", - "@kbn/core-doc-links-server", - "@kbn/core-elasticsearch-server", - "@kbn/core-elasticsearch-client-server-internal", - "@kbn/core-saved-objects-common", - "@kbn/core-saved-objects-server", - "@kbn/core-saved-objects-utils-server", - "@kbn/core-saved-objects-base-server-internal", - "@kbn/core-logging-server-mocks", - "@kbn/core-elasticsearch-client-server-mocks", - "@kbn/config-schema", - "@kbn/core-doc-links-server-mocks", - "@kbn/core-logging-server-internal", - "@kbn/core-saved-objects-base-server-mocks", - "@kbn/doc-links", - "@kbn/safer-lodash-set", - "@kbn/logging-mocks", - "@kbn/core-saved-objects-base-server-mocks", - "@kbn/core-elasticsearch-server-internal", - "@kbn/core-node-server", - "@kbn/core-elasticsearch-server-mocks", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/saved-objects/core-saved-objects-server-internal/jest.config.js b/packages/core/saved-objects/core-saved-objects-server-internal/jest.config.js deleted file mode 100644 index d7700d6ed78cb..0000000000000 --- a/packages/core/saved-objects/core-saved-objects-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/saved-objects/core-saved-objects-server-internal'], -}; diff --git a/packages/core/saved-objects/core-saved-objects-server-internal/tsconfig.json b/packages/core/saved-objects/core-saved-objects-server-internal/tsconfig.json deleted file mode 100644 index bd5c290172794..0000000000000 --- a/packages/core/saved-objects/core-saved-objects-server-internal/tsconfig.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "kbn_references": [ - "@kbn/config-schema", - "@kbn/logging", - "@kbn/core-status-common", - "@kbn/core-deprecations-common", - "@kbn/core-http-server", - "@kbn/core-http-server-internal", - "@kbn/core-elasticsearch-server", - "@kbn/core-saved-objects-server", - "@kbn/core-saved-objects-api-server", - "@kbn/core-saved-objects-api-server-internal", - "@kbn/core-saved-objects-base-server-internal", - "@kbn/core-saved-objects-migration-server-internal", - "@kbn/core-saved-objects-import-export-server-internal", - "@kbn/core-usage-data-base-server-internal", - "@kbn/core-deprecations-server", - "@kbn/core-node-server", - "@kbn/core-saved-objects-migration-server-mocks", - "@kbn/core-saved-objects-api-server-mocks", - "@kbn/core-saved-objects-base-server-mocks", - "@kbn/core-base-server-internal", - "@kbn/core-doc-links-server", - "@kbn/core-elasticsearch-server-internal", - "@kbn/core-elasticsearch-client-server-mocks", - "@kbn/i18n", - "@kbn/config", - "@kbn/repo-info", - "@kbn/config-mocks", - "@kbn/core-doc-links-server-mocks", - "@kbn/core-node-server-mocks", - "@kbn/core-base-server-mocks", - "@kbn/core-http-server-mocks", - "@kbn/core-elasticsearch-server-mocks", - "@kbn/utils", - "@kbn/core-http-router-server-internal", - "@kbn/logging-mocks", - "@kbn/std", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/saved-objects/core-saved-objects-server/jest.config.js b/packages/core/saved-objects/core-saved-objects-server/jest.config.js deleted file mode 100644 index f30d24eb5919c..0000000000000 --- a/packages/core/saved-objects/core-saved-objects-server/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/saved-objects/core-saved-objects-server'], -}; diff --git a/packages/core/saved-objects/core-saved-objects-server/tsconfig.json b/packages/core/saved-objects/core-saved-objects-server/tsconfig.json deleted file mode 100644 index 71c4049e369da..0000000000000 --- a/packages/core/saved-objects/core-saved-objects-server/tsconfig.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/utility-types", - "@kbn/config-schema", - "@kbn/logging", - "@kbn/core-http-server", - "@kbn/core-elasticsearch-server", - "@kbn/core-saved-objects-common", - "@kbn/core-saved-objects-api-server", - "@kbn/core-security-common", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/saved-objects/core-saved-objects-utils-server/jest.config.js b/packages/core/saved-objects/core-saved-objects-utils-server/jest.config.js deleted file mode 100644 index a5d1cb100bda7..0000000000000 --- a/packages/core/saved-objects/core-saved-objects-utils-server/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/saved-objects/core-saved-objects-utils-server'], -}; diff --git a/packages/core/saved-objects/core-saved-objects-utils-server/tsconfig.json b/packages/core/saved-objects/core-saved-objects-utils-server/tsconfig.json deleted file mode 100644 index 25ba9d5fefac7..0000000000000 --- a/packages/core/saved-objects/core-saved-objects-utils-server/tsconfig.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/core-saved-objects-server", - "@kbn/core-saved-objects-api-server", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/security/core-security-browser-internal/jest.config.js b/packages/core/security/core-security-browser-internal/jest.config.js deleted file mode 100644 index 50d4054f67f06..0000000000000 --- a/packages/core/security/core-security-browser-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/security/core-security-browser-internal'], -}; diff --git a/packages/core/security/core-security-browser-internal/tsconfig.json b/packages/core/security/core-security-browser-internal/tsconfig.json deleted file mode 100644 index d7fa9fd23c1d0..0000000000000 --- a/packages/core/security/core-security-browser-internal/tsconfig.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [ - "@kbn/core-security-browser", - "@kbn/logging", - "@kbn/core-base-browser-internal", - "@kbn/logging-mocks", - "@kbn/core-base-browser-mocks", - ] -} diff --git a/packages/core/security/core-security-browser-mocks/jest.config.js b/packages/core/security/core-security-browser-mocks/jest.config.js deleted file mode 100644 index 9c1675c8e50fc..0000000000000 --- a/packages/core/security/core-security-browser-mocks/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/security/core-security-browser-mocks'], -}; diff --git a/packages/core/security/core-security-browser-mocks/tsconfig.json b/packages/core/security/core-security-browser-mocks/tsconfig.json deleted file mode 100644 index 363e26375db29..0000000000000 --- a/packages/core/security/core-security-browser-mocks/tsconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [ - "@kbn/core-security-browser", - "@kbn/core-security-browser-internal", - "@kbn/core-security-common", - ] -} diff --git a/packages/core/security/core-security-browser/jest.config.js b/packages/core/security/core-security-browser/jest.config.js deleted file mode 100644 index 6f79f0c76f2b7..0000000000000 --- a/packages/core/security/core-security-browser/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/security/core-security-browser'], -}; diff --git a/packages/core/security/core-security-browser/tsconfig.json b/packages/core/security/core-security-browser/tsconfig.json deleted file mode 100644 index 460811ea00d14..0000000000000 --- a/packages/core/security/core-security-browser/tsconfig.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [ - "@kbn/core-security-common", - ] -} diff --git a/packages/core/security/core-security-common/jest.config.js b/packages/core/security/core-security-common/jest.config.js deleted file mode 100644 index 0ffac7e5d321c..0000000000000 --- a/packages/core/security/core-security-common/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/security/core-security-common'], -}; diff --git a/packages/core/security/core-security-common/tsconfig.json b/packages/core/security/core-security-common/tsconfig.json deleted file mode 100644 index b05325b824a67..0000000000000 --- a/packages/core/security/core-security-common/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [] -} diff --git a/packages/core/security/core-security-server-internal/jest.config.js b/packages/core/security/core-security-server-internal/jest.config.js deleted file mode 100644 index ded6d8ca05904..0000000000000 --- a/packages/core/security/core-security-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/security/core-security-server-internal'], -}; diff --git a/packages/core/security/core-security-server-internal/tsconfig.json b/packages/core/security/core-security-server-internal/tsconfig.json deleted file mode 100644 index 11128461daf4e..0000000000000 --- a/packages/core/security/core-security-server-internal/tsconfig.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [ - "@kbn/core-security-server", - "@kbn/logging", - "@kbn/core-base-server-internal", - "@kbn/core-http-server", - "@kbn/logging-mocks", - "@kbn/core-base-server-mocks", - "@kbn/config", - "@kbn/core-logging-server-mocks", - "@kbn/config-mocks", - ] -} diff --git a/packages/core/security/core-security-server-mocks/jest.config.js b/packages/core/security/core-security-server-mocks/jest.config.js deleted file mode 100644 index c9162f4512309..0000000000000 --- a/packages/core/security/core-security-server-mocks/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/security/core-security-server-mocks'], -}; diff --git a/packages/core/security/core-security-server-mocks/tsconfig.json b/packages/core/security/core-security-server-mocks/tsconfig.json deleted file mode 100644 index 9c170d484ca9c..0000000000000 --- a/packages/core/security/core-security-server-mocks/tsconfig.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [ - "@kbn/core-security-server", - "@kbn/core-security-server-internal", - "@kbn/core-http-server", - "@kbn/core-security-common", - ] -} diff --git a/packages/core/security/core-security-server/jest.config.js b/packages/core/security/core-security-server/jest.config.js deleted file mode 100644 index b414a597f7666..0000000000000 --- a/packages/core/security/core-security-server/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/security/core-security-server'], -}; diff --git a/packages/core/security/core-security-server/tsconfig.json b/packages/core/security/core-security-server/tsconfig.json deleted file mode 100644 index 0304c8ef6dee2..0000000000000 --- a/packages/core/security/core-security-server/tsconfig.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [ - "@kbn/core-security-common", - "@kbn/core-http-server", - "@kbn/logging", - ] -} diff --git a/packages/core/status/core-status-common/jest.config.js b/packages/core/status/core-status-common/jest.config.js deleted file mode 100644 index 48ce844bb7d3f..0000000000000 --- a/packages/core/status/core-status-common/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/status/core-status-common'], -}; diff --git a/packages/core/status/core-status-common/tsconfig.json b/packages/core/status/core-status-common/tsconfig.json deleted file mode 100644 index 3b61a574a06bb..0000000000000 --- a/packages/core/status/core-status-common/tsconfig.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "kbn_references": [ - "@kbn/std", - "@kbn/config", - "@kbn/core-metrics-server" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/status/core-status-server-internal/jest.config.js b/packages/core/status/core-status-server-internal/jest.config.js deleted file mode 100644 index 441483ccd584c..0000000000000 --- a/packages/core/status/core-status-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/status/core-status-server-internal'], -}; diff --git a/packages/core/status/core-status-server-internal/tsconfig.json b/packages/core/status/core-status-server-internal/tsconfig.json deleted file mode 100644 index 5ca46556cac33..0000000000000 --- a/packages/core/status/core-status-server-internal/tsconfig.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "kbn_references": [ - "@kbn/config-schema", - "@kbn/config", - "@kbn/std", - "@kbn/logging", - "@kbn/i18n", - "@kbn/core-base-common", - "@kbn/core-base-server-internal", - "@kbn/core-http-server", - "@kbn/core-http-server-internal", - "@kbn/core-metrics-server", - "@kbn/core-metrics-server-internal", - "@kbn/core-usage-data-server", - "@kbn/core-analytics-server", - "@kbn/core-environment-server-internal", - "@kbn/core-elasticsearch-server-internal", - "@kbn/core-saved-objects-server-internal", - "@kbn/core-status-server", - "@kbn/core-status-common", - "@kbn/core-usage-data-base-server-internal", - "@kbn/core-base-server-mocks", - "@kbn/core-environment-server-mocks", - "@kbn/core-http-router-server-mocks", - "@kbn/core-http-server-mocks", - "@kbn/core-metrics-server-mocks", - "@kbn/config-mocks", - "@kbn/core-usage-data-server-mocks", - "@kbn/core-analytics-server-mocks", - "@kbn/core-logging-server-internal", - "@kbn/core-logging-server-mocks", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/status/core-status-server/jest.config.js b/packages/core/status/core-status-server/jest.config.js deleted file mode 100644 index 35c6f76da67d4..0000000000000 --- a/packages/core/status/core-status-server/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/status/core-status-server'], -}; diff --git a/packages/core/status/core-status-server/tsconfig.json b/packages/core/status/core-status-server/tsconfig.json deleted file mode 100644 index f1268b704981a..0000000000000 --- a/packages/core/status/core-status-server/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "kbn_references": [ - "@kbn/core-status-common" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/test-helpers/core-test-helpers-deprecations-getters/jest.config.js b/packages/core/test-helpers/core-test-helpers-deprecations-getters/jest.config.js deleted file mode 100644 index 0665db7a6eb5f..0000000000000 --- a/packages/core/test-helpers/core-test-helpers-deprecations-getters/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/test-helpers/core-test-helpers-deprecations-getters'], -}; diff --git a/packages/core/test-helpers/core-test-helpers-deprecations-getters/tsconfig.json b/packages/core/test-helpers/core-test-helpers-deprecations-getters/tsconfig.json deleted file mode 100644 index 709b092761e40..0000000000000 --- a/packages/core/test-helpers/core-test-helpers-deprecations-getters/tsconfig.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/safer-lodash-set", - "@kbn/config", - "@kbn/config-mocks" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/test-helpers/core-test-helpers-http-setup-browser/jest.config.js b/packages/core/test-helpers/core-test-helpers-http-setup-browser/jest.config.js deleted file mode 100644 index 8f09a34b560e0..0000000000000 --- a/packages/core/test-helpers/core-test-helpers-http-setup-browser/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/test-helpers/core-test-helpers-http-setup-browser'], -}; diff --git a/packages/core/test-helpers/core-test-helpers-http-setup-browser/tsconfig.json b/packages/core/test-helpers/core-test-helpers-http-setup-browser/tsconfig.json deleted file mode 100644 index 50f950223c66c..0000000000000 --- a/packages/core/test-helpers/core-test-helpers-http-setup-browser/tsconfig.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/core-execution-context-browser-mocks", - "@kbn/core-fatal-errors-browser-mocks", - "@kbn/core-injected-metadata-browser-mocks", - "@kbn/core-http-browser-internal" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/test-helpers/core-test-helpers-so-type-serializer/jest.config.js b/packages/core/test-helpers/core-test-helpers-so-type-serializer/jest.config.js deleted file mode 100644 index 3ecbc4098d6a0..0000000000000 --- a/packages/core/test-helpers/core-test-helpers-so-type-serializer/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/test-helpers/core-test-helpers-so-type-serializer'], -}; diff --git a/packages/core/test-helpers/core-test-helpers-so-type-serializer/tsconfig.json b/packages/core/test-helpers/core-test-helpers-so-type-serializer/tsconfig.json deleted file mode 100644 index 1587301a55138..0000000000000 --- a/packages/core/test-helpers/core-test-helpers-so-type-serializer/tsconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "kbn_references": [ - "@kbn/std", - "@kbn/core-saved-objects-common", - "@kbn/core-saved-objects-server", - "@kbn/config-schema", - "@kbn/core-saved-objects-base-server-internal", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/test-helpers/core-test-helpers-test-utils/jest.config.js b/packages/core/test-helpers/core-test-helpers-test-utils/jest.config.js deleted file mode 100644 index 49e5166902b20..0000000000000 --- a/packages/core/test-helpers/core-test-helpers-test-utils/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/test-helpers/core-test-helpers-test-utils'], -}; diff --git a/packages/core/test-helpers/core-test-helpers-test-utils/tsconfig.json b/packages/core/test-helpers/core-test-helpers-test-utils/tsconfig.json deleted file mode 100644 index 6f63745884070..0000000000000 --- a/packages/core/test-helpers/core-test-helpers-test-utils/tsconfig.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "kbn_references": [ - "@kbn/core-deprecations-server-mocks", - "@kbn/core-execution-context-server-mocks", - "@kbn/core-elasticsearch-server-mocks", - "@kbn/core-http-context-server-internal", - "@kbn/core-http-context-server-mocks", - "@kbn/core-http-server-mocks", - "@kbn/core-saved-objects-api-server-mocks", - "@kbn/core-saved-objects-base-server-mocks", - "@kbn/core-saved-objects-server", - "@kbn/core-saved-objects-server-mocks", - "@kbn/core-ui-settings-server-mocks" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/theme/core-theme-browser-internal/index.ts b/packages/core/theme/core-theme-browser-internal/index.ts deleted file mode 100644 index 7f77db8564896..0000000000000 --- a/packages/core/theme/core-theme-browser-internal/index.ts +++ /dev/null @@ -1,12 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the "Elastic License - * 2.0", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export { ThemeService } from './src/theme_service'; -export { CoreThemeProvider } from './src/core_theme_provider'; -export type { ThemeServiceSetupDeps } from './src/theme_service'; diff --git a/packages/core/theme/core-theme-browser-internal/jest.config.js b/packages/core/theme/core-theme-browser-internal/jest.config.js deleted file mode 100644 index 8715f3b531934..0000000000000 --- a/packages/core/theme/core-theme-browser-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/theme/core-theme-browser-internal'], -}; diff --git a/packages/core/theme/core-theme-browser-internal/tsconfig.json b/packages/core/theme/core-theme-browser-internal/tsconfig.json deleted file mode 100644 index 0289639ddbf83..0000000000000 --- a/packages/core/theme/core-theme-browser-internal/tsconfig.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "kbn_references": [ - "@kbn/core-injected-metadata-browser-internal", - "@kbn/core-theme-browser", - "@kbn/core-injected-metadata-browser-mocks", - "@kbn/test-jest-helpers", - "@kbn/react-kibana-context-theme", - "@kbn/core-injected-metadata-common-internal", - "@kbn/ui-theme", - "@kbn/core-user-profile-browser", - "@kbn/core-user-profile-browser-mocks", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/theme/core-theme-browser/jest.config.js b/packages/core/theme/core-theme-browser/jest.config.js deleted file mode 100644 index a0fda222808ab..0000000000000 --- a/packages/core/theme/core-theme-browser/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/theme/core-theme-browser'], -}; diff --git a/packages/core/theme/core-theme-browser/tsconfig.json b/packages/core/theme/core-theme-browser/tsconfig.json deleted file mode 100644 index e7513f6481e89..0000000000000 --- a/packages/core/theme/core-theme-browser/tsconfig.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/ui-settings/core-ui-settings-common/src/ui_settings.ts b/packages/core/ui-settings/core-ui-settings-common/src/ui_settings.ts index 3ee66109134ce..eb4269ebdc1ef 100644 --- a/packages/core/ui-settings/core-ui-settings-common/src/ui_settings.ts +++ b/packages/core/ui-settings/core-ui-settings-common/src/ui_settings.ts @@ -99,7 +99,7 @@ export interface UiSettingsParams { * Use schema options to specify limits on the value. For example: * `schema.number({ min: 0, max: 100 })` * - * More information about schema in https://github.com/elastic/kibana/blob/main/packages/kbn-config-schema/README.md + * More information about schema in https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-config-schema/README.md */ schema: Type; /** diff --git a/packages/core/usage-data/core-usage-data-base-server-internal/jest.config.js b/packages/core/usage-data/core-usage-data-base-server-internal/jest.config.js deleted file mode 100644 index 3c324088c0a9b..0000000000000 --- a/packages/core/usage-data/core-usage-data-base-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/usage-data/core-usage-data-base-server-internal'], -}; diff --git a/packages/core/usage-data/core-usage-data-base-server-internal/tsconfig.json b/packages/core/usage-data/core-usage-data-base-server-internal/tsconfig.json deleted file mode 100644 index cfcefb9833f7f..0000000000000 --- a/packages/core/usage-data/core-usage-data-base-server-internal/tsconfig.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "kbn_references": [ - "@kbn/core-http-server", - "@kbn/core-usage-data-server", - "@kbn/core-saved-objects-server" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/usage-data/core-usage-data-server-internal/jest.config.js b/packages/core/usage-data/core-usage-data-server-internal/jest.config.js deleted file mode 100644 index 4cf5231c9be3d..0000000000000 --- a/packages/core/usage-data/core-usage-data-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/usage-data/core-usage-data-server-internal'], -}; diff --git a/packages/core/usage-data/core-usage-data-server-internal/tsconfig.json b/packages/core/usage-data/core-usage-data-server-internal/tsconfig.json deleted file mode 100644 index 51b42f8df7736..0000000000000 --- a/packages/core/usage-data/core-usage-data-server-internal/tsconfig.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "kbn_references": [ - "@kbn/config", - "@kbn/logging", - "@kbn/core-base-server-internal", - "@kbn/core-logging-server-internal", - "@kbn/core-http-server", - "@kbn/core-http-server-internal", - "@kbn/core-elasticsearch-server", - "@kbn/core-elasticsearch-server-internal", - "@kbn/core-metrics-server", - "@kbn/core-saved-objects-server", - "@kbn/core-saved-objects-api-server", - "@kbn/core-saved-objects-base-server-internal", - "@kbn/core-saved-objects-utils-server", - "@kbn/core-usage-data-server", - "@kbn/core-usage-data-base-server-internal", - "@kbn/config-mocks", - "@kbn/core-base-server-mocks", - "@kbn/core-http-server-mocks", - "@kbn/core-metrics-server-mocks", - "@kbn/core-saved-objects-server-mocks", - "@kbn/core-elasticsearch-server-mocks", - "@kbn/core-saved-objects-base-server-mocks", - "@kbn/core-saved-objects-api-server-mocks", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/core/usage-data/core-usage-data-server/jest.config.js b/packages/core/usage-data/core-usage-data-server/jest.config.js deleted file mode 100644 index 3dc7170da5e9b..0000000000000 --- a/packages/core/usage-data/core-usage-data-server/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/usage-data/core-usage-data-server'], -}; diff --git a/packages/core/usage-data/core-usage-data-server/tsconfig.json b/packages/core/usage-data/core-usage-data-server/tsconfig.json deleted file mode 100644 index 83abb04d150ac..0000000000000 --- a/packages/core/usage-data/core-usage-data-server/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "exclude": [ - "target/**/*", - ], - "kbn_references": [ - "@kbn/core-saved-objects-api-server", - ] -} diff --git a/packages/core/user-profile/core-user-profile-browser-internal/jest.config.js b/packages/core/user-profile/core-user-profile-browser-internal/jest.config.js deleted file mode 100644 index f646f62e75335..0000000000000 --- a/packages/core/user-profile/core-user-profile-browser-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/user-profile/core-user-profile-browser-internal'], -}; diff --git a/packages/core/user-profile/core-user-profile-browser-internal/tsconfig.json b/packages/core/user-profile/core-user-profile-browser-internal/tsconfig.json deleted file mode 100644 index ab75fcaab6575..0000000000000 --- a/packages/core/user-profile/core-user-profile-browser-internal/tsconfig.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [ - "@kbn/core-user-profile-browser", - "@kbn/logging-mocks", - "@kbn/core-base-server-mocks", - "@kbn/logging", - "@kbn/core-base-browser-internal", - "@kbn/core-user-profile-common", - ] -} diff --git a/packages/core/user-profile/core-user-profile-browser-mocks/jest.config.js b/packages/core/user-profile/core-user-profile-browser-mocks/jest.config.js deleted file mode 100644 index b7b723f8f0d07..0000000000000 --- a/packages/core/user-profile/core-user-profile-browser-mocks/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/user-profile/core-user-profile-browser-mocks'], -}; diff --git a/packages/core/user-profile/core-user-profile-browser-mocks/tsconfig.json b/packages/core/user-profile/core-user-profile-browser-mocks/tsconfig.json deleted file mode 100644 index b4f4683993884..0000000000000 --- a/packages/core/user-profile/core-user-profile-browser-mocks/tsconfig.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [ - "@kbn/core-user-profile-browser", - "@kbn/core-user-profile-browser-internal", - ] -} diff --git a/packages/core/user-profile/core-user-profile-browser/jest.config.js b/packages/core/user-profile/core-user-profile-browser/jest.config.js deleted file mode 100644 index 4f6fadca97fd7..0000000000000 --- a/packages/core/user-profile/core-user-profile-browser/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/user-profile/core-user-profile-browser'], -}; diff --git a/packages/core/user-profile/core-user-profile-browser/src/service.ts b/packages/core/user-profile/core-user-profile-browser/src/service.ts deleted file mode 100644 index 766b1ad9d5cc8..0000000000000 --- a/packages/core/user-profile/core-user-profile-browser/src/service.ts +++ /dev/null @@ -1,136 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -import type { Observable } from 'rxjs'; -import type { AuthenticatedUser } from '@kbn/core-security-common'; -import type { - UserProfileData, - UserProfileWithSecurity, - UserProfile, -} from '@kbn/core-user-profile-common'; - -export interface UserProfileService { - /** - * Retrieve an observable emitting when the user profile is loaded. - */ - getUserProfile$(): Observable; - - /** - * Retrieves the user profile of the current user. If the profile isn't available, e.g. for the anonymous users or - * users authenticated via authenticating proxies, the `null` value is returned. - * @param [params] Get current user profile operation parameters. - * @param params.dataPath By default `getCurrent()` returns user information, but does not return any user data. The - * optional "dataPath" parameter can be used to return personal data for this user (within `kibana` namespace only). - */ - getCurrent( - params?: UserProfileGetCurrentParams - ): Promise>; - - /** - * Retrieves multiple user profiles by their identifiers. - * @param params Bulk get operation parameters. - * @param params.uids List of user profile identifiers. - * @param params.dataPath By default Elasticsearch returns user information, but does not return any user data. The - * optional "dataPath" parameter can be used to return personal data for the requested user - * profiles (within `kibana` namespace only). - */ - bulkGet( - params: UserProfileBulkGetParams - ): Promise>>; - - /** - * Suggests multiple user profiles by search criteria. - * - * Note: This endpoint is not provided out-of-the-box by the platform. You need to expose your own - * version within your app. An example of how to do this can be found in: - * `examples/user_profile_examples/server/plugin.ts` - * - * @param path Path to your app's suggest endpoint. - * @param params Suggest operation parameters. - * @param params.name Query string used to match name-related fields in user profiles. The - * following fields are treated as name-related: username, full_name and email. - * @param params.size Desired number of suggestions to return. The default value is 10. - * @param params.dataPath By default, suggest API returns user information, but does not return - * any user data. The optional "dataPath" parameter can be used to return personal data for this - * user (within `kibana` namespace only). - */ - suggest( - path: string, - params: UserProfileSuggestParams - ): Promise>>; - - /** - * Updates user profile data of the current user. - * @param data Application data to be written (merged with existing data). - */ - update(data: D): Promise; - - /** - * Partially updates user profile data of the current user, merging the previous data with the provided data. - * @param data Application data to be merged with existing data. - */ - partialUpdate>(data: D): Promise; -} - -/** - * Parameters for the get user profile for the current user API. - */ -export interface UserProfileGetCurrentParams { - /** - * By default, get API returns user information, but does not return any user data. The optional "dataPath" - * parameter can be used to return personal data for this user (within `kibana` namespace only). - */ - dataPath: string; -} - -export interface GetUserProfileResponse - extends UserProfileWithSecurity { - /** - * Information about the currently authenticated user that owns the profile. - */ - user: UserProfileWithSecurity['user'] & Pick; -} - -/** - * Parameters for the bulk get API. - */ -export interface UserProfileBulkGetParams { - /** - * List of user profile identifiers. - */ - uids: Set; - - /** - * By default, suggest API returns user information, but does not return any user data. The optional "dataPath" - * parameter can be used to return personal data for this user (within `kibana` namespace only). - */ - dataPath?: string; -} - -/** - * Parameters for the suggest API. - */ -export interface UserProfileSuggestParams { - /** - * Query string used to match name-related fields in user profiles. The following fields are treated as - * name-related: username, full_name and email. - */ - name: string; - - /** - * Desired number of suggestions to return. The default value is 10. - */ - size?: number; - - /** - * By default, suggest API returns user information, but does not return any user data. The optional "dataPath" - * parameter can be used to return personal data for this user (within `kibana` namespace only). - */ - dataPath?: string; -} diff --git a/packages/core/user-profile/core-user-profile-browser/tsconfig.json b/packages/core/user-profile/core-user-profile-browser/tsconfig.json deleted file mode 100644 index 47b7d8c2017fe..0000000000000 --- a/packages/core/user-profile/core-user-profile-browser/tsconfig.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [ - "@kbn/core-user-profile-common", - "@kbn/core-security-common", - ] -} diff --git a/packages/core/user-profile/core-user-profile-common/jest.config.js b/packages/core/user-profile/core-user-profile-common/jest.config.js deleted file mode 100644 index 9998c354d5624..0000000000000 --- a/packages/core/user-profile/core-user-profile-common/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/packages/core/user-profile/core-user-profile-common'], -}; diff --git a/packages/core/user-profile/core-user-profile-common/src/user_profile.ts b/packages/core/user-profile/core-user-profile-common/src/user_profile.ts deleted file mode 100644 index 568d711857853..0000000000000 --- a/packages/core/user-profile/core-user-profile-common/src/user_profile.ts +++ /dev/null @@ -1,108 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -/** - * IMPORTANT: - * - * The types in this file are duplicated at - * `packages/kbn-user-profile-components/src/user_profile.ts` - * - * When making changes please ensure to keep both files in sync. - */ - -/** - * Describes basic properties stored in user profile. - */ -export interface UserProfile { - /** - * Unique ID for of the user profile. - */ - uid: string; - - /** - * Indicates whether user profile is enabled or not. - */ - enabled: boolean; - - /** - * Information about the user that owns profile. - */ - user: UserProfileUserInfo; - - /** - * User specific data associated with the profile. - */ - data: Partial; -} - -/** - * Basic user information returned in user profile. - */ -export interface UserProfileUserInfo { - /** - * Username of the user. - */ - username: string; - /** - * Optional email of the user. - */ - email?: string; - /** - * Optional full name of the user. - */ - full_name?: string; -} - -/** - * Placeholder for data stored in user profile. - */ -export type UserProfileData = Record; - -/** - * Type of the user profile labels structure (currently - */ -export type UserProfileLabels = Record; - -/** - * Extended user information returned in user profile (both basic and security related properties). - */ -export interface UserProfileUserInfoWithSecurity extends UserProfileUserInfo { - /** - * List of the user roles. - */ - roles: readonly string[]; - /** - * Name of the Elasticsearch security realm that was used to authenticate user. - */ - realm_name: string; - /** - * Optional name of the security domain that Elasticsearch security realm that was - * used to authenticate user resides in (if any). - */ - realm_domain?: string; -} - -/** - * Describes all properties stored in user profile (both basic and security related properties). - */ -export interface UserProfileWithSecurity< - D extends UserProfileData = UserProfileData, - L extends UserProfileLabels = UserProfileLabels -> extends UserProfile { - /** - * Information about the user that owns profile. - */ - user: UserProfileUserInfoWithSecurity; - - /** - * User specific _searchable_ labels associated with the profile. Note that labels are considered - * security related field since it's going to be used to store user's space ID. - */ - labels: L; -} diff --git a/packages/core/user-profile/core-user-profile-common/tsconfig.json b/packages/core/user-profile/core-user-profile-common/tsconfig.json deleted file mode 100644 index b05325b824a67..0000000000000 --- a/packages/core/user-profile/core-user-profile-common/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [] -} diff --git a/packages/core/user-profile/core-user-profile-server-internal/jest.config.js b/packages/core/user-profile/core-user-profile-server-internal/jest.config.js deleted file mode 100644 index 06a9620cf8f6c..0000000000000 --- a/packages/core/user-profile/core-user-profile-server-internal/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/user-profile/core-user-profile-server-internal'], -}; diff --git a/packages/core/user-profile/core-user-profile-server-internal/tsconfig.json b/packages/core/user-profile/core-user-profile-server-internal/tsconfig.json deleted file mode 100644 index db09577dded94..0000000000000 --- a/packages/core/user-profile/core-user-profile-server-internal/tsconfig.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [ - "@kbn/core-user-profile-server", - "@kbn/core-http-server", - "@kbn/core-user-profile-common", - "@kbn/logging", - "@kbn/core-base-server-internal", - "@kbn/logging-mocks", - "@kbn/core-base-server-mocks", - ] -} diff --git a/packages/core/user-profile/core-user-profile-server-mocks/jest.config.js b/packages/core/user-profile/core-user-profile-server-mocks/jest.config.js deleted file mode 100644 index 73e694d6867d4..0000000000000 --- a/packages/core/user-profile/core-user-profile-server-mocks/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/user-profile/core-user-profile-server-mocks'], -}; diff --git a/packages/core/user-profile/core-user-profile-server-mocks/tsconfig.json b/packages/core/user-profile/core-user-profile-server-mocks/tsconfig.json deleted file mode 100644 index a2f13d1e160c7..0000000000000 --- a/packages/core/user-profile/core-user-profile-server-mocks/tsconfig.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [ - "@kbn/core-user-profile-server", - "@kbn/core-user-profile-server-internal", - ] -} diff --git a/packages/core/user-profile/core-user-profile-server/jest.config.js b/packages/core/user-profile/core-user-profile-server/jest.config.js deleted file mode 100644 index 2d577fe6f8e11..0000000000000 --- a/packages/core/user-profile/core-user-profile-server/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/packages/core/user-profile/core-user-profile-server'], -}; diff --git a/packages/core/user-profile/core-user-profile-server/tsconfig.json b/packages/core/user-profile/core-user-profile-server/tsconfig.json deleted file mode 100644 index 85f418a0eb6c9..0000000000000 --- a/packages/core/user-profile/core-user-profile-server/tsconfig.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [ - "@kbn/core-user-profile-common", - "@kbn/core-http-server", - ] -} diff --git a/packages/core/user-settings/core-user-settings-server-internal/src/user_settings_service.test.ts b/packages/core/user-settings/core-user-settings-server-internal/src/user_settings_service.test.ts index 9884300d7239c..02e11a20ca36e 100644 --- a/packages/core/user-settings/core-user-settings-server-internal/src/user_settings_service.test.ts +++ b/packages/core/user-settings/core-user-settings-server-internal/src/user_settings_service.test.ts @@ -70,6 +70,23 @@ describe('#setup', () => { }); }); + it('fetches userSettings when client is set and returns `system` when `darkMode` is set to `system`', async () => { + startDeps.userProfile.getCurrent.mockResolvedValue(createUserProfile('system')); + + const { getUserSettingDarkMode } = service.setup(); + service.start(startDeps); + + const kibanaRequest = httpServerMock.createKibanaRequest(); + const darkMode = await getUserSettingDarkMode(kibanaRequest); + + expect(darkMode).toEqual('system'); + expect(startDeps.userProfile.getCurrent).toHaveBeenCalledTimes(1); + expect(startDeps.userProfile.getCurrent).toHaveBeenCalledWith({ + request: kibanaRequest, + dataPath: 'userSettings', + }); + }); + it('fetches userSettings when client is set and returns `undefined` when `darkMode` is set to `` (the default value)', async () => { startDeps.userProfile.getCurrent.mockResolvedValue(createUserProfile('')); @@ -87,6 +104,23 @@ describe('#setup', () => { }); }); + it('fetches userSettings when client is set and returns `undefined` when `darkMode` is set to `space_default`', async () => { + startDeps.userProfile.getCurrent.mockResolvedValue(createUserProfile('space_default')); + + const { getUserSettingDarkMode } = service.setup(); + service.start(startDeps); + + const kibanaRequest = httpServerMock.createKibanaRequest(); + const darkMode = await getUserSettingDarkMode(kibanaRequest); + + expect(darkMode).toEqual(undefined); + expect(startDeps.userProfile.getCurrent).toHaveBeenCalledTimes(1); + expect(startDeps.userProfile.getCurrent).toHaveBeenCalledWith({ + request: kibanaRequest, + dataPath: 'userSettings', + }); + }); + it('does not fetch userSettings when client is not set, returns `undefined`, and logs a debug statement', async () => { const { getUserSettingDarkMode } = service.setup(); diff --git a/packages/core/user-settings/core-user-settings-server-internal/src/user_settings_service.ts b/packages/core/user-settings/core-user-settings-server-internal/src/user_settings_service.ts index ab6eb501e9643..9e8cdfbd04584 100644 --- a/packages/core/user-settings/core-user-settings-server-internal/src/user_settings_service.ts +++ b/packages/core/user-settings/core-user-settings-server-internal/src/user_settings_service.ts @@ -64,11 +64,18 @@ export class UserSettingsService { } } +/** + * Extracts the dark mode setting from the user settings. + * Returning "undefined" means that we will use the space default settings. + */ const getUserSettingDarkMode = ( userSettings: Record ): DarkModeValue | undefined => { - if (userSettings?.darkMode) { - return userSettings.darkMode.toUpperCase() === 'DARK'; + if (userSettings.darkMode) { + const { darkMode } = userSettings; + if (darkMode === 'space_default') return undefined; + + return darkMode.toUpperCase() === 'SYSTEM' ? 'system' : darkMode.toUpperCase() === 'DARK'; } return undefined; }; diff --git a/packages/deeplinks/analytics/jest.config.js b/packages/deeplinks/analytics/jest.config.js deleted file mode 100644 index f4db6df5dab83..0000000000000 --- a/packages/deeplinks/analytics/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../..', - roots: ['/packages/deeplinks/analytics'], -}; diff --git a/packages/deeplinks/analytics/tsconfig.json b/packages/deeplinks/analytics/tsconfig.json deleted file mode 100644 index 94b099694eaf4..0000000000000 --- a/packages/deeplinks/analytics/tsconfig.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "extends": "../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [ - ] -} diff --git a/packages/default-nav/analytics/jest.config.js b/packages/default-nav/analytics/jest.config.js deleted file mode 100644 index 6ff1a3890d7a1..0000000000000 --- a/packages/default-nav/analytics/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../../..', - roots: ['/packages/default-nav/analytics'], -}; diff --git a/packages/default-nav/analytics/tsconfig.json b/packages/default-nav/analytics/tsconfig.json deleted file mode 100644 index 190b6bd1195eb..0000000000000 --- a/packages/default-nav/analytics/tsconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "extends": "../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [ - "@kbn/i18n", - "@kbn/core-chrome-browser", - "@kbn/deeplinks-analytics", - ] -} diff --git a/packages/home/sample_data_card/src/constants.ts b/packages/home/sample_data_card/src/constants.ts index cfc6de38c5f07..8f5a91f8e2d7e 100644 --- a/packages/home/sample_data_card/src/constants.ts +++ b/packages/home/sample_data_card/src/constants.ts @@ -9,15 +9,15 @@ /** * DataSetStatusType for an installed data set. - * @see src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types + * @see src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_registry_types */ export const INSTALLED_STATUS = 'installed'; /** * DataSetStatusType for a data set that is not installed yet. - * @see src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types + * @see src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_registry_types */ export const UNINSTALLED_STATUS = 'not_installed'; -// Corresponds to src/plugins/home/server/services/sample_data/routes +// Corresponds to src/platform/plugins/shared/home/server/services/sample_data/routes export const SAMPLE_DATA_API = '/api/sample_data'; diff --git a/packages/home/sample_data_tab/src/constants.ts b/packages/home/sample_data_tab/src/constants.ts index 12bdbd0bf90d1..c8d437fa72e3a 100644 --- a/packages/home/sample_data_tab/src/constants.ts +++ b/packages/home/sample_data_tab/src/constants.ts @@ -7,7 +7,7 @@ * License v3.0 only", or the "Server Side Public License, v 1". */ -// Corresponds to src/plugins/home/server/services/sample_data/routes +// Corresponds to src/platform/plugins/shared/home/server/services/sample_data/routes export const URL_SAMPLE_DATA_API = '/api/sample_data'; // TODO: clintandrewhall pull from config diff --git a/packages/home/sample_data_types/index.d.ts b/packages/home/sample_data_types/index.d.ts index 251535df3d760..2068d57a82b9a 100644 --- a/packages/home/sample_data_types/index.d.ts +++ b/packages/home/sample_data_types/index.d.ts @@ -10,7 +10,7 @@ /** * A relevant subset of the `AppLinkData` type. * - * @see src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types + * @see src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_registry_types */ export interface AppLink { icon: string; @@ -21,7 +21,7 @@ export interface AppLink { } /** - * @see src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types + * @see src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_registry_types */ export type InstalledStatus = 'installed' | 'not_installed' | 'unknown'; @@ -29,8 +29,8 @@ export type InstalledStatus = 'installed' | 'not_installed' | 'unknown'; * A subset of properties from a Sample Data Set that are relevant to these components. * Included here as the type is not in a package for consumption by a package. * - * @see src/plugins/home/server/services/sample_data/lib/sample_dataset_schema - * @see src/plugins/home/server/services/sample_data/lib/sample_dataset_registry_types + * @see src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_schema + * @see src/platform/plugins/shared/home/server/services/sample_data/lib/sample_dataset_registry_types */ export interface SampleDataSet { appLinks: AppLink[]; diff --git a/packages/kbn-analytics/tsconfig.json b/packages/kbn-analytics/tsconfig.json deleted file mode 100644 index 1ff22d007ea78..0000000000000 --- a/packages/kbn-analytics/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "isolatedModules": true, - "outDir": "target/types", - "types": [ - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "exclude": [ - "target/**/*", - ], - "kbn_references": [ - "@kbn/logging", - ] -} diff --git a/packages/kbn-apm-config-loader/jest.config.js b/packages/kbn-apm-config-loader/jest.config.js deleted file mode 100644 index 5b4bf2b997ad6..0000000000000 --- a/packages/kbn-apm-config-loader/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../..', - roots: ['/packages/kbn-apm-config-loader'], -}; diff --git a/packages/kbn-apm-config-loader/tsconfig.json b/packages/kbn-apm-config-loader/tsconfig.json deleted file mode 100644 index a0134a88755c4..0000000000000 --- a/packages/kbn-apm-config-loader/tsconfig.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/safer-lodash-set", - "@kbn/utils", - "@kbn/config-schema", - "@kbn/std", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/kbn-apm-data-view/tsconfig.json b/packages/kbn-apm-data-view/tsconfig.json deleted file mode 100644 index 2649fb45f0a42..0000000000000 --- a/packages/kbn-apm-data-view/tsconfig.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/kbn-apm-synthtrace-client/src/lib/apm/apm_fields.ts b/packages/kbn-apm-synthtrace-client/src/lib/apm/apm_fields.ts index 1c9c379dbef56..3371cc27227cb 100644 --- a/packages/kbn-apm-synthtrace-client/src/lib/apm/apm_fields.ts +++ b/packages/kbn-apm-synthtrace-client/src/lib/apm/apm_fields.ts @@ -126,7 +126,7 @@ export type ApmFields = Fields<{ 'error.id': string; 'error.type': string; 'error.culprit': string; - 'event.ingested': number; + 'event.ingested': string; 'event.name': string; 'event.action': string; 'event.outcome': string; diff --git a/packages/kbn-apm-synthtrace-client/src/lib/logs/index.ts b/packages/kbn-apm-synthtrace-client/src/lib/logs/index.ts index e4e382860767d..fa1856aa05ca3 100644 --- a/packages/kbn-apm-synthtrace-client/src/lib/logs/index.ts +++ b/packages/kbn-apm-synthtrace-client/src/lib/logs/index.ts @@ -36,6 +36,7 @@ export type LogDocument = Fields & 'error.message'?: string; 'event.original'?: string; 'event.dataset': string; + 'event.ingested': string; 'log.level'?: string; 'host.name'?: string; 'container.id'?: string; diff --git a/packages/kbn-apm-types/es_fields.ts b/packages/kbn-apm-types/es_fields.ts deleted file mode 100644 index 1a534c2c12dd4..0000000000000 --- a/packages/kbn-apm-types/es_fields.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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export * from './src/es_fields/apm'; diff --git a/packages/kbn-apm-types/es_schemas_raw.ts b/packages/kbn-apm-types/es_schemas_raw.ts deleted file mode 100644 index abc2bc2482647..0000000000000 --- a/packages/kbn-apm-types/es_schemas_raw.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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export * from './src/es_schemas/raw'; -export * from './src/es_schemas/raw/fields'; diff --git a/packages/kbn-apm-types/es_schemas_ui.ts b/packages/kbn-apm-types/es_schemas_ui.ts deleted file mode 100644 index 916e8472d6c6a..0000000000000 --- a/packages/kbn-apm-types/es_schemas_ui.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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export * from './src/es_schemas/ui'; -export * from './src/es_schemas/ui/fields'; diff --git a/packages/kbn-apm-types/index.ts b/packages/kbn-apm-types/index.ts deleted file mode 100644 index cbc152b27784d..0000000000000 --- a/packages/kbn-apm-types/index.ts +++ /dev/null @@ -1,12 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the "Elastic License - * 2.0", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export * from './es_fields'; -export * from './es_schemas_raw'; -export * from './es_schemas_ui'; diff --git a/packages/kbn-apm-types/package.json b/packages/kbn-apm-types/package.json deleted file mode 100644 index 88075d421cbf7..0000000000000 --- a/packages/kbn-apm-types/package.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "@kbn/apm-types", - "private": true, - "version": "1.0.0", - "license": "Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0" -} \ No newline at end of file diff --git a/packages/kbn-apm-types/src/es_fields/apm.ts b/packages/kbn-apm-types/src/es_fields/apm.ts deleted file mode 100644 index 7068058024d9d..0000000000000 --- a/packages/kbn-apm-types/src/es_fields/apm.ts +++ /dev/null @@ -1,223 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export const TIMESTAMP_US = 'timestamp.us'; -export const AT_TIMESTAMP = '@timestamp'; -export const AGENT = 'agent'; -export const AGENT_NAME = 'agent.name'; -export const AGENT_VERSION = 'agent.version'; -export const AGENT_ACTIVATION_METHOD = 'agent.activation_method'; - -export const DESTINATION_ADDRESS = 'destination.address'; - -export const CLOUD = 'cloud'; -export const CLOUD_AVAILABILITY_ZONE = 'cloud.availability_zone'; -export const CLOUD_PROVIDER = 'cloud.provider'; -export const CLOUD_REGION = 'cloud.region'; -export const CLOUD_MACHINE_TYPE = 'cloud.machine.type'; -export const CLOUD_ACCOUNT_ID = 'cloud.account.id'; -export const CLOUD_ACCOUNT_NAME = 'cloud.account.name'; -export const CLOUD_INSTANCE_ID = 'cloud.instance.id'; -export const CLOUD_INSTANCE_NAME = 'cloud.instance.name'; -export const CLOUD_SERVICE_NAME = 'cloud.service.name'; -export const CLOUD_PROJECT_NAME = 'cloud.project.name'; - -export const EVENT_SUCCESS_COUNT = 'event.success_count'; - -export const SERVICE = 'service'; -export const SERVICE_NAME = 'service.name'; -export const SERVICE_ENVIRONMENT = 'service.environment'; -export const SERVICE_FRAMEWORK_NAME = 'service.framework.name'; -export const SERVICE_FRAMEWORK_VERSION = 'service.framework.version'; -export const SERVICE_LANGUAGE_NAME = 'service.language.name'; -export const SERVICE_LANGUAGE_VERSION = 'service.language.version'; -export const SERVICE_RUNTIME_NAME = 'service.runtime.name'; -export const SERVICE_RUNTIME_VERSION = 'service.runtime.version'; -export const SERVICE_NODE_NAME = 'service.node.name'; -export const SERVICE_VERSION = 'service.version'; -export const SERVICE_TARGET_TYPE = 'service.target.type'; -export const SERVICE_OVERFLOW_COUNT = 'service_transaction.aggregation.overflow_count'; - -export const URL_FULL = 'url.full'; -export const HTTP_REQUEST_METHOD = 'http.request.method'; -export const HTTP_RESPONSE_STATUS_CODE = 'http.response.status_code'; -export const USER_ID = 'user.id'; -export const USER_AGENT_ORIGINAL = 'user_agent.original'; -export const USER_AGENT_NAME = 'user_agent.name'; - -export const OBSERVER_VERSION = 'observer.version'; -export const OBSERVER_VERSION_MAJOR = 'observer.version_major'; -export const OBSERVER_HOSTNAME = 'observer.hostname'; -export const OBSERVER_LISTENING = 'observer.listening'; -export const PROCESSOR_EVENT = 'processor.event'; -export const PROCESSOR_NAME = 'processor.name'; - -export const TRANSACTION_AGENT_MARKS = 'transaction.agent.marks'; -export const TRANSACTION_DURATION = 'transaction.duration.us'; -export const TRANSACTION_DURATION_HISTOGRAM = 'transaction.duration.histogram'; -export const TRANSACTION_DURATION_SUMMARY = 'transaction.duration.summary'; -export const TRANSACTION_TYPE = 'transaction.type'; -export const TRANSACTION_RESULT = 'transaction.result'; -export const TRANSACTION_NAME = 'transaction.name'; -export const TRANSACTION_ID = 'transaction.id'; -export const TRANSACTION_SAMPLED = 'transaction.sampled'; -export const TRANSACTION_PAGE_URL = 'transaction.page.url'; -export const TRANSACTION_FAILURE_COUNT = 'transaction.failure_count'; -export const TRANSACTION_SUCCESS_COUNT = 'transaction.success_count'; -export const TRANSACTION_OVERFLOW_COUNT = 'transaction.aggregation.overflow_count'; -// for transaction metrics -export const TRANSACTION_ROOT = 'transaction.root'; -export const TRANSACTION_PROFILER_STACK_TRACE_IDS = 'transaction.profiler_stack_trace_ids'; - -export const EVENT_OUTCOME = 'event.outcome'; - -export const TRACE_ID = 'trace.id'; - -export const SPAN_DURATION = 'span.duration.us'; -export const SPAN_TYPE = 'span.type'; -export const SPAN_SUBTYPE = 'span.subtype'; -export const SPAN_SELF_TIME_SUM = 'span.self_time.sum.us'; -export const SPAN_ACTION = 'span.action'; -export const SPAN_NAME = 'span.name'; -export const SPAN_ID = 'span.id'; -export const SPAN_DESTINATION_SERVICE_RESOURCE = 'span.destination.service.resource'; -export const SPAN_DESTINATION_SERVICE_RESPONSE_TIME_COUNT = - 'span.destination.service.response_time.count'; - -export const SPAN_DESTINATION_SERVICE_RESPONSE_TIME_SUM = - 'span.destination.service.response_time.sum.us'; - -export const SPAN_LINKS = 'span.links'; -export const SPAN_LINKS_TRACE_ID = 'span.links.trace.id'; -export const SPAN_LINKS_SPAN_ID = 'span.links.span.id'; - -export const SPAN_COMPOSITE_COUNT = 'span.composite.count'; -export const SPAN_COMPOSITE_SUM = 'span.composite.sum.us'; -export const SPAN_COMPOSITE_COMPRESSION_STRATEGY = 'span.composite.compression_strategy'; - -export const SPAN_SYNC = 'span.sync'; -export const SPAN_STACKTRACE = 'span.stacktrace'; - -// Parent ID for a transaction or span -export const PARENT_ID = 'parent.id'; - -export const ERROR_ID = 'error.id'; -export const ERROR_GROUP_ID = 'error.grouping_key'; -export const ERROR_GROUP_NAME = 'error.grouping_name'; -export const ERROR_CULPRIT = 'error.culprit'; -export const ERROR_LOG_LEVEL = 'error.log.level'; -export const ERROR_LOG_MESSAGE = 'error.log.message'; -export const ERROR_EXCEPTION = 'error.exception'; -export const ERROR_EXC_MESSAGE = 'error.exception.message'; // only to be used in es queries, since error.exception is now an array -export const ERROR_EXC_HANDLED = 'error.exception.handled'; // only to be used in es queries, since error.exception is now an array -export const ERROR_EXC_TYPE = 'error.exception.type'; -export const ERROR_PAGE_URL = 'error.page.url'; -export const ERROR_STACK_TRACE = 'error.stack_trace'; -export const ERROR_TYPE = 'error.type'; - -// METRICS -export const METRIC_SYSTEM_FREE_MEMORY = 'system.memory.actual.free'; -export const METRIC_SYSTEM_TOTAL_MEMORY = 'system.memory.total'; -export const METRIC_SYSTEM_CPU_PERCENT = 'system.cpu.total.norm.pct'; -export const METRIC_PROCESS_CPU_PERCENT = 'system.process.cpu.total.norm.pct'; -export const METRIC_CGROUP_MEMORY_LIMIT_BYTES = 'system.process.cgroup.memory.mem.limit.bytes'; -export const METRIC_CGROUP_MEMORY_USAGE_BYTES = 'system.process.cgroup.memory.mem.usage.bytes'; - -export const METRIC_JAVA_HEAP_MEMORY_MAX = 'jvm.memory.heap.max'; -export const METRIC_JAVA_HEAP_MEMORY_COMMITTED = 'jvm.memory.heap.committed'; -export const METRIC_JAVA_HEAP_MEMORY_USED = 'jvm.memory.heap.used'; -export const METRIC_JAVA_NON_HEAP_MEMORY_MAX = 'jvm.memory.non_heap.max'; -export const METRIC_JAVA_NON_HEAP_MEMORY_COMMITTED = 'jvm.memory.non_heap.committed'; -export const METRIC_JAVA_NON_HEAP_MEMORY_USED = 'jvm.memory.non_heap.used'; -export const METRIC_JAVA_THREAD_COUNT = 'jvm.thread.count'; -export const METRIC_JAVA_GC_COUNT = 'jvm.gc.count'; -export const METRIC_JAVA_GC_TIME = 'jvm.gc.time'; - -export const METRICSET_NAME = 'metricset.name'; -export const METRICSET_INTERVAL = 'metricset.interval'; - -export const LABEL_NAME = 'labels.name'; -export const LABEL_GC = 'labels.gc'; -export const LABEL_TYPE = 'labels.type'; -export const LABEL_TELEMETRY_AUTO_VERSION = 'labels.telemetry_auto_version'; -export const LABEL_LIFECYCLE_STATE = 'labels.lifecycle_state'; - -export const HOST = 'host'; -export const HOST_HOSTNAME = 'host.hostname'; // Do not use. Please use `HOST_NAME` instead. -export const HOST_NAME = 'host.name'; -export const HOST_OS_PLATFORM = 'host.os.platform'; -export const HOST_ARCHITECTURE = 'host.architecture'; -export const HOST_OS_VERSION = 'host.os.version'; - -export const CONTAINER_ID = 'container.id'; -export const CONTAINER = 'container'; -export const CONTAINER_IMAGE = 'container.image.name'; - -export const KUBERNETES = 'kubernetes'; -export const KUBERNETES_POD_NAME = 'kubernetes.pod.name'; -export const KUBERNETES_POD_UID = 'kubernetes.pod.uid'; -export const KUBERNETES_NAMESPACE = 'kubernetes.namespace'; -export const KUBERNETES_NODE_NAME = 'kubernetes.node.name'; -export const KUBERNETES_CONTAINER_NAME = 'kubernetes.container.name'; -export const KUBERNETES_CONTAINER_ID = 'kubernetes.container.id'; -export const KUBERNETES_DEPLOYMENT_NAME = 'kubernetes.deployment.name'; -export const KUBERNETES_REPLICASET_NAME = 'kubernetes.replicaset.name'; - -export const FAAS_ID = 'faas.id'; -export const FAAS_NAME = 'faas.name'; -export const FAAS_COLDSTART = 'faas.coldstart'; -export const FAAS_TRIGGER_TYPE = 'faas.trigger.type'; -export const FAAS_DURATION = 'faas.duration'; -export const FAAS_COLDSTART_DURATION = 'faas.coldstart_duration'; -export const FAAS_BILLED_DURATION = 'faas.billed_duration'; - -// OpenTelemetry Metrics -export const METRIC_OTEL_SYSTEM_CPU_UTILIZATION = 'system.cpu.utilization'; -export const METRIC_OTEL_SYSTEM_MEMORY_UTILIZATION = 'system.memory.utilization'; - -export const METRIC_OTEL_JVM_PROCESS_CPU_PERCENT = 'process.runtime.jvm.cpu.utilization'; -export const METRIC_OTEL_JVM_PROCESS_MEMORY_USAGE = 'process.runtime.jvm.memory.usage'; -export const METRIC_OTEL_JVM_PROCESS_MEMORY_COMMITTED = 'process.runtime.jvm.memory.committed'; -export const METRIC_OTEL_JVM_PROCESS_MEMORY_LIMIT = 'process.runtime.jvm.memory.limit'; -export const METRIC_OTEL_JVM_PROCESS_THREADS_COUNT = 'process.runtime.jvm.threads.count'; -export const METRIC_OTEL_JVM_SYSTEM_CPU_PERCENT = 'process.runtime.jvm.system.cpu.utilization'; -export const METRIC_OTEL_JVM_GC_DURATION = 'process.runtime.jvm.gc.duration'; -export const VALUE_OTEL_JVM_PROCESS_MEMORY_HEAP = 'heap'; -export const VALUE_OTEL_JVM_PROCESS_MEMORY_NON_HEAP = 'non_heap'; -// OpenTelemetry semconv fields for AgentName https://opentelemetry.io/docs/specs/semconv/resource/#telemetry-sdk -export const TELEMETRY_SDK_NAME = 'telemetry.sdk.name'; -export const TELEMETRY_SDK_LANGUAGE = 'telemetry.sdk.language'; -export const TELEMETRY_SDK_VERSION = 'telemetry.sdk.version'; - -// Metadata -export const TIER = '_tier'; -export const INDEX = '_index'; -export const DATA_STEAM_TYPE = 'data_stream.type'; - -// Mobile -export const NETWORK_CONNECTION_TYPE = 'network.connection.type'; -export const DEVICE_MODEL_IDENTIFIER = 'device.model.identifier'; -export const SESSION_ID = 'session.id'; -export const APP_LAUNCH_TIME = 'application.launch.time'; -export const EVENT_NAME = 'event.name'; - -// Location -export const CLIENT_GEO_COUNTRY_ISO_CODE = 'client.geo.country_iso_code'; -export const CLIENT_GEO_REGION_ISO_CODE = 'client.geo.region_iso_code'; -export const CLIENT_GEO_COUNTRY_NAME = 'client.geo.country_name'; -export const CLIENT_GEO_CITY_NAME = 'client.geo.city_name'; -export const CLIENT_GEO_REGION_NAME = 'client.geo.region_name'; - -export const CHILD_ID = 'child.id'; - -export const LOG_LEVEL = 'log.level'; - -// Process -export const PROCESS_ARGS = 'process.args'; -export const PROCESS_PID = 'process.pid'; diff --git a/packages/kbn-apm-types/src/es_schemas/raw/apm_base_doc.ts b/packages/kbn-apm-types/src/es_schemas/raw/apm_base_doc.ts deleted file mode 100644 index 14d26354e44ed..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/raw/apm_base_doc.ts +++ /dev/null @@ -1,25 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -import { Observer } from './fields/observer'; - -// all documents types extend APMBaseDoc and inherit all properties -export interface APMBaseDoc { - '@timestamp': string; - agent: { - name: string; - version?: string; - }; - parent?: { id?: string }; // parent ID is not available on root transactions - trace?: { id?: string }; - labels?: { - [key: string]: string | number | boolean; - }; - observer?: Observer; -} diff --git a/packages/kbn-apm-types/src/es_schemas/raw/event_raw.ts b/packages/kbn-apm-types/src/es_schemas/raw/event_raw.ts deleted file mode 100644 index 614da7c559bfb..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/raw/event_raw.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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -import { APMBaseDoc } from './apm_base_doc'; -import { TimestampUs } from './fields/timestamp_us'; - -export interface EventRaw extends APMBaseDoc { - timestamp: TimestampUs; - transaction?: { - id: string; - sampled?: boolean; - type: string; - }; - log: { - message?: string; - }; - event: { - action: string; - category: string; - }; -} diff --git a/packages/kbn-apm-types/src/es_schemas/raw/fields/cloud.ts b/packages/kbn-apm-types/src/es_schemas/raw/fields/cloud.ts deleted file mode 100644 index 290be75091e18..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/raw/fields/cloud.ts +++ /dev/null @@ -1,35 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export interface Cloud { - availability_zone?: string; - instance?: { - name?: string; - id?: string; - }; - machine?: { - type?: string; - }; - project?: { - id?: string; - name?: string; - }; - provider?: string; - region?: string; - account?: { - id?: string; - name?: string; - }; - image?: { - id?: string; - }; - service?: { - name?: string; - }; -} diff --git a/packages/kbn-apm-types/src/es_schemas/raw/fields/container.ts b/packages/kbn-apm-types/src/es_schemas/raw/fields/container.ts deleted file mode 100644 index 4c8d1ed4e52b4..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/raw/fields/container.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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export interface Container { - id?: string | null; - image?: { - name?: string; - }; -} diff --git a/packages/kbn-apm-types/src/es_schemas/raw/fields/event_outcome.ts b/packages/kbn-apm-types/src/es_schemas/raw/fields/event_outcome.ts deleted file mode 100644 index cfba4074e00de..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/raw/fields/event_outcome.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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export type EventOutcome = 'success' | 'failure' | 'unknown'; diff --git a/packages/kbn-apm-types/src/es_schemas/raw/fields/faas.ts b/packages/kbn-apm-types/src/es_schemas/raw/fields/faas.ts deleted file mode 100644 index e656266578faf..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/raw/fields/faas.ts +++ /dev/null @@ -1,18 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export interface Faas { - id: string; - coldstart?: boolean; - execution?: string; - trigger?: { - type?: string; - request_id?: string; - }; -} diff --git a/packages/kbn-apm-types/src/es_schemas/raw/fields/host.ts b/packages/kbn-apm-types/src/es_schemas/raw/fields/host.ts deleted file mode 100644 index 41c1bf9ecf285..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/raw/fields/host.ts +++ /dev/null @@ -1,18 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export interface Host { - architecture?: string; - hostname?: string; - name?: string; - ip?: string; - os?: { - platform?: string; - }; -} diff --git a/packages/kbn-apm-types/src/es_schemas/raw/fields/http.ts b/packages/kbn-apm-types/src/es_schemas/raw/fields/http.ts deleted file mode 100644 index f3c62298ca8cb..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/raw/fields/http.ts +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export interface Http { - request?: { method?: string }; - response?: { status_code?: number }; - version?: string; -} diff --git a/packages/kbn-apm-types/src/es_schemas/raw/fields/index.ts b/packages/kbn-apm-types/src/es_schemas/raw/fields/index.ts deleted file mode 100644 index 876ef6bc05748..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/raw/fields/index.ts +++ /dev/null @@ -1,26 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export * from './cloud'; -export * from './container'; -export * from './event_outcome'; -export * from './faas'; -export * from './host'; -export * from './http'; -export * from './kubernetes'; -export * from './observer'; -export * from './page'; -export * from './process'; -export * from './service'; -export * from './span_links'; -export * from './stackframe'; -export * from './timestamp_us'; -export * from './url'; -export * from './user_agent'; -export * from './user'; diff --git a/packages/kbn-apm-types/src/es_schemas/raw/fields/kubernetes.ts b/packages/kbn-apm-types/src/es_schemas/raw/fields/kubernetes.ts deleted file mode 100644 index 2a4f1465db9a5..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/raw/fields/kubernetes.ts +++ /dev/null @@ -1,23 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export interface Kubernetes { - pod?: { uid?: string | null; name?: string }; - namespace?: string; - replicaset?: { - name?: string; - }; - deployment?: { - name?: string; - }; - container?: { - id?: string; - name?: string; - }; -} diff --git a/packages/kbn-apm-types/src/es_schemas/raw/fields/observer.ts b/packages/kbn-apm-types/src/es_schemas/raw/fields/observer.ts deleted file mode 100644 index 7d286d4c3581e..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/raw/fields/observer.ts +++ /dev/null @@ -1,18 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export interface Observer { - ephemeral_id?: string; - hostname?: string; - id?: string; - name?: string; - type?: string; - version?: string; - version_major?: number; -} diff --git a/packages/kbn-apm-types/src/es_schemas/raw/fields/page.ts b/packages/kbn-apm-types/src/es_schemas/raw/fields/page.ts deleted file mode 100644 index a18f3c5578eb5..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/raw/fields/page.ts +++ /dev/null @@ -1,13 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -// only for RUM agent: shared by error and transaction -export interface Page { - url?: string; -} diff --git a/packages/kbn-apm-types/src/es_schemas/raw/fields/process.ts b/packages/kbn-apm-types/src/es_schemas/raw/fields/process.ts deleted file mode 100644 index adf18d2f1a4b5..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/raw/fields/process.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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export interface Process { - args?: string[]; - pid: number; - ppid?: number; - title?: string; -} diff --git a/packages/kbn-apm-types/src/es_schemas/raw/fields/service.ts b/packages/kbn-apm-types/src/es_schemas/raw/fields/service.ts deleted file mode 100644 index bd52784576dce..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/raw/fields/service.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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export interface Service { - name: string; - environment?: string; - framework?: { - name?: string; - version?: string; - }; - node?: { - name?: string; - }; - runtime?: { - name?: string; - version?: string; - }; - language?: { - name?: string; - version?: string; - }; - version?: string; -} diff --git a/packages/kbn-apm-types/src/es_schemas/raw/fields/span_links.ts b/packages/kbn-apm-types/src/es_schemas/raw/fields/span_links.ts deleted file mode 100644 index 9f6c2a11636d9..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/raw/fields/span_links.ts +++ /dev/null @@ -1,13 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export interface SpanLink { - trace: { id: string }; - span: { id: string }; -} diff --git a/packages/kbn-apm-types/src/es_schemas/raw/fields/stackframe.ts b/packages/kbn-apm-types/src/es_schemas/raw/fields/stackframe.ts deleted file mode 100644 index 432b03447d227..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/raw/fields/stackframe.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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -interface Line { - column?: number; - number: number; -} - -interface Sourcemap { - error?: string; - updated?: boolean; -} - -interface StackframeBase { - abs_path?: string; - classname?: string; - context?: { - post?: string[]; - pre?: string[]; - }; - exclude_from_grouping?: boolean; - filename?: string; - function?: string; - module?: string; - library_frame?: boolean; - line?: Line; - sourcemap?: Sourcemap; - vars?: { - [key: string]: unknown; - }; -} - -export type StackframeWithLineContext = StackframeBase & { - line: Line & { - context: string; - }; -}; - -export type Stackframe = StackframeBase | StackframeWithLineContext; diff --git a/packages/kbn-apm-types/src/es_schemas/raw/fields/timestamp_us.ts b/packages/kbn-apm-types/src/es_schemas/raw/fields/timestamp_us.ts deleted file mode 100644 index cff2ba350453e..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/raw/fields/timestamp_us.ts +++ /dev/null @@ -1,12 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the "Elastic License - * 2.0", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export interface TimestampUs { - us: number; -} diff --git a/packages/kbn-apm-types/src/es_schemas/raw/fields/url.ts b/packages/kbn-apm-types/src/es_schemas/raw/fields/url.ts deleted file mode 100644 index 0f8cd3c814315..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/raw/fields/url.ts +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export interface Url { - domain?: string; - full?: string; - original?: string; -} diff --git a/packages/kbn-apm-types/src/es_schemas/raw/fields/user.ts b/packages/kbn-apm-types/src/es_schemas/raw/fields/user.ts deleted file mode 100644 index 962ed1060b826..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/raw/fields/user.ts +++ /dev/null @@ -1,12 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the "Elastic License - * 2.0", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export interface User { - id?: string; -} diff --git a/packages/kbn-apm-types/src/es_schemas/raw/fields/user_agent.ts b/packages/kbn-apm-types/src/es_schemas/raw/fields/user_agent.ts deleted file mode 100644 index 598082b0dd316..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/raw/fields/user_agent.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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export interface UserAgent { - device?: { - name: string; - }; - name?: string; - original: string; - os?: { - name: string; - version?: string; - full?: string; - }; - version?: string; -} diff --git a/packages/kbn-apm-types/src/es_schemas/raw/index.ts b/packages/kbn-apm-types/src/es_schemas/raw/index.ts deleted file mode 100644 index 6e13218f39c51..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/raw/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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export * from './apm_base_doc'; -export * from './error_raw'; -export * from './event_raw'; -export * from './metric_raw'; -export * from './span_raw'; -export * from './transaction_raw'; diff --git a/packages/kbn-apm-types/src/es_schemas/ui/apm_error.ts b/packages/kbn-apm-types/src/es_schemas/ui/apm_error.ts deleted file mode 100644 index be34b9997e33f..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/ui/apm_error.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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -import { ErrorRaw } from '../raw/error_raw'; -import { Agent } from './fields/agent'; - -export interface APMError extends ErrorRaw { - agent: Agent; -} diff --git a/packages/kbn-apm-types/src/es_schemas/ui/event.ts b/packages/kbn-apm-types/src/es_schemas/ui/event.ts deleted file mode 100644 index 2644a5c1fa413..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/ui/event.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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -import { EventRaw } from '../raw/event_raw'; -import { Agent } from './fields/agent'; - -export interface Event extends EventRaw { - agent: Agent; -} diff --git a/packages/kbn-apm-types/src/es_schemas/ui/fields/agent.ts b/packages/kbn-apm-types/src/es_schemas/ui/fields/agent.ts deleted file mode 100644 index e8734de141e83..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/ui/fields/agent.ts +++ /dev/null @@ -1,18 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -import type { AgentName } from '@kbn/elastic-agent-utils'; - -export type { ElasticAgentName, OpenTelemetryAgentName, AgentName } from '@kbn/elastic-agent-utils'; - -export interface Agent { - ephemeral_id?: string; - name: AgentName; - version?: string; -} diff --git a/packages/kbn-apm-types/src/es_schemas/ui/fields/index.ts b/packages/kbn-apm-types/src/es_schemas/ui/fields/index.ts deleted file mode 100644 index a5fed741cea33..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/ui/fields/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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export * from './agent'; diff --git a/packages/kbn-apm-types/src/es_schemas/ui/index.ts b/packages/kbn-apm-types/src/es_schemas/ui/index.ts deleted file mode 100644 index f8504f75e2c62..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/ui/index.ts +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -export * from './apm_error'; -export * from './event'; -export * from './metric'; -export * from './span'; -export * from './transaction'; diff --git a/packages/kbn-apm-types/src/es_schemas/ui/metric.ts b/packages/kbn-apm-types/src/es_schemas/ui/metric.ts deleted file mode 100644 index 552983bf2961f..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/ui/metric.ts +++ /dev/null @@ -1,12 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the "Elastic License - * 2.0", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -import { MetricRaw } from '../raw/metric_raw'; - -export type Metric = MetricRaw; diff --git a/packages/kbn-apm-types/src/es_schemas/ui/span.ts b/packages/kbn-apm-types/src/es_schemas/ui/span.ts deleted file mode 100644 index 63b85f54c3834..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/ui/span.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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -import { SpanRaw } from '../raw/span_raw'; -import { Agent } from './fields/agent'; - -export interface Span extends SpanRaw { - agent: Agent; -} diff --git a/packages/kbn-apm-types/src/es_schemas/ui/transaction.ts b/packages/kbn-apm-types/src/es_schemas/ui/transaction.ts deleted file mode 100644 index 3e5986e86c36e..0000000000000 --- a/packages/kbn-apm-types/src/es_schemas/ui/transaction.ts +++ /dev/null @@ -1,24 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -import { TransactionRaw } from '../raw/transaction_raw'; -import { Agent } from './fields/agent'; - -// Make `transaction.name` required instead of optional. -// `transaction.name` can be missing in Elasticsearch but the UI will only aggregate on transactions with a name, -// and thus it doesn't make sense to treat it as optional -type InnerTransaction = TransactionRaw['transaction']; -interface InnerTransactionWithName extends InnerTransaction { - name: string; -} - -export interface Transaction extends TransactionRaw { - agent: Agent; - transaction: InnerTransactionWithName; -} diff --git a/packages/kbn-apm-types/tsconfig.json b/packages/kbn-apm-types/tsconfig.json deleted file mode 100644 index 312ebd695e48e..0000000000000 --- a/packages/kbn-apm-types/tsconfig.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "exclude": [ - "target/**/*", - ], - "kbn_references": [ - "@kbn/elastic-agent-utils", - ] -} diff --git a/packages/kbn-apm-utils/tsconfig.json b/packages/kbn-apm-utils/tsconfig.json deleted file mode 100644 index 2649fb45f0a42..0000000000000 --- a/packages/kbn-apm-utils/tsconfig.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/kbn-babel-preset/styled_components_files.js b/packages/kbn-babel-preset/styled_components_files.js index b72eba6793f3f..1829c9cf28885 100644 --- a/packages/kbn-babel-preset/styled_components_files.js +++ b/packages/kbn-babel-preset/styled_components_files.js @@ -9,26 +9,618 @@ module.exports = { /** - * Synchronized regex list of files that use `styled-components`. + * Synchronized list of all source files that use styled-components. + * Please keep this list up-to-date when converting component styles + * from styled-components to Emotion. + * + * Babel's MatchPattern can be a regex or a string which follows standard + * Node.js path logic as described here: + * https://babeljs.io/docs/options#matchpattern + * * Used by `kbn-babel-preset` and `kbn-eslint-config`. */ USES_STYLED_COMPONENTS: [ /packages[\/\\]kbn-ui-shared-deps-npm[\/\\]/, /packages[\/\\]kbn-ui-shared-deps-src[\/\\]/, - /src[\/\\]plugins[\/\\]kibana_react[\/\\]/, - /x-pack[\/\\]platform[\/\\]packages[\/\\]shared[\/\\]kbn-elastic-assistant[\/\\]/, - /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]/, - /x-pack[\/\\]plugins[\/\\]security_solution[\/\\]/, - /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]observability_shared[\/\\]/, - /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]exploratory_view[\/\\]/, - /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]observability[\/\\]/, - /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]synthetics[\/\\]/, - /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]/, - /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]ux[\/\\]/, - /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]/, - /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]lists[\/\\]/, - /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]/, - /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]timelines[\/\\]/, - /x-pack[\/\\]test[\/\\]plugin_functional[\/\\]plugins[\/\\]resolver_test[\/\\]/, + + /x-pack[\/\\]platform[\/\\]packages[\/\\]shared[\/\\]kbn-elastic-assistant[\/\\]impl[\/\\]assistant[\/\\]assistant_overlay[\/\\]index.tsx/, + /x-pack[\/\\]platform[\/\\]packages[\/\\]shared[\/\\]kbn-elastic-assistant[\/\\]impl[\/\\]assistant[\/\\]settings[\/\\]assistant_settings.tsx/, + /x-pack[\/\\]platform[\/\\]packages[\/\\]shared[\/\\]kbn-elastic-assistant[\/\\]impl[\/\\]data_anonymization_editor[\/\\]context_editor[\/\\]get_columns[\/\\]index.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]components[\/\\]fleet_server_instructions[\/\\]components[\/\\]fleet_server_hosts_form.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]components[\/\\]fleet_server_instructions[\/\\]index.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]components[\/\\]fleet_server_instructions[\/\\]steps[\/\\]create_service_token.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]components[\/\\]generate_service_token.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]components[\/\\]search_bar.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]layouts[\/\\]error.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agent_policy[\/\\]components[\/\\]agent_policy_advanced_fields[\/\\]advanced_monitoring.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agent_policy[\/\\]components[\/\\]agent_policy_advanced_fields[\/\\]custom_fields[\/\\]index.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agent_policy[\/\\]components[\/\\]agent_policy_create_inline.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agent_policy[\/\\]components[\/\\]agent_policy_form.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agent_policy[\/\\]components[\/\\]agent_policy_yaml_flyout.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agent_policy[\/\\]create_package_policy_page[\/\\]components[\/\\]steps[\/\\]components[\/\\]dataset_component.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agent_policy[\/\\]create_package_policy_page[\/\\]components[\/\\]steps[\/\\]components[\/\\]package_policy_input_panel.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agent_policy[\/\\]create_package_policy_page[\/\\]components[\/\\]steps[\/\\]components[\/\\]package_policy_input_stream.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agent_policy[\/\\]create_package_policy_page[\/\\]components[\/\\]steps[\/\\]components[\/\\]package_policy_input_var_field.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agent_policy[\/\\]create_package_policy_page[\/\\]components[\/\\]steps[\/\\]step_define_package_policy.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agent_policy[\/\\]create_package_policy_page[\/\\]components[\/\\]steps[\/\\]step_select_agent_policy.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agent_policy[\/\\]create_package_policy_page[\/\\]components[\/\\]steps[\/\\]step_select_hosts.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agent_policy[\/\\]create_package_policy_page[\/\\]multi_page_layout[\/\\]components[\/\\]add_first_integration_splash.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agent_policy[\/\\]create_package_policy_page[\/\\]multi_page_layout[\/\\]components[\/\\]bottom_bar.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agent_policy[\/\\]create_package_policy_page[\/\\]multi_page_layout[\/\\]components[\/\\]confirm_incoming_data_with_preview.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agent_policy[\/\\]create_package_policy_page[\/\\]single_page_layout[\/\\]components[\/\\]layout.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agent_policy[\/\\]create_package_policy_page[\/\\]single_page_layout[\/\\]index.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agent_policy[\/\\]details_page[\/\\]components[\/\\]header[\/\\]right_content.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agent_policy[\/\\]details_page[\/\\]components[\/\\]settings[\/\\]index.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agent_policy[\/\\]edit_package_policy_page[\/\\]components[\/\\]upgrade.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agent_policy[\/\\]list_page[\/\\]components[\/\\]create_agent_policy.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agents[\/\\]agent_details_page[\/\\]components[\/\\]agent_dashboard_link.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agents[\/\\]agent_details_page[\/\\]components[\/\\]agent_details[\/\\]agent_details_integration.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agents[\/\\]agent_details_page[\/\\]components[\/\\]agent_details[\/\\]agent_details_integration_input_status.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agents[\/\\]agent_details_page[\/\\]components[\/\\]agent_details[\/\\]agent_details_integration_inputs.test.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agents[\/\\]agent_details_page[\/\\]components[\/\\]agent_details[\/\\]agent_details_integration_inputs.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agents[\/\\]agent_details_page[\/\\]components[\/\\]agent_details[\/\\]agent_details_overview.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agents[\/\\]agent_details_page[\/\\]components[\/\\]agent_details[\/\\]index.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agents[\/\\]agent_details_page[\/\\]components[\/\\]agent_logs[\/\\]agent_logs.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agents[\/\\]agent_list_page[\/\\]components[\/\\]agent_activity_flyout[\/\\]flyout_body.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agents[\/\\]agent_list_page[\/\\]components[\/\\]agent_activity_flyout[\/\\]index.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agents[\/\\]agent_list_page[\/\\]components[\/\\]agent_policy_outputs_summary.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agents[\/\\]agent_list_page[\/\\]components[\/\\]agent_status_filter.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agents[\/\\]agent_list_page[\/\\]components[\/\\]agents_selection_status.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agents[\/\\]agent_list_page[\/\\]components[\/\\]status_bar.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agents[\/\\]agent_list_page[\/\\]components[\/\\]tags_add_remove.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agents[\/\\]agent_list_page[\/\\]components[\/\\]view_errors.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agents[\/\\]agent_requirements_page[\/\\]fleet_server_requirement_page.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agents[\/\\]components[\/\\]agent_health.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agents[\/\\]components[\/\\]fleet_server_callouts[\/\\]fleet_server_missing_es_privileges.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agents[\/\\]components[\/\\]fleet_server_callouts[\/\\]fleet_server_missing_kbn_privileges.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]agents[\/\\]components[\/\\]tags.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]settings[\/\\]components[\/\\]download_source_table[\/\\]index.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]settings[\/\\]components[\/\\]edit_output_flyout[\/\\]yaml_code_editor_with_placeholder.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]settings[\/\\]components[\/\\]fleet_proxies_table[\/\\]index.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]settings[\/\\]components[\/\\]fleet_server_hosts_table[\/\\]index.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]settings[\/\\]components[\/\\]multi_row_input[\/\\]index.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]fleet[\/\\]sections[\/\\]settings[\/\\]components[\/\\]outputs_table[\/\\]index.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]integrations[\/\\]sections[\/\\]epm[\/\\]components[\/\\]integration_preference.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]integrations[\/\\]sections[\/\\]epm[\/\\]components[\/\\]package_list_grid[\/\\]controls.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]integrations[\/\\]sections[\/\\]epm[\/\\]components[\/\\]package_list_grid[\/\\]index.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]integrations[\/\\]sections[\/\\]epm[\/\\]components[\/\\]requirements.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]integrations[\/\\]sections[\/\\]epm[\/\\]components[\/\\]side_bar_column.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]integrations[\/\\]sections[\/\\]epm[\/\\]components[\/\\]version.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]integrations[\/\\]sections[\/\\]epm[\/\\]screens[\/\\]detail[\/\\]components[\/\\]bidirectional_integrations_callout.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]integrations[\/\\]sections[\/\\]epm[\/\\]screens[\/\\]detail[\/\\]components[\/\\]icon_panel.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]integrations[\/\\]sections[\/\\]epm[\/\\]screens[\/\\]detail[\/\\]index.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]integrations[\/\\]sections[\/\\]epm[\/\\]screens[\/\\]detail[\/\\]overview[\/\\]markdown_renderers.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]integrations[\/\\]sections[\/\\]epm[\/\\]screens[\/\\]detail[\/\\]overview[\/\\]overview.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]integrations[\/\\]sections[\/\\]epm[\/\\]screens[\/\\]detail[\/\\]overview[\/\\]screenshots.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]applications[\/\\]integrations[\/\\]sections[\/\\]epm[\/\\]screens[\/\\]detail[\/\\]settings[\/\\]settings.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]components[\/\\]add_agent_help_popover.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]components[\/\\]agent_enrollment_flyout[\/\\]agent_policy_selection.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]components[\/\\]agent_enrollment_flyout[\/\\]steps[\/\\]run_k8s_apply_command_step.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]components[\/\\]header.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]components[\/\\]manage_agent_policies_modal.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]components[\/\\]package_icon.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]fleet[\/\\]public[\/\\]layouts[\/\\]without_header.tsx/, + /x-pack[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]triggers_actions_ui[\/\\]public[\/\\]application[\/\\]sections[\/\\]actions_connectors_list[\/\\]components[\/\\]actions_connectors_list.test.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]exploratory_view[\/\\]public[\/\\]components[\/\\]shared[\/\\]exploratory_view[\/\\]components[\/\\]empty_view.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]exploratory_view[\/\\]public[\/\\]components[\/\\]shared[\/\\]exploratory_view[\/\\]embeddable[\/\\]embeddable.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]exploratory_view[\/\\]public[\/\\]components[\/\\]shared[\/\\]exploratory_view[\/\\]embeddable[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]exploratory_view[\/\\]public[\/\\]components[\/\\]shared[\/\\]exploratory_view[\/\\]exploratory_view.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]exploratory_view[\/\\]public[\/\\]components[\/\\]shared[\/\\]exploratory_view[\/\\]header[\/\\]last_updated.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]exploratory_view[\/\\]public[\/\\]components[\/\\]shared[\/\\]exploratory_view[\/\\]lens_embeddable.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]exploratory_view[\/\\]public[\/\\]components[\/\\]shared[\/\\]exploratory_view[\/\\]series_editor[\/\\]breakdown[\/\\]breakdowns.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]exploratory_view[\/\\]public[\/\\]components[\/\\]shared[\/\\]exploratory_view[\/\\]series_editor[\/\\]columns[\/\\]date_picker_col.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]exploratory_view[\/\\]public[\/\\]components[\/\\]shared[\/\\]exploratory_view[\/\\]series_editor[\/\\]columns[\/\\]series_name.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]exploratory_view[\/\\]public[\/\\]components[\/\\]shared[\/\\]exploratory_view[\/\\]series_editor[\/\\]components[\/\\]filter_values_list.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]exploratory_view[\/\\]public[\/\\]components[\/\\]shared[\/\\]exploratory_view[\/\\]series_editor[\/\\]series.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]observability[\/\\]public[\/\\]pages[\/\\]overview[\/\\]components[\/\\]news_feed[\/\\]news_feed.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]observability[\/\\]public[\/\\]pages[\/\\]overview[\/\\]components[\/\\]sections[\/\\]apm[\/\\]apm_section.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]observability[\/\\]public[\/\\]pages[\/\\]overview[\/\\]components[\/\\]sections[\/\\]empty[\/\\]empty_sections.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]observability[\/\\]public[\/\\]pages[\/\\]overview[\/\\]components[\/\\]sections[\/\\]uptime[\/\\]uptime_section.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]observability[\/\\]public[\/\\]pages[\/\\]overview[\/\\]components[\/\\]sections[\/\\]ux[\/\\]core_web_vitals[\/\\]color_palette_flex_item.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]observability[\/\\]public[\/\\]pages[\/\\]overview[\/\\]components[\/\\]sections[\/\\]ux[\/\\]core_web_vitals[\/\\]palette_legends.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]observability[\/\\]public[\/\\]pages[\/\\]overview[\/\\]components[\/\\]styled_stat[\/\\]styled_stat.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]observability_shared[\/\\]public[\/\\]components[\/\\]field_value_suggestions[\/\\]field_value_combobox.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]observability_shared[\/\\]public[\/\\]components[\/\\]page_template[\/\\]nav_name_with_badge.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]observability_shared[\/\\]public[\/\\]components[\/\\]section[\/\\]section.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]observability_shared[\/\\]public[\/\\]hooks[\/\\]use_theme.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]synthetics[\/\\]public[\/\\]apps[\/\\]synthetics[\/\\]components[\/\\]certificates[\/\\]cert_search.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]synthetics[\/\\]public[\/\\]apps[\/\\]synthetics[\/\\]components[\/\\]certificates[\/\\]cert_status.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]synthetics[\/\\]public[\/\\]apps[\/\\]synthetics[\/\\]components[\/\\]certificates[\/\\]fingerprint_col.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]synthetics[\/\\]public[\/\\]apps[\/\\]synthetics[\/\\]components[\/\\]getting_started[\/\\]getting_started_page.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]synthetics[\/\\]public[\/\\]apps[\/\\]synthetics[\/\\]components[\/\\]monitor_add_edit[\/\\]advanced[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]synthetics[\/\\]public[\/\\]apps[\/\\]synthetics[\/\\]components[\/\\]monitor_add_edit[\/\\]fields[\/\\]code_editor.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]synthetics[\/\\]public[\/\\]apps[\/\\]synthetics[\/\\]components[\/\\]monitor_add_edit[\/\\]fields[\/\\]key_value_field.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]synthetics[\/\\]public[\/\\]apps[\/\\]synthetics[\/\\]components[\/\\]monitors_page[\/\\]overview[\/\\]overview[\/\\]actions_popover.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]synthetics[\/\\]public[\/\\]apps[\/\\]synthetics[\/\\]components[\/\\]monitors_page[\/\\]overview[\/\\]overview[\/\\]grid_by_group[\/\\]grid_items_by_group.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]synthetics[\/\\]public[\/\\]apps[\/\\]synthetics[\/\\]components[\/\\]monitors_page[\/\\]overview[\/\\]overview[\/\\]metric_item_icon.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]synthetics[\/\\]public[\/\\]apps[\/\\]synthetics[\/\\]components[\/\\]settings[\/\\]alerting_defaults[\/\\]connector_field.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]synthetics[\/\\]public[\/\\]apps[\/\\]synthetics[\/\\]components[\/\\]test_now_mode[\/\\]browser[\/\\]browser_test_results.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]synthetics[\/\\]public[\/\\]apps[\/\\]synthetics[\/\\]components[\/\\]test_now_mode[\/\\]simple[\/\\]ping_list[\/\\]columns[\/\\]ping_error.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]synthetics[\/\\]public[\/\\]apps[\/\\]synthetics[\/\\]components[\/\\]test_now_mode[\/\\]simple[\/\\]ping_list[\/\\]columns[\/\\]response_code.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]synthetics[\/\\]public[\/\\]apps[\/\\]synthetics[\/\\]components[\/\\]test_now_mode[\/\\]simple[\/\\]ping_list[\/\\]ping_list_table.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]synthetics[\/\\]public[\/\\]apps[\/\\]synthetics[\/\\]components[\/\\]test_now_mode[\/\\]simple[\/\\]ping_list[\/\\]ping_redirects.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]certificates[\/\\]cert_search.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]certificates[\/\\]cert_status.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]certificates[\/\\]fingerprint_col.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]common[\/\\]charts[\/\\]annotation_tooltip.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]common[\/\\]charts[\/\\]donut_chart.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]common[\/\\]charts[\/\\]donut_chart_legend.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]common[\/\\]charts[\/\\]donut_chart_legend_row.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]common[\/\\]higher_order[\/\\]responsive_wrapper.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]monitor[\/\\]ping_list[\/\\]columns[\/\\]ping_error.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]monitor[\/\\]ping_list[\/\\]columns[\/\\]response_code.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]monitor[\/\\]ping_list[\/\\]ping_list.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]monitor[\/\\]ping_list[\/\\]ping_redirects.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]monitor[\/\\]status_details[\/\\]availability_reporting[\/\\]location_status_tags.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]monitor[\/\\]status_details[\/\\]availability_reporting[\/\\]tag_label.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]monitor[\/\\]status_details[\/\\]location_availability[\/\\]location_availability.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]monitor[\/\\]status_details[\/\\]status_details.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]monitor[\/\\]synthetics[\/\\]step_detail[\/\\]waterfall[\/\\]waterfall_flyout.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]monitor[\/\\]synthetics[\/\\]waterfall[\/\\]components[\/\\]styles.ts/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]monitor[\/\\]synthetics[\/\\]waterfall[\/\\]components[\/\\]waterfall_flyout_table.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]overview[\/\\]filter_group[\/\\]filter_group.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]overview[\/\\]monitor_list[\/\\]columns[\/\\]cert_status_column.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]overview[\/\\]monitor_list[\/\\]columns[\/\\]monitor_status_column.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]overview[\/\\]monitor_list[\/\\]monitor_list_drawer[\/\\]enabled_alerts.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]overview[\/\\]monitor_list[\/\\]monitor_list_drawer[\/\\]monitor_list_drawer.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]overview[\/\\]monitor_list[\/\\]monitor_list_header.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]overview[\/\\]monitor_list[\/\\]overview_page_link.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]settings[\/\\]alert_defaults_form.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]components[\/\\]synthetics[\/\\]step_screenshot_display.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]uptime[\/\\]public[\/\\]legacy_uptime[\/\\]pages[\/\\]overview.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]ux[\/\\]public[\/\\]application[\/\\]ux_app.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]ux[\/\\]public[\/\\]components[\/\\]app[\/\\]rum_dashboard[\/\\]client_metrics[\/\\]metrics.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]ux[\/\\]public[\/\\]components[\/\\]app[\/\\]rum_dashboard[\/\\]local_uifilters[\/\\]selected_filters.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]ux[\/\\]public[\/\\]components[\/\\]app[\/\\]rum_dashboard[\/\\]url_filter[\/\\]url_search[\/\\]render_option.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]ux[\/\\]public[\/\\]components[\/\\]app[\/\\]rum_dashboard[\/\\]visitor_breakdown[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]ux[\/\\]public[\/\\]components[\/\\]app[\/\\]rum_dashboard[\/\\]visitor_breakdown_map[\/\\]embedded_map.tsx/, + /x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]ux[\/\\]public[\/\\]components[\/\\]app[\/\\]rum_dashboard[\/\\]visitor_breakdown_map[\/\\]map_tooltip.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]data_table[\/\\]components[\/\\]data_table[\/\\]data_table.stories.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]data_table[\/\\]components[\/\\]data_table[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]data_table[\/\\]components[\/\\]toolbar[\/\\]unit[\/\\]styles.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]data_table[\/\\]mock[\/\\]test_providers.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]actions[\/\\]chat[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]actions[\/\\]styles.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_details[\/\\]ilm_phases_empty_prompt[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_details[\/\\]indices_details[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_details[\/\\]indices_details[\/\\]pattern[\/\\]historical_results_tour[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_details[\/\\]indices_details[\/\\]pattern[\/\\]index_check_flyout[\/\\]check_fields_tabs[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_details[\/\\]indices_details[\/\\]pattern[\/\\]index_check_flyout[\/\\]historical_results[\/\\]historical_results_list[\/\\]historical_result[\/\\]styles.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_details[\/\\]indices_details[\/\\]pattern[\/\\]index_check_flyout[\/\\]historical_results[\/\\]historical_results_list[\/\\]styles.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_details[\/\\]indices_details[\/\\]pattern[\/\\]index_check_flyout[\/\\]historical_results[\/\\]styles.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_details[\/\\]indices_details[\/\\]pattern[\/\\]index_check_flyout[\/\\]index_invalid_values[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_details[\/\\]indices_details[\/\\]pattern[\/\\]index_check_flyout[\/\\]index_stats_panel[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_details[\/\\]indices_details[\/\\]pattern[\/\\]index_check_flyout[\/\\]latest_results[\/\\]latest_check_fields[\/\\]ecs_compliant_tab[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_details[\/\\]indices_details[\/\\]pattern[\/\\]index_check_flyout[\/\\]latest_results[\/\\]latest_check_fields[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_details[\/\\]indices_details[\/\\]pattern[\/\\]index_check_flyout[\/\\]latest_results[\/\\]latest_check_fields[\/\\]sticky_actions[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_details[\/\\]indices_details[\/\\]pattern[\/\\]index_check_flyout[\/\\]same_family[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_details[\/\\]indices_details[\/\\]pattern[\/\\]index_check_flyout[\/\\]styles.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_details[\/\\]indices_details[\/\\]pattern[\/\\]index_result_badge[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_details[\/\\]indices_details[\/\\]pattern[\/\\]pattern_summary[\/\\]pattern_label[\/\\]ilm_phase_counts[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_details[\/\\]indices_details[\/\\]pattern[\/\\]styles.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_details[\/\\]indices_details[\/\\]pattern[\/\\]summary_table[\/\\]utils[\/\\]columns.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_details[\/\\]storage_details[\/\\]storage_treemap[\/\\]chart_legend_item[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_details[\/\\]storage_details[\/\\]storage_treemap[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_details[\/\\]storage_details[\/\\]storage_treemap[\/\\]no_data[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_summary[\/\\]ilm_phase_filter[\/\\]styles.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_summary[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_summary[\/\\]summary_actions[\/\\]check_all[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_summary[\/\\]summary_actions[\/\\]check_status[\/\\]errors_popover[\/\\]errors_viewer[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_summary[\/\\]summary_actions[\/\\]check_status[\/\\]errors_popover[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]data_quality_summary[\/\\]summary_actions[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]mock[\/\\]test_providers[\/\\]test_providers.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]stat[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]stats_rollup[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]packages[\/\\]ecs_data_quality_dashboard[\/\\]impl[\/\\]data_quality_panel[\/\\]styles.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]lists[\/\\]public[\/\\]exceptions[\/\\]components[\/\\]and_or_badge[\/\\]rounded_badge.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]lists[\/\\]public[\/\\]exceptions[\/\\]components[\/\\]and_or_badge[\/\\]rounded_badge_antenna.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]lists[\/\\]public[\/\\]exceptions[\/\\]components[\/\\]builder[\/\\]and_badge.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]lists[\/\\]public[\/\\]exceptions[\/\\]components[\/\\]builder[\/\\]entry_delete_button.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]lists[\/\\]public[\/\\]exceptions[\/\\]components[\/\\]builder[\/\\]entry_renderer.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]lists[\/\\]public[\/\\]exceptions[\/\\]components[\/\\]builder[\/\\]exception_item_renderer.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]lists[\/\\]public[\/\\]exceptions[\/\\]components[\/\\]builder[\/\\]exception_items_renderer.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]lists[\/\\]public[\/\\]exceptions[\/\\]components[\/\\]builder[\/\\]logic_buttons.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]app[\/\\]home[\/\\]template_wrapper[\/\\]global_kql_header[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]app[\/\\]home[\/\\]template_wrapper[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]and_or_badge[\/\\]__examples__[\/\\]index.stories.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]and_or_badge[\/\\]index.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]and_or_badge[\/\\]rounded_badge.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]and_or_badge[\/\\]rounded_badge_antenna.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]and_or_badge[\/\\]rounded_badge_antenna.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]auto_download[\/\\]auto_download.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]charts[\/\\]barchart.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]charts[\/\\]chart_place_holder.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]charts[\/\\]common.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]charts[\/\\]donutchart.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]charts[\/\\]donutchart_empty.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]charts[\/\\]draggable_legend.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]charts[\/\\]draggable_legend_item.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]charts[\/\\]legend_item.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]conditions_table[\/\\]index.stories.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]conditions_table[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]drag_and_drop[\/\\]draggable_wrapper.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]drag_and_drop[\/\\]droppable_wrapper.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]drag_and_drop[\/\\]provider_container.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]draggables[\/\\]field_badge[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]draggables[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]empty_page[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]empty_value[\/\\]empty_value.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]empty_value[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]endpoint[\/\\]agents[\/\\]agent_status[\/\\]agent_status.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]events_viewer[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]events_viewer[\/\\]right_top_menu.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]events_viewer[\/\\]styles.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]events_viewer[\/\\]summary_view_select[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]field_selection[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]filters_global[\/\\]filters_global.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]guided_onboarding_tour[\/\\]tour_step.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]header_actions[\/\\]actions.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]header_actions[\/\\]header_actions.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]header_page[\/\\]editable_title.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]header_page[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]header_page[\/\\]title.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]header_section[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]health_truncate_text[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]hover_visibility_container[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]inspect[\/\\]modal.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]item_details_card[\/\\]index.stories.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]item_details_card[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]line_clamp[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]link_icon[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]links[\/\\]helpers.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]loader[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]markdown_editor[\/\\]eui_form.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]markdown_editor[\/\\]plugins[\/\\]osquery[\/\\]renderer.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]matrix_histogram[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]matrix_histogram[\/\\]matrix_loader.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]ml[\/\\]score[\/\\]anomaly_score.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]ml[\/\\]score[\/\\]create_description_list.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]ml[\/\\]tables[\/\\]basic_table.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]ml[\/\\]tables[\/\\]job_id_filter.stories.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]ml_popover[\/\\]jobs_table[\/\\]job_switch.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]ml_popover[\/\\]jobs_table[\/\\]jobs_table.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]ml_popover[\/\\]jobs_table[\/\\]showing_count.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]ml_popover[\/\\]ml_popover.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]ml_popover[\/\\]upgrade_contents.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]news_feed[\/\\]post[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]no_privileges[\/\\]no_privileges.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]page[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]page_wrapper[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]panel[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]popover_items[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]progress_inline[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]selectable_text[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]subtitle[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]tables[\/\\]helpers.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]text_field_value[\/\\]index.stories.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]threat_match[\/\\]and_badge.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]threat_match[\/\\]and_badge.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]threat_match[\/\\]entry_delete_button.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]threat_match[\/\\]entry_item.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]threat_match[\/\\]index.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]threat_match[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]threat_match[\/\\]list_item.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]threat_match[\/\\]list_item.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]threat_match[\/\\]logic_buttons.stories.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]threat_match[\/\\]logic_buttons.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]toasters[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]toasters[\/\\]modal_all_errors.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]toolbar[\/\\]bulk_actions[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]toolbar[\/\\]unit[\/\\]styles.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]top_n[\/\\]top_n.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]truncatable_text[\/\\]truncatable_text.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]utility_bar[\/\\]styles.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]utility_bar[\/\\]utility_bar_action.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]visualization_actions[\/\\]actions.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]visualization_actions[\/\\]lens_embeddable.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]components[\/\\]visualization_actions[\/\\]visualization_embeddable.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]mock[\/\\]storybook_providers.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]common[\/\\]mock[\/\\]test_providers.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation[\/\\]components[\/\\]eql_query_edit[\/\\]eql_overview_link.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation[\/\\]components[\/\\]eql_query_edit[\/\\]eql_query_bar.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation[\/\\]components[\/\\]eql_query_edit[\/\\]footer.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation[\/\\]components[\/\\]ml_job_link[\/\\]ml_job_link.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation[\/\\]components[\/\\]ml_jobs_description[\/\\]ml_job_item.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation[\/\\]components[\/\\]rule_actions_field[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation[\/\\]components[\/\\]schedule_item_field[\/\\]schedule_item_field.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation[\/\\]components[\/\\]schedule_item_form[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation[\/\\]components[\/\\]step_about_rule_details[\/\\]index.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation[\/\\]components[\/\\]step_content_wrapper[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation[\/\\]components[\/\\]step_panel[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation_ui[\/\\]components[\/\\]add_item_form[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation_ui[\/\\]components[\/\\]description_step[\/\\]helpers.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation_ui[\/\\]components[\/\\]description_step[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation_ui[\/\\]components[\/\\]description_step[\/\\]threat_description.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation_ui[\/\\]components[\/\\]mitre[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation_ui[\/\\]components[\/\\]mitre[\/\\]subtechnique_fields.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation_ui[\/\\]components[\/\\]mitre[\/\\]technique_fields.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation_ui[\/\\]components[\/\\]risk_score_mapping[\/\\]risk_score_override.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation_ui[\/\\]components[\/\\]rule_preview[\/\\]loading_histogram.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation_ui[\/\\]components[\/\\]rule_preview[\/\\]preview_histogram.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation_ui[\/\\]components[\/\\]rule_preview[\/\\]preview_table_control_columns.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation_ui[\/\\]components[\/\\]select_rule_type[\/\\]ml_card_description.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation_ui[\/\\]components[\/\\]status_icon[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation_ui[\/\\]components[\/\\]step_about_rule[\/\\]data.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation_ui[\/\\]components[\/\\]step_about_rule[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation_ui[\/\\]components[\/\\]step_define_rule[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation_ui[\/\\]components[\/\\]step_schedule_rule[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_creation_ui[\/\\]pages[\/\\]rule_creation[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_details_ui[\/\\]pages[\/\\]rule_details[\/\\]execution_log_table[\/\\]execution_log_table.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_details_ui[\/\\]pages[\/\\]rule_details[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_exceptions[\/\\]components[\/\\]add_exception_flyout[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_exceptions[\/\\]components[\/\\]all_exception_items_table[\/\\]all_items.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_exceptions[\/\\]components[\/\\]all_exception_items_table[\/\\]all_items.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_exceptions[\/\\]components[\/\\]all_exception_items_table[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_exceptions[\/\\]components[\/\\]all_exception_items_table[\/\\]utility_bar.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_exceptions[\/\\]components[\/\\]edit_exception_flyout[\/\\]index.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_exceptions[\/\\]components[\/\\]edit_exception_flyout[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_exceptions[\/\\]components[\/\\]exception_item_card[\/\\]conditions.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_exceptions[\/\\]components[\/\\]exception_item_card[\/\\]header.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_exceptions[\/\\]components[\/\\]exception_item_card[\/\\]meta.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_exceptions[\/\\]components[\/\\]flyout_components[\/\\]add_exception_to_rule_or_list[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_exceptions[\/\\]components[\/\\]flyout_components[\/\\]alerts_actions[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_exceptions[\/\\]components[\/\\]flyout_components[\/\\]expire_time[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_exceptions[\/\\]components[\/\\]flyout_components[\/\\]footer[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_exceptions[\/\\]components[\/\\]flyout_components[\/\\]header[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_exceptions[\/\\]components[\/\\]flyout_components[\/\\]item_conditions[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_exceptions[\/\\]components[\/\\]flyout_components[\/\\]linked_to_list[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_exceptions[\/\\]components[\/\\]flyout_components[\/\\]linked_to_rule[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_exceptions[\/\\]components[\/\\]item_comments[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_exceptions[\/\\]components[\/\\]value_with_space_warning[\/\\]__tests__[\/\\]value_with_space_warning.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_exceptions[\/\\]components[\/\\]value_with_space_warning[\/\\]value_with_space_warning.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_management[\/\\]components[\/\\]rule_details[\/\\]badge_list.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_management[\/\\]components[\/\\]rule_details[\/\\]rule_about_section.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_management[\/\\]components[\/\\]rule_details[\/\\]rule_details_flyout.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_management_ui[\/\\]components[\/\\]rules_table[\/\\]add_prebuilt_rules_table[\/\\]add_prebuilt_rules_table_filters.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_management_ui[\/\\]components[\/\\]rules_table[\/\\]rules_table_filters[\/\\]rule_search_field.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_management_ui[\/\\]components[\/\\]rules_table[\/\\]rules_table_filters[\/\\]rules_table_filters.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_management_ui[\/\\]components[\/\\]rules_table[\/\\]upgrade_prebuilt_rules_table[\/\\]upgrade_prebuilt_rules_table_filters.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_management_ui[\/\\]components[\/\\]rules_table[\/\\]upgrade_prebuilt_rules_table[\/\\]use_ml_jobs_upgrade_modal[\/\\]ml_jobs_upgrade_modal.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_response_actions[\/\\]response_action_type_form.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detection_engine[\/\\]rule_response_actions[\/\\]response_actions_form.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]components[\/\\]alerts_kpis[\/\\]alerts_by_rule_panel[\/\\]alerts_by_rule.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]components[\/\\]alerts_kpis[\/\\]alerts_histogram_panel[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]components[\/\\]alerts_kpis[\/\\]alerts_progress_bar_panel[\/\\]alerts_progress_bar.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]components[\/\\]alerts_kpis[\/\\]alerts_summary_charts_panel[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]components[\/\\]alerts_kpis[\/\\]alerts_treemap_panel[\/\\]alerts_treemap[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]components[\/\\]alerts_kpis[\/\\]alerts_treemap_panel[\/\\]alerts_treemap[\/\\]no_data[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]components[\/\\]alerts_kpis[\/\\]chart_panels[\/\\]chart_collapse[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]components[\/\\]alerts_kpis[\/\\]chart_panels[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]components[\/\\]alerts_kpis[\/\\]common[\/\\]components.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]components[\/\\]alerts_kpis[\/\\]severity_level_panel[\/\\]severity_level_chart.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]components[\/\\]alerts_table[\/\\]additional_filters_action[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]components[\/\\]alerts_table[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]components[\/\\]osquery[\/\\]osquery_flyout.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]components[\/\\]rules[\/\\]pre_packaged_rules[\/\\]load_empty_prompt.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]components[\/\\]rules[\/\\]related_integrations[\/\\]integrations_description[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]components[\/\\]rules[\/\\]related_integrations[\/\\]integrations_description[\/\\]integration_status_badge.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]components[\/\\]rules[\/\\]related_integrations[\/\\]integrations_description[\/\\]integration_version_mismatch_icon.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]components[\/\\]rules[\/\\]related_integrations[\/\\]integrations_popover[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]components[\/\\]rules[\/\\]rule_actions_overflow[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]components[\/\\]rules[\/\\]rule_switch[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]components[\/\\]severity[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]components[\/\\]status[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]components[\/\\]value_lists_management_flyout[\/\\]reference_error_modal[\/\\]reference_error_modal.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]components[\/\\]value_lists_management_flyout[\/\\]table_helpers.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]pages[\/\\]detection_engine[\/\\]detection_engine.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]detections[\/\\]pages[\/\\]detection_engine[\/\\]rules[\/\\]helpers.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]entity_analytics[\/\\]components[\/\\]asset_criticality[\/\\]asset_criticality_selector.stories.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]entity_analytics[\/\\]components[\/\\]asset_criticality_file_uploader[\/\\]asset_criticality_file_uploader.stories.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]entity_analytics[\/\\]components[\/\\]entity_analytics_anomalies[\/\\]columns.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]entity_analytics[\/\\]components[\/\\]entity_analytics_header[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]entity_analytics[\/\\]components[\/\\]entity_analytics_risk_score[\/\\]columns.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]entity_analytics[\/\\]components[\/\\]risk_details_tab_body[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]entity_analytics[\/\\]components[\/\\]risk_information[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]entity_analytics[\/\\]components[\/\\]risk_score_donut_chart[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]entity_analytics[\/\\]components[\/\\]risk_score_onboarding[\/\\]use_risk_score_toast_content.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]entity_analytics[\/\\]components[\/\\]severity[\/\\]common[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]entity_analytics[\/\\]components[\/\\]severity[\/\\]severity_bar.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]entity_analytics[\/\\]components[\/\\]styled_basic_table.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]exceptions[\/\\]components[\/\\]exceptions_list_card[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]exceptions[\/\\]components[\/\\]exceptions_utility[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]exceptions[\/\\]components[\/\\]shared_list_utilty_bar[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]exceptions[\/\\]components[\/\\]title_badge[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]exceptions[\/\\]pages[\/\\]shared_lists[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]explore[\/\\]components[\/\\]paginated_table[\/\\]index.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]explore[\/\\]components[\/\\]paginated_table[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]explore[\/\\]components[\/\\]stat_items[\/\\]utils.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]explore[\/\\]hosts[\/\\]pages[\/\\]display.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]explore[\/\\]hosts[\/\\]pages[\/\\]hosts.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]explore[\/\\]network[\/\\]components[\/\\]arrows[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]explore[\/\\]network[\/\\]components[\/\\]embeddables[\/\\]embeddable.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]explore[\/\\]network[\/\\]components[\/\\]embeddables[\/\\]embedded_map.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]explore[\/\\]network[\/\\]components[\/\\]embeddables[\/\\]map_tool_tip[\/\\]line_tool_tip_content.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]explore[\/\\]network[\/\\]components[\/\\]embeddables[\/\\]map_tool_tip[\/\\]tooltip_footer.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]explore[\/\\]network[\/\\]components[\/\\]flow_target_select_connected[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]explore[\/\\]network[\/\\]components[\/\\]source_destination[\/\\]country_flag.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]explore[\/\\]network[\/\\]components[\/\\]source_destination[\/\\]geo_fields.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]explore[\/\\]network[\/\\]components[\/\\]source_destination[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]explore[\/\\]network[\/\\]components[\/\\]source_destination[\/\\]ip_with_port.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]explore[\/\\]network[\/\\]components[\/\\]source_destination[\/\\]label.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]explore[\/\\]network[\/\\]components[\/\\]source_destination[\/\\]network.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]explore[\/\\]network[\/\\]components[\/\\]source_destination[\/\\]source_destination_arrows.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]explore[\/\\]network[\/\\]pages[\/\\]navigation[\/\\]conditional_flex_group.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]explore[\/\\]network[\/\\]pages[\/\\]navigation[\/\\]network_routes_loading.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]explore[\/\\]network[\/\\]pages[\/\\]network.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]explore[\/\\]users[\/\\]pages[\/\\]users.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]flyout[\/\\]document_details[\/\\]left[\/\\]components[\/\\]investigation_guide_view.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]flyout[\/\\]document_details[\/\\]left[\/\\]components[\/\\]response_details.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]flyout[\/\\]document_details[\/\\]left[\/\\]components[\/\\]threat_details_view_enrichment_button_content.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]flyout[\/\\]document_details[\/\\]left[\/\\]components[\/\\]threat_details_view_enrichment_section.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]flyout[\/\\]rule_details[\/\\]right[\/\\]content.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]flyout[\/\\]rule_details[\/\\]right[\/\\]index.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]artifact_card_grid[\/\\]components[\/\\]grid_header.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]artifact_entry_card[\/\\]artifact_entry_card_minified.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]artifact_entry_card[\/\\]components[\/\\]card_compressed_header.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]artifact_entry_card[\/\\]components[\/\\]card_container_panel.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]artifact_entry_card[\/\\]components[\/\\]card_header.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]artifact_entry_card[\/\\]components[\/\\]card_section_panel.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]artifact_entry_card[\/\\]components[\/\\]criteria_conditions.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]artifact_entry_card[\/\\]components[\/\\]date_field_value.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]artifact_entry_card[\/\\]components[\/\\]effect_scope.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]artifact_entry_card[\/\\]components[\/\\]touched_by_users.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]artifact_entry_card[\/\\]utils[\/\\]get_formatted_comments.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]artifact_list_page[\/\\]components[\/\\]no_data_empty_state.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]back_to_external_app_button[\/\\]back_to_external_app_button.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]console[\/\\]components[\/\\]command_execution_output.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]console[\/\\]components[\/\\]command_input[\/\\]command_input.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]console[\/\\]components[\/\\]command_input[\/\\]components[\/\\]argument_selector_wrapper.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]console[\/\\]components[\/\\]command_input[\/\\]components[\/\\]input_capture.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]console[\/\\]components[\/\\]command_input[\/\\]components[\/\\]input_display.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]console[\/\\]components[\/\\]command_input[\/\\]components[\/\\]input_placeholder.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]console[\/\\]components[\/\\]command_list.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]console[\/\\]components[\/\\]console_code_block.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]console[\/\\]components[\/\\]console_header.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]console[\/\\]components[\/\\]console_manager[\/\\]components[\/\\]page_layout.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]console[\/\\]components[\/\\]history_item.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]console[\/\\]components[\/\\]side_panel[\/\\]side_panel_content_layout.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]console[\/\\]components[\/\\]side_panel[\/\\]side_panel_content_manager.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]console[\/\\]components[\/\\]side_panel[\/\\]side_panel_flex_item.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]console[\/\\]components[\/\\]user_command_input.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]console[\/\\]console.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]context_menu_with_router_support[\/\\]context_menu_item_nav_by_router.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]effected_policy_select[\/\\]effected_policy_select.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]endpoint_response_actions_list[\/\\]components[\/\\]actions_log_empty_state.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]management_empty_state_wrapper.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]package_action_item[\/\\]package_action_item_error.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]page_overlay[\/\\]page_overlay.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]paginated_content[\/\\]paginated_content.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]policy_response[\/\\]policy_response.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]policy_response[\/\\]policy_response_action_item.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]policy_response[\/\\]policy_response_artifact_item.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]response_action_file_download_link[\/\\]response_action_file_download_link.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]components[\/\\]running_processes_action_results[\/\\]running_processes_action_results.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]pages[\/\\]endpoint_hosts[\/\\]view[\/\\]details[\/\\]components[\/\\]insights[\/\\]workflow_insights_results.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]pages[\/\\]endpoint_hosts[\/\\]view[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]pages[\/\\]policy[\/\\]view[\/\\]components[\/\\]agents_summary.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]pages[\/\\]policy[\/\\]view[\/\\]ingest_manager_integration[\/\\]components[\/\\]exception_items_summary.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]pages[\/\\]policy[\/\\]view[\/\\]ingest_manager_integration[\/\\]components[\/\\]exception_items_summary.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]pages[\/\\]policy[\/\\]view[\/\\]ingest_manager_integration[\/\\]components[\/\\]link_with_icon.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]pages[\/\\]policy[\/\\]view[\/\\]ingest_manager_integration[\/\\]endpoint_package_custom_extension[\/\\]components[\/\\]styled_components.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]pages[\/\\]policy[\/\\]view[\/\\]ingest_manager_integration[\/\\]endpoint_policy_create_extension[\/\\]components[\/\\]help_text_with_padding.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]pages[\/\\]policy[\/\\]view[\/\\]ingest_manager_integration[\/\\]endpoint_policy_create_multi_step_extension.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]pages[\/\\]policy[\/\\]view[\/\\]policy_settings_form[\/\\]components[\/\\]event_collection_card.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]pages[\/\\]policy[\/\\]view[\/\\]policy_settings_form[\/\\]components[\/\\]setting_card.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]pages[\/\\]policy[\/\\]view[\/\\]policy_settings_form[\/\\]components[\/\\]setting_locked_card.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]pages[\/\\]policy[\/\\]view[\/\\]protection_updates[\/\\]protection_updates_layout.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]pages[\/\\]trusted_apps[\/\\]view[\/\\]components[\/\\]condition_entry_input[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]management[\/\\]pages[\/\\]trusted_apps[\/\\]view[\/\\]components[\/\\]condition_group[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]overview[\/\\]components[\/\\]detection_response[\/\\]alerts_by_status[\/\\]alerts_by_status.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]overview[\/\\]components[\/\\]detection_response[\/\\]alerts_by_status[\/\\]chart_label.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]overview[\/\\]components[\/\\]detection_response[\/\\]cases_by_status[\/\\]cases_by_status.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]overview[\/\\]components[\/\\]detection_response[\/\\]soc_trends[\/\\]soc_trends.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]overview[\/\\]components[\/\\]events_by_dataset[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]overview[\/\\]components[\/\\]host_overview[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]overview[\/\\]components[\/\\]link_panel[\/\\]inner_link_panel.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]overview[\/\\]components[\/\\]link_panel[\/\\]link_panel.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]overview[\/\\]components[\/\\]overview_host_stats[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]overview[\/\\]components[\/\\]overview_network_stats[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]overview[\/\\]components[\/\\]recent_timelines[\/\\]counts[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]overview[\/\\]components[\/\\]recent_timelines[\/\\]recent_timelines.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]overview[\/\\]components[\/\\]stat_value.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]overview[\/\\]components[\/\\]user_overview[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]resolver[\/\\]view[\/\\]controls[\/\\]styles.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]resolver[\/\\]view[\/\\]edge_line.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]resolver[\/\\]view[\/\\]panels[\/\\]cube_for_process.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]resolver[\/\\]view[\/\\]panels[\/\\]event_detail.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]resolver[\/\\]view[\/\\]panels[\/\\]node_detail.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]resolver[\/\\]view[\/\\]panels[\/\\]panel_loading.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]resolver[\/\\]view[\/\\]panels[\/\\]styles.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]resolver[\/\\]view[\/\\]process_event_dot.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]resolver[\/\\]view[\/\\]resolver_no_process_events.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]resolver[\/\\]view[\/\\]styles.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]resolver[\/\\]view[\/\\]symbol_definitions.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]sourcerer[\/\\]components[\/\\]helpers.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]sourcerer[\/\\]components[\/\\]refresh_button.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]sourcerer[\/\\]components[\/\\]update_default_data_view_modal.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]certificate_fingerprint[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]edit_data_provider[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]fields_browser[\/\\]create_field_button[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]fields_browser[\/\\]field_table_columns[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]formatted_duration[\/\\]tooltip[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]graph_overlay[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]ja3_fingerprint[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]loading[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]modal[\/\\]header[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]netflow[\/\\]netflow_columns[\/\\]duration_event_start_end.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]netflow[\/\\]netflow_columns[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]notes[\/\\]add_note[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]notes[\/\\]add_note[\/\\]new_note.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]notes[\/\\]helpers.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]notes[\/\\]note_cards[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]notes[\/\\]old_notes.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]open_timeline[\/\\]delete_timeline_modal[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]open_timeline[\/\\]note_previews[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]open_timeline[\/\\]open_timeline.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]open_timeline[\/\\]open_timeline.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]open_timeline[\/\\]open_timeline_modal[\/\\]open_timeline_modal_body.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]open_timeline[\/\\]search_row[\/\\]index.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]open_timeline[\/\\]search_row[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]open_timeline[\/\\]timelines_table[\/\\]actions_columns.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]open_timeline[\/\\]timelines_table[\/\\]common_columns.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]open_timeline[\/\\]timelines_table[\/\\]common_columns.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]open_timeline[\/\\]timelines_table[\/\\]extended_columns.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]open_timeline[\/\\]timelines_table[\/\\]icon_header_columns.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]open_timeline[\/\\]timelines_table[\/\\]index.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]row_renderers_browser[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]row_renderers_browser[\/\\]row_renderers_browser.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]body[\/\\]column_headers[\/\\]events_select[\/\\]helpers.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]body[\/\\]column_headers[\/\\]events_select[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]body[\/\\]renderers[\/\\]alert_renderer[\/\\]helpers[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]body[\/\\]renderers[\/\\]cti[\/\\]helpers.ts/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]body[\/\\]renderers[\/\\]cti[\/\\]threat_match_rows.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]body[\/\\]renderers[\/\\]event_summary_column_renderer.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]body[\/\\]renderers[\/\\]file_hash.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]body[\/\\]renderers[\/\\]formatted_field_helpers.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]body[\/\\]renderers[\/\\]helpers.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]body[\/\\]renderers[\/\\]netflow[\/\\]netflow_row_renderer.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]body[\/\\]renderers[\/\\]process_hash.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]body[\/\\]renderers[\/\\]rule_status.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]body[\/\\]renderers[\/\\]suricata[\/\\]suricata_details.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]body[\/\\]renderers[\/\\]suricata[\/\\]suricata_refs.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]body[\/\\]renderers[\/\\]suricata[\/\\]suricata_signature.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]body[\/\\]renderers[\/\\]unknown_column_renderer.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]body[\/\\]renderers[\/\\]zeek[\/\\]zeek_details.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]body[\/\\]renderers[\/\\]zeek[\/\\]zeek_signature.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]cell_rendering[\/\\]default_cell_renderer.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]data_providers[\/\\]add_data_provider_popover.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]data_providers[\/\\]empty.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]data_providers[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]data_providers[\/\\]provider_badge.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]data_providers[\/\\]provider_item_actions.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]data_providers[\/\\]providers.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]footer[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]kpi[\/\\]kpis.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]properties[\/\\]helpers.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]properties[\/\\]helpers.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]properties[\/\\]notes_flyout.test.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]properties[\/\\]notes_flyout.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]search_or_filter[\/\\]helpers.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]search_or_filter[\/\\]search_or_filter.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]selectable_timeline[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]styles.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]tabs[\/\\]esql[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]tabs[\/\\]esql[\/\\]styles.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]tabs[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]tabs[\/\\]session[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]tabs[\/\\]session[\/\\]use_session_view.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]tabs[\/\\]shared[\/\\]layout.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]unified_components[\/\\]data_table[\/\\]custom_timeline_data_grid_body.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]unified_components[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]security_solution[\/\\]public[\/\\]timelines[\/\\]components[\/\\]timeline[\/\\]unified_components[\/\\]styles.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]timelines[\/\\]public[\/\\]components[\/\\]hover_actions[\/\\]actions[\/\\]overflow.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]timelines[\/\\]public[\/\\]components[\/\\]loading[\/\\]index.tsx/, + /x-pack[\/\\]solutions[\/\\]security[\/\\]plugins[\/\\]timelines[\/\\]public[\/\\]mock[\/\\]test_providers.tsx/, + /x-pack[\/\\]test[\/\\]plugin_functional[\/\\]plugins[\/\\]resolver_test[\/\\]public[\/\\]applications[\/\\]resolver_test[\/\\]index.tsx/, + /src[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]custom_integrations[\/\\]public[\/\\]components[\/\\]fleet_integration[\/\\]elasticsearch_dotnet[\/\\]elasticsearch_dotnet_readme.tsx/, + /src[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]custom_integrations[\/\\]public[\/\\]components[\/\\]fleet_integration[\/\\]elasticsearch_go[\/\\]elasticsearch_go_readme.tsx/, + /src[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]custom_integrations[\/\\]public[\/\\]components[\/\\]fleet_integration[\/\\]elasticsearch_java[\/\\]elasticsearch_java_readme.tsx/, + /src[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]custom_integrations[\/\\]public[\/\\]components[\/\\]fleet_integration[\/\\]elasticsearch_js[\/\\]elasticsearch_js_readme.tsx/, + /src[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]custom_integrations[\/\\]public[\/\\]components[\/\\]fleet_integration[\/\\]elasticsearch_php[\/\\]elasticsearch_php_readme.tsx/, + /src[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]custom_integrations[\/\\]public[\/\\]components[\/\\]fleet_integration[\/\\]elasticsearch_py[\/\\]elasticsearch_py_readme.tsx/, + /src[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]custom_integrations[\/\\]public[\/\\]components[\/\\]fleet_integration[\/\\]elasticsearch_ruby[\/\\]elasticsearch_ruby_readme.tsx/, + /src[\/\\]platform[\/\\]plugins[\/\\]shared[\/\\]custom_integrations[\/\\]public[\/\\]components[\/\\]fleet_integration[\/\\]sample[\/\\]sample_client_readme.tsx/, + /packages[\/\\]react[\/\\]kibana_context[\/\\]styled[\/\\]styled_provider.tsx/, ], }; diff --git a/packages/kbn-babel-register/BUILD.bazel b/packages/kbn-babel-register/BUILD.bazel index f97499a481baa..b64bf2eee0d46 100644 --- a/packages/kbn-babel-register/BUILD.bazel +++ b/packages/kbn-babel-register/BUILD.bazel @@ -25,7 +25,7 @@ SRCS = glob( # # To reference other packages use: # "//repo/relative/path/to/package" -# eg. "//packages/kbn-utils" +# eg. "//src/platform/packages/shared/kbn-utils" # # To reference a NPM package use: # "@npm//name-of-package" @@ -37,8 +37,8 @@ BUNDLER_DEPS = [ "@npm//lmdb", "@npm//date-fns", "@npm//source-map-support", - "//packages/kbn-repo-packages", - "//packages/kbn-repo-info", + "//src/platform/packages/private/kbn-repo-packages", + "//src/platform/packages/shared/kbn-repo-info", "//packages/kbn-babel-transform", ] diff --git a/packages/kbn-cbor/jest.config.js b/packages/kbn-cbor/jest.config.js deleted file mode 100644 index 270ae6d046c3d..0000000000000 --- a/packages/kbn-cbor/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../..', - roots: ['/packages/kbn-cbor'], -}; diff --git a/packages/kbn-cbor/tsconfig.json b/packages/kbn-cbor/tsconfig.json deleted file mode 100644 index f4b12f8b2de2b..0000000000000 --- a/packages/kbn-cbor/tsconfig.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - "../../typings/borc.d.ts" - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [] -} diff --git a/packages/kbn-code-owners/src/code_owner_areas.ts b/packages/kbn-code-owners/src/code_owner_areas.ts index fc961fd6d463e..d999457d0b03d 100644 --- a/packages/kbn-code-owners/src/code_owner_areas.ts +++ b/packages/kbn-code-owners/src/code_owner_areas.ts @@ -54,7 +54,6 @@ export const CODE_OWNER_AREA_MAPPINGS: { [area in CodeOwnerArea]: string[] } = { 'elastic/obs-ux-infra_services-team', 'elastic/obs-ux-logs-team', 'elastic/obs-ux-management-team', - 'elastic/obs-ux-onboarding-team', 'elastic/observability-design', 'elastic/observability-ui', 'elastic/observablt-robots', diff --git a/packages/kbn-config-mocks/jest.config.js b/packages/kbn-config-mocks/jest.config.js deleted file mode 100644 index fc11e6ca8c8be..0000000000000 --- a/packages/kbn-config-mocks/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../..', - roots: ['/packages/kbn-config-mocks'], -}; diff --git a/packages/kbn-config-mocks/tsconfig.json b/packages/kbn-config-mocks/tsconfig.json deleted file mode 100644 index 5e0c421e09cd6..0000000000000 --- a/packages/kbn-config-mocks/tsconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/config", - "@kbn/utility-types", - "@kbn/doc-links", - "@kbn/repo-info", - "@kbn/repo-packages", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/kbn-config-schema/jest.config.js b/packages/kbn-config-schema/jest.config.js deleted file mode 100644 index cf3b95d2d7b38..0000000000000 --- a/packages/kbn-config-schema/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../..', - roots: ['/packages/kbn-config-schema'], -}; diff --git a/packages/kbn-config-schema/tsconfig.json b/packages/kbn-config-schema/tsconfig.json deleted file mode 100644 index ffb5b09f86995..0000000000000 --- a/packages/kbn-config-schema/tsconfig.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "stripInternal": true, - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/kbn-config/jest.config.js b/packages/kbn-config/jest.config.js deleted file mode 100644 index 09a4d4e774ca8..0000000000000 --- a/packages/kbn-config/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../..', - roots: ['/packages/kbn-config'], -}; diff --git a/packages/kbn-config/tsconfig.json b/packages/kbn-config/tsconfig.json deleted file mode 100644 index e9978b43fa8c8..0000000000000 --- a/packages/kbn-config/tsconfig.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "kbn_references": [ - "@kbn/safer-lodash-set", - "@kbn/config-schema", - "@kbn/logging", - "@kbn/logging-mocks", - "@kbn/std", - "@kbn/utility-types", - "@kbn/i18n", - "@kbn/doc-links", - "@kbn/repo-packages" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/kbn-content-management-utils/jest.config.js b/packages/kbn-content-management-utils/jest.config.js deleted file mode 100644 index 4721b5a32d8c9..0000000000000 --- a/packages/kbn-content-management-utils/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../..', - roots: ['/packages/kbn-content-management-utils'], -}; diff --git a/packages/kbn-content-management-utils/tsconfig.json b/packages/kbn-content-management-utils/tsconfig.json deleted file mode 100644 index dd279ed3f5284..0000000000000 --- a/packages/kbn-content-management-utils/tsconfig.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [ - "@kbn/content-management-plugin", - "@kbn/config-schema", - "@kbn/core-saved-objects-api-server", - "@kbn/config-schema", - "@kbn/object-versioning", - "@kbn/logging", - "@kbn/logging-mocks", - "@kbn/core", - ] -} diff --git a/packages/kbn-crypto-browser/jest.config.js b/packages/kbn-crypto-browser/jest.config.js deleted file mode 100644 index 7f549d7ea1ded..0000000000000 --- a/packages/kbn-crypto-browser/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../..', - roots: ['/packages/kbn-crypto-browser'], -}; diff --git a/packages/kbn-crypto-browser/tsconfig.json b/packages/kbn-crypto-browser/tsconfig.json deleted file mode 100644 index 9bd4f35cf62a7..0000000000000 --- a/packages/kbn-crypto-browser/tsconfig.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/kbn-crypto/jest.config.js b/packages/kbn-crypto/jest.config.js deleted file mode 100644 index d3cb03c69a5d6..0000000000000 --- a/packages/kbn-crypto/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../..', - roots: ['/packages/kbn-crypto'], -}; diff --git a/packages/kbn-crypto/tsconfig.json b/packages/kbn-crypto/tsconfig.json deleted file mode 100644 index 9fbc68fcba64f..0000000000000 --- a/packages/kbn-crypto/tsconfig.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": ["**/*.ts"], - "kbn_references": [ - "@kbn/dev-utils" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/kbn-data-view-utils/jest.config.js b/packages/kbn-data-view-utils/jest.config.js deleted file mode 100644 index 090d9d5e9edd7..0000000000000 --- a/packages/kbn-data-view-utils/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../..', - roots: ['/packages/kbn-data-view-utils'], -}; diff --git a/packages/kbn-data-view-utils/tsconfig.json b/packages/kbn-data-view-utils/tsconfig.json deleted file mode 100644 index 05400030e1001..0000000000000 --- a/packages/kbn-data-view-utils/tsconfig.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx", - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [ - "@kbn/data-views-plugin", - "@kbn/expressions-plugin", - ] -} diff --git a/packages/kbn-datemath/jest.config.js b/packages/kbn-datemath/jest.config.js deleted file mode 100644 index 9f3d7546a6fc4..0000000000000 --- a/packages/kbn-datemath/jest.config.js +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Licensed to Elasticsearch B.V. under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch B.V. licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../..', - roots: ['/packages/kbn-datemath'], - testEnvironment: 'jsdom', -}; diff --git a/packages/kbn-datemath/tsconfig.json b/packages/kbn-datemath/tsconfig.json deleted file mode 100644 index 2649fb45f0a42..0000000000000 --- a/packages/kbn-datemath/tsconfig.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/kbn-dependency-usage/src/dependency_graph/providers/cruiser.test.ts b/packages/kbn-dependency-usage/src/dependency_graph/providers/cruiser.test.ts index 14ad94f45000a..584ebf80477c7 100644 --- a/packages/kbn-dependency-usage/src/dependency_graph/providers/cruiser.test.ts +++ b/packages/kbn-dependency-usage/src/dependency_graph/providers/cruiser.test.ts @@ -14,7 +14,7 @@ import * as groupBy from '../../lib/group_by_owners.ts'; import * as groupBySource from '../../lib/group_by_source.ts'; const codeOwners: Record = { - 'plugins/security': ['team_security'], + 'platform/plugins/shared/security': ['team_security'], 'plugins/data_visualization': ['team_visualization'], 'plugins/data_charts': ['team_visualization'], 'plugins/analytics': ['team_analytics'], @@ -45,7 +45,7 @@ const mockCruiseResult = { summary: { violations: [ { - from: 'plugins/security', + from: 'platform/plugins/shared/security', to: 'node_modules/rxjs', }, { @@ -70,7 +70,7 @@ const mockCruiseResult = { { source: 'node_modules/rxjs', dependents: [ - 'plugins/security/server/index.ts', + 'platform/plugins/shared/security/server/index.ts', 'plugins/data_charts/public/charts.ts', 'plugins/data_visualization/public/visualization.ts', 'plugins/data_visualization/public/ingest.ts', @@ -137,7 +137,7 @@ describe('identifyDependencyUsage', () => { expect(result).toEqual({ team_security: { - modules: ['plugins/security'], + modules: ['platform/plugins/shared/security'], deps: ['rxjs'], teams: ['team_security'], }, @@ -167,7 +167,7 @@ describe('identifyDependencyUsage', () => { expect(groupFilesByOwnersSpy).toHaveBeenCalledWith(mockCruiseResult.output.summary.violations); expect(result).toEqual({ - 'plugins/security': ['rxjs'], + 'platform/plugins/shared/security': ['rxjs'], 'plugins/data_visualization': ['rxjs'], 'plugins/data_charts': ['rxjs'], 'plugins/analytics': ['rxjs', '@hapi/boom'], @@ -185,14 +185,14 @@ describe('identifyDependencyUsage', () => { expect(result).toEqual({ modules: [ - 'plugins/security', + 'platform/plugins/shared/security', 'plugins/data_visualization', 'plugins/data_charts', 'plugins/analytics', ], dependents: { rxjs: [ - 'plugins/security/server/index.ts', + 'platform/plugins/shared/security/server/index.ts', 'plugins/data_charts/public/charts.ts', 'plugins/data_visualization/public/visualization.ts', 'plugins/data_visualization/public/ingest.ts', @@ -213,7 +213,7 @@ describe('identifyDependencyUsage', () => { expect(result).toEqual({ modules: [ - 'plugins/security', + 'platform/plugins/shared/security', 'plugins/data_visualization', 'plugins/data_charts', 'plugins/analytics', @@ -272,7 +272,7 @@ describe('identifyDependencyUsage', () => { summary: { violations: [ { from: 'plugins/unknown_plugin', to: 'node_modules/some_module' }, - { from: 'plugins/security', to: 'node_modules/rxjs' }, + { from: 'platform/plugins/shared/security', to: 'node_modules/rxjs' }, ], }, modules: [], @@ -294,7 +294,7 @@ describe('identifyDependencyUsage', () => { teams: ['unknown'], }, team_security: { - modules: ['plugins/security'], + modules: ['platform/plugins/shared/security'], deps: ['rxjs'], teams: ['team_security'], }, diff --git a/packages/kbn-discover-utils/jest.config.js b/packages/kbn-discover-utils/jest.config.js deleted file mode 100644 index bd23673f58fc6..0000000000000 --- a/packages/kbn-discover-utils/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../..', - roots: ['/packages/kbn-discover-utils'], -}; diff --git a/packages/kbn-discover-utils/tsconfig.json b/packages/kbn-discover-utils/tsconfig.json deleted file mode 100644 index f43aa1dfb4e05..0000000000000 --- a/packages/kbn-discover-utils/tsconfig.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "react", - "@testing-library/jest-dom" - ] - }, - "include": [ - "**/*.ts", - "**/*.tsx" - ], - "exclude": [ - "target/**/*" - ], - "kbn_references": [ - "@kbn/data-service", - "@kbn/data-views-plugin", - "@kbn/data-view-utils", - "@kbn/es-query", - "@kbn/field-formats-plugin", - "@kbn/field-types", - "@kbn/i18n", - "@kbn/expressions-plugin", - "@kbn/logs-data-access-plugin", - "@kbn/i18n-react", - "@kbn/navigation-plugin", - "@kbn/ui-theme" - ] -} diff --git a/packages/kbn-ebt-tools/jest.config.js b/packages/kbn-ebt-tools/jest.config.js deleted file mode 100644 index 0ddeecd9fdb32..0000000000000 --- a/packages/kbn-ebt-tools/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../..', - roots: ['/packages/kbn-ebt-tools'], -}; diff --git a/packages/kbn-ebt-tools/tsconfig.json b/packages/kbn-ebt-tools/tsconfig.json deleted file mode 100644 index f74f8991be327..0000000000000 --- a/packages/kbn-ebt-tools/tsconfig.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": ["jest", "node"] - }, - "include": ["**/*.ts", "**/*.tsx"], - "kbn_references": ["@kbn/logging-mocks", "@kbn/timerange"], - "exclude": ["target/**/*"] -} diff --git a/packages/kbn-es-errors/jest.config.js b/packages/kbn-es-errors/jest.config.js deleted file mode 100644 index 248fb8e70af56..0000000000000 --- a/packages/kbn-es-errors/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../..', - roots: ['/packages/kbn-es-errors'], -}; diff --git a/packages/kbn-es-errors/tsconfig.json b/packages/kbn-es-errors/tsconfig.json deleted file mode 100644 index 9bd4f35cf62a7..0000000000000 --- a/packages/kbn-es-errors/tsconfig.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/kbn-es-query/BUILD.bazel b/packages/kbn-es-query/BUILD.bazel deleted file mode 100644 index 8d064f3e1262a..0000000000000 --- a/packages/kbn-es-query/BUILD.bazel +++ /dev/null @@ -1,40 +0,0 @@ -load("@build_bazel_rules_nodejs//:index.bzl", "js_library") - -SRCS = glob( - [ - "**/*.ts", - "**/grammar.peggy.config.json", - "**/grammar.peggy", - ], - exclude = [ - "**/*.config.js", - "**/*.mock.*", - "**/*.test.*", - "**/*.stories.*", - "**/__fixtures__/**", - "**/__mocks__/**", - "**/__snapshots__/**", - "**/integration_tests/**", - "**/mocks/**", - "**/scripts/**", - "**/storybook/**", - "**/test_fixtures/**", - "**/test_helpers/**", - ], -) - -BUNDLER_DEPS = [ - "//packages/kbn-i18n", - "@npm//@elastic/elasticsearch", - "@npm//load-json-file", - "@npm//lodash", - "@npm//moment-timezone", -] - -js_library( - name = "kbn-es-query", - package_name = "@kbn/es-query", - srcs = ["package.json"] + SRCS, - deps = BUNDLER_DEPS, - visibility = ["//visibility:public"], -) diff --git a/packages/kbn-es-query/jest.config.js b/packages/kbn-es-query/jest.config.js deleted file mode 100644 index 1e2d38eadb14c..0000000000000 --- a/packages/kbn-es-query/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../..', - roots: ['/packages/kbn-es-query'], -}; diff --git a/packages/kbn-es-query/tsconfig.json b/packages/kbn-es-query/tsconfig.json deleted file mode 100644 index e7bd8b3c037d5..0000000000000 --- a/packages/kbn-es-query/tsconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node", - "@kbn/ambient-common-types" - ] - }, - "include": [ - "**/*.ts", - "**/*.js", - ], - "kbn_references": [ - "@kbn/utility-types", - "@kbn/i18n", - "@kbn/safer-lodash-set" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/kbn-es-types/jest.config.js b/packages/kbn-es-types/jest.config.js deleted file mode 100644 index de90d5a76ef1f..0000000000000 --- a/packages/kbn-es-types/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test/jest_node', - rootDir: '../..', - roots: ['/packages/kbn-es-types'], -}; diff --git a/packages/kbn-es-types/tsconfig.json b/packages/kbn-es-types/tsconfig.json deleted file mode 100644 index b72f7b0a15c5c..0000000000000 --- a/packages/kbn-es-types/tsconfig.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - "node" - ] - }, - "include": [ - "**/*.ts", - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/kbn-eslint-config/.eslintrc.js b/packages/kbn-eslint-config/.eslintrc.js index 57a116a2b9b68..f5e44037ea0a6 100644 --- a/packages/kbn-eslint-config/.eslintrc.js +++ b/packages/kbn-eslint-config/.eslintrc.js @@ -114,7 +114,7 @@ module.exports = { from: 'react-intl', to: '@kbn/i18n-react', disallowedMessage: `import from @kbn/i18n-react instead`, - exclude: [/packages[\/\\]kbn-i18n-react[\/\\]/], + exclude: [/src[\/\\]platform[\/\\]packages[\/\\]shared[\/\\]kbn-i18n-react/], }, { from: 'zod', diff --git a/packages/kbn-eslint-plugin-i18n/helpers/get_i18n_identifier_from_file_path.test.ts b/packages/kbn-eslint-plugin-i18n/helpers/get_i18n_identifier_from_file_path.test.ts index 20c5a2090b5cb..31ec2d1f2737a 100644 --- a/packages/kbn-eslint-plugin-i18n/helpers/get_i18n_identifier_from_file_path.test.ts +++ b/packages/kbn-eslint-plugin-i18n/helpers/get_i18n_identifier_from_file_path.test.ts @@ -17,7 +17,7 @@ const testMap = [ 'xpack.observability', ], [ - 'x-pack/plugins/observability_solution/apm/common/components/app/correlations/correlations_table.tsx', + 'x-pack/solutions/observability/plugins/apm/common/components/app/correlations/correlations_table.tsx', 'xpack.apm', ], ['x-pack/platform/plugins/shared/cases/server/components/foo.tsx', 'xpack.cases'], diff --git a/packages/kbn-eslint-plugin-imports/src/helpers/groups.ts b/packages/kbn-eslint-plugin-imports/src/helpers/groups.ts index 3800788689882..2769f51bb8558 100644 --- a/packages/kbn-eslint-plugin-imports/src/helpers/groups.ts +++ b/packages/kbn-eslint-plugin-imports/src/helpers/groups.ts @@ -33,7 +33,7 @@ export function isImportableFrom( * Checks whether the given module is supposed to be used at dev/build/test time only * @param module The module to check * @returns true if the module is a dev-only module, false otherwise - * @see Package#isDevOnly (packages/kbn-repo-packages/modern/package.js) + * @see Package#isDevOnly (src/platform/packages/private/kbn-repo-packages/modern/package.js) */ function isDevOnly(module: ModuleId) { return ( diff --git a/packages/kbn-eslint-plugin-telemetry/helpers/get_app_name.test.ts b/packages/kbn-eslint-plugin-telemetry/helpers/get_app_name.test.ts index 01cea6c4aa354..0d2c51818ef81 100644 --- a/packages/kbn-eslint-plugin-telemetry/helpers/get_app_name.test.ts +++ b/packages/kbn-eslint-plugin-telemetry/helpers/get_app_name.test.ts @@ -13,7 +13,7 @@ const SYSTEMPATH = 'systemPath'; const testMap = [ ['x-pack/solutions/observability/plugins/observability/foo/bar/baz/header_actions.tsx', 'o11y'], - ['x-pack/plugins/observability_solution/apm/baz/header_actions.tsx', 'apm'], + ['x-pack/solutions/observability/plugins/apm/baz/header_actions.tsx', 'apm'], ['x-pack/platform/plugins/shared/cases/public/components/foo.tsx', 'cases'], [ 'src/platform/packages/shared/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.tsx', diff --git a/packages/kbn-field-types/jest.config.js b/packages/kbn-field-types/jest.config.js deleted file mode 100644 index cf0b8da770b67..0000000000000 --- a/packages/kbn-field-types/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../..', - roots: ['/packages/kbn-field-types'], -}; diff --git a/packages/kbn-field-types/tsconfig.json b/packages/kbn-field-types/tsconfig.json deleted file mode 100644 index 6818562972f08..0000000000000 --- a/packages/kbn-field-types/tsconfig.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types", - "types": [ - "jest", - ], - }, - "include": [ - "**/*.ts" - ], - "exclude": [ - "target/**/*", - ] -} diff --git a/packages/kbn-field-utils/jest.config.js b/packages/kbn-field-utils/jest.config.js deleted file mode 100644 index 94ce2d54707df..0000000000000 --- a/packages/kbn-field-utils/jest.config.js +++ /dev/null @@ -1,14 +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", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". - */ - -module.exports = { - preset: '@kbn/test', - rootDir: '../..', - roots: ['/packages/kbn-field-utils'], -}; diff --git a/packages/kbn-field-utils/tsconfig.json b/packages/kbn-field-utils/tsconfig.json deleted file mode 100644 index 5434723e4fd6a..0000000000000 --- a/packages/kbn-field-utils/tsconfig.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types" - }, - "include": ["*.ts", "src/**/*", "__mocks__/**/*.ts"], - "kbn_references": [ - "@kbn/i18n", - "@kbn/data-views-plugin", - "@kbn/react-field", - "@kbn/field-types", - "@kbn/expressions-plugin", - "@kbn/data-view-utils", - "@kbn/fields-metadata-plugin", - "@kbn/shared-ux-markdown", - ], - "exclude": ["target/**/*"] -} diff --git a/packages/kbn-grid-layout/grid/drag_preview.tsx b/packages/kbn-grid-layout/grid/drag_preview.tsx index 24aa81ffea1df..83823bf80d64f 100644 --- a/packages/kbn-grid-layout/grid/drag_preview.tsx +++ b/packages/kbn-grid-layout/grid/drag_preview.tsx @@ -10,9 +10,8 @@ import React, { useEffect, useRef } from 'react'; import { combineLatest, skip } from 'rxjs'; -import { transparentize } from '@elastic/eui'; +import { transparentize, useEuiTheme } from '@elastic/eui'; import { css } from '@emotion/react'; -import { euiThemeVars } from '@kbn/ui-theme'; import { GridLayoutStateManager } from './types'; @@ -24,6 +23,7 @@ export const DragPreview = ({ gridLayoutStateManager: GridLayoutStateManager; }) => { const dragPreviewRef = useRef(null); + const { euiTheme } = useEuiTheme(); useEffect( () => { @@ -62,8 +62,8 @@ export const DragPreview = ({ css={css` display: none; pointer-events: none; - border-radius: ${euiThemeVars.euiBorderRadius}; - background-color: ${transparentize(euiThemeVars.euiColorSuccess, 0.2)}; + border-radius: ${euiTheme.border.radius}; + background-color: ${transparentize(euiTheme.colors.accentSecondary, 0.2)}; transition: opacity 100ms linear; `} /> diff --git a/packages/kbn-grid-layout/grid/grid_layout.test.tsx b/packages/kbn-grid-layout/grid/grid_layout.test.tsx index 33b1bad784618..f28703f748bf7 100644 --- a/packages/kbn-grid-layout/grid/grid_layout.test.tsx +++ b/packages/kbn-grid-layout/grid/grid_layout.test.tsx @@ -32,6 +32,7 @@ describe('GridLayout', () => { rerender(), }; }; + const getAllThePanelIds = () => screen .getAllByRole('button', { name: /panelId:panel/i }) @@ -40,9 +41,11 @@ describe('GridLayout', () => { const startDragging = (handle: HTMLElement, options = { clientX: 0, clientY: 0 }) => { fireEvent.mouseDown(handle, options); }; + const moveTo = (options = { clientX: 256, clientY: 128 }) => { fireEvent.mouseMove(document, options); }; + const drop = (handle: HTMLElement) => { fireEvent.mouseUp(handle); }; @@ -123,6 +126,7 @@ describe('GridLayout', () => { 'panel10', ]); }); + it('after removing a panel', async () => { const { rerender } = renderGridLayout(); const sampleLayoutWithoutPanel1 = cloneDeep(getSampleLayout()); @@ -141,6 +145,7 @@ describe('GridLayout', () => { 'panel10', ]); }); + it('after replacing a panel id', async () => { const { rerender } = renderGridLayout(); const modifiedLayout = cloneDeep(getSampleLayout()); diff --git a/packages/kbn-grid-layout/grid/grid_panel/drag_handle.tsx b/packages/kbn-grid-layout/grid/grid_panel/drag_handle.tsx index f175cf227a7e5..688ba6d3a4a5d 100644 --- a/packages/kbn-grid-layout/grid/grid_panel/drag_handle.tsx +++ b/packages/kbn-grid-layout/grid/grid_panel/drag_handle.tsx @@ -11,7 +11,6 @@ import React, { useCallback, useEffect, useImperativeHandle, useRef, useState } import { EuiIcon, useEuiTheme } from '@elastic/eui'; import { css } from '@emotion/react'; -import { euiThemeVars } from '@kbn/ui-theme'; import { i18n } from '@kbn/i18n'; import { GridLayoutStateManager, PanelInteractionEvent } from '../types'; @@ -101,17 +100,17 @@ export const DragHandle = React.forwardRef< position: absolute; align-items: center; justify-content: center; - top: -${euiThemeVars.euiSizeL}; - width: ${euiThemeVars.euiSizeL}; - height: ${euiThemeVars.euiSizeL}; - z-index: ${euiThemeVars.euiZLevel3}; - margin-left: ${euiThemeVars.euiSizeS}; + top: -${euiTheme.size.l}; + width: ${euiTheme.size.l}; + height: ${euiTheme.size.l}; + z-index: ${euiTheme.levels.modal}; + margin-left: ${euiTheme.size.s}; border: 1px solid ${euiTheme.border.color}; border-bottom: none; - background-color: ${euiTheme.colors.emptyShade}; - border-radius: ${euiThemeVars.euiBorderRadius} ${euiThemeVars.euiBorderRadius} 0 0; + background-color: ${euiTheme.colors.backgroundBasePlain}; + border-radius: ${euiTheme.border.radius} ${euiTheme.border.radius} 0 0; cursor: grab; - transition: ${euiThemeVars.euiAnimSpeedSlow} opacity; + transition: ${euiTheme.animation.slow} opacity; .kbnGridPanel:hover &, .kbnGridPanel:focus-within &, &:active, diff --git a/packages/kbn-grid-layout/grid/grid_panel/grid_panel.tsx b/packages/kbn-grid-layout/grid/grid_panel/grid_panel.tsx index c30e6ecc996eb..8bd35a7d06ef7 100644 --- a/packages/kbn-grid-layout/grid/grid_panel/grid_panel.tsx +++ b/packages/kbn-grid-layout/grid/grid_panel/grid_panel.tsx @@ -10,8 +10,8 @@ import React, { forwardRef, useEffect, useMemo, useState } from 'react'; import { combineLatest, skip } from 'rxjs'; +import { useEuiTheme } from '@elastic/eui'; import { css } from '@emotion/react'; -import { euiThemeVars } from '@kbn/ui-theme'; import { GridLayoutStateManager, PanelInteractionEvent } from '../types'; import { getKeysInOrder } from '../utils/resolve_grid_row'; @@ -38,6 +38,7 @@ export const GridPanel = forwardRef( panelRef ) => { const [dragHandleApi, setDragHandleApi] = useState(null); + const { euiTheme } = useEuiTheme(); useEffect(() => { const onDropEventHandler = (dropEvent: MouseEvent) => interactionStart('drop', dropEvent); @@ -107,7 +108,7 @@ export const GridPanel = forwardRef( // if the current panel is active, give it fixed positioning depending on the interaction event const { position: draggingPosition } = activePanel; - ref.style.zIndex = `${euiThemeVars.euiZModal}`; + ref.style.zIndex = `${euiTheme.levels.modal}`; if (currentInteractionEvent?.type === 'resize') { // if the current panel is being resized, ensure it is not shrunk past the size of a single cell ref.style.width = `${Math.max( diff --git a/packages/kbn-grid-layout/grid/grid_panel/resize_handle.tsx b/packages/kbn-grid-layout/grid/grid_panel/resize_handle.tsx index ffee2f2764ed0..59e81802651c6 100644 --- a/packages/kbn-grid-layout/grid/grid_panel/resize_handle.tsx +++ b/packages/kbn-grid-layout/grid/grid_panel/resize_handle.tsx @@ -9,8 +9,8 @@ import { transparentize } from '@elastic/eui'; import { css } from '@emotion/react'; +import { useEuiTheme } from '@elastic/eui'; import { i18n } from '@kbn/i18n'; -import { euiThemeVars } from '@kbn/ui-theme'; import React from 'react'; import { PanelInteractionEvent } from '../types'; @@ -22,6 +22,7 @@ export const ResizeHandle = ({ e: MouseEvent | React.MouseEvent ) => void; }) => { + const { euiTheme } = useEuiTheme(); return (

" ], - "path": "packages/kbn-config-schema/src/types/object_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/object_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -827,7 +827,7 @@ "signature": [ "ExtendsDeepOptions" ], - "path": "packages/kbn-config-schema/src/types/object_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/object_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -845,7 +845,7 @@ "signature": [ "(type: string, { reason, value }: Record) => any" ], - "path": "packages/kbn-config-schema/src/types/object_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/object_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -859,7 +859,7 @@ "signature": [ "string" ], - "path": "packages/kbn-config-schema/src/types/object_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/object_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -874,7 +874,7 @@ "signature": [ "Record" ], - "path": "packages/kbn-config-schema/src/types/object_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/object_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -892,7 +892,7 @@ "signature": [ "(key: string, value: any) => any" ], - "path": "packages/kbn-config-schema/src/types/object_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/object_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -906,7 +906,7 @@ "signature": [ "string" ], - "path": "packages/kbn-config-schema/src/types/object_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/object_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -921,7 +921,7 @@ "signature": [ "any" ], - "path": "packages/kbn-config-schema/src/types/object_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/object_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -950,7 +950,7 @@ " extends ", "SchemaError" ], - "path": "packages/kbn-config-schema/src/errors/schema_type_error.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/errors/schema_type_error.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -964,7 +964,7 @@ "signature": [ "any" ], - "path": "packages/kbn-config-schema/src/errors/schema_type_error.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/errors/schema_type_error.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -978,7 +978,7 @@ "signature": [ "string | Error" ], - "path": "packages/kbn-config-schema/src/errors/schema_type_error.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/errors/schema_type_error.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -993,7 +993,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-config-schema/src/errors/schema_type_error.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/errors/schema_type_error.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1021,7 +1021,7 @@ }, "" ], - "path": "packages/kbn-config-schema/src/types/type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1035,7 +1035,7 @@ "signature": [ "V" ], - "path": "packages/kbn-config-schema/src/types/type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/type.ts", "deprecated": false, "trackAdoption": false }, @@ -1049,7 +1049,7 @@ "signature": [ "true" ], - "path": "packages/kbn-config-schema/src/types/type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/type.ts", "deprecated": false, "trackAdoption": false }, @@ -1090,7 +1090,7 @@ "SymbolSchema", "" ], - "path": "packages/kbn-config-schema/src/types/type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/type.ts", "deprecated": false, "trackAdoption": false }, @@ -1104,7 +1104,7 @@ "signature": [ "any" ], - "path": "packages/kbn-config-schema/src/types/type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1119,7 +1119,7 @@ "Schema", "" ], - "path": "packages/kbn-config-schema/src/types/type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1135,7 +1135,7 @@ "TypeOptions", "" ], - "path": "packages/kbn-config-schema/src/types/type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1163,7 +1163,7 @@ }, "" ], - "path": "packages/kbn-config-schema/src/types/type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1177,7 +1177,7 @@ "signature": [ "ExtendsDeepOptions" ], - "path": "packages/kbn-config-schema/src/types/type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1205,7 +1205,7 @@ }, " | undefined) => V" ], - "path": "packages/kbn-config-schema/src/types/type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1219,7 +1219,7 @@ "signature": [ "unknown" ], - "path": "packages/kbn-config-schema/src/types/type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1234,7 +1234,7 @@ "signature": [ "Record" ], - "path": "packages/kbn-config-schema/src/types/type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1249,7 +1249,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-config-schema/src/types/type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/type.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1271,7 +1271,7 @@ }, " | undefined" ], - "path": "packages/kbn-config-schema/src/types/type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/type.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1293,7 +1293,7 @@ "Schema", "" ], - "path": "packages/kbn-config-schema/src/types/type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/type.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1317,7 +1317,7 @@ }, "[]" ], - "path": "packages/kbn-config-schema/src/types/type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/type.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1340,7 +1340,7 @@ "text": "SchemaTypeError" } ], - "path": "packages/kbn-config-schema/src/types/type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1354,7 +1354,7 @@ "signature": [ "string" ], - "path": "packages/kbn-config-schema/src/types/type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1369,7 +1369,7 @@ "signature": [ "Record" ], - "path": "packages/kbn-config-schema/src/types/type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1384,7 +1384,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-config-schema/src/types/type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1413,7 +1413,7 @@ " extends ", "SchemaError" ], - "path": "packages/kbn-config-schema/src/errors/validation_error.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/errors/validation_error.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1427,7 +1427,7 @@ "signature": [ "any" ], - "path": "packages/kbn-config-schema/src/errors/validation_error.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/errors/validation_error.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1447,7 +1447,7 @@ "text": "SchemaTypeError" } ], - "path": "packages/kbn-config-schema/src/errors/validation_error.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/errors/validation_error.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1462,7 +1462,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-config-schema/src/errors/validation_error.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/errors/validation_error.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1485,7 +1485,7 @@ "signature": [ "(obj: any) => boolean" ], - "path": "packages/kbn-config-schema/src/typeguards/is_config_schema.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/typeguards/is_config_schema.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1499,7 +1499,7 @@ "signature": [ "any" ], - "path": "packages/kbn-config-schema/src/typeguards/is_config_schema.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/typeguards/is_config_schema.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1546,7 +1546,7 @@ }, "" ], - "path": "packages/kbn-config-schema/src/helpers/offering_based_schema.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/helpers/offering_based_schema.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1557,7 +1557,7 @@ "tags": [], "label": "opts", "description": [], - "path": "packages/kbn-config-schema/src/helpers/offering_based_schema.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/helpers/offering_based_schema.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1578,7 +1578,7 @@ }, " | undefined" ], - "path": "packages/kbn-config-schema/src/helpers/offering_based_schema.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/helpers/offering_based_schema.ts", "deprecated": false, "trackAdoption": false }, @@ -1599,7 +1599,7 @@ }, " | undefined" ], - "path": "packages/kbn-config-schema/src/helpers/offering_based_schema.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/helpers/offering_based_schema.ts", "deprecated": false, "trackAdoption": false }, @@ -1614,7 +1614,7 @@ "TypeOptions", " | undefined" ], - "path": "packages/kbn-config-schema/src/helpers/offering_based_schema.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/helpers/offering_based_schema.ts", "deprecated": false, "trackAdoption": false } @@ -1633,7 +1633,7 @@ "tags": [], "label": "SchemaStructureEntry", "description": [], - "path": "packages/kbn-config-schema/src/types/type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1647,7 +1647,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-config-schema/src/types/type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/type.ts", "deprecated": false, "trackAdoption": false }, @@ -1658,7 +1658,7 @@ "tags": [], "label": "type", "description": [], - "path": "packages/kbn-config-schema/src/types/type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/type.ts", "deprecated": false, "trackAdoption": false } @@ -1674,7 +1674,7 @@ "description": [ "\nGlobal validation Options to be provided when calling the `schema.validate()` method." ], - "path": "packages/kbn-config-schema/src/types/type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1690,7 +1690,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-config-schema/src/types/type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/type.ts", "deprecated": false, "trackAdoption": false } @@ -1718,7 +1718,7 @@ }, " | null | undefined; }" ], - "path": "packages/kbn-config-schema/src/types/object_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/object_type.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1741,7 +1741,7 @@ }, "; }" ], - "path": "packages/kbn-config-schema/src/types/object_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/object_type.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5478,7 +5478,7 @@ }, "; }" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5509,7 +5509,7 @@ }, " ? RT[\"type\"] : never" ], - "path": "packages/kbn-config-schema/src/types/object_type.ts", + "path": "src/platform/packages/shared/kbn-config-schema/src/types/object_type.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5526,7 +5526,7 @@ "signature": [ "{ readonly META_FIELD_X_OAS_DISCONTINUED: \"x-oas-discontinued\"; readonly META_FIELD_X_OAS_ANY: \"x-oas-any-type\"; readonly META_FIELD_X_OAS_OPTIONAL: \"x-oas-optional\"; readonly META_FIELD_X_OAS_DEPRECATED: \"x-oas-deprecated\"; readonly META_FIELD_X_OAS_MAX_LENGTH: \"x-oas-max-length\"; readonly META_FIELD_X_OAS_MIN_LENGTH: \"x-oas-min-length\"; readonly META_FIELD_X_OAS_GET_ADDITIONAL_PROPERTIES: \"x-oas-get-additional-properties\"; }" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5538,7 +5538,7 @@ "tags": [], "label": "schema", "description": [], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6894,7 +6894,7 @@ }, "; }>>; }" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false }, @@ -6917,7 +6917,7 @@ "text": "AnyType" } ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6933,7 +6933,7 @@ "TypeOptions", " | undefined" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false } @@ -6967,7 +6967,7 @@ }, "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -6989,7 +6989,7 @@ }, "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false }, @@ -7004,7 +7004,7 @@ "ArrayOptions", " | undefined" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false } @@ -7030,7 +7030,7 @@ }, "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -7046,7 +7046,7 @@ "TypeOptions", " | undefined" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false } @@ -7072,7 +7072,7 @@ }, "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -7088,7 +7088,7 @@ "TypeOptions", " | undefined" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false } @@ -7122,7 +7122,7 @@ }, ">" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -7138,7 +7138,7 @@ "ByteSizeOptions", " | undefined" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false } @@ -7194,7 +7194,7 @@ }, "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -7210,7 +7210,7 @@ "Reference", "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false }, @@ -7234,7 +7234,7 @@ }, "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false }, @@ -7255,7 +7255,7 @@ }, "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false }, @@ -7276,7 +7276,7 @@ }, "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false }, @@ -7291,7 +7291,7 @@ "TypeOptions", " | undefined" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false } @@ -7309,7 +7309,7 @@ "ContextReference", "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -7321,7 +7321,7 @@ "tags": [], "label": "key", "description": [], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false } @@ -7347,7 +7347,7 @@ }, "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -7363,7 +7363,7 @@ "DurationOptions", " | undefined" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false } @@ -8721,7 +8721,7 @@ }, "; }>>; }" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false }, @@ -8745,7 +8745,7 @@ }, "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -8761,7 +8761,7 @@ "IpOptions", " | undefined" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false } @@ -8779,7 +8779,7 @@ "Lazy", "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -8791,7 +8791,7 @@ "tags": [], "label": "id", "description": [], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false } @@ -8815,7 +8815,7 @@ }, "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -8830,7 +8830,7 @@ "signature": [ "T" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false } @@ -8872,7 +8872,7 @@ }, ">" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -8894,7 +8894,7 @@ }, "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false }, @@ -8915,7 +8915,7 @@ }, "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false }, @@ -8930,7 +8930,7 @@ "MapOfOptions", " | undefined" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false } @@ -8962,7 +8962,7 @@ }, "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -8984,7 +8984,7 @@ }, "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false } @@ -9016,7 +9016,7 @@ }, "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -9038,7 +9038,7 @@ }, "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false } @@ -9062,7 +9062,7 @@ }, "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -9088,7 +9088,7 @@ }, "" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -9104,7 +9104,7 @@ "NumberOptions", " | undefined" ], - "path": "packages/kbn-config-schema/index.ts", + "path": "src/platform/packages/shared/kbn-config-schema/index.ts", "deprecated": false, "trackAdoption": false } @@ -9138,7 +9138,7 @@ }, "